public class CommerceInventoryAuditLocalServiceWrapper extends java.lang.Object implements CommerceInventoryAuditLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryAuditLocalService>
CommerceInventoryAuditLocalService.CommerceInventoryAuditLocalService| Constructor and Description |
|---|
CommerceInventoryAuditLocalServiceWrapper() |
CommerceInventoryAuditLocalServiceWrapper(CommerceInventoryAuditLocalService commerceInventoryAuditLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceInventoryAudit |
addCommerceInventoryAudit(CommerceInventoryAudit commerceInventoryAudit)
Adds the commerce inventory audit to the database.
|
CommerceInventoryAudit |
addCommerceInventoryAudit(long userId,
java.lang.String sku,
java.lang.String logType,
java.lang.String logTypeSettings,
int quantity) |
void |
checkCommerceInventoryAudit(java.util.Date date) |
CommerceInventoryAudit |
createCommerceInventoryAudit(long commerceInventoryAuditId)
Creates a new commerce inventory audit with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceInventoryAudit |
deleteCommerceInventoryAudit(CommerceInventoryAudit commerceInventoryAudit)
Deletes the commerce inventory audit from the database.
|
CommerceInventoryAudit |
deleteCommerceInventoryAudit(long commerceInventoryAuditId)
Deletes the commerce inventory audit 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.
|
CommerceInventoryAudit |
fetchCommerceInventoryAudit(long commerceInventoryAuditId) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
CommerceInventoryAudit |
getCommerceInventoryAudit(long commerceInventoryAuditId)
Returns the commerce inventory audit with the primary key.
|
java.util.List<CommerceInventoryAudit> |
getCommerceInventoryAudits(int start,
int end)
Returns a range of all the commerce inventory audits.
|
java.util.List<CommerceInventoryAudit> |
getCommerceInventoryAudits(long companyId,
java.lang.String sku,
int start,
int end) |
int |
getCommerceInventoryAuditsCount()
Returns the number of commerce inventory audits.
|
int |
getCommerceInventoryAuditsCount(long companyId,
java.lang.String sku) |
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) |
CommerceInventoryAuditLocalService |
getWrappedService() |
void |
setWrappedService(CommerceInventoryAuditLocalService commerceInventoryAuditLocalService) |
CommerceInventoryAudit |
updateCommerceInventoryAudit(CommerceInventoryAudit commerceInventoryAudit)
Updates the commerce inventory audit in the database or adds it if it does not yet exist.
|
public CommerceInventoryAuditLocalServiceWrapper()
public CommerceInventoryAuditLocalServiceWrapper(CommerceInventoryAuditLocalService commerceInventoryAuditLocalService)
public CommerceInventoryAudit addCommerceInventoryAudit(CommerceInventoryAudit commerceInventoryAudit)
Important: Inspect CommerceInventoryAuditLocalServiceImpl 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.
addCommerceInventoryAudit in interface CommerceInventoryAuditLocalServicecommerceInventoryAudit - the commerce inventory auditpublic CommerceInventoryAudit addCommerceInventoryAudit(long userId, java.lang.String sku, java.lang.String logType, java.lang.String logTypeSettings, int quantity) throws com.liferay.portal.kernel.exception.PortalException
addCommerceInventoryAudit in interface CommerceInventoryAuditLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void checkCommerceInventoryAudit(java.util.Date date)
checkCommerceInventoryAudit in interface CommerceInventoryAuditLocalServicepublic CommerceInventoryAudit createCommerceInventoryAudit(long commerceInventoryAuditId)
createCommerceInventoryAudit in interface CommerceInventoryAuditLocalServicecommerceInventoryAuditId - the primary key for the new commerce inventory auditpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CommerceInventoryAuditLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceInventoryAudit deleteCommerceInventoryAudit(CommerceInventoryAudit commerceInventoryAudit)
Important: Inspect CommerceInventoryAuditLocalServiceImpl 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.
deleteCommerceInventoryAudit in interface CommerceInventoryAuditLocalServicecommerceInventoryAudit - the commerce inventory auditpublic CommerceInventoryAudit deleteCommerceInventoryAudit(long commerceInventoryAuditId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceInventoryAuditLocalServiceImpl 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.
deleteCommerceInventoryAudit in interface CommerceInventoryAuditLocalServicecommerceInventoryAuditId - the primary key of the commerce inventory auditPortalException - if a commerce inventory audit 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 CommerceInventoryAuditLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CommerceInventoryAuditLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CommerceInventoryAuditLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommerceInventoryAuditLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommerceInventoryAuditLocalServicedynamicQuery - 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.inventory.model.impl.CommerceInventoryAuditModelImpl.
dynamicQuery in interface CommerceInventoryAuditLocalServicedynamicQuery - 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.inventory.model.impl.CommerceInventoryAuditModelImpl.
dynamicQuery in interface CommerceInventoryAuditLocalServicedynamicQuery - 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 CommerceInventoryAuditLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommerceInventoryAuditLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommerceInventoryAudit fetchCommerceInventoryAudit(long commerceInventoryAuditId)
fetchCommerceInventoryAudit in interface CommerceInventoryAuditLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommerceInventoryAuditLocalServicepublic CommerceInventoryAudit getCommerceInventoryAudit(long commerceInventoryAuditId) throws com.liferay.portal.kernel.exception.PortalException
getCommerceInventoryAudit in interface CommerceInventoryAuditLocalServicecommerceInventoryAuditId - the primary key of the commerce inventory auditPortalException - if a commerce inventory audit with the primary key could not be foundpublic java.util.List<CommerceInventoryAudit> getCommerceInventoryAudits(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.inventory.model.impl.CommerceInventoryAuditModelImpl.
getCommerceInventoryAudits in interface CommerceInventoryAuditLocalServicestart - the lower bound of the range of commerce inventory auditsend - the upper bound of the range of commerce inventory audits (not inclusive)public java.util.List<CommerceInventoryAudit> getCommerceInventoryAudits(long companyId, java.lang.String sku, int start, int end)
getCommerceInventoryAudits in interface CommerceInventoryAuditLocalServicepublic int getCommerceInventoryAuditsCount()
getCommerceInventoryAuditsCount in interface CommerceInventoryAuditLocalServicepublic int getCommerceInventoryAuditsCount(long companyId,
java.lang.String sku)
getCommerceInventoryAuditsCount in interface CommerceInventoryAuditLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommerceInventoryAuditLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceInventoryAuditLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommerceInventoryAuditLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceInventoryAudit updateCommerceInventoryAudit(CommerceInventoryAudit commerceInventoryAudit)
Important: Inspect CommerceInventoryAuditLocalServiceImpl 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.
updateCommerceInventoryAudit in interface CommerceInventoryAuditLocalServicecommerceInventoryAudit - the commerce inventory auditpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic CommerceInventoryAuditLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryAuditLocalService>public void setWrappedService(CommerceInventoryAuditLocalService commerceInventoryAuditLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceInventoryAuditLocalService>