Interface CPConfigurationListService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
CPConfigurationListServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface CPConfigurationListService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for CPConfigurationList. Methods of this
service are expected to have security checks based on the propagated JAAS
credentials because this service can be accessed remotely.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionaddCPConfigurationList
(String externalReferenceCode, long groupId, long parentCPConfigurationListId, boolean masterCPConfigurationList, String name, double priority, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire) addOrUpdateCPConfigurationList
(String externalReferenceCode, long companyId, long groupId, long parentCPConfigurationListId, boolean masterCPConfigurationList, String name, double priority, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire) deleteCPConfigurationList
(long cpConfigurationListId) deleteCPConfigurationList
(CPConfigurationList cpConfigurationList) fetchCPConfigurationListByExternalReferenceCode
(String externalReferenceCode, long companyId) forceDeleteCPConfigurationList
(CPConfigurationList cpConfigurationList) getCPConfigurationList
(long cpConfigurationLisId) getCPConfigurationListByExternalReferenceCode
(String externalReferenceCode, long companyId) getCPConfigurationLists
(long groupId, long companyId) getMasterCPConfigurationList
(long groupId) Returns the OSGi service identifier.updateCPConfigurationList
(String externalReferenceCode, long cpConfigurationListId, long groupId, long parentCPConfigurationListId, boolean masterCPConfigurationList, String name, double priority, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire)
-
Method Details
-
addCPConfigurationList
CPConfigurationList addCPConfigurationList(String externalReferenceCode, long groupId, long parentCPConfigurationListId, boolean masterCPConfigurationList, String name, double priority, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addOrUpdateCPConfigurationList
CPConfigurationList addOrUpdateCPConfigurationList(String externalReferenceCode, long companyId, long groupId, long parentCPConfigurationListId, boolean masterCPConfigurationList, String name, double priority, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPConfigurationList
@Indexable(type=DELETE) @SystemEvent(type=1) CPConfigurationList deleteCPConfigurationList(CPConfigurationList cpConfigurationList) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPConfigurationList
CPConfigurationList deleteCPConfigurationList(long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCPConfigurationListByExternalReferenceCode
@Transactional(propagation=SUPPORTS, readOnly=true) CPConfigurationList fetchCPConfigurationListByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
forceDeleteCPConfigurationList
@Indexable(type=DELETE) @SystemEvent(type=1) CPConfigurationList forceDeleteCPConfigurationList(CPConfigurationList cpConfigurationList) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPConfigurationList
@Transactional(propagation=SUPPORTS, readOnly=true) CPConfigurationList getCPConfigurationList(long cpConfigurationLisId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPConfigurationListByExternalReferenceCode
@Transactional(propagation=SUPPORTS, readOnly=true) CPConfigurationList getCPConfigurationListByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPConfigurationLists
@Transactional(propagation=SUPPORTS, readOnly=true) List<CPConfigurationList> getCPConfigurationLists(long groupId, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getMasterCPConfigurationList
@Transactional(propagation=SUPPORTS, readOnly=true) CPConfigurationList getMasterCPConfigurationList(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateCPConfigurationList
@Indexable(type=REINDEX) CPConfigurationList updateCPConfigurationList(String externalReferenceCode, long cpConfigurationListId, long groupId, long parentCPConfigurationListId, boolean masterCPConfigurationList, String name, double priority, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int expirationDateMonth, int expirationDateDay, int expirationDateYear, int expirationDateHour, int expirationDateMinute, boolean neverExpire) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-