Interface DepotEntryGroupRelPersistence
- All Superinterfaces:
com.liferay.portal.kernel.service.persistence.BasePersistence<DepotEntryGroupRel>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<DepotEntryGroupRel>
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cacheResult
(DepotEntryGroupRel depotEntryGroupRel) Caches the depot entry group rel in the entity cache if it is enabled.void
cacheResult
(List<DepotEntryGroupRel> depotEntryGroupRels) Caches the depot entry group rels in the entity cache if it is enabled.int
countAll()
Returns the number of depot entry group rels.int
countByD_TGI
(long depotEntryId, long toGroupId) Returns the number of depot entry group rels where depotEntryId = ? and toGroupId = ?.int
countByDDMSA_TGI
(boolean ddmStructuresAvailable, long toGroupId) Returns the number of depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.int
countByDepotEntryId
(long depotEntryId) Returns the number of depot entry group rels where depotEntryId = ?.int
countByS_TGI
(boolean searchable, long toGroupId) Returns the number of depot entry group rels where searchable = ? and toGroupId = ?.int
countByToGroupId
(long toGroupId) Returns the number of depot entry group rels where toGroupId = ?.int
countByUuid
(String uuid) Returns the number of depot entry group rels where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of depot entry group rels where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of depot entry group rels where uuid = ? and groupId = ?.create
(long depotEntryGroupRelId) Creates a new depot entry group rel with the primary key.fetchByD_TGI
(long depotEntryId, long toGroupId) Returns the depot entry group rel where depotEntryId = ? and toGroupId = ? or returnsnull
if it could not be found.fetchByD_TGI
(long depotEntryId, long toGroupId, boolean useFinderCache) Returns the depot entry group rel where depotEntryId = ? and toGroupId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByDDMSA_TGI_First
(boolean ddmStructuresAvailable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where ddmStructuresAvailable = ? and toGroupId = ?.fetchByDDMSA_TGI_Last
(boolean ddmStructuresAvailable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where ddmStructuresAvailable = ? and toGroupId = ?.fetchByDepotEntryId_First
(long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where depotEntryId = ?.fetchByDepotEntryId_Last
(long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where depotEntryId = ?.fetchByPrimaryKey
(long depotEntryGroupRelId) Returns the depot entry group rel with the primary key or returnsnull
if it could not be found.fetchByS_TGI_First
(boolean searchable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where searchable = ? and toGroupId = ?.fetchByS_TGI_Last
(boolean searchable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where searchable = ? and toGroupId = ?.fetchByToGroupId_First
(long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where toGroupId = ?.fetchByToGroupId_Last
(long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where toGroupId = ?.fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where uuid = ?.fetchByUUID_G
(String uuid, long groupId) Returns the depot entry group rel where uuid = ? and groupId = ? or returnsnull
if it could not be found.fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the depot entry group rel where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where uuid = ?.findAll()
Returns all the depot entry group rels.findAll
(int start, int end) Returns a range of all the depot entry group rels.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns an ordered range of all the depot entry group rels.findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the depot entry group rels.findByD_TGI
(long depotEntryId, long toGroupId) Returns the depot entry group rel where depotEntryId = ? and toGroupId = ? or throws aNoSuchEntryGroupRelException
if it could not be found.findByDDMSA_TGI
(boolean ddmStructuresAvailable, long toGroupId) Returns all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.findByDDMSA_TGI
(boolean ddmStructuresAvailable, long toGroupId, int start, int end) Returns a range of all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.findByDDMSA_TGI
(boolean ddmStructuresAvailable, long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns an ordered range of all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.findByDDMSA_TGI
(boolean ddmStructuresAvailable, long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.findByDDMSA_TGI_First
(boolean ddmStructuresAvailable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where ddmStructuresAvailable = ? and toGroupId = ?.findByDDMSA_TGI_Last
(boolean ddmStructuresAvailable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where ddmStructuresAvailable = ? and toGroupId = ?.findByDDMSA_TGI_PrevAndNext
(long depotEntryGroupRelId, boolean ddmStructuresAvailable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where ddmStructuresAvailable = ? and toGroupId = ?.findByDepotEntryId
(long depotEntryId) Returns all the depot entry group rels where depotEntryId = ?.findByDepotEntryId
(long depotEntryId, int start, int end) Returns a range of all the depot entry group rels where depotEntryId = ?.findByDepotEntryId
(long depotEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns an ordered range of all the depot entry group rels where depotEntryId = ?.findByDepotEntryId
(long depotEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the depot entry group rels where depotEntryId = ?.findByDepotEntryId_First
(long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where depotEntryId = ?.findByDepotEntryId_Last
(long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where depotEntryId = ?.findByDepotEntryId_PrevAndNext
(long depotEntryGroupRelId, long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where depotEntryId = ?.findByPrimaryKey
(long depotEntryGroupRelId) Returns the depot entry group rel with the primary key or throws aNoSuchEntryGroupRelException
if it could not be found.findByS_TGI
(boolean searchable, long toGroupId) Returns all the depot entry group rels where searchable = ? and toGroupId = ?.findByS_TGI
(boolean searchable, long toGroupId, int start, int end) Returns a range of all the depot entry group rels where searchable = ? and toGroupId = ?.findByS_TGI
(boolean searchable, long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns an ordered range of all the depot entry group rels where searchable = ? and toGroupId = ?.findByS_TGI
(boolean searchable, long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the depot entry group rels where searchable = ? and toGroupId = ?.findByS_TGI_First
(boolean searchable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where searchable = ? and toGroupId = ?.findByS_TGI_Last
(boolean searchable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where searchable = ? and toGroupId = ?.findByS_TGI_PrevAndNext
(long depotEntryGroupRelId, boolean searchable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where searchable = ? and toGroupId = ?.findByToGroupId
(long toGroupId) Returns all the depot entry group rels where toGroupId = ?.findByToGroupId
(long toGroupId, int start, int end) Returns a range of all the depot entry group rels where toGroupId = ?.findByToGroupId
(long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns an ordered range of all the depot entry group rels where toGroupId = ?.findByToGroupId
(long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the depot entry group rels where toGroupId = ?.findByToGroupId_First
(long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where toGroupId = ?.findByToGroupId_Last
(long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where toGroupId = ?.findByToGroupId_PrevAndNext
(long depotEntryGroupRelId, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where toGroupId = ?.findByUuid
(String uuid) Returns all the depot entry group rels where uuid = ?.findByUuid
(String uuid, int start, int end) Returns a range of all the depot entry group rels where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns an ordered range of all the depot entry group rels where uuid = ?.findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the depot entry group rels where uuid = ?.findByUuid_C
(String uuid, long companyId) Returns all the depot entry group rels where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the depot entry group rels where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns an ordered range of all the depot entry group rels where uuid = ? and companyId = ?.findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the depot entry group rels where uuid = ? and companyId = ?.findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where uuid = ? and companyId = ?.findByUuid_C_PrevAndNext
(long depotEntryGroupRelId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where uuid = ? and companyId = ?.findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where uuid = ?.findByUUID_G
(String uuid, long groupId) Returns the depot entry group rel where uuid = ? and groupId = ? or throws aNoSuchEntryGroupRelException
if it could not be found.findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where uuid = ?.findByUuid_PrevAndNext
(long depotEntryGroupRelId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where uuid = ?.remove
(long depotEntryGroupRelId) Removes the depot entry group rel with the primary key from the database.void
Removes all the depot entry group rels from the database.removeByD_TGI
(long depotEntryId, long toGroupId) Removes the depot entry group rel where depotEntryId = ? and toGroupId = ? from the database.void
removeByDDMSA_TGI
(boolean ddmStructuresAvailable, long toGroupId) Removes all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ? from the database.void
removeByDepotEntryId
(long depotEntryId) Removes all the depot entry group rels where depotEntryId = ? from the database.void
removeByS_TGI
(boolean searchable, long toGroupId) Removes all the depot entry group rels where searchable = ? and toGroupId = ? from the database.void
removeByToGroupId
(long toGroupId) Removes all the depot entry group rels where toGroupId = ? from the database.void
removeByUuid
(String uuid) Removes all the depot entry group rels where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the depot entry group rels where uuid = ? and companyId = ? from the database.removeByUUID_G
(String uuid, long groupId) Removes the depot entry group rel where uuid = ? and groupId = ? from the database.updateImpl
(DepotEntryGroupRel depotEntryGroupRel) 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
Methods inherited from interface com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence
getCTColumnNames, getMappingTableNames, getTableColumnsMap, getTableName, getUniqueIndexColumnNames
-
Method Details
-
findByUuid
Returns all the depot entry group rels where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the matching depot entry group rels
-
findByUuid
Returns a range of all the depot entry group rels where uuid = ?.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 fromDepotEntryGroupRelModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)- Returns:
- the range of matching depot entry group rels
-
findByUuid
List<DepotEntryGroupRel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns an ordered range of all the depot entry group rels where uuid = ?.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 fromDepotEntryGroupRelModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching depot entry group rels
-
findByUuid
List<DepotEntryGroupRel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the depot entry group rels where uuid = ?.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 fromDepotEntryGroupRelModelImpl
.- Parameters:
uuid
- the uuidstart
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching depot entry group rels
-
findByUuid_First
DepotEntryGroupRel findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException Returns the first depot entry group rel in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching depot entry group rel
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be found
-
fetchByUuid_First
DepotEntryGroupRel fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching depot entry group rel, or
null
if a matching depot entry group rel could not be found
-
findByUuid_Last
DepotEntryGroupRel findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException Returns the last depot entry group rel in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching depot entry group rel
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be found
-
fetchByUuid_Last
DepotEntryGroupRel fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where uuid = ?.- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching depot entry group rel, or
null
if a matching depot entry group rel could not be found
-
findByUuid_PrevAndNext
DepotEntryGroupRel[] findByUuid_PrevAndNext(long depotEntryGroupRelId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where uuid = ?.- Parameters:
depotEntryGroupRelId
- the primary key of the current depot entry group reluuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next depot entry group rel
- Throws:
NoSuchEntryGroupRelException
- if a depot entry group rel with the primary key could not be found
-
removeByUuid
Removes all the depot entry group rels where uuid = ? from the database.- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of depot entry group rels where uuid = ?.- Parameters:
uuid
- the uuid- Returns:
- the number of matching depot entry group rels
-
findByUUID_G
Returns the depot entry group rel where uuid = ? and groupId = ? or throws aNoSuchEntryGroupRelException
if it could not be found.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching depot entry group rel
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be found
-
fetchByUUID_G
Returns the depot entry group rel where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching depot entry group rel, or
null
if a matching depot entry group rel could not be found
-
fetchByUUID_G
Returns the depot entry group rel where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching depot entry group rel, or
null
if a matching depot entry group rel could not be found
-
removeByUUID_G
Removes the depot entry group rel where uuid = ? and groupId = ? from the database.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the depot entry group rel that was removed
- Throws:
NoSuchEntryGroupRelException
-
countByUUID_G
Returns the number of depot entry group rels where uuid = ? and groupId = ?.- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching depot entry group rels
-
findByUuid_C
Returns all the depot entry group rels where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching depot entry group rels
-
findByUuid_C
Returns a range of all the depot entry group rels where uuid = ? and 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 fromDepotEntryGroupRelModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)- Returns:
- the range of matching depot entry group rels
-
findByUuid_C
List<DepotEntryGroupRel> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns an ordered range of all the depot entry group rels where uuid = ? and 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 fromDepotEntryGroupRelModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching depot entry group rels
-
findByUuid_C
List<DepotEntryGroupRel> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the depot entry group rels where uuid = ? and 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 fromDepotEntryGroupRelModelImpl
.- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching depot entry group rels
-
findByUuid_C_First
DepotEntryGroupRel findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException Returns the first depot entry group rel in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching depot entry group rel
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be found
-
fetchByUuid_C_First
DepotEntryGroupRel fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching depot entry group rel, or
null
if a matching depot entry group rel could not be found
-
findByUuid_C_Last
DepotEntryGroupRel findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException Returns the last depot entry group rel in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching depot entry group rel
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be found
-
fetchByUuid_C_Last
DepotEntryGroupRel fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching depot entry group rel, or
null
if a matching depot entry group rel could not be found
-
findByUuid_C_PrevAndNext
DepotEntryGroupRel[] findByUuid_C_PrevAndNext(long depotEntryGroupRelId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where uuid = ? and companyId = ?.- Parameters:
depotEntryGroupRelId
- the primary key of the current depot entry group reluuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next depot entry group rel
- Throws:
NoSuchEntryGroupRelException
- if a depot entry group rel with the primary key could not be found
-
removeByUuid_C
Removes all the depot entry group rels where uuid = ? and companyId = ? from the database.- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of depot entry group rels where uuid = ? and companyId = ?.- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching depot entry group rels
-
findByDepotEntryId
Returns all the depot entry group rels where depotEntryId = ?.- Parameters:
depotEntryId
- the depot entry ID- Returns:
- the matching depot entry group rels
-
findByDepotEntryId
Returns a range of all the depot entry group rels where depotEntryId = ?.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 fromDepotEntryGroupRelModelImpl
.- Parameters:
depotEntryId
- the depot entry IDstart
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)- Returns:
- the range of matching depot entry group rels
-
findByDepotEntryId
List<DepotEntryGroupRel> findByDepotEntryId(long depotEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns an ordered range of all the depot entry group rels where depotEntryId = ?.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 fromDepotEntryGroupRelModelImpl
.- Parameters:
depotEntryId
- the depot entry IDstart
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching depot entry group rels
-
findByDepotEntryId
List<DepotEntryGroupRel> findByDepotEntryId(long depotEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the depot entry group rels where depotEntryId = ?.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 fromDepotEntryGroupRelModelImpl
.- Parameters:
depotEntryId
- the depot entry IDstart
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching depot entry group rels
-
findByDepotEntryId_First
DepotEntryGroupRel findByDepotEntryId_First(long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException Returns the first depot entry group rel in the ordered set where depotEntryId = ?.- Parameters:
depotEntryId
- the depot entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching depot entry group rel
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be found
-
fetchByDepotEntryId_First
DepotEntryGroupRel fetchByDepotEntryId_First(long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where depotEntryId = ?.- Parameters:
depotEntryId
- the depot entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching depot entry group rel, or
null
if a matching depot entry group rel could not be found
-
findByDepotEntryId_Last
DepotEntryGroupRel findByDepotEntryId_Last(long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException Returns the last depot entry group rel in the ordered set where depotEntryId = ?.- Parameters:
depotEntryId
- the depot entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching depot entry group rel
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be found
-
fetchByDepotEntryId_Last
DepotEntryGroupRel fetchByDepotEntryId_Last(long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where depotEntryId = ?.- Parameters:
depotEntryId
- the depot entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching depot entry group rel, or
null
if a matching depot entry group rel could not be found
-
findByDepotEntryId_PrevAndNext
DepotEntryGroupRel[] findByDepotEntryId_PrevAndNext(long depotEntryGroupRelId, long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where depotEntryId = ?.- Parameters:
depotEntryGroupRelId
- the primary key of the current depot entry group reldepotEntryId
- the depot entry IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next depot entry group rel
- Throws:
NoSuchEntryGroupRelException
- if a depot entry group rel with the primary key could not be found
-
removeByDepotEntryId
void removeByDepotEntryId(long depotEntryId) Removes all the depot entry group rels where depotEntryId = ? from the database.- Parameters:
depotEntryId
- the depot entry ID
-
countByDepotEntryId
int countByDepotEntryId(long depotEntryId) Returns the number of depot entry group rels where depotEntryId = ?.- Parameters:
depotEntryId
- the depot entry ID- Returns:
- the number of matching depot entry group rels
-
findByToGroupId
Returns all the depot entry group rels where toGroupId = ?.- Parameters:
toGroupId
- the to group ID- Returns:
- the matching depot entry group rels
-
findByToGroupId
Returns a range of all the depot entry group rels where toGroupId = ?.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 fromDepotEntryGroupRelModelImpl
.- Parameters:
toGroupId
- the to group IDstart
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)- Returns:
- the range of matching depot entry group rels
-
findByToGroupId
List<DepotEntryGroupRel> findByToGroupId(long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns an ordered range of all the depot entry group rels where toGroupId = ?.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 fromDepotEntryGroupRelModelImpl
.- Parameters:
toGroupId
- the to group IDstart
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching depot entry group rels
-
findByToGroupId
List<DepotEntryGroupRel> findByToGroupId(long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the depot entry group rels where toGroupId = ?.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 fromDepotEntryGroupRelModelImpl
.- Parameters:
toGroupId
- the to group IDstart
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching depot entry group rels
-
findByToGroupId_First
DepotEntryGroupRel findByToGroupId_First(long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException Returns the first depot entry group rel in the ordered set where toGroupId = ?.- Parameters:
toGroupId
- the to group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching depot entry group rel
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be found
-
fetchByToGroupId_First
DepotEntryGroupRel fetchByToGroupId_First(long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where toGroupId = ?.- Parameters:
toGroupId
- the to group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching depot entry group rel, or
null
if a matching depot entry group rel could not be found
-
findByToGroupId_Last
DepotEntryGroupRel findByToGroupId_Last(long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException Returns the last depot entry group rel in the ordered set where toGroupId = ?.- Parameters:
toGroupId
- the to group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching depot entry group rel
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be found
-
fetchByToGroupId_Last
DepotEntryGroupRel fetchByToGroupId_Last(long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where toGroupId = ?.- Parameters:
toGroupId
- the to group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching depot entry group rel, or
null
if a matching depot entry group rel could not be found
-
findByToGroupId_PrevAndNext
DepotEntryGroupRel[] findByToGroupId_PrevAndNext(long depotEntryGroupRelId, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where toGroupId = ?.- Parameters:
depotEntryGroupRelId
- the primary key of the current depot entry group reltoGroupId
- the to group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next depot entry group rel
- Throws:
NoSuchEntryGroupRelException
- if a depot entry group rel with the primary key could not be found
-
removeByToGroupId
void removeByToGroupId(long toGroupId) Removes all the depot entry group rels where toGroupId = ? from the database.- Parameters:
toGroupId
- the to group ID
-
countByToGroupId
int countByToGroupId(long toGroupId) Returns the number of depot entry group rels where toGroupId = ?.- Parameters:
toGroupId
- the to group ID- Returns:
- the number of matching depot entry group rels
-
findByDDMSA_TGI
Returns all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.- Parameters:
ddmStructuresAvailable
- the ddm structures availabletoGroupId
- the to group ID- Returns:
- the matching depot entry group rels
-
findByDDMSA_TGI
List<DepotEntryGroupRel> findByDDMSA_TGI(boolean ddmStructuresAvailable, long toGroupId, int start, int end) Returns a range of all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.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 fromDepotEntryGroupRelModelImpl
.- Parameters:
ddmStructuresAvailable
- the ddm structures availabletoGroupId
- the to group IDstart
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)- Returns:
- the range of matching depot entry group rels
-
findByDDMSA_TGI
List<DepotEntryGroupRel> findByDDMSA_TGI(boolean ddmStructuresAvailable, long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns an ordered range of all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.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 fromDepotEntryGroupRelModelImpl
.- Parameters:
ddmStructuresAvailable
- the ddm structures availabletoGroupId
- the to group IDstart
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching depot entry group rels
-
findByDDMSA_TGI
List<DepotEntryGroupRel> findByDDMSA_TGI(boolean ddmStructuresAvailable, long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.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 fromDepotEntryGroupRelModelImpl
.- Parameters:
ddmStructuresAvailable
- the ddm structures availabletoGroupId
- the to group IDstart
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching depot entry group rels
-
findByDDMSA_TGI_First
DepotEntryGroupRel findByDDMSA_TGI_First(boolean ddmStructuresAvailable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException Returns the first depot entry group rel in the ordered set where ddmStructuresAvailable = ? and toGroupId = ?.- Parameters:
ddmStructuresAvailable
- the ddm structures availabletoGroupId
- the to group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching depot entry group rel
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be found
-
fetchByDDMSA_TGI_First
DepotEntryGroupRel fetchByDDMSA_TGI_First(boolean ddmStructuresAvailable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where ddmStructuresAvailable = ? and toGroupId = ?.- Parameters:
ddmStructuresAvailable
- the ddm structures availabletoGroupId
- the to group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching depot entry group rel, or
null
if a matching depot entry group rel could not be found
-
findByDDMSA_TGI_Last
DepotEntryGroupRel findByDDMSA_TGI_Last(boolean ddmStructuresAvailable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException Returns the last depot entry group rel in the ordered set where ddmStructuresAvailable = ? and toGroupId = ?.- Parameters:
ddmStructuresAvailable
- the ddm structures availabletoGroupId
- the to group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching depot entry group rel
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be found
-
fetchByDDMSA_TGI_Last
DepotEntryGroupRel fetchByDDMSA_TGI_Last(boolean ddmStructuresAvailable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where ddmStructuresAvailable = ? and toGroupId = ?.- Parameters:
ddmStructuresAvailable
- the ddm structures availabletoGroupId
- the to group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching depot entry group rel, or
null
if a matching depot entry group rel could not be found
-
findByDDMSA_TGI_PrevAndNext
DepotEntryGroupRel[] findByDDMSA_TGI_PrevAndNext(long depotEntryGroupRelId, boolean ddmStructuresAvailable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where ddmStructuresAvailable = ? and toGroupId = ?.- Parameters:
depotEntryGroupRelId
- the primary key of the current depot entry group relddmStructuresAvailable
- the ddm structures availabletoGroupId
- the to group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next depot entry group rel
- Throws:
NoSuchEntryGroupRelException
- if a depot entry group rel with the primary key could not be found
-
removeByDDMSA_TGI
void removeByDDMSA_TGI(boolean ddmStructuresAvailable, long toGroupId) Removes all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ? from the database.- Parameters:
ddmStructuresAvailable
- the ddm structures availabletoGroupId
- the to group ID
-
countByDDMSA_TGI
int countByDDMSA_TGI(boolean ddmStructuresAvailable, long toGroupId) Returns the number of depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.- Parameters:
ddmStructuresAvailable
- the ddm structures availabletoGroupId
- the to group ID- Returns:
- the number of matching depot entry group rels
-
findByD_TGI
DepotEntryGroupRel findByD_TGI(long depotEntryId, long toGroupId) throws NoSuchEntryGroupRelException Returns the depot entry group rel where depotEntryId = ? and toGroupId = ? or throws aNoSuchEntryGroupRelException
if it could not be found.- Parameters:
depotEntryId
- the depot entry IDtoGroupId
- the to group ID- Returns:
- the matching depot entry group rel
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be found
-
fetchByD_TGI
Returns the depot entry group rel where depotEntryId = ? and toGroupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Parameters:
depotEntryId
- the depot entry IDtoGroupId
- the to group ID- Returns:
- the matching depot entry group rel, or
null
if a matching depot entry group rel could not be found
-
fetchByD_TGI
Returns the depot entry group rel where depotEntryId = ? and toGroupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Parameters:
depotEntryId
- the depot entry IDtoGroupId
- the to group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching depot entry group rel, or
null
if a matching depot entry group rel could not be found
-
removeByD_TGI
DepotEntryGroupRel removeByD_TGI(long depotEntryId, long toGroupId) throws NoSuchEntryGroupRelException Removes the depot entry group rel where depotEntryId = ? and toGroupId = ? from the database.- Parameters:
depotEntryId
- the depot entry IDtoGroupId
- the to group ID- Returns:
- the depot entry group rel that was removed
- Throws:
NoSuchEntryGroupRelException
-
countByD_TGI
int countByD_TGI(long depotEntryId, long toGroupId) Returns the number of depot entry group rels where depotEntryId = ? and toGroupId = ?.- Parameters:
depotEntryId
- the depot entry IDtoGroupId
- the to group ID- Returns:
- the number of matching depot entry group rels
-
findByS_TGI
Returns all the depot entry group rels where searchable = ? and toGroupId = ?.- Parameters:
searchable
- the searchabletoGroupId
- the to group ID- Returns:
- the matching depot entry group rels
-
findByS_TGI
Returns a range of all the depot entry group rels where searchable = ? and toGroupId = ?.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 fromDepotEntryGroupRelModelImpl
.- Parameters:
searchable
- the searchabletoGroupId
- the to group IDstart
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)- Returns:
- the range of matching depot entry group rels
-
findByS_TGI
List<DepotEntryGroupRel> findByS_TGI(boolean searchable, long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns an ordered range of all the depot entry group rels where searchable = ? and toGroupId = ?.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 fromDepotEntryGroupRelModelImpl
.- Parameters:
searchable
- the searchabletoGroupId
- the to group IDstart
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching depot entry group rels
-
findByS_TGI
List<DepotEntryGroupRel> findByS_TGI(boolean searchable, long toGroupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the depot entry group rels where searchable = ? and toGroupId = ?.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 fromDepotEntryGroupRelModelImpl
.- Parameters:
searchable
- the searchabletoGroupId
- the to group IDstart
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of matching depot entry group rels
-
findByS_TGI_First
DepotEntryGroupRel findByS_TGI_First(boolean searchable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException Returns the first depot entry group rel in the ordered set where searchable = ? and toGroupId = ?.- Parameters:
searchable
- the searchabletoGroupId
- the to group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching depot entry group rel
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be found
-
fetchByS_TGI_First
DepotEntryGroupRel fetchByS_TGI_First(boolean searchable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where searchable = ? and toGroupId = ?.- Parameters:
searchable
- the searchabletoGroupId
- the to group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching depot entry group rel, or
null
if a matching depot entry group rel could not be found
-
findByS_TGI_Last
DepotEntryGroupRel findByS_TGI_Last(boolean searchable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException Returns the last depot entry group rel in the ordered set where searchable = ? and toGroupId = ?.- Parameters:
searchable
- the searchabletoGroupId
- the to group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching depot entry group rel
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be found
-
fetchByS_TGI_Last
DepotEntryGroupRel fetchByS_TGI_Last(boolean searchable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where searchable = ? and toGroupId = ?.- Parameters:
searchable
- the searchabletoGroupId
- the to group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching depot entry group rel, or
null
if a matching depot entry group rel could not be found
-
findByS_TGI_PrevAndNext
DepotEntryGroupRel[] findByS_TGI_PrevAndNext(long depotEntryGroupRelId, boolean searchable, long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) throws NoSuchEntryGroupRelException Returns the depot entry group rels before and after the current depot entry group rel in the ordered set where searchable = ? and toGroupId = ?.- Parameters:
depotEntryGroupRelId
- the primary key of the current depot entry group relsearchable
- the searchabletoGroupId
- the to group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next depot entry group rel
- Throws:
NoSuchEntryGroupRelException
- if a depot entry group rel with the primary key could not be found
-
removeByS_TGI
void removeByS_TGI(boolean searchable, long toGroupId) Removes all the depot entry group rels where searchable = ? and toGroupId = ? from the database.- Parameters:
searchable
- the searchabletoGroupId
- the to group ID
-
countByS_TGI
int countByS_TGI(boolean searchable, long toGroupId) Returns the number of depot entry group rels where searchable = ? and toGroupId = ?.- Parameters:
searchable
- the searchabletoGroupId
- the to group ID- Returns:
- the number of matching depot entry group rels
-
cacheResult
Caches the depot entry group rel in the entity cache if it is enabled.- Parameters:
depotEntryGroupRel
- the depot entry group rel
-
cacheResult
Caches the depot entry group rels in the entity cache if it is enabled.- Parameters:
depotEntryGroupRels
- the depot entry group rels
-
create
Creates a new depot entry group rel with the primary key. Does not add the depot entry group rel to the database.- Parameters:
depotEntryGroupRelId
- the primary key for the new depot entry group rel- Returns:
- the new depot entry group rel
-
remove
Removes the depot entry group rel with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
depotEntryGroupRelId
- the primary key of the depot entry group rel- Returns:
- the depot entry group rel that was removed
- Throws:
NoSuchEntryGroupRelException
- if a depot entry group rel with the primary key could not be found
-
updateImpl
-
findByPrimaryKey
Returns the depot entry group rel with the primary key or throws aNoSuchEntryGroupRelException
if it could not be found.- Parameters:
depotEntryGroupRelId
- the primary key of the depot entry group rel- Returns:
- the depot entry group rel
- Throws:
NoSuchEntryGroupRelException
- if a depot entry group rel with the primary key could not be found
-
fetchByPrimaryKey
Returns the depot entry group rel with the primary key or returnsnull
if it could not be found.- Parameters:
depotEntryGroupRelId
- the primary key of the depot entry group rel- Returns:
- the depot entry group rel, or
null
if a depot entry group rel with the primary key could not be found
-
findAll
List<DepotEntryGroupRel> findAll()Returns all the depot entry group rels.- Returns:
- the depot entry group rels
-
findAll
Returns a range of all the depot entry group 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
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 fromDepotEntryGroupRelModelImpl
.- Parameters:
start
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)- Returns:
- the range of depot entry group rels
-
findAll
List<DepotEntryGroupRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns an ordered range of all the depot entry group 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
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 fromDepotEntryGroupRelModelImpl
.- Parameters:
start
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of depot entry group rels
-
findAll
List<DepotEntryGroupRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the depot entry group 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
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 fromDepotEntryGroupRelModelImpl
.- Parameters:
start
- the lower bound of the range of depot entry group relsend
- the upper bound of the range of depot entry group rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)useFinderCache
- whether to use the finder cache- Returns:
- the ordered range of depot entry group rels
-
removeAll
void removeAll()Removes all the depot entry group rels from the database. -
countAll
int countAll()Returns the number of depot entry group rels.- Returns:
- the number of depot entry group rels
-