Class CommercePriceListServiceWrapper
java.lang.Object
com.liferay.commerce.price.list.service.CommercePriceListServiceWrapper
- All Implemented Interfaces:
CommercePriceListService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListService>
public class CommercePriceListServiceWrapper
extends Object
implements CommercePriceListService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListService>
Provides a wrapper for
CommercePriceListService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommercePriceListServiceWrapper
(CommercePriceListService commercePriceListService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommercePriceList
(String externalReferenceCode, long groupId, String commerceCurrencyCode, boolean netPrice, String type, long parentCommercePriceListId, boolean catalogBasePriceList, 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, com.liferay.portal.kernel.service.ServiceContext serviceContext) addOrUpdateCommercePriceList
(String externalReferenceCode, long groupId, long commercePriceListId, String commerceCurrencyCode, boolean netPrice, String type, long parentCommercePriceListId, boolean catalogBasePriceList, 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, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
deleteCommercePriceList
(long commercePriceListId) fetchCatalogBaseCommercePriceListByType
(long groupId, String type) fetchCommercePriceList
(long commercePriceListId) fetchCommercePriceListByExternalReferenceCode
(String externalReferenceCode, long companyId) getCommercePriceList
(long commercePriceListId) getCommercePriceLists
(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) getCommercePriceLists
(long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) int
getCommercePriceListsCount
(long companyId, int status) int
getCommercePriceListsCount
(long commercePricingClassId, String title) Returns the OSGi service identifier.searchByCommercePricingClassId
(long commercePricingClassId, String name, int start, int end) com.liferay.portal.kernel.search.BaseModelSearchResult<CommercePriceList>
searchCommercePriceLists
(long companyId, String keywords, int status, int start, int end, com.liferay.portal.kernel.search.Sort sort) int
searchCommercePriceListsCount
(long companyId, String keywords, int status) void
setCatalogBasePriceList
(long groupId, long commercePriceListId, String type) void
setWrappedService
(CommercePriceListService commercePriceListService) updateCommercePriceList
(long commercePriceListId, String commerceCurrencyCode, boolean netPrice, long parentCommercePriceListId, 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, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateCommercePriceList
(long commercePriceListId, String commerceCurrencyCode, boolean netPrice, String type, long parentCommercePriceListId, boolean catalogBasePriceList, 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, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateExternalReferenceCode
(CommercePriceList commercePriceList, String externalReferenceCode, long companyId)
-
Constructor Details
-
CommercePriceListServiceWrapper
public CommercePriceListServiceWrapper() -
CommercePriceListServiceWrapper
-
-
Method Details
-
addCommercePriceList
public CommercePriceList addCommercePriceList(String externalReferenceCode, long groupId, String commerceCurrencyCode, boolean netPrice, String type, long parentCommercePriceListId, boolean catalogBasePriceList, 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, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addCommercePriceList
in interfaceCommercePriceListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addOrUpdateCommercePriceList
public CommercePriceList addOrUpdateCommercePriceList(String externalReferenceCode, long groupId, long commercePriceListId, String commerceCurrencyCode, boolean netPrice, String type, long parentCommercePriceListId, boolean catalogBasePriceList, 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, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addOrUpdateCommercePriceList
in interfaceCommercePriceListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceList
public void deleteCommercePriceList(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePriceList
in interfaceCommercePriceListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCatalogBaseCommercePriceListByType
public CommercePriceList fetchCatalogBaseCommercePriceListByType(long groupId, String type) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCatalogBaseCommercePriceListByType
in interfaceCommercePriceListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePriceList
public CommercePriceList fetchCommercePriceList(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommercePriceList
in interfaceCommercePriceListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePriceListByExternalReferenceCode
public CommercePriceList fetchCommercePriceListByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommercePriceListByExternalReferenceCode
in interfaceCommercePriceListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceList
public CommercePriceList getCommercePriceList(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceList
in interfaceCommercePriceListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceLists
public List<CommercePriceList> getCommercePriceLists(long companyId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceLists
in interfaceCommercePriceListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceLists
public List<CommercePriceList> getCommercePriceLists(long companyId, String type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceLists
in interfaceCommercePriceListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListsCount
public int getCommercePriceListsCount(long companyId, int status) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListsCount
in interfaceCommercePriceListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceListsCount
public int getCommercePriceListsCount(long commercePricingClassId, String title) throws com.liferay.portal.kernel.security.auth.PrincipalException - Specified by:
getCommercePriceListsCount
in interfaceCommercePriceListService
- Throws:
com.liferay.portal.kernel.security.auth.PrincipalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommercePriceListService
- Returns:
- the OSGi service identifier
-
searchByCommercePricingClassId
public List<CommercePriceList> searchByCommercePricingClassId(long commercePricingClassId, String name, int start, int end) throws com.liferay.portal.kernel.security.auth.PrincipalException - Specified by:
searchByCommercePricingClassId
in interfaceCommercePriceListService
- Throws:
com.liferay.portal.kernel.security.auth.PrincipalException
-
searchCommercePriceLists
public com.liferay.portal.kernel.search.BaseModelSearchResult<CommercePriceList> searchCommercePriceLists(long companyId, String keywords, int status, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchCommercePriceLists
in interfaceCommercePriceListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
searchCommercePriceListsCount
public int searchCommercePriceListsCount(long companyId, String keywords, int status) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
searchCommercePriceListsCount
in interfaceCommercePriceListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
setCatalogBasePriceList
public void setCatalogBasePriceList(long groupId, long commercePriceListId, String type) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
setCatalogBasePriceList
in interfaceCommercePriceListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCommercePriceList
public CommercePriceList updateCommercePriceList(long commercePriceListId, String commerceCurrencyCode, boolean netPrice, long parentCommercePriceListId, 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, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCommercePriceList
in interfaceCommercePriceListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCommercePriceList
public CommercePriceList updateCommercePriceList(long commercePriceListId, String commerceCurrencyCode, boolean netPrice, String type, long parentCommercePriceListId, boolean catalogBasePriceList, 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, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCommercePriceList
in interfaceCommercePriceListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateExternalReferenceCode
public CommercePriceList updateExternalReferenceCode(CommercePriceList commercePriceList, String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateExternalReferenceCode
in interfaceCommercePriceListService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListService>
-