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 void
cacheResult
(DepotEntryGroupRel depotEntryGroupRel) Caches the depot entry group rel in the entity cache if it is enabled.static void
cacheResult
(List<DepotEntryGroupRel> depotEntryGroupRels) Caches the depot entry group rels in the entity cache if it is enabled.static void
static void
clearCache
(DepotEntryGroupRel depotEntryGroupRel) static int
countAll()
Returns the number of depot entry group rels.static int
countByD_TGI
(long depotEntryId, long toGroupId) Returns the number of depot entry group rels where depotEntryId = ? and toGroupId = ?.static int
countByDDMSA_TGI
(boolean ddmStructuresAvailable, long toGroupId) Returns the number of depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ?.static int
countByDepotEntryId
(long depotEntryId) Returns the number of depot entry group rels where depotEntryId = ?.static int
countByS_TGI
(boolean searchable, long toGroupId) Returns the number of depot entry group rels where searchable = ? and toGroupId = ?.static int
countByToGroupId
(long toGroupId) Returns the number of depot entry group rels where toGroupId = ?.static int
countByUuid
(String uuid) Returns the number of depot entry group rels where uuid = ?.static int
countByUuid_C
(String uuid, long companyId) Returns the number of depot entry group rels where uuid = ? and companyId = ?.static int
countByUUID_G
(String uuid, long groupId) Returns the number of depot entry group rels where uuid = ? and groupId = ?.static long
countWithDynamicQuery
(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static DepotEntryGroupRel
create
(long depotEntryGroupRelId) Creates a new depot entry group rel with the primary key.static DepotEntryGroupRel
fetchByD_TGI
(long depotEntryId, long toGroupId) Returns the depot entry group rel where depotEntryId = ? and toGroupId = ? or returnsnull
if it could not be found.static DepotEntryGroupRel
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.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 = ?.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 = ?.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 = ?.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 = ?.static DepotEntryGroupRel
fetchByPrimaryKey
(long depotEntryGroupRelId) Returns the depot entry group rel with the primary key or returnsnull
if it could not be found.static Map<Serializable,
DepotEntryGroupRel> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) 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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.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 = ?.static DepotEntryGroupRel
fetchByUUID_G
(String uuid, long groupId) Returns the depot entry group rel where uuid = ? and groupId = ? or returnsnull
if it could not be found.static DepotEntryGroupRel
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.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 = ?.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 DepotEntryGroupRel
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.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 DepotEntryGroupRel
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 = ?.static DepotEntryGroupRel
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 = ?.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 DepotEntryGroupRel
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 = ?.static DepotEntryGroupRel
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 = ?.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 DepotEntryGroupRel
findByPrimaryKey
(long depotEntryGroupRelId) Returns the depot entry group rel with the primary key or throws aNoSuchEntryGroupRelException
if 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 DepotEntryGroupRel
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 = ?.static DepotEntryGroupRel
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 = ?.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 DepotEntryGroupRel
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 = ?.static DepotEntryGroupRel
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 = ?.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 DepotEntryGroupRel
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 = ?.static DepotEntryGroupRel
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 = ?.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 DepotEntryGroupRel
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 = ?.static DepotEntryGroupRel
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.static DepotEntryGroupRel
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 = ?.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 DepotEntryGroupRel
remove
(long depotEntryGroupRelId) Removes the depot entry group rel with the primary key from the database.static void
Removes all the depot entry group rels from the database.static DepotEntryGroupRel
removeByD_TGI
(long depotEntryId, long toGroupId) Removes the depot entry group rel where depotEntryId = ? and toGroupId = ? from the database.static void
removeByDDMSA_TGI
(boolean ddmStructuresAvailable, long toGroupId) Removes all the depot entry group rels where ddmStructuresAvailable = ? and toGroupId = ? from the database.static void
removeByDepotEntryId
(long depotEntryId) Removes all the depot entry group rels where depotEntryId = ? from the database.static void
removeByS_TGI
(boolean searchable, long toGroupId) Removes all the depot entry group rels where searchable = ? and toGroupId = ? from the database.static void
removeByToGroupId
(long toGroupId) Removes all the depot entry group rels where toGroupId = ? from the database.static void
removeByUuid
(String uuid) Removes all the depot entry group rels where uuid = ? from the database.static void
removeByUuid_C
(String uuid, long companyId) Removes all the depot entry group rels where uuid = ? and companyId = ? from the database.static DepotEntryGroupRel
removeByUUID_G
(String uuid, long groupId) Removes the depot entry group rel where uuid = ? and groupId = ? from the database.static void
setPersistence
(DepotEntryGroupRelPersistence persistence) static DepotEntryGroupRel
update
(DepotEntryGroupRel depotEntryGroupRel) static DepotEntryGroupRel
update
(DepotEntryGroupRel depotEntryGroupRel, com.liferay.portal.kernel.service.ServiceContext serviceContext) static DepotEntryGroupRel
updateImpl
(DepotEntryGroupRel depotEntryGroupRel)
-
Constructor Details
-
DepotEntryGroupRelUtil
public DepotEntryGroupRelUtil()
-
-
Method Details
-
clearCache
public static void clearCache()- See Also:
-
BasePersistence.clearCache()
-
clearCache
- See Also:
-
BasePersistence.clearCache(com.liferay.portal.kernel.model.BaseModel)
-
countWithDynamicQuery
public static long countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.countWithDynamicQuery(DynamicQuery)
-
fetchByPrimaryKeys
public static Map<Serializable,DepotEntryGroupRel> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
BasePersistence.fetchByPrimaryKeys(Set)
-
findWithDynamicQuery
public static List<DepotEntryGroupRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery)
-
findWithDynamicQuery
public static List<DepotEntryGroupRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
-
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:
-
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator)
-
update
- See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel)
-
update
public static DepotEntryGroupRel update(DepotEntryGroupRel depotEntryGroupRel, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
BasePersistence.update(com.liferay.portal.kernel.model.BaseModel, ServiceContext)
-
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
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 - 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
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 - 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
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
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be foundNoSuchEntryGroupRelException
-
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
null
if 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
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be foundNoSuchEntryGroupRelException
-
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
null
if 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
- Throws:
NoSuchEntryGroupRelException
- if a depot entry group rel with the primary key could not be foundNoSuchEntryGroupRelException
-
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 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 foundNoSuchEntryGroupRelException
-
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
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 - 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
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 - 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
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 - 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
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
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be foundNoSuchEntryGroupRelException
-
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
null
if 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
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be foundNoSuchEntryGroupRelException
-
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
null
if 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
- Throws:
NoSuchEntryGroupRelException
- if a depot entry group rel with the primary key could not be foundNoSuchEntryGroupRelException
-
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
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 - 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
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 - 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
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
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be foundNoSuchEntryGroupRelException
-
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
null
if 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
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be foundNoSuchEntryGroupRelException
-
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
null
if 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
- Throws:
NoSuchEntryGroupRelException
- if a depot entry group rel with the primary key could not be foundNoSuchEntryGroupRelException
-
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 - 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
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 - 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
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 - 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
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
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be foundNoSuchEntryGroupRelException
-
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
null
if 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
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be foundNoSuchEntryGroupRelException
-
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
null
if 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
- Throws:
NoSuchEntryGroupRelException
- if a depot entry group rel with the primary key could not be foundNoSuchEntryGroupRelException
-
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 - 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
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 - 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
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 - 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
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
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be foundNoSuchEntryGroupRelException
-
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
null
if 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
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be foundNoSuchEntryGroupRelException
-
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
null
if 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
- Throws:
NoSuchEntryGroupRelException
- if a depot entry group rel with the primary key could not be foundNoSuchEntryGroupRelException
-
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 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 foundNoSuchEntryGroupRelException
-
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
public static DepotEntryGroupRel 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.- 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
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 - 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
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 - 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
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 - 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
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
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be foundNoSuchEntryGroupRelException
-
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
null
if 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
- Throws:
NoSuchEntryGroupRelException
- if a matching depot entry group rel could not be foundNoSuchEntryGroupRelException
-
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
null
if 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
- Throws:
NoSuchEntryGroupRelException
- if a depot entry group rel with the primary key could not be foundNoSuchEntryGroupRelException
-
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
- Throws:
NoSuchEntryGroupRelException
- if a depot entry group rel with the primary key could not be foundNoSuchEntryGroupRelException
-
updateImpl
-
findByPrimaryKey
public static DepotEntryGroupRel findByPrimaryKey(long depotEntryGroupRelId) throws NoSuchEntryGroupRelException 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 foundNoSuchEntryGroupRelException
-
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
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
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 - 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
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 - 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
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
-