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) voiddeleteCommercePriceList(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) intgetCommercePriceListsCount(long companyId, int status) intgetCommercePriceListsCount(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) intsearchCommercePriceListsCount(long companyId, String keywords, int status) voidsetCatalogBasePriceList(long groupId, long commercePriceListId, String type) voidsetWrappedService(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:
addCommercePriceListin 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:
addOrUpdateCommercePriceListin interfaceCommercePriceListService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommercePriceList
public void deleteCommercePriceList(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommercePriceListin 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:
fetchCatalogBaseCommercePriceListByTypein interfaceCommercePriceListService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommercePriceList
public CommercePriceList fetchCommercePriceList(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommercePriceListin 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:
fetchCommercePriceListByExternalReferenceCodein interfaceCommercePriceListService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceList
public CommercePriceList getCommercePriceList(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommercePriceListin 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:
getCommercePriceListsin 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:
getCommercePriceListsin 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:
getCommercePriceListsCountin 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:
getCommercePriceListsCountin interfaceCommercePriceListService- Throws:
com.liferay.portal.kernel.security.auth.PrincipalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
searchByCommercePricingClassIdin 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:
searchCommercePriceListsin 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:
searchCommercePriceListsCountin 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:
setCatalogBasePriceListin 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:
updateCommercePriceListin 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:
updateCommercePriceListin 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:
updateExternalReferenceCodein interfaceCommercePriceListService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListService>
-