Interface AccountRolePersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<AccountRole>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(AccountRole accountRole) Caches the account role in the entity cache if it is enabled.void
cacheResult
(List<AccountRole> accountRoles) Caches the account roles in the entity cache if it is enabled.int
countAll()
Returns the number of account roles.int
countByAccountEntryId
(long accountEntryId) Returns the number of account roles where accountEntryId = ?.int
countByAccountEntryId
(long[] accountEntryIds) Returns the number of account roles where accountEntryId = any ?.int
countByC_A
(long companyId, long accountEntryId) Returns the number of account roles where companyId = ? and accountEntryId = ?.int
countByC_A
(long companyId, long[] accountEntryIds) Returns the number of account roles where companyId = ? and accountEntryId = any ?.int
countByCompanyId
(long companyId) Returns the number of account roles where companyId = ?.int
countByERC_C
(String externalReferenceCode, long companyId) Returns the number of account roles where externalReferenceCode = ? and companyId = ?.int
countByRoleId
(long roleId) Returns the number of account roles where roleId = ?.create
(long accountRoleId) Creates a new account role with the primary key.fetchByAccountEntryId_First
(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the first account role in the ordered set where accountEntryId = ?.fetchByAccountEntryId_Last
(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the last account role in the ordered set where accountEntryId = ?.fetchByC_A_First
(long companyId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the first account role in the ordered set where companyId = ? and accountEntryId = ?.fetchByC_A_Last
(long companyId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the last account role in the ordered set where companyId = ? and accountEntryId = ?.fetchByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the first account role in the ordered set where companyId = ?.fetchByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the last account role in the ordered set where companyId = ?.fetchByERC_C
(String externalReferenceCode, long companyId) Returns the account role where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found.fetchByERC_C
(String externalReferenceCode, long companyId, boolean useFinderCache) Returns the account role where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByPrimaryKey
(long accountRoleId) Returns the account role with the primary key or returnsnull
if it could not be found.fetchByRoleId
(long roleId) Returns the account role where roleId = ? or returnsnull
if it could not be found.fetchByRoleId
(long roleId, boolean useFinderCache) Returns the account role where roleId = ? or returnsnull
if it could not be found, optionally using the finder cache.int
filterCountByAccountEntryId
(long accountEntryId) Returns the number of account roles that the user has permission to view where accountEntryId = ?.int
filterCountByAccountEntryId
(long[] accountEntryIds) Returns the number of account roles that the user has permission to view where accountEntryId = any ?.int
filterCountByC_A
(long companyId, long accountEntryId) Returns the number of account roles that the user has permission to view where companyId = ? and accountEntryId = ?.int
filterCountByC_A
(long companyId, long[] accountEntryIds) Returns the number of account roles that the user has permission to view where companyId = ? and accountEntryId = any ?.int
filterCountByCompanyId
(long companyId) Returns the number of account roles that the user has permission to view where companyId = ?.filterFindByAccountEntryId
(long accountEntryId) Returns all the account roles that the user has permission to view where accountEntryId = ?.filterFindByAccountEntryId
(long[] accountEntryIds) Returns all the account roles that the user has permission to view where accountEntryId = any ?.filterFindByAccountEntryId
(long[] accountEntryIds, int start, int end) Returns a range of all the account roles that the user has permission to view where accountEntryId = any ?.filterFindByAccountEntryId
(long[] accountEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns an ordered range of all the account roles that the user has permission to view where accountEntryId = any ?.filterFindByAccountEntryId
(long accountEntryId, int start, int end) Returns a range of all the account roles that the user has permission to view where accountEntryId = ?.filterFindByAccountEntryId
(long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns an ordered range of all the account roles that the user has permissions to view where accountEntryId = ?.filterFindByAccountEntryId_PrevAndNext
(long accountRoleId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the account roles before and after the current account role in the ordered set of account roles that the user has permission to view where accountEntryId = ?.filterFindByC_A
(long companyId, long accountEntryId) Returns all the account roles that the user has permission to view where companyId = ? and accountEntryId = ?.filterFindByC_A
(long companyId, long[] accountEntryIds) Returns all the account roles that the user has permission to view where companyId = ? and accountEntryId = any ?.filterFindByC_A
(long companyId, long[] accountEntryIds, int start, int end) Returns a range of all the account roles that the user has permission to view where companyId = ? and accountEntryId = any ?.filterFindByC_A
(long companyId, long[] accountEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns an ordered range of all the account roles that the user has permission to view where companyId = ? and accountEntryId = any ?.filterFindByC_A
(long companyId, long accountEntryId, int start, int end) Returns a range of all the account roles that the user has permission to view where companyId = ? and accountEntryId = ?.filterFindByC_A
(long companyId, long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns an ordered range of all the account roles that the user has permissions to view where companyId = ? and accountEntryId = ?.filterFindByC_A_PrevAndNext
(long accountRoleId, long companyId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the account roles before and after the current account role in the ordered set of account roles that the user has permission to view where companyId = ? and accountEntryId = ?.filterFindByCompanyId
(long companyId) Returns all the account roles that the user has permission to view where companyId = ?.filterFindByCompanyId
(long companyId, int start, int end) Returns a range of all the account roles that the user has permission to view where companyId = ?.filterFindByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns an ordered range of all the account roles that the user has permissions to view where companyId = ?.filterFindByCompanyId_PrevAndNext
(long accountRoleId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the account roles before and after the current account role in the ordered set of account roles that the user has permission to view where companyId = ?.findAll()
Returns all the account roles.findAll
(int start, int end) Returns a range of all the account roles.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns an ordered range of all the account roles.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the account roles.findByAccountEntryId
(long accountEntryId) Returns all the account roles where accountEntryId = ?.findByAccountEntryId
(long[] accountEntryIds) Returns all the account roles where accountEntryId = any ?.findByAccountEntryId
(long[] accountEntryIds, int start, int end) Returns a range of all the account roles where accountEntryId = any ?.findByAccountEntryId
(long[] accountEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns an ordered range of all the account roles where accountEntryId = any ?.findByAccountEntryId
(long[] accountEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the account roles where accountEntryId = ?, optionally using the finder cache.findByAccountEntryId
(long accountEntryId, int start, int end) Returns a range of all the account roles where accountEntryId = ?.findByAccountEntryId
(long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns an ordered range of all the account roles where accountEntryId = ?.findByAccountEntryId
(long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the account roles where accountEntryId = ?.findByAccountEntryId_First
(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the first account role in the ordered set where accountEntryId = ?.findByAccountEntryId_Last
(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the last account role in the ordered set where accountEntryId = ?.findByAccountEntryId_PrevAndNext
(long accountRoleId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the account roles before and after the current account role in the ordered set where accountEntryId = ?.findByC_A
(long companyId, long accountEntryId) Returns all the account roles where companyId = ? and accountEntryId = ?.findByC_A
(long companyId, long[] accountEntryIds) Returns all the account roles where companyId = ? and accountEntryId = any ?.findByC_A
(long companyId, long[] accountEntryIds, int start, int end) Returns a range of all the account roles where companyId = ? and accountEntryId = any ?.findByC_A
(long companyId, long[] accountEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns an ordered range of all the account roles where companyId = ? and accountEntryId = any ?.findByC_A
(long companyId, long[] accountEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the account roles where companyId = ? and accountEntryId = ?, optionally using the finder cache.findByC_A
(long companyId, long accountEntryId, int start, int end) Returns a range of all the account roles where companyId = ? and accountEntryId = ?.findByC_A
(long companyId, long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns an ordered range of all the account roles where companyId = ? and accountEntryId = ?.findByC_A
(long companyId, long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the account roles where companyId = ? and accountEntryId = ?.findByC_A_First
(long companyId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the first account role in the ordered set where companyId = ? and accountEntryId = ?.findByC_A_Last
(long companyId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the last account role in the ordered set where companyId = ? and accountEntryId = ?.findByC_A_PrevAndNext
(long accountRoleId, long companyId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the account roles before and after the current account role in the ordered set where companyId = ? and accountEntryId = ?.findByCompanyId
(long companyId) Returns all the account roles where companyId = ?.findByCompanyId
(long companyId, int start, int end) Returns a range of all the account roles where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns an ordered range of all the account roles where companyId = ?.findByCompanyId
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the account roles where companyId = ?.findByCompanyId_First
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the first account role in the ordered set where companyId = ?.findByCompanyId_Last
(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the last account role in the ordered set where companyId = ?.findByCompanyId_PrevAndNext
(long accountRoleId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the account roles before and after the current account role in the ordered set where companyId = ?.findByERC_C
(String externalReferenceCode, long companyId) Returns the account role where externalReferenceCode = ? and companyId = ? or throws aNoSuchRoleException
if it could not be found.findByPrimaryKey
(long accountRoleId) Returns the account role with the primary key or throws aNoSuchRoleException
if it could not be found.findByRoleId
(long roleId) Returns the account role where roleId = ? or throws aNoSuchRoleException
if it could not be found.remove
(long accountRoleId) Removes the account role with the primary key from the database.void
Removes all the account roles from the database.void
removeByAccountEntryId
(long accountEntryId) Removes all the account roles where accountEntryId = ? from the database.void
removeByC_A
(long companyId, long accountEntryId) Removes all the account roles where companyId = ? and accountEntryId = ? from the database.void
removeByCompanyId
(long companyId) Removes all the account roles where companyId = ? from the database.removeByERC_C
(String externalReferenceCode, long companyId) Removes the account role where externalReferenceCode = ? and companyId = ? from the database.removeByRoleId
(long roleId) Removes the account role where roleId = ? from the database.updateImpl
(AccountRole accountRole) Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getBadColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, remove, removeByFunction, setDataSource, unregisterListener, update, update
-
Method Details
-
findByCompanyId
Returns all the account roles where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching account roles
-
findByCompanyId
Returns a range of all the account roles where companyId = ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)- Returns:
- the range of matching account roles
-
findByCompanyId
List<AccountRole> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns an ordered range of all the account roles where companyId = ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching account roles
-
findByCompanyId
List<AccountRole> findByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the account roles where companyId = ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching account roles
-
findByCompanyId_First
AccountRole findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) throws NoSuchRoleException Returns the first account role in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching account role
- Throws:
NoSuchRoleException
- if a matching account role could not be found
-
fetchByCompanyId_First
AccountRole fetchByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the first account role in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching account role, or
null
if a matching account role could not be found
-
findByCompanyId_Last
AccountRole findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) throws NoSuchRoleException Returns the last account role in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching account role
- Throws:
NoSuchRoleException
- if a matching account role could not be found
-
fetchByCompanyId_Last
AccountRole fetchByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the last account role in the ordered set where companyId = ?.- Parameters:
companyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching account role, or
null
if a matching account role could not be found
-
findByCompanyId_PrevAndNext
AccountRole[] findByCompanyId_PrevAndNext(long accountRoleId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) throws NoSuchRoleException Returns the account roles before and after the current account role in the ordered set where companyId = ?.- Parameters:
accountRoleId
- the primary key of the current account rolecompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next account role
- Throws:
NoSuchRoleException
- if a account role with the primary key could not be found
-
filterFindByCompanyId
Returns all the account roles that the user has permission to view where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the matching account roles that the user has permission to view
-
filterFindByCompanyId
Returns a range of all the account roles that the user has permission to view where companyId = ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)- Returns:
- the range of matching account roles that the user has permission to view
-
filterFindByCompanyId
List<AccountRole> filterFindByCompanyId(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns an ordered range of all the account roles that the user has permissions to view where companyId = ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
companyId
- the company IDstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching account roles that the user has permission to view
-
filterFindByCompanyId_PrevAndNext
AccountRole[] filterFindByCompanyId_PrevAndNext(long accountRoleId, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) throws NoSuchRoleException Returns the account roles before and after the current account role in the ordered set of account roles that the user has permission to view where companyId = ?.- Parameters:
accountRoleId
- the primary key of the current account rolecompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next account role
- Throws:
NoSuchRoleException
- if a account role with the primary key could not be found
-
removeByCompanyId
void removeByCompanyId(long companyId) Removes all the account roles where companyId = ? from the database.- Parameters:
companyId
- the company ID
-
countByCompanyId
int countByCompanyId(long companyId) Returns the number of account roles where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching account roles
-
filterCountByCompanyId
int filterCountByCompanyId(long companyId) Returns the number of account roles that the user has permission to view where companyId = ?.- Parameters:
companyId
- the company ID- Returns:
- the number of matching account roles that the user has permission to view
-
findByAccountEntryId
Returns all the account roles where accountEntryId = ?.- Parameters:
accountEntryId
- the account entry ID- Returns:
- the matching account roles
-
findByAccountEntryId
Returns a range of all the account roles where accountEntryId = ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
accountEntryId
- the account entry IDstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)- Returns:
- the range of matching account roles
-
findByAccountEntryId
List<AccountRole> findByAccountEntryId(long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns an ordered range of all the account roles where accountEntryId = ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
accountEntryId
- the account entry IDstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching account roles
-
findByAccountEntryId
List<AccountRole> findByAccountEntryId(long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the account roles where accountEntryId = ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
accountEntryId
- the account entry IDstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching account roles
-
findByAccountEntryId_First
AccountRole findByAccountEntryId_First(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) throws NoSuchRoleException Returns the first account role in the ordered set where accountEntryId = ?.- Parameters:
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching account role
- Throws:
NoSuchRoleException
- if a matching account role could not be found
-
fetchByAccountEntryId_First
AccountRole fetchByAccountEntryId_First(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the first account role in the ordered set where accountEntryId = ?.- Parameters:
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching account role, or
null
if a matching account role could not be found
-
findByAccountEntryId_Last
AccountRole findByAccountEntryId_Last(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) throws NoSuchRoleException Returns the last account role in the ordered set where accountEntryId = ?.- Parameters:
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching account role
- Throws:
NoSuchRoleException
- if a matching account role could not be found
-
fetchByAccountEntryId_Last
AccountRole fetchByAccountEntryId_Last(long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the last account role in the ordered set where accountEntryId = ?.- Parameters:
accountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching account role, or
null
if a matching account role could not be found
-
findByAccountEntryId_PrevAndNext
AccountRole[] findByAccountEntryId_PrevAndNext(long accountRoleId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) throws NoSuchRoleException Returns the account roles before and after the current account role in the ordered set where accountEntryId = ?.- Parameters:
accountRoleId
- the primary key of the current account roleaccountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next account role
- Throws:
NoSuchRoleException
- if a account role with the primary key could not be found
-
filterFindByAccountEntryId
Returns all the account roles that the user has permission to view where accountEntryId = ?.- Parameters:
accountEntryId
- the account entry ID- Returns:
- the matching account roles that the user has permission to view
-
filterFindByAccountEntryId
Returns a range of all the account roles that the user has permission to view where accountEntryId = ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
accountEntryId
- the account entry IDstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)- Returns:
- the range of matching account roles that the user has permission to view
-
filterFindByAccountEntryId
List<AccountRole> filterFindByAccountEntryId(long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns an ordered range of all the account roles that the user has permissions to view where accountEntryId = ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
accountEntryId
- the account entry IDstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching account roles that the user has permission to view
-
filterFindByAccountEntryId_PrevAndNext
AccountRole[] filterFindByAccountEntryId_PrevAndNext(long accountRoleId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) throws NoSuchRoleException Returns the account roles before and after the current account role in the ordered set of account roles that the user has permission to view where accountEntryId = ?.- Parameters:
accountRoleId
- the primary key of the current account roleaccountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next account role
- Throws:
NoSuchRoleException
- if a account role with the primary key could not be found
-
filterFindByAccountEntryId
Returns all the account roles that the user has permission to view where accountEntryId = any ?.- Parameters:
accountEntryIds
- the account entry IDs- Returns:
- the matching account roles that the user has permission to view
-
filterFindByAccountEntryId
Returns a range of all the account roles that the user has permission to view where accountEntryId = any ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
accountEntryIds
- the account entry IDsstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)- Returns:
- the range of matching account roles that the user has permission to view
-
filterFindByAccountEntryId
List<AccountRole> filterFindByAccountEntryId(long[] accountEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns an ordered range of all the account roles that the user has permission to view where accountEntryId = any ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
accountEntryIds
- the account entry IDsstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching account roles that the user has permission to view
-
findByAccountEntryId
Returns all the account roles where accountEntryId = any ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
accountEntryIds
- the account entry IDs- Returns:
- the matching account roles
-
findByAccountEntryId
Returns a range of all the account roles where accountEntryId = any ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
accountEntryIds
- the account entry IDsstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)- Returns:
- the range of matching account roles
-
findByAccountEntryId
List<AccountRole> findByAccountEntryId(long[] accountEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns an ordered range of all the account roles where accountEntryId = any ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
accountEntryIds
- the account entry IDsstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching account roles
-
findByAccountEntryId
List<AccountRole> findByAccountEntryId(long[] accountEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the account roles where accountEntryId = ?, optionally using the finder cache.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
accountEntryIds
- the account entry IDsstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching account roles
-
removeByAccountEntryId
void removeByAccountEntryId(long accountEntryId) Removes all the account roles where accountEntryId = ? from the database.- Parameters:
accountEntryId
- the account entry ID
-
countByAccountEntryId
int countByAccountEntryId(long accountEntryId) Returns the number of account roles where accountEntryId = ?.- Parameters:
accountEntryId
- the account entry ID- Returns:
- the number of matching account roles
-
countByAccountEntryId
int countByAccountEntryId(long[] accountEntryIds) Returns the number of account roles where accountEntryId = any ?.- Parameters:
accountEntryIds
- the account entry IDs- Returns:
- the number of matching account roles
-
filterCountByAccountEntryId
int filterCountByAccountEntryId(long accountEntryId) Returns the number of account roles that the user has permission to view where accountEntryId = ?.- Parameters:
accountEntryId
- the account entry ID- Returns:
- the number of matching account roles that the user has permission to view
-
filterCountByAccountEntryId
int filterCountByAccountEntryId(long[] accountEntryIds) Returns the number of account roles that the user has permission to view where accountEntryId = any ?.- Parameters:
accountEntryIds
- the account entry IDs- Returns:
- the number of matching account roles that the user has permission to view
-
findByRoleId
Returns the account role where roleId = ? or throws aNoSuchRoleException
if it could not be found.- Parameters:
roleId
- the role ID- Returns:
- the matching account role
- Throws:
NoSuchRoleException
- if a matching account role could not be found
-
fetchByRoleId
Returns the account role where roleId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
roleId
- the role ID- Returns:
- the matching account role, or
null
if a matching account role could not be found
-
fetchByRoleId
Returns the account role where roleId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
roleId
- the role IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching account role, or
null
if a matching account role could not be found
-
removeByRoleId
Removes the account role where roleId = ? from the database.- Parameters:
roleId
- the role ID- Returns:
- the account role that was removed
- Throws:
NoSuchRoleException
-
countByRoleId
int countByRoleId(long roleId) Returns the number of account roles where roleId = ?.- Parameters:
roleId
- the role ID- Returns:
- the number of matching account roles
-
findByC_A
Returns all the account roles where companyId = ? and accountEntryId = ?.- Parameters:
companyId
- the company IDaccountEntryId
- the account entry ID- Returns:
- the matching account roles
-
findByC_A
Returns a range of all the account roles where companyId = ? and accountEntryId = ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
companyId
- the company IDaccountEntryId
- the account entry IDstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)- Returns:
- the range of matching account roles
-
findByC_A
List<AccountRole> findByC_A(long companyId, long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns an ordered range of all the account roles where companyId = ? and accountEntryId = ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
companyId
- the company IDaccountEntryId
- the account entry IDstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching account roles
-
findByC_A
List<AccountRole> findByC_A(long companyId, long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the account roles where companyId = ? and accountEntryId = ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
companyId
- the company IDaccountEntryId
- the account entry IDstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching account roles
-
findByC_A_First
AccountRole findByC_A_First(long companyId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) throws NoSuchRoleException Returns the first account role in the ordered set where companyId = ? and accountEntryId = ?.- Parameters:
companyId
- the company IDaccountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching account role
- Throws:
NoSuchRoleException
- if a matching account role could not be found
-
fetchByC_A_First
AccountRole fetchByC_A_First(long companyId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the first account role in the ordered set where companyId = ? and accountEntryId = ?.- Parameters:
companyId
- the company IDaccountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching account role, or
null
if a matching account role could not be found
-
findByC_A_Last
AccountRole findByC_A_Last(long companyId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) throws NoSuchRoleException Returns the last account role in the ordered set where companyId = ? and accountEntryId = ?.- Parameters:
companyId
- the company IDaccountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching account role
- Throws:
NoSuchRoleException
- if a matching account role could not be found
-
fetchByC_A_Last
AccountRole fetchByC_A_Last(long companyId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns the last account role in the ordered set where companyId = ? and accountEntryId = ?.- Parameters:
companyId
- the company IDaccountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching account role, or
null
if a matching account role could not be found
-
findByC_A_PrevAndNext
AccountRole[] findByC_A_PrevAndNext(long accountRoleId, long companyId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) throws NoSuchRoleException Returns the account roles before and after the current account role in the ordered set where companyId = ? and accountEntryId = ?.- Parameters:
accountRoleId
- the primary key of the current account rolecompanyId
- the company IDaccountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next account role
- Throws:
NoSuchRoleException
- if a account role with the primary key could not be found
-
filterFindByC_A
Returns all the account roles that the user has permission to view where companyId = ? and accountEntryId = ?.- Parameters:
companyId
- the company IDaccountEntryId
- the account entry ID- Returns:
- the matching account roles that the user has permission to view
-
filterFindByC_A
Returns a range of all the account roles that the user has permission to view where companyId = ? and accountEntryId = ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
companyId
- the company IDaccountEntryId
- the account entry IDstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)- Returns:
- the range of matching account roles that the user has permission to view
-
filterFindByC_A
List<AccountRole> filterFindByC_A(long companyId, long accountEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns an ordered range of all the account roles that the user has permissions to view where companyId = ? and accountEntryId = ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
companyId
- the company IDaccountEntryId
- the account entry IDstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching account roles that the user has permission to view
-
filterFindByC_A_PrevAndNext
AccountRole[] filterFindByC_A_PrevAndNext(long accountRoleId, long companyId, long accountEntryId, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) throws NoSuchRoleException Returns the account roles before and after the current account role in the ordered set of account roles that the user has permission to view where companyId = ? and accountEntryId = ?.- Parameters:
accountRoleId
- the primary key of the current account rolecompanyId
- the company IDaccountEntryId
- the account entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next account role
- Throws:
NoSuchRoleException
- if a account role with the primary key could not be found
-
filterFindByC_A
Returns all the account roles that the user has permission to view where companyId = ? and accountEntryId = any ?.- Parameters:
companyId
- the company IDaccountEntryIds
- the account entry IDs- Returns:
- the matching account roles that the user has permission to view
-
filterFindByC_A
Returns a range of all the account roles that the user has permission to view where companyId = ? and accountEntryId = any ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
companyId
- the company IDaccountEntryIds
- the account entry IDsstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)- Returns:
- the range of matching account roles that the user has permission to view
-
filterFindByC_A
List<AccountRole> filterFindByC_A(long companyId, long[] accountEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns an ordered range of all the account roles that the user has permission to view where companyId = ? and accountEntryId = any ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
companyId
- the company IDaccountEntryIds
- the account entry IDsstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching account roles that the user has permission to view
-
findByC_A
Returns all the account roles where companyId = ? and accountEntryId = any ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
companyId
- the company IDaccountEntryIds
- the account entry IDs- Returns:
- the matching account roles
-
findByC_A
Returns a range of all the account roles where companyId = ? and accountEntryId = any ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
companyId
- the company IDaccountEntryIds
- the account entry IDsstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)- Returns:
- the range of matching account roles
-
findByC_A
List<AccountRole> findByC_A(long companyId, long[] accountEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns an ordered range of all the account roles where companyId = ? and accountEntryId = any ?.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
companyId
- the company IDaccountEntryIds
- the account entry IDsstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching account roles
-
findByC_A
List<AccountRole> findByC_A(long companyId, long[] accountEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the account roles where companyId = ? and accountEntryId = ?, optionally using the finder cache.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
companyId
- the company IDaccountEntryIds
- the account entry IDsstart
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching account roles
-
removeByC_A
void removeByC_A(long companyId, long accountEntryId) Removes all the account roles where companyId = ? and accountEntryId = ? from the database.- Parameters:
companyId
- the company IDaccountEntryId
- the account entry ID
-
countByC_A
int countByC_A(long companyId, long accountEntryId) Returns the number of account roles where companyId = ? and accountEntryId = ?.- Parameters:
companyId
- the company IDaccountEntryId
- the account entry ID- Returns:
- the number of matching account roles
-
countByC_A
int countByC_A(long companyId, long[] accountEntryIds) Returns the number of account roles where companyId = ? and accountEntryId = any ?.- Parameters:
companyId
- the company IDaccountEntryIds
- the account entry IDs- Returns:
- the number of matching account roles
-
filterCountByC_A
int filterCountByC_A(long companyId, long accountEntryId) Returns the number of account roles that the user has permission to view where companyId = ? and accountEntryId = ?.- Parameters:
companyId
- the company IDaccountEntryId
- the account entry ID- Returns:
- the number of matching account roles that the user has permission to view
-
filterCountByC_A
int filterCountByC_A(long companyId, long[] accountEntryIds) Returns the number of account roles that the user has permission to view where companyId = ? and accountEntryId = any ?.- Parameters:
companyId
- the company IDaccountEntryIds
- the account entry IDs- Returns:
- the number of matching account roles that the user has permission to view
-
findByERC_C
Returns the account role where externalReferenceCode = ? and companyId = ? or throws aNoSuchRoleException
if it could not be found.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching account role
- Throws:
NoSuchRoleException
- if a matching account role could not be found
-
fetchByERC_C
Returns the account role where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the matching account role, or
null
if a matching account role could not be found
-
fetchByERC_C
Returns the account role where externalReferenceCode = ? and companyId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching account role, or
null
if a matching account role could not be found
-
removeByERC_C
Removes the account role where externalReferenceCode = ? and companyId = ? from the database.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the account role that was removed
- Throws:
NoSuchRoleException
-
countByERC_C
Returns the number of account roles where externalReferenceCode = ? and companyId = ?.- Parameters:
externalReferenceCode
- the external reference codecompanyId
- the company ID- Returns:
- the number of matching account roles
-
cacheResult
Caches the account role in the entity cache if it is enabled.- Parameters:
accountRole
- the account role
-
cacheResult
Caches the account roles in the entity cache if it is enabled.- Parameters:
accountRoles
- the account roles
-
create
Creates a new account role with the primary key. Does not add the account role to the database.- Parameters:
accountRoleId
- the primary key for the new account role- Returns:
- the new account role
-
remove
Removes the account role with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
accountRoleId
- the primary key of the account role- Returns:
- the account role that was removed
- Throws:
NoSuchRoleException
- if a account role with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the account role with the primary key or throws aNoSuchRoleException
if it could not be found.- Parameters:
accountRoleId
- the primary key of the account role- Returns:
- the account role
- Throws:
NoSuchRoleException
- if a account role with the primary key could not be found
-
fetchByPrimaryKey
Returns the account role with the primary key or returnsnull
if it could not be found.- Parameters:
accountRoleId
- the primary key of the account role- Returns:
- the account role, or
null
if a account role with the primary key could not be found
-
findAll
List<AccountRole> findAll()Returns all the account roles.- Returns:
- the account roles
-
findAll
Returns a range of all the account roles.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
start
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)- Returns:
- the range of account roles
-
findAll
List<AccountRole> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator) Returns an ordered range of all the account roles.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
start
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of account roles
-
findAll
List<AccountRole> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AccountRole> orderByComparator, boolean useFinderCache) Returns an ordered range of all the account roles.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
toQueryUtil#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 fromAccountRoleModelImpl
.- Parameters:
start
- the lower bound of the range of account rolesend
- the upper bound of the range of account roles (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of account roles
-
removeAll
void removeAll()Removes all the account roles from the database. -
countAll
int countAll()Returns the number of account roles.- Returns:
- the number of account roles
-