com.liferay.portal.service.impl
Class ListTypeLocalServiceImpl
java.lang.Object
com.liferay.portal.kernel.service.BaseLocalServiceImpl
com.liferay.portal.service.base.ListTypeLocalServiceBaseImpl
com.liferay.portal.service.impl.ListTypeLocalServiceImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService, com.liferay.portal.kernel.service.BaseLocalService, com.liferay.portal.kernel.service.ListTypeLocalService, com.liferay.portal.kernel.service.PersistedModelLocalService
@ProviderType
public class ListTypeLocalServiceImpl
- extends ListTypeLocalServiceBaseImpl
| Methods inherited from class com.liferay.portal.service.base.ListTypeLocalServiceBaseImpl |
addListType, afterPropertiesSet, createListType, deleteListType, deleteListType, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchListType, getActionableDynamicQuery, getClassNameLocalService, getClassNamePersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getListTypeLocalService, getListTypePersistence, getListTypes, getListTypesCount, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, initActionableDynamicQuery, runSQL, setClassNameLocalService, setClassNamePersistence, setCounterLocalService, setListTypeLocalService, setListTypePersistence, updateListType |
| Methods inherited from class com.liferay.portal.kernel.service.BaseLocalServiceImpl |
getClassLoader, getLocalizationMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListTypeLocalServiceImpl
public ListTypeLocalServiceImpl()
addListType
public com.liferay.portal.kernel.model.ListType addListType(String name,
String type)
getListType
public com.liferay.portal.kernel.model.ListType getListType(long listTypeId)
throws com.liferay.portal.kernel.exception.PortalException
- Description copied from class:
ListTypeLocalServiceBaseImpl
- Returns the list type with the primary key.
- Specified by:
getListType in interface com.liferay.portal.kernel.service.ListTypeLocalService- Overrides:
getListType in class ListTypeLocalServiceBaseImpl
- Parameters:
listTypeId - the primary key of the list type
- Returns:
- the list type
- Throws:
com.liferay.portal.kernel.exception.PortalException - if a list type with the primary key could not be found
getListTypes
public List<com.liferay.portal.kernel.model.ListType> getListTypes(String type)
validate
public void validate(long listTypeId,
long classNameId,
String type)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException
validate
public void validate(long listTypeId,
String type)
throws com.liferay.portal.kernel.exception.PortalException
- Throws:
com.liferay.portal.kernel.exception.PortalException