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 |
fetchByExternalReferenceCode(java.lang.String externalReferenceCode,
long companyId) |
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 CommerceOrderTypeLocalService
commerceOrderType
- 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 CommerceOrderTypeLocalService
com.liferay.portal.kernel.exception.PortalException
public void checkCommerceOrderTypes() throws com.liferay.portal.kernel.exception.PortalException
checkCommerceOrderTypes
in interface CommerceOrderTypeLocalService
com.liferay.portal.kernel.exception.PortalException
public CommerceOrderType createCommerceOrderType(long commerceOrderTypeId)
createCommerceOrderType
in interface CommerceOrderTypeLocalService
commerceOrderTypeId
- 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 CommerceOrderTypeLocalService
createPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public 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 CommerceOrderTypeLocalService
commerceOrderType
- the commerce order typePortalException
public 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 CommerceOrderTypeLocalService
commerceOrderTypeId
- 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 CommerceOrderTypeLocalService
deletePersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery
in interface CommerceOrderTypeLocalService
dslQuery
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount
in interface CommerceOrderTypeLocalService
dslQueryCount
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery
in interface CommerceOrderTypeLocalService
public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery
in interface CommerceOrderTypeLocalService
dynamicQuery
- 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 CommerceOrderTypeLocalService
dynamicQuery
- 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 CommerceOrderTypeLocalService
dynamicQuery
- 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 CommerceOrderTypeLocalService
dynamicQuery
- the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount
in interface CommerceOrderTypeLocalService
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the querypublic CommerceOrderType fetchByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId)
fetchByExternalReferenceCode
in interface CommerceOrderTypeLocalService
public CommerceOrderType fetchCommerceOrderType(long commerceOrderTypeId)
fetchCommerceOrderType
in interface CommerceOrderTypeLocalService
public CommerceOrderType fetchCommerceOrderTypeByExternalReferenceCode(java.lang.String externalReferenceCode, long companyId)
fetchCommerceOrderTypeByExternalReferenceCode
in interface CommerceOrderTypeLocalService
public CommerceOrderType fetchCommerceOrderTypeByUuidAndCompanyId(java.lang.String uuid, long companyId)
fetchCommerceOrderTypeByUuidAndCompanyId
in interface CommerceOrderTypeLocalService
uuid
- 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 CommerceOrderTypeLocalService
public CommerceOrderType getCommerceOrderType(long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceOrderType
in interface CommerceOrderTypeLocalService
commerceOrderTypeId
- 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 CommerceOrderTypeLocalService
com.liferay.portal.kernel.exception.PortalException
public CommerceOrderType getCommerceOrderTypeByUuidAndCompanyId(java.lang.String uuid, long companyId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceOrderTypeByUuidAndCompanyId
in interface CommerceOrderTypeLocalService
uuid
- 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 CommerceOrderTypeLocalService
start
- 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 CommerceOrderTypeLocalService
com.liferay.portal.kernel.exception.PortalException
public int getCommerceOrderTypesCount()
getCommerceOrderTypesCount
in interface CommerceOrderTypeLocalService
public int getCommerceOrderTypesCount(long companyId, boolean active)
getCommerceOrderTypesCount
in interface CommerceOrderTypeLocalService
public int getCommerceOrderTypesCount(long companyId, java.lang.String className, long classPK, boolean active) throws com.liferay.portal.kernel.exception.PortalException
getCommerceOrderTypesCount
in interface CommerceOrderTypeLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.dao.orm.ExportActionableDynamicQuery getExportActionableDynamicQuery(com.liferay.exportimport.kernel.lar.PortletDataContext portletDataContext)
getExportActionableDynamicQuery
in interface CommerceOrderTypeLocalService
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery
in interface CommerceOrderTypeLocalService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface CommerceOrderTypeLocalService
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel
in interface CommerceOrderTypeLocalService
getPersistedModel
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
PortalException
public 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 CommerceOrderTypeLocalService
commerceOrderType
- 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 CommerceOrderTypeLocalService
com.liferay.portal.kernel.exception.PortalException
public CommerceOrderType updateCommerceOrderTypeExternalReferenceCode(java.lang.String externalReferenceCode, long commerceOrderTypeId) throws com.liferay.portal.kernel.exception.PortalException
updateCommerceOrderTypeExternalReferenceCode
in interface CommerceOrderTypeLocalService
com.liferay.portal.kernel.exception.PortalException
public 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 CommerceOrderTypeLocalService
com.liferay.portal.kernel.exception.PortalException
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence
in interface com.liferay.portal.kernel.service.PersistedModelLocalService
public 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>