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.voidaddAccountEntryOrganizationRels(long accountEntryId, long[] organizationIds) createAccountEntryOrganizationRel(long accountEntryOrganizationRelId) Creates a new account entry organization rel with the primary key.com.liferay.portal.kernel.model.PersistedModelcreatePersistedModel(Serializable primaryKeyObj) deleteAccountEntryOrganizationRel(long accountEntryOrganizationRelId) Deletes the account entry organization rel with the primary key from the database.voiddeleteAccountEntryOrganizationRel(long accountEntryId, long organizationId) deleteAccountEntryOrganizationRel(AccountEntryOrganizationRel accountEntryOrganizationRel) Deletes the account entry organization rel from the database.voiddeleteAccountEntryOrganizationRels(long accountEntryId, long[] organizationIds) voiddeleteAccountEntryOrganizationRelsByAccountEntryId(long accountEntryId) voiddeleteAccountEntryOrganizationRelsByOrganizationId(long organizationId) com.liferay.portal.kernel.model.PersistedModeldeletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) <T> TdslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) intdslQueryCount(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.longdynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) Returns the number of rows matching the dynamic query.longdynamicQueryCount(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) intReturns the number of account entry organization rels.intgetAccountEntryOrganizationRelsCount(long accountEntryId) intgetAccountEntryOrganizationRelsCountByOrganizationId(long organizationId) com.liferay.portal.kernel.dao.orm.ActionableDynamicQuerycom.liferay.portal.kernel.service.persistence.BasePersistence<?>com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQueryReturns the OSGi service identifier.com.liferay.portal.kernel.model.PersistedModelgetPersistedModel(Serializable primaryKeyObj) booleanhasAccountEntryOrganizationRel(long accountEntryId, long organizationId) voidsetAccountEntryOrganizationRels(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.voidsetWrappedService(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, waitMethods 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:
addAccountEntryOrganizationRelin 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:
addAccountEntryOrganizationRelin 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:
addAccountEntryOrganizationRelsin 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:
createAccountEntryOrganizationRelin 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:
createPersistedModelin interfaceAccountEntryOrganizationRelLocalService- Specified by:
createPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.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:
deleteAccountEntryOrganizationRelin 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:
deleteAccountEntryOrganizationRelin 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:
deleteAccountEntryOrganizationRelin 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:
deleteAccountEntryOrganizationRelsin interfaceAccountEntryOrganizationRelLocalService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAccountEntryOrganizationRelsByAccountEntryId
public void deleteAccountEntryOrganizationRelsByAccountEntryId(long accountEntryId) - Specified by:
deleteAccountEntryOrganizationRelsByAccountEntryIdin interfaceAccountEntryOrganizationRelLocalService
-
deleteAccountEntryOrganizationRelsByOrganizationId
public void deleteAccountEntryOrganizationRelsByOrganizationId(long organizationId) - Specified by:
deleteAccountEntryOrganizationRelsByOrganizationIdin 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:
deletePersistedModelin interfaceAccountEntryOrganizationRelLocalService- Specified by:
deletePersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
dslQuery
public <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryin interfaceAccountEntryOrganizationRelLocalService- Specified by:
dslQueryin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dslQueryCount
public int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) - Specified by:
dslQueryCountin interfaceAccountEntryOrganizationRelLocalService- Specified by:
dslQueryCountin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
dynamicQuery
public com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()- Specified by:
dynamicQueryin interfaceAccountEntryOrganizationRelLocalService
-
dynamicQuery
Performs a dynamic query on the database and returns the matching rows.- Specified by:
dynamicQueryin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.account.model.impl.AccountEntryOrganizationRelModelImpl.- Specified by:
dynamicQueryin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.account.model.impl.AccountEntryOrganizationRelModelImpl.- Specified by:
dynamicQueryin 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:
dynamicQueryCountin 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:
dynamicQueryCountin 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:
fetchAccountEntryOrganizationRelin interfaceAccountEntryOrganizationRelLocalService
-
fetchAccountEntryOrganizationRel
public AccountEntryOrganizationRel fetchAccountEntryOrganizationRel(long accountEntryId, long organizationId) - Specified by:
fetchAccountEntryOrganizationRelin 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:
getAccountEntryOrganizationRelin 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:
getAccountEntryOrganizationRelin 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtocom.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic fromcom.liferay.account.model.impl.AccountEntryOrganizationRelModelImpl.- Specified by:
getAccountEntryOrganizationRelsin 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:
getAccountEntryOrganizationRelsin interfaceAccountEntryOrganizationRelLocalService
-
getAccountEntryOrganizationRels
public List<AccountEntryOrganizationRel> getAccountEntryOrganizationRels(long accountEntryId, int start, int end) - Specified by:
getAccountEntryOrganizationRelsin interfaceAccountEntryOrganizationRelLocalService
-
getAccountEntryOrganizationRelsByOrganizationId
public List<AccountEntryOrganizationRel> getAccountEntryOrganizationRelsByOrganizationId(long organizationId) - Specified by:
getAccountEntryOrganizationRelsByOrganizationIdin interfaceAccountEntryOrganizationRelLocalService
-
getAccountEntryOrganizationRelsByOrganizationId
public List<AccountEntryOrganizationRel> getAccountEntryOrganizationRelsByOrganizationId(long organizationId, int start, int end) - Specified by:
getAccountEntryOrganizationRelsByOrganizationIdin interfaceAccountEntryOrganizationRelLocalService
-
getAccountEntryOrganizationRelsCount
public int getAccountEntryOrganizationRelsCount()Returns the number of account entry organization rels.- Specified by:
getAccountEntryOrganizationRelsCountin interfaceAccountEntryOrganizationRelLocalService- Returns:
- the number of account entry organization rels
-
getAccountEntryOrganizationRelsCount
public int getAccountEntryOrganizationRelsCount(long accountEntryId) - Specified by:
getAccountEntryOrganizationRelsCountin interfaceAccountEntryOrganizationRelLocalService
-
getAccountEntryOrganizationRelsCountByOrganizationId
public int getAccountEntryOrganizationRelsCountByOrganizationId(long organizationId) - Specified by:
getAccountEntryOrganizationRelsCountByOrganizationIdin interfaceAccountEntryOrganizationRelLocalService
-
getActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()- Specified by:
getActionableDynamicQueryin interfaceAccountEntryOrganizationRelLocalService
-
getIndexableActionableDynamicQuery
public com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()- Specified by:
getIndexableActionableDynamicQueryin interfaceAccountEntryOrganizationRelLocalService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin 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:
getPersistedModelin interfaceAccountEntryOrganizationRelLocalService- Specified by:
getPersistedModelin interfacecom.liferay.portal.kernel.service.PersistedModelLocalService- Throws:
PortalExceptioncom.liferay.portal.kernel.exception.PortalException
-
hasAccountEntryOrganizationRel
public boolean hasAccountEntryOrganizationRel(long accountEntryId, long organizationId) - Specified by:
hasAccountEntryOrganizationRelin 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:
setAccountEntryOrganizationRelsin interfaceAccountEntryOrganizationRelLocalService- Parameters:
accountEntryId-organizationIds-- Throws:
PortalExceptioncom.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:
updateAccountEntryOrganizationRelin 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:
getBasePersistencein interfacecom.liferay.portal.kernel.service.PersistedModelLocalService
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AccountEntryOrganizationRelLocalService>
-
setWrappedService
public void setWrappedService(AccountEntryOrganizationRelLocalService accountEntryOrganizationRelLocalService) - Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AccountEntryOrganizationRelLocalService>
-