public class CommerceOrderTypeServiceWrapper extends java.lang.Object implements CommerceOrderTypeService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderTypeService>
CommerceOrderTypeService.CommerceOrderTypeService| Constructor and Description |
|---|
CommerceOrderTypeServiceWrapper() |
CommerceOrderTypeServiceWrapper(CommerceOrderTypeService commerceOrderTypeService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceOrderType |
addCommerceOrderType(java.lang.String externalReferenceCode,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
boolean active,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int displayOrder,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceOrderType |
deleteCommerceOrderType(long commerceOrderTypeId) |
CommerceOrderType |
fetchCommerceOrderType(long commerceOrderTypeId) |
CommerceOrderType |
fetchCommerceOrderTypeByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CommerceOrderType |
getCommerceOrderType(long commerceOrderTypeId) |
java.util.List<CommerceOrderType> |
getCommerceOrderTypes(java.lang.String className,
long classPK,
boolean active,
int start,
int end) |
int |
getCommerceOrderTypesCount(java.lang.String className,
long classPK,
boolean active) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
CommerceOrderTypeService |
getWrappedService() |
void |
setWrappedService(CommerceOrderTypeService commerceOrderTypeService) |
CommerceOrderType |
updateCommerceOrderType(java.lang.String externalReferenceCode,
long commerceOrderTypeId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
boolean active,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int displayOrder,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceOrderType |
updateCommerceOrderTypeExternalReferenceCode(java.lang.String externalReferenceCode,
long commerceOrderTypeId) |
public CommerceOrderTypeServiceWrapper()
public CommerceOrderTypeServiceWrapper(CommerceOrderTypeService commerceOrderTypeService)
public CommerceOrderType addCommerceOrderType(java.lang.String externalReferenceCode, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, boolean active, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int displayOrder, 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
addCommerceOrderType in interface CommerceOrderTypeServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceOrderType deleteCommerceOrderType(long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceOrderType in interface CommerceOrderTypeServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceOrderType fetchCommerceOrderType(long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceOrderType in interface CommerceOrderTypeServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceOrderType fetchCommerceOrderTypeByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
fetchCommerceOrderTypeByExternalReferenceCode in interface CommerceOrderTypeServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceOrderType getCommerceOrderType(long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceOrderType in interface CommerceOrderTypeServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<CommerceOrderType> getCommerceOrderTypes(java.lang.String className, long classPK, boolean active, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCommerceOrderTypes in interface CommerceOrderTypeServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceOrderTypesCount(java.lang.String className,
long classPK,
boolean active)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceOrderTypesCount in interface CommerceOrderTypeServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceOrderTypeServicepublic CommerceOrderType updateCommerceOrderType(java.lang.String externalReferenceCode, long commerceOrderTypeId, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, boolean active, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, int displayOrder, 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
updateCommerceOrderType in interface CommerceOrderTypeServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceOrderType updateCommerceOrderTypeExternalReferenceCode(java.lang.String externalReferenceCode, long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceOrderTypeExternalReferenceCode in interface CommerceOrderTypeServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceOrderTypeService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderTypeService>public void setWrappedService(CommerceOrderTypeService commerceOrderTypeService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderTypeService>