public class CommerceOrderTypeLocalServiceWrapper extends java.lang.Object implements CommerceOrderTypeLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderTypeLocalService>
CommerceOrderTypeLocalService.CommerceOrderTypeLocalService| Constructor and Description |
|---|
CommerceOrderTypeLocalServiceWrapper() |
CommerceOrderTypeLocalServiceWrapper(CommerceOrderTypeLocalService commerceOrderTypeLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceOrderType |
addCommerceOrderType(CommerceOrderType commerceOrderType)
Adds the commerce order type to the database.
|
CommerceOrderType |
addCommerceOrderType(java.lang.String externalReferenceCode,
long userId,
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) |
void |
checkCommerceOrderTypes() |
CommerceOrderType |
createCommerceOrderType(long commerceOrderTypeId)
Creates a new commerce order type with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceOrderType |
deleteCommerceOrderType(CommerceOrderType commerceOrderType)
Deletes the commerce order type from the database.
|
CommerceOrderType |
deleteCommerceOrderType(long commerceOrderTypeId)
Deletes the commerce order type with the primary key from the database.
|
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
CommerceOrderType |
fetchCommerceOrderType(long commerceOrderTypeId) |
CommerceOrderType |
fetchCommerceOrderTypeByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CommerceOrderType |
fetchCommerceOrderTypeByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the commerce order type with the matching UUID and company.
|
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
CommerceOrderType |
getCommerceOrderType(long commerceOrderTypeId)
Returns the commerce order type with the primary key.
|
CommerceOrderType |
getCommerceOrderTypeByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
CommerceOrderType |
getCommerceOrderTypeByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the commerce order type with the matching UUID and company.
|
java.util.List<CommerceOrderType> |
getCommerceOrderTypes(int start,
int end)
Returns a range of all the commerce order types.
|
java.util.List<CommerceOrderType> |
getCommerceOrderTypes(long companyId,
java.lang.String className,
long classPK,
boolean active,
int start,
int end) |
int |
getCommerceOrderTypesCount()
Returns the number of commerce order types.
|
int |
getCommerceOrderTypesCount(long companyId,
boolean active) |
int |
getCommerceOrderTypesCount(long companyId,
java.lang.String className,
long classPK,
boolean active) |
com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery |
getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext) |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceOrderTypeLocalService |
getWrappedService() |
void |
setWrappedService(CommerceOrderTypeLocalService commerceOrderTypeLocalService) |
CommerceOrderType |
updateCommerceOrderType(CommerceOrderType commerceOrderType)
Updates the commerce order type in the database or adds it if it does not yet exist.
|
CommerceOrderType |
updateCommerceOrderType(java.lang.String externalReferenceCode,
long userId,
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) |
CommerceOrderType |
updateStatus(long userId,
long commerceOrderTypeId,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext,
java.util.Map<java.lang.String,java.io.Serializable> workflowContext) |
public CommerceOrderTypeLocalServiceWrapper()
public CommerceOrderTypeLocalServiceWrapper(CommerceOrderTypeLocalService commerceOrderTypeLocalService)
public CommerceOrderType addCommerceOrderType(CommerceOrderType commerceOrderType)
Important: Inspect CommerceOrderTypeLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addCommerceOrderType in interface CommerceOrderTypeLocalServicecommerceOrderType - the commerce order typepublic CommerceOrderType addCommerceOrderType(java.lang.String externalReferenceCode, long userId, 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 CommerceOrderTypeLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void checkCommerceOrderTypes()
throws com.liferay.portal.kernel.exception.PortalException
checkCommerceOrderTypes in interface CommerceOrderTypeLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceOrderType createCommerceOrderType(long commerceOrderTypeId)
createCommerceOrderType in interface CommerceOrderTypeLocalServicecommerceOrderTypeId - the primary key for the new commerce order typepublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CommerceOrderTypeLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceOrderType deleteCommerceOrderType(CommerceOrderType commerceOrderType) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceOrderTypeLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteCommerceOrderType in interface CommerceOrderTypeLocalServicecommerceOrderType - the commerce order typePortalExceptionpublic CommerceOrderType deleteCommerceOrderType(long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceOrderTypeLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteCommerceOrderType in interface CommerceOrderTypeLocalServicecommerceOrderTypeId - the primary key of the commerce order typePortalException - if a commerce order type with the primary key could not be foundpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CommerceOrderTypeLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CommerceOrderTypeLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CommerceOrderTypeLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommerceOrderTypeLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommerceOrderTypeLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.model.impl.CommerceOrderTypeModelImpl.
dynamicQuery in interface CommerceOrderTypeLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.model.impl.CommerceOrderTypeModelImpl.
dynamicQuery in interface CommerceOrderTypeLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface CommerceOrderTypeLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommerceOrderTypeLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommerceOrderType fetchCommerceOrderType(long commerceOrderTypeId)
fetchCommerceOrderType in interface CommerceOrderTypeLocalServicepublic CommerceOrderType fetchCommerceOrderTypeByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId)
fetchCommerceOrderTypeByExternalReferenceCode in interface CommerceOrderTypeLocalServicepublic CommerceOrderType fetchCommerceOrderTypeByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchCommerceOrderTypeByUuidAndCompanyId in interface CommerceOrderTypeLocalServiceuuid - the commerce order type's UUIDcompanyId - the primary key of the companynull if a matching commerce order type could not be foundpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommerceOrderTypeLocalServicepublic CommerceOrderType getCommerceOrderType(long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceOrderType in interface CommerceOrderTypeLocalServicecommerceOrderTypeId - the primary key of the commerce order typePortalException - if a commerce order type with the primary key could not be foundpublic CommerceOrderType getCommerceOrderTypeByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceOrderTypeByExternalReferenceCode in interface CommerceOrderTypeLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceOrderType getCommerceOrderTypeByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceOrderTypeByUuidAndCompanyId in interface CommerceOrderTypeLocalServiceuuid - the commerce order type's UUIDcompanyId - the primary key of the companyPortalException - if a matching commerce order type could not be foundpublic java.util.List<CommerceOrderType> getCommerceOrderTypes(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.commerce.model.impl.CommerceOrderTypeModelImpl.
getCommerceOrderTypes in interface CommerceOrderTypeLocalServicestart - the lower bound of the range of commerce order typesend - the upper bound of the range of commerce order types (not inclusive)public java.util.List<CommerceOrderType> getCommerceOrderTypes(long companyId, java.lang.String className, long classPK, boolean active, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
getCommerceOrderTypes in interface CommerceOrderTypeLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getCommerceOrderTypesCount()
getCommerceOrderTypesCount in interface CommerceOrderTypeLocalServicepublic int getCommerceOrderTypesCount(long companyId,
boolean active)
getCommerceOrderTypesCount in interface CommerceOrderTypeLocalServicepublic int getCommerceOrderTypesCount(long companyId,
java.lang.String className,
long classPK,
boolean active)
throws com.liferay.portal.kernel.exception.PortalException
getCommerceOrderTypesCount in interface CommerceOrderTypeLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface CommerceOrderTypeLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommerceOrderTypeLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceOrderTypeLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommerceOrderTypeLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceOrderType updateCommerceOrderType(CommerceOrderType commerceOrderType)
Important: Inspect CommerceOrderTypeLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateCommerceOrderType in interface CommerceOrderTypeLocalServicecommerceOrderType - the commerce order typepublic CommerceOrderType updateCommerceOrderType(java.lang.String externalReferenceCode, long userId, 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 CommerceOrderTypeLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceOrderType updateCommerceOrderTypeExternalReferenceCode(java.lang.String externalReferenceCode, long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceOrderTypeExternalReferenceCode in interface CommerceOrderTypeLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceOrderType updateStatus(long userId, long commerceOrderTypeId, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext, java.util.Map<java.lang.String,java.io.Serializable> workflowContext) throws com.liferay.portal.kernel.exception.PortalException
updateStatus in interface CommerceOrderTypeLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic CommerceOrderTypeLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderTypeLocalService>public void setWrappedService(CommerceOrderTypeLocalService commerceOrderTypeLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceOrderTypeLocalService>