Class AccountEntryOrganizationRelLocalServiceWrapper
- All Implemented Interfaces:
AccountEntryOrganizationRelLocalService
,com.liferay.portal.kernel.service.BaseLocalService
,com.liferay.portal.kernel.service.PersistedModelLocalService
,com.liferay.portal.kernel.service.ServiceWrapper<AccountEntryOrganizationRelLocalService>
AccountEntryOrganizationRelLocalService
.- See Also:
- Generated:
-
Constructor Summary
ConstructorsConstructorDescriptionAccountEntryOrganizationRelLocalServiceWrapper
(AccountEntryOrganizationRelLocalService accountEntryOrganizationRelLocalService) -
Method Summary
Modifier and TypeMethodDescriptionaddAccountEntryOrganizationRel
(long accountEntryId, long organizationId) addAccountEntryOrganizationRel
(AccountEntryOrganizationRel accountEntryOrganizationRel) Adds the account entry organization rel to the database.void
addAccountEntryOrganizationRels
(long accountEntryId, long[] organizationIds) createAccountEntryOrganizationRel
(long accountEntryOrganizationRelId) Creates a new account entry organization rel with the primary key.com.liferay.portal.kernel.model.PersistedModel
createPersistedModel
(Serializable primaryKeyObj) deleteAccountEntryOrganizationRel
(long accountEntryOrganizationRelId) Deletes the account entry organization rel with the primary key from the database.void
deleteAccountEntryOrganizationRel
(long accountEntryId, long organizationId) deleteAccountEntryOrganizationRel
(AccountEntryOrganizationRel accountEntryOrganizationRel) Deletes the account entry organization rel from the database.void
deleteAccountEntryOrganizationRels
(long accountEntryId, long[] organizationIds) void
deleteAccountEntryOrganizationRelsByAccountEntryId
(long accountEntryId) void
deleteAccountEntryOrganizationRelsByOrganizationId
(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
<T> List<T>
dynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Performs a dynamic query on the database and returns the matching rows.<T> 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> 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.fetchAccountEntryOrganizationRel
(long accountEntryOrganizationRelId) fetchAccountEntryOrganizationRel
(long accountEntryId, long organizationId) getAccountEntryOrganizationRel
(long accountEntryOrganizationRelId) Returns the account entry organization rel with the primary key.getAccountEntryOrganizationRel
(long accountEntryId, long organizationId) getAccountEntryOrganizationRels
(int start, int end) Returns a range of all the account entry organization rels.getAccountEntryOrganizationRels
(long accountEntryId) getAccountEntryOrganizationRels
(long accountEntryId, int start, int end) getAccountEntryOrganizationRelsByOrganizationId
(long organizationId) getAccountEntryOrganizationRelsByOrganizationId
(long organizationId, int start, int end) int
Returns the number of account entry organization rels.int
getAccountEntryOrganizationRelsCount
(long accountEntryId) int
getAccountEntryOrganizationRelsCountByOrganizationId
(long organizationId) com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery
com.liferay.portal.kernel.service.persistence.BasePersistence<?>
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery
Returns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModel
getPersistedModel
(Serializable primaryKeyObj) boolean
hasAccountEntryOrganizationRel
(long accountEntryId, long organizationId) void
setAccountEntryOrganizationRels
(long accountEntryId, long[] organizationIds) Creates an AccountEntryOrganizationRel for each given organizationId, unless it already exists, and removes existing AccountEntryOrganizationRels if their organizationId is not present in the given organizationIds.void
setWrappedService
(AccountEntryOrganizationRelLocalService accountEntryOrganizationRelLocalService) updateAccountEntryOrganizationRel
(AccountEntryOrganizationRel accountEntryOrganizationRel) Updates the account entry organization rel in the database or adds it if it does not yet exist.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.service.PersistedModelLocalService
fetchPersistedModel
-
Constructor Details
-
AccountEntryOrganizationRelLocalServiceWrapper
public AccountEntryOrganizationRelLocalServiceWrapper() -
AccountEntryOrganizationRelLocalServiceWrapper
public AccountEntryOrganizationRelLocalServiceWrapper(AccountEntryOrganizationRelLocalService accountEntryOrganizationRelLocalService)
-
-
Method Details
-
addAccountEntryOrganizationRel
public AccountEntryOrganizationRel addAccountEntryOrganizationRel(AccountEntryOrganizationRel accountEntryOrganizationRel) Adds the account entry organization rel to the database. Also notifies the appropriate model listeners.Important: Inspect AccountEntryOrganizationRelLocalServiceImpl 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.
- Specified by:
addAccountEntryOrganizationRel
in interfaceAccountEntryOrganizationRelLocalService
- Parameters:
accountEntryOrganizationRel
- the account entry organization rel- Returns:
- the account entry organization rel that was added
-
addAccountEntryOrganizationRel
public AccountEntryOrganizationRel addAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addAccountEntryOrganizationRel
in interfaceAccountEntryOrganizationRelLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addAccountEntryOrganizationRels
public void addAccountEntryOrganizationRels(long accountEntryId, long[] organizationIds) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addAccountEntryOrganizationRels
in interfaceAccountEntryOrganizationRelLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
createAccountEntryOrganizationRel
public AccountEntryOrganizationRel createAccountEntryOrganizationRel(long accountEntryOrganizationRelId) Creates a new account entry organization rel with the primary key. Does not add the account entry organization rel to the database.- Specified by:
createAccountEntryOrganizationRel
in interfaceAccountEntryOrganizationRelLocalService
- Parameters:
accountEntryOrganizationRelId
- the primary key for the new account entry organization rel- Returns:
- the new account entry organization rel
-
createPersistedModel
public com.liferay.portal.kernel.model.PersistedModel createPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
createPersistedModel
in interfaceAccountEntryOrganizationRelLocalService
- Specified by:
createPersistedModel
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
- Throws:
PortalException
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountEntryOrganizationRel
public AccountEntryOrganizationRel deleteAccountEntryOrganizationRel(AccountEntryOrganizationRel accountEntryOrganizationRel) Deletes the account entry organization rel from the database. Also notifies the appropriate model listeners.Important: Inspect AccountEntryOrganizationRelLocalServiceImpl 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.
- Specified by:
deleteAccountEntryOrganizationRel
in interfaceAccountEntryOrganizationRelLocalService
- Parameters:
accountEntryOrganizationRel
- the account entry organization rel- Returns:
- the account entry organization rel that was removed
-
deleteAccountEntryOrganizationRel
public AccountEntryOrganizationRel deleteAccountEntryOrganizationRel(long accountEntryOrganizationRelId) throws com.liferay.portal.kernel.exception.PortalException Deletes the account entry organization rel with the primary key from the database. Also notifies the appropriate model listeners.Important: Inspect AccountEntryOrganizationRelLocalServiceImpl 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.
- Specified by:
deleteAccountEntryOrganizationRel
in interfaceAccountEntryOrganizationRelLocalService
- Parameters:
accountEntryOrganizationRelId
- the primary key of the account entry organization rel- Returns:
- the account entry organization rel that was removed
- Throws:
PortalException
- if a account entry organization rel with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
deleteAccountEntryOrganizationRel
public void deleteAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAccountEntryOrganizationRel
in interfaceAccountEntryOrganizationRelLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountEntryOrganizationRels
public void deleteAccountEntryOrganizationRels(long accountEntryId, long[] organizationIds) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAccountEntryOrganizationRels
in interfaceAccountEntryOrganizationRelLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountEntryOrganizationRelsByAccountEntryId
public void deleteAccountEntryOrganizationRelsByAccountEntryId(long accountEntryId) - Specified by:
deleteAccountEntryOrganizationRelsByAccountEntryId
in interfaceAccountEntryOrganizationRelLocalService
-
deleteAccountEntryOrganizationRelsByOrganizationId
public void deleteAccountEntryOrganizationRelsByOrganizationId(long organizationId) - Specified by:
deleteAccountEntryOrganizationRelsByOrganizationId
in interfaceAccountEntryOrganizationRelLocalService
-
deletePersistedModel
public com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deletePersistedModel
in interfaceAccountEntryOrganizationRelLocalService
- Specified by:
deletePersistedModel
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
- Throws:
PortalException
com.liferay.portal.kernel.exception.PortalException
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQuery
in interfaceAccountEntryOrganizationRelLocalService
- Specified by:
dslQuery
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCount
in interfaceAccountEntryOrganizationRelLocalService
- Specified by:
dslQueryCount
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQuery
in interfaceAccountEntryOrganizationRelLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQuery
in interfaceAccountEntryOrganizationRelLocalService
- Parameters:
dynamicQuery
- the dynamic query- Returns:
- the matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.account.model.impl.AccountEntryOrganizationRelModelImpl
.- Specified by:
dynamicQuery
in interfaceAccountEntryOrganizationRelLocalService
- Parameters:
dynamicQuery
- the dynamic querystart
- the lower bound of the range of model instancesend
- the upper bound of the range of model instances (not inclusive)- Returns:
- the range of matching rows
-
dynamicQuery
public <T> 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.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.account.model.impl.AccountEntryOrganizationRelModelImpl
.- Specified by:
dynamicQuery
in interfaceAccountEntryOrganizationRelLocalService
- Parameters:
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 (optionallynull
)- Returns:
- the ordered range of matching rows
-
dynamicQueryCount
public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.- Specified by:
dynamicQueryCount
in interfaceAccountEntryOrganizationRelLocalService
- Parameters:
dynamicQuery
- the dynamic query- Returns:
- the number of rows matching the dynamic query
-
dynamicQueryCount
public 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.- Specified by:
dynamicQueryCount
in interfaceAccountEntryOrganizationRelLocalService
- Parameters:
dynamicQuery
- the dynamic queryprojection
- the projection to apply to the query- Returns:
- the number of rows matching the dynamic query
-
fetchAccountEntryOrganizationRel
public AccountEntryOrganizationRel fetchAccountEntryOrganizationRel(long accountEntryOrganizationRelId) - Specified by:
fetchAccountEntryOrganizationRel
in interfaceAccountEntryOrganizationRelLocalService
-
fetchAccountEntryOrganizationRel
public AccountEntryOrganizationRel fetchAccountEntryOrganizationRel(long accountEntryId, long organizationId) - Specified by:
fetchAccountEntryOrganizationRel
in interfaceAccountEntryOrganizationRelLocalService
-
getAccountEntryOrganizationRel
public AccountEntryOrganizationRel getAccountEntryOrganizationRel(long accountEntryOrganizationRelId) throws com.liferay.portal.kernel.exception.PortalException Returns the account entry organization rel with the primary key.- Specified by:
getAccountEntryOrganizationRel
in interfaceAccountEntryOrganizationRelLocalService
- Parameters:
accountEntryOrganizationRelId
- the primary key of the account entry organization rel- Returns:
- the account entry organization rel
- Throws:
PortalException
- if a account entry organization rel with the primary key could not be foundcom.liferay.portal.kernel.exception.PortalException
-
getAccountEntryOrganizationRel
public AccountEntryOrganizationRel getAccountEntryOrganizationRel(long accountEntryId, long organizationId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAccountEntryOrganizationRel
in interfaceAccountEntryOrganizationRelLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAccountEntryOrganizationRels
Returns a range of all the account entry organization rels.Useful when paginating results. Returns a maximum of
end - start
instances.start
andend
are not primary keys, they are indexes in the result set. Thus,0
refers to the first result in the set. Setting bothstart
andend
tocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS
will return the full result set. IforderByComparator
is specified, then the query will include the given ORDER BY logic. IforderByComparator
is absent, then the query will include the default ORDER BY logic fromcom.liferay.account.model.impl.AccountEntryOrganizationRelModelImpl
.- Specified by:
getAccountEntryOrganizationRels
in interfaceAccountEntryOrganizationRelLocalService
- Parameters:
start
- the lower bound of the range of account entry organization relsend
- the upper bound of the range of account entry organization rels (not inclusive)- Returns:
- the range of account entry organization rels
-
getAccountEntryOrganizationRels
- Specified by:
getAccountEntryOrganizationRels
in interfaceAccountEntryOrganizationRelLocalService
-
getAccountEntryOrganizationRels
public List<AccountEntryOrganizationRel> getAccountEntryOrganizationRels(long accountEntryId, int start, int end) - Specified by:
getAccountEntryOrganizationRels
in interfaceAccountEntryOrganizationRelLocalService
-
getAccountEntryOrganizationRelsByOrganizationId
public List<AccountEntryOrganizationRel> getAccountEntryOrganizationRelsByOrganizationId(long organizationId) - Specified by:
getAccountEntryOrganizationRelsByOrganizationId
in interfaceAccountEntryOrganizationRelLocalService
-
getAccountEntryOrganizationRelsByOrganizationId
public List<AccountEntryOrganizationRel> getAccountEntryOrganizationRelsByOrganizationId(long organizationId, int start, int end) - Specified by:
getAccountEntryOrganizationRelsByOrganizationId
in interfaceAccountEntryOrganizationRelLocalService
-
getAccountEntryOrganizationRelsCount
public int getAccountEntryOrganizationRelsCount()Returns the number of account entry organization rels.- Specified by:
getAccountEntryOrganizationRelsCount
in interfaceAccountEntryOrganizationRelLocalService
- Returns:
- the number of account entry organization rels
-
getAccountEntryOrganizationRelsCount
public int getAccountEntryOrganizationRelsCount(long accountEntryId) - Specified by:
getAccountEntryOrganizationRelsCount
in interfaceAccountEntryOrganizationRelLocalService
-
getAccountEntryOrganizationRelsCountByOrganizationId
public int getAccountEntryOrganizationRelsCountByOrganizationId(long organizationId) - Specified by:
getAccountEntryOrganizationRelsCountByOrganizationId
in interfaceAccountEntryOrganizationRelLocalService
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQuery
in interfaceAccountEntryOrganizationRelLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQuery
in interfaceAccountEntryOrganizationRelLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceAccountEntryOrganizationRelLocalService
- Returns:
- the OSGi service identifier
-
getPersistedModel
public com.liferay.portal.kernel.model.PersistedModel getPersistedModel(Serializable primaryKeyObj) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getPersistedModel
in interfaceAccountEntryOrganizationRelLocalService
- Specified by:
getPersistedModel
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
- Throws:
PortalException
com.liferay.portal.kernel.exception.PortalException
-
hasAccountEntryOrganizationRel
public boolean hasAccountEntryOrganizationRel(long accountEntryId, long organizationId) - Specified by:
hasAccountEntryOrganizationRel
in interfaceAccountEntryOrganizationRelLocalService
-
setAccountEntryOrganizationRels
public void setAccountEntryOrganizationRels(long accountEntryId, long[] organizationIds) throws com.liferay.portal.kernel.exception.PortalException Creates an AccountEntryOrganizationRel for each given organizationId, unless it already exists, and removes existing AccountEntryOrganizationRels if their organizationId is not present in the given organizationIds.- Specified by:
setAccountEntryOrganizationRels
in interfaceAccountEntryOrganizationRelLocalService
- Parameters:
accountEntryId
-organizationIds
-- Throws:
PortalException
com.liferay.portal.kernel.exception.PortalException
-
updateAccountEntryOrganizationRel
public AccountEntryOrganizationRel updateAccountEntryOrganizationRel(AccountEntryOrganizationRel accountEntryOrganizationRel) Updates the account entry organization rel in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.Important: Inspect AccountEntryOrganizationRelLocalServiceImpl 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.
- Specified by:
updateAccountEntryOrganizationRel
in interfaceAccountEntryOrganizationRelLocalService
- Parameters:
accountEntryOrganizationRel
- the account entry organization rel- Returns:
- the account entry organization rel that was updated
-
getBasePersistence
public com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()- Specified by:
getBasePersistence
in interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AccountEntryOrganizationRelLocalService>
-
setWrappedService
public void setWrappedService(AccountEntryOrganizationRelLocalService accountEntryOrganizationRelLocalService) - Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AccountEntryOrganizationRelLocalService>
-