Package com.liferay.portal.service.impl
Class ListTypeServiceImpl
Object
com.liferay.portal.kernel.service.BaseServiceImpl
com.liferay.portal.service.base.ListTypeServiceBaseImpl
com.liferay.portal.service.impl.ListTypeServiceImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.module.framework.service.IdentifiableOSGiService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ListTypeService
- Author:
- Brian Wing Shun Chan
-
Field Summary
Fields inherited from class com.liferay.portal.service.base.ListTypeServiceBaseImpl
counterLocalService, listTypeLocalService, listTypePersistence, listTypeService
Fields inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.ListType
getListType
(long listTypeId) 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
void
Methods inherited from class com.liferay.portal.service.base.ListTypeServiceBaseImpl
afterPropertiesSet, destroy, getCounterLocalService, getListTypeLocalService, getListTypePersistence, getListTypeService, getModelClass, getModelClassName, getOSGiServiceIdentifier, runSQL, setCounterLocalService, setListTypeLocalService, setListTypePersistence, setListTypeService
Methods inherited from class com.liferay.portal.kernel.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
-
Constructor Details
-
ListTypeServiceImpl
public ListTypeServiceImpl()
-
-
Method Details
-
getListType
public com.liferay.portal.kernel.model.ListType getListType(long listTypeId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getListType
-
getListTypeId
-
getListTypes
-
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
-