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) intgetCommerceOrderTypesCount(String className, long classPK, boolean active) Returns the OSGi service identifier.voidsetWrappedService(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:
addCommerceOrderTypein interfaceCommerceOrderTypeService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteCommerceOrderType
public CommerceOrderType deleteCommerceOrderType(long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteCommerceOrderTypein interfaceCommerceOrderTypeService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchCommerceOrderType
public CommerceOrderType fetchCommerceOrderType(long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchCommerceOrderTypein 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:
fetchCommerceOrderTypeByExternalReferenceCodein interfaceCommerceOrderTypeService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceOrderType
public CommerceOrderType getCommerceOrderType(long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getCommerceOrderTypein 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:
getCommerceOrderTypesin 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:
getCommerceOrderTypesCountin interfaceCommerceOrderTypeService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
updateCommerceOrderTypein 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:
updateCommerceOrderTypeExternalReferenceCodein interfaceCommerceOrderTypeService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderTypeService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderTypeService>
-