public class ListTypeLocalServiceImpl extends ListTypeLocalServiceBaseImpl
counterLocalService, listTypeLocalService, listTypePersistence
Constructor and Description |
---|
ListTypeLocalServiceImpl() |
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.model.ListType |
addListType(long companyId,
String name,
String type) |
void |
deleteListTypes(long companyId) |
com.liferay.portal.kernel.model.ListType |
getListType(long companyId,
String name,
String type) |
long |
getListTypeId(long companyId,
String name,
String type) |
List<com.liferay.portal.kernel.model.ListType> |
getListTypes(long companyId,
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, fetchListTypeByUuidAndCompanyId, getActionableDynamicQuery, getBasePersistence, getCounterLocalService, getExportActionableDynamicQuery, getIndexableActionableDynamicQuery, getListType, getListTypeByUuidAndCompanyId, getListTypeLocalService, getListTypePersistence, getListTypes, getListTypesCount, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, initActionableDynamicQuery, runSQL, setCounterLocalService, setListTypeLocalService, setListTypePersistence, updateListType
getClassLoader, getLocalizationMap
public com.liferay.portal.kernel.model.ListType addListType(long companyId, String name, String type)
public void deleteListTypes(long companyId)
public com.liferay.portal.kernel.model.ListType getListType(long companyId, String name, String type)
public long getListTypeId(long companyId, String name, String type)
public List<com.liferay.portal.kernel.model.ListType> getListTypes(long companyId, 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