public class CommercePriceListServiceWrapper extends java.lang.Object implements CommercePriceListService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListService>
CommercePriceListService.CommercePriceListService| Constructor and Description |
|---|
CommercePriceListServiceWrapper() |
CommercePriceListServiceWrapper(CommercePriceListService commercePriceListService) |
| Modifier and Type | Method and Description |
|---|---|
CommercePriceList |
addCommercePriceList(java.lang.String externalReferenceCode,
long groupId,
long commerceCurrencyId,
boolean netPrice,
java.lang.String type,
long parentCommercePriceListId,
boolean catalogBasePriceList,
java.lang.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) |
CommercePriceList |
addOrUpdateCommercePriceList(java.lang.String externalReferenceCode,
long groupId,
long commercePriceListId,
long commerceCurrencyId,
boolean netPrice,
java.lang.String type,
long parentCommercePriceListId,
boolean catalogBasePriceList,
java.lang.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) |
CommercePriceList |
fetchByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CommercePriceList |
fetchCatalogBaseCommercePriceListByType(long groupId,
java.lang.String type) |
CommercePriceList |
fetchCommerceCatalogBasePriceListByType(long groupId,
java.lang.String type)
Deprecated.
As of Athanasius (7.3.x)
|
CommercePriceList |
fetchCommercePriceList(long commercePriceListId) |
CommercePriceList |
getCommercePriceList(long commercePriceListId) |
java.util.List<CommercePriceList> |
getCommercePriceLists(long companyId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePriceList> orderByComparator) |
int |
getCommercePriceListsCount(long companyId,
int status) |
int |
getCommercePriceListsCount(long commercePricingClassId,
java.lang.String title) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommercePriceListService |
getWrappedService() |
java.util.List<CommercePriceList> |
searchByCommercePricingClassId(long commercePricingClassId,
java.lang.String name,
int start,
int end) |
com.liferay.portal.kernel.search.BaseModelSearchResult<CommercePriceList> |
searchCommercePriceLists(long companyId,
java.lang.String keywords,
int status,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort) |
int |
searchCommercePriceListsCount(long companyId,
java.lang.String keywords,
int status) |
void |
setCatalogBasePriceList(long groupId,
long commercePriceListId,
java.lang.String type) |
void |
setWrappedService(CommercePriceListService commercePriceListService) |
CommercePriceList |
updateCommercePriceList(long commercePriceListId,
long commerceCurrencyId,
boolean netPrice,
long parentCommercePriceListId,
java.lang.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) |
CommercePriceList |
updateCommercePriceList(long commercePriceListId,
long commerceCurrencyId,
boolean netPrice,
java.lang.String type,
long parentCommercePriceListId,
boolean catalogBasePriceList,
java.lang.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) |
CommercePriceList |
updateExternalReferenceCode(CommercePriceList commercePriceList,
java.lang.String externalReferenceCode,
long companyId) |
public CommercePriceListServiceWrapper()
public CommercePriceListServiceWrapper(CommercePriceListService commercePriceListService)
public CommercePriceList addCommercePriceList(java.lang.String externalReferenceCode, long groupId, long commerceCurrencyId, boolean netPrice, java.lang.String type, long parentCommercePriceListId, boolean catalogBasePriceList, java.lang.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
addCommercePriceList in interface CommercePriceListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePriceList addOrUpdateCommercePriceList(java.lang.String externalReferenceCode, long groupId, long commercePriceListId, long commerceCurrencyId, boolean netPrice, java.lang.String type, long parentCommercePriceListId, boolean catalogBasePriceList, java.lang.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
addOrUpdateCommercePriceList in interface CommercePriceListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommercePriceList(long commercePriceListId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommercePriceList in interface CommercePriceListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePriceList fetchByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
fetchByExternalReferenceCode in interface CommercePriceListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePriceList fetchCatalogBaseCommercePriceListByType(long groupId, java.lang.String type) throws com.liferay.portal.kernel.exception.PortalException
fetchCatalogBaseCommercePriceListByType in interface CommercePriceListServicecom.liferay.portal.kernel.exception.PortalException@Deprecated public CommercePriceList fetchCommerceCatalogBasePriceListByType(long groupId, java.lang.String type) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceCatalogBasePriceListByType in interface CommercePriceListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePriceList fetchCommercePriceList(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommercePriceList in interface CommercePriceListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePriceList getCommercePriceList(long commercePriceListId) throws com.liferay.portal.kernel.exception.PortalException
getCommercePriceList in interface CommercePriceListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.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
getCommercePriceLists in interface CommercePriceListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommercePriceListsCount(long companyId,
int status)
throws com.liferay.portal.kernel.exception.PortalException
getCommercePriceListsCount in interface CommercePriceListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommercePriceListsCount(long commercePricingClassId,
java.lang.String title)
throws com.liferay.portal.kernel.security.auth.PrincipalException
getCommercePriceListsCount in interface CommercePriceListServicecom.liferay.portal.kernel.security.auth.PrincipalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommercePriceListServicepublic java.util.List<CommercePriceList> searchByCommercePricingClassId(long commercePricingClassId, java.lang.String name, int start, int end) throws com.liferay.portal.kernel.security.auth.PrincipalException
searchByCommercePricingClassId in interface CommercePriceListServicecom.liferay.portal.kernel.security.auth.PrincipalExceptionpublic com.liferay.portal.kernel.search.BaseModelSearchResult<CommercePriceList> searchCommercePriceLists(long companyId, java.lang.String keywords, int status, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
searchCommercePriceLists in interface CommercePriceListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int searchCommercePriceListsCount(long companyId,
java.lang.String keywords,
int status)
throws com.liferay.portal.kernel.exception.PortalException
searchCommercePriceListsCount in interface CommercePriceListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void setCatalogBasePriceList(long groupId,
long commercePriceListId,
java.lang.String type)
throws com.liferay.portal.kernel.exception.PortalException
setCatalogBasePriceList in interface CommercePriceListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePriceList updateCommercePriceList(long commercePriceListId, long commerceCurrencyId, boolean netPrice, long parentCommercePriceListId, java.lang.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
updateCommercePriceList in interface CommercePriceListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePriceList updateCommercePriceList(long commercePriceListId, long commerceCurrencyId, boolean netPrice, java.lang.String type, long parentCommercePriceListId, boolean catalogBasePriceList, java.lang.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
updateCommercePriceList in interface CommercePriceListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePriceList updateExternalReferenceCode(CommercePriceList commercePriceList, java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
updateExternalReferenceCode in interface CommercePriceListServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePriceListService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListService>public void setWrappedService(CommercePriceListService commercePriceListService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePriceListService>