Liferay 7.0-ce-b4

com.liferay.portal.service.impl
Class ListTypeServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.ListTypeServiceBaseImpl
          extended by com.liferay.portal.service.impl.ListTypeServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseService, ListTypeService

public class ListTypeServiceImpl
extends ListTypeServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portal.service.base.ListTypeServiceBaseImpl
classNameLocalService, classNamePersistence, classNameService, counterLocalService, listTypeLocalService, listTypePersistence, listTypeService
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
ListTypeServiceImpl()
           
 
Method Summary
 ListType getListType(long listTypeId)
           
 List<ListType> getListTypes(String type)
           
 void validate(long listTypeId, long classNameId, String type)
           
 void validate(long listTypeId, String type)
           
 
Methods inherited from class com.liferay.portal.service.base.ListTypeServiceBaseImpl
afterPropertiesSet, destroy, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getListTypeLocalService, getListTypePersistence, getListTypeService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setListTypeLocalService, setListTypePersistence, setListTypeService
 
Methods inherited from class com.liferay.portal.service.BaseServiceImpl
getClassLoader, getGuestOrUser, 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 ListType getListType(long listTypeId)
                     throws PortalException
Throws:
PortalException

getListTypes

public List<ListType> getListTypes(String type)

validate

public void validate(long listTypeId,
                     long classNameId,
                     String type)
              throws PortalException
Throws:
PortalException

validate

public void validate(long listTypeId,
                     String type)
              throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4