com.liferay.portal.service.impl
Class ListTypeServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portal.service.base.ListTypeServiceBaseImpl
com.liferay.portal.service.impl.ListTypeServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseService, ListTypeService
public class ListTypeServiceImpl
- extends ListTypeServiceBaseImpl
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListTypeServiceImpl
public ListTypeServiceImpl()
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