public class CommerceAccountOrganizationRelLocalServiceWrapper extends java.lang.Object implements CommerceAccountOrganizationRelLocalService, com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountOrganizationRelLocalService>
CommerceAccountOrganizationRelLocalService.CommerceAccountOrganizationRelLocalService| Constructor and Description |
|---|
CommerceAccountOrganizationRelLocalServiceWrapper(CommerceAccountOrganizationRelLocalService commerceAccountOrganizationRelLocalService) |
| Modifier and Type | Method and Description |
|---|---|
CommerceAccountOrganizationRel |
addCommerceAccountOrganizationRel(CommerceAccountOrganizationRel commerceAccountOrganizationRel)
Adds the commerce account organization rel to the database.
|
CommerceAccountOrganizationRel |
addCommerceAccountOrganizationRel(long commerceAccountId,
long organizationId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
addCommerceAccountOrganizationRels(long commerceAccountId,
long[] organizationIds,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
CommerceAccountOrganizationRel |
createCommerceAccountOrganizationRel(CommerceAccountOrganizationRelPK commerceAccountOrganizationRelPK)
Creates a new commerce account organization rel with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
CommerceAccountOrganizationRel |
deleteCommerceAccountOrganizationRel(CommerceAccountOrganizationRel commerceAccountOrganizationRel)
Deletes the commerce account organization rel from the database.
|
CommerceAccountOrganizationRel |
deleteCommerceAccountOrganizationRel(CommerceAccountOrganizationRelPK commerceAccountOrganizationRelPK)
Deletes the commerce account organization rel with the primary key from the database.
|
void |
deleteCommerceAccountOrganizationRels(long commerceAccountId,
long[] organizationIds) |
void |
deleteCommerceAccountOrganizationRelsByCommerceAccountId(long commerceAccountId) |
void |
deleteCommerceAccountOrganizationRelsByOrganizationId(long organizationId) |
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.
|
CommerceAccountOrganizationRel |
fetchCommerceAccountOrganizationRel(CommerceAccountOrganizationRelPK commerceAccountOrganizationRelPK) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
CommerceAccountOrganizationRel |
getCommerceAccountOrganizationRel(CommerceAccountOrganizationRelPK commerceAccountOrganizationRelPK)
Returns the commerce account organization rel with the primary key.
|
java.util.List<CommerceAccountOrganizationRel> |
getCommerceAccountOrganizationRels(int start,
int end)
Returns a range of all the commerce account organization rels.
|
java.util.List<CommerceAccountOrganizationRel> |
getCommerceAccountOrganizationRels(long commerceAccountId) |
java.util.List<CommerceAccountOrganizationRel> |
getCommerceAccountOrganizationRels(long commerceAccountId,
int start,
int end) |
java.util.List<CommerceAccountOrganizationRel> |
getCommerceAccountOrganizationRelsByOrganizationId(long organizationId,
int start,
int end) |
int |
getCommerceAccountOrganizationRelsByOrganizationIdCount(long organizationId) |
int |
getCommerceAccountOrganizationRelsCount()
Returns the number of commerce account organization rels.
|
int |
getCommerceAccountOrganizationRelsCount(long commerceAccountId) |
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) |
CommerceAccountOrganizationRelLocalService |
getWrappedService() |
void |
setWrappedService(CommerceAccountOrganizationRelLocalService commerceAccountOrganizationRelLocalService) |
CommerceAccountOrganizationRel |
updateCommerceAccountOrganizationRel(CommerceAccountOrganizationRel commerceAccountOrganizationRel)
Updates the commerce account organization rel in the database or adds it if it does not yet exist.
|
public CommerceAccountOrganizationRelLocalServiceWrapper(CommerceAccountOrganizationRelLocalService commerceAccountOrganizationRelLocalService)
public CommerceAccountOrganizationRel addCommerceAccountOrganizationRel(CommerceAccountOrganizationRel commerceAccountOrganizationRel)
Important: Inspect CommerceAccountOrganizationRelLocalServiceImpl 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.
addCommerceAccountOrganizationRel in interface CommerceAccountOrganizationRelLocalServicecommerceAccountOrganizationRel - the commerce account organization relpublic CommerceAccountOrganizationRel addCommerceAccountOrganizationRel(long commerceAccountId, long organizationId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addCommerceAccountOrganizationRel in interface CommerceAccountOrganizationRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void addCommerceAccountOrganizationRels(long commerceAccountId,
long[] organizationIds,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
addCommerceAccountOrganizationRels in interface CommerceAccountOrganizationRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic CommerceAccountOrganizationRel createCommerceAccountOrganizationRel(CommerceAccountOrganizationRelPK commerceAccountOrganizationRelPK)
createCommerceAccountOrganizationRel in interface CommerceAccountOrganizationRelLocalServicecommerceAccountOrganizationRelPK - the primary key for the new commerce account organization relpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface CommerceAccountOrganizationRelLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceAccountOrganizationRel deleteCommerceAccountOrganizationRel(CommerceAccountOrganizationRel commerceAccountOrganizationRel)
Important: Inspect CommerceAccountOrganizationRelLocalServiceImpl 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.
deleteCommerceAccountOrganizationRel in interface CommerceAccountOrganizationRelLocalServicecommerceAccountOrganizationRel - the commerce account organization relpublic CommerceAccountOrganizationRel deleteCommerceAccountOrganizationRel(CommerceAccountOrganizationRelPK commerceAccountOrganizationRelPK) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect CommerceAccountOrganizationRelLocalServiceImpl 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.
deleteCommerceAccountOrganizationRel in interface CommerceAccountOrganizationRelLocalServicecommerceAccountOrganizationRelPK - the primary key of the commerce account organization relPortalException - if a commerce account organization rel with the primary key could not be foundpublic void deleteCommerceAccountOrganizationRels(long commerceAccountId,
long[] organizationIds)
throws com.liferay.portal.kernel.exception.PortalException
deleteCommerceAccountOrganizationRels in interface CommerceAccountOrganizationRelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteCommerceAccountOrganizationRelsByCommerceAccountId(long commerceAccountId)
deleteCommerceAccountOrganizationRelsByCommerceAccountId in interface CommerceAccountOrganizationRelLocalServicepublic void deleteCommerceAccountOrganizationRelsByOrganizationId(long organizationId)
deleteCommerceAccountOrganizationRelsByOrganizationId in interface CommerceAccountOrganizationRelLocalServicepublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface CommerceAccountOrganizationRelLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface CommerceAccountOrganizationRelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface CommerceAccountOrganizationRelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface CommerceAccountOrganizationRelLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface CommerceAccountOrganizationRelLocalServicedynamicQuery - 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.account.model.impl.CommerceAccountOrganizationRelModelImpl.
dynamicQuery in interface CommerceAccountOrganizationRelLocalServicedynamicQuery - 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.account.model.impl.CommerceAccountOrganizationRelModelImpl.
dynamicQuery in interface CommerceAccountOrganizationRelLocalServicedynamicQuery - 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 CommerceAccountOrganizationRelLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface CommerceAccountOrganizationRelLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic CommerceAccountOrganizationRel fetchCommerceAccountOrganizationRel(CommerceAccountOrganizationRelPK commerceAccountOrganizationRelPK)
fetchCommerceAccountOrganizationRel in interface CommerceAccountOrganizationRelLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface CommerceAccountOrganizationRelLocalServicepublic CommerceAccountOrganizationRel getCommerceAccountOrganizationRel(CommerceAccountOrganizationRelPK commerceAccountOrganizationRelPK) throws com.liferay.portal.kernel.exception.PortalException
getCommerceAccountOrganizationRel in interface CommerceAccountOrganizationRelLocalServicecommerceAccountOrganizationRelPK - the primary key of the commerce account organization relPortalException - if a commerce account organization rel with the primary key could not be foundpublic java.util.List<CommerceAccountOrganizationRel> getCommerceAccountOrganizationRels(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.account.model.impl.CommerceAccountOrganizationRelModelImpl.
getCommerceAccountOrganizationRels in interface CommerceAccountOrganizationRelLocalServicestart - the lower bound of the range of commerce account organization relsend - the upper bound of the range of commerce account organization rels (not inclusive)public java.util.List<CommerceAccountOrganizationRel> getCommerceAccountOrganizationRels(long commerceAccountId)
getCommerceAccountOrganizationRels in interface CommerceAccountOrganizationRelLocalServicepublic java.util.List<CommerceAccountOrganizationRel> getCommerceAccountOrganizationRels(long commerceAccountId, int start, int end)
getCommerceAccountOrganizationRels in interface CommerceAccountOrganizationRelLocalServicepublic java.util.List<CommerceAccountOrganizationRel> getCommerceAccountOrganizationRelsByOrganizationId(long organizationId, int start, int end)
getCommerceAccountOrganizationRelsByOrganizationId in interface CommerceAccountOrganizationRelLocalServicepublic int getCommerceAccountOrganizationRelsByOrganizationIdCount(long organizationId)
getCommerceAccountOrganizationRelsByOrganizationIdCount in interface CommerceAccountOrganizationRelLocalServicepublic int getCommerceAccountOrganizationRelsCount()
getCommerceAccountOrganizationRelsCount in interface CommerceAccountOrganizationRelLocalServicepublic int getCommerceAccountOrganizationRelsCount(long commerceAccountId)
getCommerceAccountOrganizationRelsCount in interface CommerceAccountOrganizationRelLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface CommerceAccountOrganizationRelLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface CommerceAccountOrganizationRelLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface CommerceAccountOrganizationRelLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic CommerceAccountOrganizationRel updateCommerceAccountOrganizationRel(CommerceAccountOrganizationRel commerceAccountOrganizationRel)
Important: Inspect CommerceAccountOrganizationRelLocalServiceImpl 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.
updateCommerceAccountOrganizationRel in interface CommerceAccountOrganizationRelLocalServicecommerceAccountOrganizationRel - the commerce account organization relpublic CommerceAccountOrganizationRelLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountOrganizationRelLocalService>public void setWrappedService(CommerceAccountOrganizationRelLocalService commerceAccountOrganizationRelLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<CommerceAccountOrganizationRelLocalService>