public class CommercePricingClassServiceWrapper extends java.lang.Object implements CommercePricingClassService, com.liferay.portal.kernel.service.ServiceWrapper<CommercePricingClassService>
CommercePricingClassService.CommercePricingClassService| Constructor and Description |
|---|
CommercePricingClassServiceWrapper(CommercePricingClassService commercePricingClassService) |
| Modifier and Type | Method and Description |
|---|---|
CommercePricingClass |
addCommercePricingClass(long userId,
long groupId,
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 |
addCommercePricingClass(long userId,
long groupId,
java.lang.String title,
java.lang.String description,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommercePricingClass |
deleteCommercePricingClass(long commercePricingClassId) |
CommercePricingClass |
fetchByExternalReferenceCode(long companyId,
java.lang.String externalReferenceCode) |
CommercePricingClass |
fetchCommercePricingClass(long commercePricingClassId) |
CommercePricingClass |
getCommercePricingClass(long commercePricingClassId) |
long[] |
getCommercePricingClassByCPDefinition(long cpDefinitionId) |
java.util.List<CommercePricingClass> |
getCommercePricingClasses(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<CommercePricingClass> orderByComparator) |
int |
getCommercePricingClassesCount(long companyId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommercePricingClassService |
getWrappedService() |
void |
setWrappedService(CommercePricingClassService commercePricingClassService) |
CommercePricingClass |
updateCommercePricingClass(long commercePricingClassId,
long userId,
long groupId,
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 |
updateCommercePricingClass(long commercePricingClassId,
long userId,
long groupId,
java.lang.String title,
java.lang.String description,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommercePricingClass |
upsertCommercePricingClass(long commercePricingClassId,
long userId,
long groupId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String externalReferenceCode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommercePricingClass |
upsertCommercePricingClass(long commercePricingClassId,
long userId,
long groupId,
java.lang.String title,
java.lang.String description,
java.lang.String externalReferenceCode,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
public CommercePricingClassServiceWrapper(CommercePricingClassService commercePricingClassService)
public CommercePricingClass addCommercePricingClass(long userId, long groupId, 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 CommercePricingClassServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePricingClass addCommercePricingClass(long userId, long groupId, java.lang.String title, java.lang.String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommercePricingClass in interface CommercePricingClassServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePricingClass deleteCommercePricingClass(long commercePricingClassId) throws com.liferay.portal.kernel.exception.PortalException
deleteCommercePricingClass in interface CommercePricingClassServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePricingClass fetchByExternalReferenceCode(long companyId, java.lang.String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException
fetchByExternalReferenceCode in interface CommercePricingClassServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePricingClass fetchCommercePricingClass(long commercePricingClassId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommercePricingClass in interface CommercePricingClassServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePricingClass getCommercePricingClass(long commercePricingClassId) throws com.liferay.portal.kernel.exception.PortalException
getCommercePricingClass in interface CommercePricingClassServicecom.liferay.portal.kernel.exception.PortalExceptionpublic long[] getCommercePricingClassByCPDefinition(long cpDefinitionId)
throws com.liferay.portal.kernel.exception.PortalException
getCommercePricingClassByCPDefinition in interface CommercePricingClassServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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 CommercePricingClassServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommercePricingClassesCount(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
getCommercePricingClassesCount in interface CommercePricingClassServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommercePricingClassServicepublic CommercePricingClass updateCommercePricingClass(long commercePricingClassId, long userId, long groupId, 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 CommercePricingClassServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePricingClass updateCommercePricingClass(long commercePricingClassId, long userId, long groupId, java.lang.String title, java.lang.String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
updateCommercePricingClass in interface CommercePricingClassServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePricingClass upsertCommercePricingClass(long commercePricingClassId, long userId, long groupId, java.util.Map<java.util.Locale,java.lang.String> titleMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, java.lang.String externalReferenceCode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
upsertCommercePricingClass in interface CommercePricingClassServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommercePricingClass upsertCommercePricingClass(long commercePricingClassId, long userId, long groupId, java.lang.String title, java.lang.String description, java.lang.String externalReferenceCode, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
upsertCommercePricingClass in interface CommercePricingClassServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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>