public class ListTypeLocalServiceImpl extends ListTypeLocalServiceBaseImpl
counterLocalService, listTypeLocalService, listTypePersistence, persistedModelLocalServiceRegistry| Constructor and Description |
|---|
ListTypeLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portal.kernel.model.ListType |
addListType(String name,
String type) |
com.liferay.portal.kernel.model.ListType |
getListType(long listTypeId)
Returns the list type with the primary key.
|
com.liferay.portal.kernel.model.ListType |
getListType(String name,
String type) |
List<com.liferay.portal.kernel.model.ListType> |
getListTypes(String type) |
void |
validate(long listTypeId,
long classNameId,
String type) |
void |
validate(long listTypeId,
String type) |
addListType, afterPropertiesSet, createListType, createPersistedModel, deleteListType, deleteListType, deletePersistedModel, destroy, dslQuery, dslQueryCount, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchListType, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getIndexableActionableDynamicQuery, getListTypeLocalService, getListTypePersistence, getListTypes, getListTypesCount, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, initActionableDynamicQuery, runSQL, setCounterLocalService, setListTypeLocalService, setListTypePersistence, updateListTypepublic com.liferay.portal.kernel.model.ListType addListType(String name,
String type)
public com.liferay.portal.kernel.model.ListType getListType(long listTypeId)
throws com.liferay.portal.kernel.exception.PortalException
ListTypeLocalServiceBaseImplgetListType in interface com.liferay.portal.kernel.service.ListTypeLocalServicegetListType in class ListTypeLocalServiceBaseImpllistTypeId - the primary key of the list typecom.liferay.portal.kernel.exception.PortalException - if a list type with the primary key could not be foundpublic com.liferay.portal.kernel.model.ListType getListType(String name,
String type)
public List<com.liferay.portal.kernel.model.ListType> getListTypes(String type)
@Transactional(readOnly=true)
public void validate(long listTypeId,
long classNameId,
String type)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(readOnly=true)
public void validate(long listTypeId,
String type)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException