Package com.liferay.commerce.service
Class CommerceOrderTypeServiceWrapper
java.lang.Object
com.liferay.commerce.service.CommerceOrderTypeServiceWrapper
- All Implemented Interfaces:
CommerceOrderTypeService
,com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderTypeService>
public class CommerceOrderTypeServiceWrapper
extends Object
implements CommerceOrderTypeService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderTypeService>
Provides a wrapper for
CommerceOrderTypeService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionCommerceOrderTypeServiceWrapper
(CommerceOrderTypeService commerceOrderTypeService) -
Method Summary
Modifier and TypeMethodDescriptionaddCommerceOrderType
(String externalReferenceCode, Map<Locale, String> nameMap, Map<Locale, 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) deleteCommerceOrderType
(long commerceOrderTypeId) fetchCommerceOrderType
(long commerceOrderTypeId) fetchCommerceOrderTypeByExternalReferenceCode
(String externalReferenceCode, long companyId) getCommerceOrderType
(long commerceOrderTypeId) getCommerceOrderTypes
(String className, long classPK, boolean active, int start, int end) int
getCommerceOrderTypesCount
(String className, long classPK, boolean active) Returns the OSGi service identifier.void
setWrappedService
(CommerceOrderTypeService commerceOrderTypeService) updateCommerceOrderType
(String externalReferenceCode, long commerceOrderTypeId, Map<Locale, String> nameMap, Map<Locale, 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) updateCommerceOrderTypeExternalReferenceCode
(String externalReferenceCode, long commerceOrderTypeId)
-
Constructor Details
-
CommerceOrderTypeServiceWrapper
public CommerceOrderTypeServiceWrapper() -
CommerceOrderTypeServiceWrapper
-
-
Method Details
-
addCommerceOrderType
public CommerceOrderType addCommerceOrderType(String externalReferenceCode, Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> 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) - Specified by:
addCommerceOrderType
in interfaceCommerceOrderTypeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceOrderType
public CommerceOrderType deleteCommerceOrderType(long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceOrderType
in interfaceCommerceOrderTypeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceOrderType
public CommerceOrderType fetchCommerceOrderType(long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceOrderType
in interfaceCommerceOrderTypeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceOrderTypeByExternalReferenceCode
public CommerceOrderType fetchCommerceOrderTypeByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceOrderTypeByExternalReferenceCode
in interfaceCommerceOrderTypeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderType
public CommerceOrderType getCommerceOrderType(long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceOrderType
in interfaceCommerceOrderTypeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypes
public List<CommerceOrderType> getCommerceOrderTypes(String className, long classPK, boolean active, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceOrderTypes
in interfaceCommerceOrderTypeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderTypesCount
public int getCommerceOrderTypesCount(String className, long classPK, boolean active) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceOrderTypesCount
in interfaceCommerceOrderTypeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceCommerceOrderTypeService
- Returns:
- the OSGi service identifier
-
updateCommerceOrderType
public CommerceOrderType updateCommerceOrderType(String externalReferenceCode, long commerceOrderTypeId, Map<Locale, String> nameMap, Map<Locale, throws com.liferay.portal.kernel.exception.PortalExceptionString> 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) - Specified by:
updateCommerceOrderType
in interfaceCommerceOrderTypeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateCommerceOrderTypeExternalReferenceCode
public CommerceOrderType updateCommerceOrderTypeExternalReferenceCode(String externalReferenceCode, long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateCommerceOrderTypeExternalReferenceCode
in interfaceCommerceOrderTypeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderTypeService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderTypeService>
-