Class DepotEntryGroupRelUtil
com.liferay.depot.service.persistence.impl.DepotEntryGroupRelPersistenceImpl and provides direct access to the database for CRUD operations. This utility should only be used by the service layer, as it must operate within a transaction. Never access this utility in a JSP, controller, model, or other front-end class.
Caching information and settings can be found in portal.properties
- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcacheResult(DepotEntryGroupRel depotEntryGroupRel) Caches the depot entry group rel in the entity cache if it is enabled.static voidcacheResult(List<DepotEntryGroupRel> depotEntryGroupRels) Caches the depot entry group rels in the entity cache if it is enabled.static voidstatic voidclearCache(DepotEntryGroupRel depotEntryGroupRel) static intcountAll()Returns the number of depot entry group rels.static intcountByD_TGI(long depotEntryId, long toGroupId) Returns the number of depot entry group rels where depotEntryId = ? and toGroupId = ?.static intcountByDDMSA_TGI(boolean ddmStructuresAvailable, long toGroupId) Returns the number of depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.static intcountByDepotEntryId(long depotEntryId) Returns the number of depot entry group rels where depotEntryId = ?.static intcountByS_TGI(boolean searchable, long toGroupId) Returns the number of depot entry group rels where searchable = ? and toGroupId = ?.static intcountByToGroupId(long toGroupId) Returns the number of depot entry group rels where toGroupId = ?.static intcountByUuid(String uuid) Returns the number of depot entry group rels where uuid = ?.static intcountByUuid_C(String uuid, long companyId) Returns the number of depot entry group rels where uuid = ? and companyId = ?.static intcountByUUID_G(String uuid, long groupId) Returns the number of depot entry group rels where uuid = ? and groupId = ?.static longcountWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static DepotEntryGroupRelcreate(long depotEntryGroupRelId) Creates a new depot entry group rel with the primary key.static DepotEntryGroupRelfetchByD_TGI(long depotEntryId, long toGroupId) Returns the depot entry group rel where depotEntryId = ? and toGroupId = ? or returnsnullif it could not be found.static DepotEntryGroupRelfetchByD_TGI(long depotEntryId, long toGroupId, boolean useFinderCache) Returns the depot entry group rel where depotEntryId = ? and toGroupId = ? or returnsnullif it could not be found, optionally using the finder cache.static DepotEntryGroupRelfetchByDDMSA_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 = ?.static DepotEntryGroupRelfetchByDDMSA_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 = ?.static DepotEntryGroupRelfetchByDepotEntryId_First(long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where depotEntryId = ?.static DepotEntryGroupRelfetchByDepotEntryId_Last(long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where depotEntryId = ?.static DepotEntryGroupRelfetchByPrimaryKey(long depotEntryGroupRelId) Returns the depot entry group rel with the primary key or returnsnullif it could not be found.static Map<Serializable, DepotEntryGroupRel> fetchByPrimaryKeys(Set<Serializable> primaryKeys) static DepotEntryGroupRelfetchByS_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 = ?.static DepotEntryGroupRelfetchByS_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 = ?.static DepotEntryGroupRelfetchByToGroupId_First(long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where toGroupId = ?.static DepotEntryGroupRelfetchByToGroupId_Last(long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where toGroupId = ?.static DepotEntryGroupRelfetchByUuid_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 = ?.static DepotEntryGroupRelfetchByUuid_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 = ?.static DepotEntryGroupRelfetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where uuid = ?.static DepotEntryGroupRelfetchByUUID_G(String uuid, long groupId) Returns the depot entry group rel where uuid = ? and groupId = ? or returnsnullif it could not be found.static DepotEntryGroupRelfetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the depot entry group rel where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.static DepotEntryGroupRelfetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where uuid = ?.static List<DepotEntryGroupRel> findAll()Returns all the depot entry group rels.static List<DepotEntryGroupRel> findAll(int start, int end) Returns a range of all the depot entry group rels.static 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.static 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.static DepotEntryGroupRelfindByD_TGI(long depotEntryId, long toGroupId) Returns the depot entry group rel where depotEntryId = ? and toGroupId = ? or throws aNoSuchEntryGroupRelExceptionif it could not be found.static List<DepotEntryGroupRel> findByDDMSA_TGI(boolean ddmStructuresAvailable, long toGroupId) Returns all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.static 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 = ?.static 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 = ?.static 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 = ?.static DepotEntryGroupRelfindByDDMSA_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 = ?.static DepotEntryGroupRelfindByDDMSA_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 = ?.static DepotEntryGroupRel[]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 = ?.static List<DepotEntryGroupRel> findByDepotEntryId(long depotEntryId) Returns all the depot entry group rels where depotEntryId = ?.static List<DepotEntryGroupRel> findByDepotEntryId(long depotEntryId, int start, int end) Returns a range of all the depot entry group rels where depotEntryId = ?.static 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 = ?.static 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 = ?.static DepotEntryGroupRelfindByDepotEntryId_First(long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where depotEntryId = ?.static DepotEntryGroupRelfindByDepotEntryId_Last(long depotEntryId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where depotEntryId = ?.static DepotEntryGroupRel[]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 = ?.static DepotEntryGroupRelfindByPrimaryKey(long depotEntryGroupRelId) Returns the depot entry group rel with the primary key or throws aNoSuchEntryGroupRelExceptionif it could not be found.static List<DepotEntryGroupRel> findByS_TGI(boolean searchable, long toGroupId) Returns all the depot entry group rels where searchable = ? and toGroupId = ?.static List<DepotEntryGroupRel> findByS_TGI(boolean searchable, long toGroupId, int start, int end) Returns a range of all the depot entry group rels where searchable = ? and toGroupId = ?.static 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 = ?.static 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 = ?.static DepotEntryGroupRelfindByS_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 = ?.static DepotEntryGroupRelfindByS_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 = ?.static DepotEntryGroupRel[]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 = ?.static List<DepotEntryGroupRel> findByToGroupId(long toGroupId) Returns all the depot entry group rels where toGroupId = ?.static List<DepotEntryGroupRel> findByToGroupId(long toGroupId, int start, int end) Returns a range of all the depot entry group rels where toGroupId = ?.static 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 = ?.static 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 = ?.static DepotEntryGroupRelfindByToGroupId_First(long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where toGroupId = ?.static DepotEntryGroupRelfindByToGroupId_Last(long toGroupId, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where toGroupId = ?.static DepotEntryGroupRel[]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 = ?.static List<DepotEntryGroupRel> findByUuid(String uuid) Returns all the depot entry group rels where uuid = ?.static List<DepotEntryGroupRel> findByUuid(String uuid, int start, int end) Returns a range of all the depot entry group rels where uuid = ?.static 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 = ?.static 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 = ?.static List<DepotEntryGroupRel> findByUuid_C(String uuid, long companyId) Returns all the depot entry group rels where uuid = ? and companyId = ?.static List<DepotEntryGroupRel> findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the depot entry group rels where uuid = ? and companyId = ?.static 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 = ?.static 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 = ?.static DepotEntryGroupRelfindByUuid_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 = ?.static DepotEntryGroupRelfindByUuid_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 = ?.static DepotEntryGroupRel[]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 = ?.static DepotEntryGroupRelfindByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the first depot entry group rel in the ordered set where uuid = ?.static DepotEntryGroupRelfindByUUID_G(String uuid, long groupId) Returns the depot entry group rel where uuid = ? and groupId = ? or throws aNoSuchEntryGroupRelExceptionif it could not be found.static DepotEntryGroupRelfindByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) Returns the last depot entry group rel in the ordered set where uuid = ?.static DepotEntryGroupRel[]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 = ?.static List<DepotEntryGroupRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<DepotEntryGroupRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<DepotEntryGroupRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) static DepotEntryGroupRelremove(long depotEntryGroupRelId) Removes the depot entry group rel with the primary key from the database.static voidRemoves all the depot entry group rels from the database.static DepotEntryGroupRelremoveByD_TGI(long depotEntryId, long toGroupId) Removes the depot entry group rel where depotEntryId = ? and toGroupId = ? from the database.static voidremoveByDDMSA_TGI(boolean ddmStructuresAvailable, long toGroupId) Removes all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ? from the database.static voidremoveByDepotEntryId(long depotEntryId) Removes all the depot entry group rels where depotEntryId = ? from the database.static voidremoveByS_TGI(boolean searchable, long toGroupId) Removes all the depot entry group rels where searchable = ? and toGroupId = ? from the database.static voidremoveByToGroupId(long toGroupId) Removes all the depot entry group rels where toGroupId = ? from the database.static voidremoveByUuid(String uuid) Removes all the depot entry group rels where uuid = ? from the database.static voidremoveByUuid_C(String uuid, long companyId) Removes all the depot entry group rels where uuid = ? and companyId = ? from the database.static DepotEntryGroupRelremoveByUUID_G(String uuid, long groupId) Removes the depot entry group rel where uuid = ? and groupId = ? from the database.static voidsetPersistence(DepotEntryGroupRelPersistence persistence) static DepotEntryGroupRelupdate(DepotEntryGroupRel depotEntryGroupRel) static DepotEntryGroupRelupdate(DepotEntryGroupRel depotEntryGroupRel, com.liferay.portal.kernel.service.ServiceContext serviceContext) static DepotEntryGroupRelupdateImpl(DepotEntryGroupRel depotEntryGroupRel)
-
Constructor Details
-
DepotEntryGroupRelUtil
public DepotEntryGroupRelUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
clearCache
- See Also:
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
fetchByPrimaryKeys
public static Map<Serializable,DepotEntryGroupRel> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
findWithDynamicQuery
public static List<DepotEntryGroupRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
findWithDynamicQuery
public static List<DepotEntryGroupRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
findWithDynamicQuery
public static List<DepotEntryGroupRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<DepotEntryGroupRel> orderByComparator) - See Also:
-
update
- See Also:
-
update
public static DepotEntryGroupRel update(DepotEntryGroupRel depotEntryGroupRel, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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
-
fetchByUuid_First
public static 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
nullif a matching depot entry group rel could not be found
-
findByUuid_Last
public static 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
-
fetchByUuid_Last
public static 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
nullif a matching depot entry group rel could not be found
-
findByUuid_PrevAndNext
public static 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
-
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
public static DepotEntryGroupRel findByUUID_G(String uuid, long groupId) throws NoSuchEntryGroupRelException Returns the depot entry group rel where uuid = ? and groupId = ? or throws aNoSuchEntryGroupRelExceptionif it could not be found.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching depot entry group rel
-
fetchByUUID_G
Returns the depot entry group rel where uuid = ? and groupId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching depot entry group rel, or
nullif a matching depot entry group rel could not be found
-
fetchByUUID_G
Returns the depot entry group rel where uuid = ? and groupId = ? or returnsnullif 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
nullif a matching depot entry group rel could not be found
-
removeByUUID_G
public static DepotEntryGroupRel removeByUUID_G(String uuid, long groupId) throws NoSuchEntryGroupRelException 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
public static List<DepotEntryGroupRel> findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the depot entry group rels where uuid = ? and companyId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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
-
fetchByUuid_C_First
public static 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
nullif a matching depot entry group rel could not be found
-
findByUuid_C_Last
public static 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
-
fetchByUuid_C_Last
public static 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
nullif a matching depot entry group rel could not be found
-
findByUuid_C_PrevAndNext
public static 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
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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
-
fetchByDepotEntryId_First
public static 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
nullif a matching depot entry group rel could not be found
-
findByDepotEntryId_Last
public static 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
-
fetchByDepotEntryId_Last
public static 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
nullif a matching depot entry group rel could not be found
-
findByDepotEntryId_PrevAndNext
public static 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
-
removeByDepotEntryId
public static void removeByDepotEntryId(long depotEntryId) Removes all the depot entry group rels where depotEntryId = ? from the database.- Parameters:
depotEntryId- the depot entry ID
-
countByDepotEntryId
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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
-
fetchByToGroupId_First
public static 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
nullif a matching depot entry group rel could not be found
-
findByToGroupId_Last
public static 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
-
fetchByToGroupId_Last
public static 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
nullif a matching depot entry group rel could not be found
-
findByToGroupId_PrevAndNext
public static 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
-
removeByToGroupId
public static void removeByToGroupId(long toGroupId) Removes all the depot entry group rels where toGroupId = ? from the database.- Parameters:
toGroupId- the to group ID
-
countByToGroupId
public static 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
public static List<DepotEntryGroupRel> findByDDMSA_TGI(boolean ddmStructuresAvailable, long toGroupId) 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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
-
fetchByDDMSA_TGI_First
public static 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
nullif a matching depot entry group rel could not be found
-
findByDDMSA_TGI_Last
public static 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
-
fetchByDDMSA_TGI_Last
public static 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
nullif a matching depot entry group rel could not be found
-
findByDDMSA_TGI_PrevAndNext
public static 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
-
removeByDDMSA_TGI
public static 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
public static 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
public static DepotEntryGroupRel findByD_TGI(long depotEntryId, long toGroupId) throws NoSuchEntryGroupRelException Returns the depot entry group rel where depotEntryId = ? and toGroupId = ? or throws aNoSuchEntryGroupRelExceptionif it could not be found.- Parameters:
depotEntryId- the depot entry IDtoGroupId- the to group ID- Returns:
- the matching depot entry group rel
-
fetchByD_TGI
Returns the depot entry group rel where depotEntryId = ? and toGroupId = ? or returnsnullif 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
nullif a matching depot entry group rel could not be found
-
fetchByD_TGI
public static DepotEntryGroupRel fetchByD_TGI(long depotEntryId, long toGroupId, boolean useFinderCache) Returns the depot entry group rel where depotEntryId = ? and toGroupId = ? or returnsnullif 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
nullif a matching depot entry group rel could not be found
-
removeByD_TGI
public static 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
public static 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
public static List<DepotEntryGroupRel> findByS_TGI(boolean searchable, long toGroupId, int start, int end) Returns a range of all the depot entry group rels where searchable = ? and toGroupId = ?.Useful when paginating results. Returns a maximum of
end - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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
-
fetchByS_TGI_First
public static 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
nullif a matching depot entry group rel could not be found
-
findByS_TGI_Last
public static 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
-
fetchByS_TGI_Last
public static 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
nullif a matching depot entry group rel could not be found
-
findByS_TGI_PrevAndNext
public static 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
-
removeByS_TGI
public static 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
public static 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
public static DepotEntryGroupRel remove(long depotEntryGroupRelId) throws NoSuchEntryGroupRelException 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
-
updateImpl
-
findByPrimaryKey
public static DepotEntryGroupRel findByPrimaryKey(long depotEntryGroupRelId) throws NoSuchEntryGroupRelException Returns the depot entry group rel with the primary key or throws aNoSuchEntryGroupRelExceptionif it could not be found.- Parameters:
depotEntryGroupRelId- the primary key of the depot entry group rel- Returns:
- the depot entry group rel
-
fetchByPrimaryKey
Returns the depot entry group rel with the primary key or returnsnullif it could not be found.- Parameters:
depotEntryGroupRelId- the primary key of the depot entry group rel- Returns:
- the depot entry group rel, or
nullif a depot entry group rel with the primary key could not be found
-
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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static 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 - startinstances.startandendare not primary keys, they are indexes in the result set. Thus,0refers to the first result in the set. Setting bothstartandendtoQueryUtil#ALL_POSwill return the full result set. IforderByComparatoris specified, then the query will include the given ORDER BY logic. IforderByComparatoris absent, then the query will include the default ORDER BY logic 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
public static void removeAll()Removes all the depot entry group rels from the database. -
countAll
public static int countAll()Returns the number of depot entry group rels.- Returns:
- the number of depot entry group rels
-
getPersistence
-
setPersistence
-