com.liferay.portal.service.impl
Class ListTypeServiceImpl

java.lang.Object
  extended bycom.liferay.portal.service.impl.PrincipalBean
      extended bycom.liferay.portal.service.impl.ListTypeServiceImpl
All Implemented Interfaces:
com.liferay.portal.service.ListTypeService

public class ListTypeServiceImpl
extends PrincipalBean
implements com.liferay.portal.service.ListTypeService

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portal.service.impl.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
ListTypeServiceImpl()
           
 
Method Summary
 com.liferay.portal.model.ListType getListType(int listTypeId)
           
 java.util.List getListTypes(java.lang.String type)
           
 void validate(int listTypeId, long classNameId, java.lang.String type)
           
 void validate(int listTypeId, java.lang.String type)
           
 
Methods inherited from class com.liferay.portal.service.impl.PrincipalBean
getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListTypeServiceImpl

public ListTypeServiceImpl()
Method Detail

getListType

public com.liferay.portal.model.ListType getListType(int listTypeId)
                                              throws com.liferay.portal.PortalException,
                                                     com.liferay.portal.SystemException
Specified by:
getListType in interface com.liferay.portal.service.ListTypeService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getListTypes

public java.util.List getListTypes(java.lang.String type)
                            throws com.liferay.portal.SystemException
Specified by:
getListTypes in interface com.liferay.portal.service.ListTypeService
Throws:
com.liferay.portal.SystemException

validate

public void validate(int listTypeId,
                     java.lang.String type)
              throws com.liferay.portal.PortalException,
                     com.liferay.portal.SystemException
Specified by:
validate in interface com.liferay.portal.service.ListTypeService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

validate

public void validate(int listTypeId,
                     long classNameId,
                     java.lang.String type)
              throws com.liferay.portal.PortalException,
                     com.liferay.portal.SystemException
Specified by:
validate in interface com.liferay.portal.service.ListTypeService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException