public class CommercePricingClassServiceWrapper extends java.lang.Object implements CommercePricingClassService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePricingClassService>
CommercePricingClassService
.CommercePricingClassService
Constructor and Description |
---|
CommercePricingClassServiceWrapper() |
CommercePricingClassServiceWrapper(CommercePricingClassService commercePricingClassService) |
Modifier and Type | Method and Description |
---|---|
CommercePricingClass |
addCommercePricingClass(java.lang.String externalReferenceCode,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommercePricingClass |
addOrUpdateCommercePricingClass(java.lang.String externalReferenceCode,
long commercePricingClassId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommercePricingClass |
deleteCommercePricingClass(long commercePricingClassId) |
CommercePricingClass |
fetchByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CommercePricingClass |
fetchCommercePricingClass(long commercePricingClassId) |
CommercePricingClass |
getCommercePricingClass(long commercePricingClassId) |
int |
getCommercePricingClassCountByCPDefinitionId(long cpDefinitionId,
java.lang.String title) |
java.util.List<CommercePricingClass> |
getCommercePricingClasses(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePricingClass> orderByComparator) |
int |
getCommercePricingClassesCount(long companyId) |
int |
getCommercePricingClassesCount(long cpDefinitionId,
java.lang.String title) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommercePricingClassService |
getWrappedService() |
java.util.List<CommercePricingClass> |
searchByCPDefinitionId(long cpDefinitionId,
java.lang.String title,
int start,
int end) |
com.liferay.portal.kernel.search.BaseModelSearchResult<CommercePricingClass> |
searchCommercePricingClasses(long companyId,
java.lang.String keywords,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort) |
void |
setWrappedService(CommercePricingClassService commercePricingClassService) |
CommercePricingClass |
updateCommercePricingClass(long commercePricingClassId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommercePricingClass |
updateCommercePricingClassExternalReferenceCode(java.lang.String externalReferenceCode,
long commercePricingClassId) |
public CommercePricingClassServiceWrapper()
public CommercePricingClassServiceWrapper(CommercePricingClassService commercePricingClassService)
public CommercePricingClass addCommercePricingClass(java.lang.String externalReferenceCode, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommercePricingClass
in interface CommercePricingClassService
com.liferay.portal.kernel.exception.PortalException
public CommercePricingClass addOrUpdateCommercePricingClass(java.lang.String externalReferenceCode, long commercePricingClassId, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addOrUpdateCommercePricingClass
in interface CommercePricingClassService
com.liferay.portal.kernel.exception.PortalException
public CommercePricingClass deleteCommercePricingClass(long commercePricingClassId) throws com.liferay.portal.kernel.exception.PortalException
deleteCommercePricingClass
in interface CommercePricingClassService
com.liferay.portal.kernel.exception.PortalException
public CommercePricingClass fetchByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
fetchByExternalReferenceCode
in interface CommercePricingClassService
com.liferay.portal.kernel.exception.PortalException
public CommercePricingClass fetchCommercePricingClass(long commercePricingClassId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommercePricingClass
in interface CommercePricingClassService
com.liferay.portal.kernel.exception.PortalException
public CommercePricingClass getCommercePricingClass(long commercePricingClassId) throws com.liferay.portal.kernel.exception.PortalException
getCommercePricingClass
in interface CommercePricingClassService
com.liferay.portal.kernel.exception.PortalException
public int getCommercePricingClassCountByCPDefinitionId(long cpDefinitionId, java.lang.String title) throws com.liferay.portal.kernel.security.auth.PrincipalException
getCommercePricingClassCountByCPDefinitionId
in interface CommercePricingClassService
com.liferay.portal.kernel.security.auth.PrincipalException
public java.util.List<CommercePricingClass> getCommercePricingClasses(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<CommercePricingClass> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
getCommercePricingClasses
in interface CommercePricingClassService
com.liferay.portal.kernel.exception.PortalException
public int getCommercePricingClassesCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCommercePricingClassesCount
in interface CommercePricingClassService
com.liferay.portal.kernel.exception.PortalException
public int getCommercePricingClassesCount(long cpDefinitionId, java.lang.String title) throws com.liferay.portal.kernel.security.auth.PrincipalException
getCommercePricingClassesCount
in interface CommercePricingClassService
com.liferay.portal.kernel.security.auth.PrincipalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CommercePricingClassService
public java.util.List<CommercePricingClass> searchByCPDefinitionId(long cpDefinitionId, java.lang.String title, int start, int end) throws com.liferay.portal.kernel.security.auth.PrincipalException
searchByCPDefinitionId
in interface CommercePricingClassService
com.liferay.portal.kernel.security.auth.PrincipalException
public com.liferay.portal.kernel.search.BaseModelSearchResult<CommercePricingClass> searchCommercePricingClasses(long companyId, java.lang.String keywords, int start, int end, com.liferay.portal.kernel.search.Sort sort) throws com.liferay.portal.kernel.exception.PortalException
searchCommercePricingClasses
in interface CommercePricingClassService
com.liferay.portal.kernel.exception.PortalException
public CommercePricingClass updateCommercePricingClass(long commercePricingClassId, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCommercePricingClass
in interface CommercePricingClassService
com.liferay.portal.kernel.exception.PortalException
public CommercePricingClass updateCommercePricingClassExternalReferenceCode(java.lang.String externalReferenceCode, long commercePricingClassId) throws com.liferay.portal.kernel.exception.PortalException
updateCommercePricingClassExternalReferenceCode
in interface CommercePricingClassService
com.liferay.portal.kernel.exception.PortalException
public CommercePricingClassService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePricingClassService>
public void setWrappedService(CommercePricingClassService commercePricingClassService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<CommercePricingClassService>