com.liferay.portal.service.impl
Class ListTypeLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portal.service.base.ListTypeLocalServiceBaseImpl
com.liferay.portal.service.impl.ListTypeLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseLocalService, ListTypeLocalService, 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListTypeLocalServiceImpl
public ListTypeLocalServiceImpl()
addListType
public ListType addListType(String name,
String type)
getListType
public ListType getListType(long listTypeId)
throws PortalException
- Description copied from class:
ListTypeLocalServiceBaseImpl
- Returns the list type with the primary key.
- Specified by:
getListType in interface ListTypeLocalService- Overrides:
getListType in class ListTypeLocalServiceBaseImpl
- Parameters:
listTypeId - the primary key of the list type
- Returns:
- the list type
- Throws:
PortalException - if a list type with the primary key could not be found
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