Class CPConfigurationListServiceWrapper
java.lang.Object
com.liferay.commerce.product.service.CPConfigurationListServiceWrapper
- All Implemented Interfaces:
CPConfigurationListService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<CPConfigurationListService>
public class CPConfigurationListServiceWrapper
extends Object
implements CPConfigurationListService, com.liferay.portal.kernel.service.ServiceWrapper<CPConfigurationListService>
Provides a wrapper for
CPConfigurationListService.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCPConfigurationListServiceWrapper(CPConfigurationListService cpConfigurationListService) -
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.voidsetWrappedService(CPConfigurationListService cpConfigurationListService) 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)
-
Constructor Details
-
CPConfigurationListServiceWrapper
public CPConfigurationListServiceWrapper() -
CPConfigurationListServiceWrapper
-
-
Method Details
-
addCPConfigurationList
public 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 - Specified by:
addCPConfigurationListin interfaceCPConfigurationListService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addOrUpdateCPConfigurationList
public 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 - Specified by:
addOrUpdateCPConfigurationListin interfaceCPConfigurationListService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPConfigurationList
public CPConfigurationList deleteCPConfigurationList(CPConfigurationList cpConfigurationList) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCPConfigurationListin interfaceCPConfigurationListService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCPConfigurationList
public CPConfigurationList deleteCPConfigurationList(long cpConfigurationListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCPConfigurationListin interfaceCPConfigurationListService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCPConfigurationListByExternalReferenceCode
public CPConfigurationList fetchCPConfigurationListByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCPConfigurationListByExternalReferenceCodein interfaceCPConfigurationListService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
forceDeleteCPConfigurationList
public CPConfigurationList forceDeleteCPConfigurationList(CPConfigurationList cpConfigurationList) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
forceDeleteCPConfigurationListin interfaceCPConfigurationListService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPConfigurationList
public CPConfigurationList getCPConfigurationList(long cpConfigurationLisId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPConfigurationListin interfaceCPConfigurationListService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPConfigurationListByExternalReferenceCode
public CPConfigurationList getCPConfigurationListByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPConfigurationListByExternalReferenceCodein interfaceCPConfigurationListService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCPConfigurationLists
public List<CPConfigurationList> getCPConfigurationLists(long groupId, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCPConfigurationListsin interfaceCPConfigurationListService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getMasterCPConfigurationList
public CPConfigurationList getMasterCPConfigurationList(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getMasterCPConfigurationListin interfaceCPConfigurationListService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceCPConfigurationListService- Returns:
- the OSGi service identifier
-
updateCPConfigurationList
public 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 - Specified by:
updateCPConfigurationListin interfaceCPConfigurationListService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPConfigurationListService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CPConfigurationListService>
-