Class AssetListEntrySegmentsEntryRelUtil
com.liferay.asset.list.service.persistence.impl.AssetListEntrySegmentsEntryRelPersistenceImpl 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(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel) Caches the asset list entry segments entry rel in the entity cache if it is enabled.static voidcacheResult(List<AssetListEntrySegmentsEntryRel> assetListEntrySegmentsEntryRels) Caches the asset list entry segments entry rels in the entity cache if it is enabled.static voidstatic voidclearCache(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel) static intcountAll()Returns the number of asset list entry segments entry rels.static intcountByA_S(long assetListEntryId, long segmentsEntryId) Returns the number of asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = ?.static intcountByA_S_C(long assetListEntryId, long segmentsEntryId) Returns the number of asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = ?.static intcountByA_S_C(long assetListEntryId, long[] segmentsEntryIds) Returns the number of asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = any ?.static intcountByAssetListEntryId(long assetListEntryId) Returns the number of asset list entry segments entry rels where assetListEntryId = ?.static intcountBySegmentsEntryId(long segmentsEntryId) Returns the number of asset list entry segments entry rels where segmentsEntryId = ?.static intcountByUuid(String uuid) Returns the number of asset list entry segments entry rels where uuid = ?.static intcountByUuid_C(String uuid, long companyId) Returns the number of asset list entry segments entry rels where uuid = ? and companyId = ?.static intcountByUUID_G(String uuid, long groupId) Returns the number of asset list entry segments entry rels where uuid = ? and groupId = ?.static longcountWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) create(long assetListEntrySegmentsEntryRelId) Creates a new asset list entry segments entry rel with the primary key.fetchByA_S(long assetListEntryId, long segmentsEntryId) Returns the asset list entry segments entry rel where assetListEntryId = ? and segmentsEntryId = ? or returnsnullif it could not be found.fetchByA_S(long assetListEntryId, long segmentsEntryId, boolean useFinderCache) Returns the asset list entry segments entry rel where assetListEntryId = ? and segmentsEntryId = ? or returnsnullif it could not be found, optionally using the finder cache.fetchByA_S_C_First(long assetListEntryId, long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the first asset list entry segments entry rel in the ordered set where assetListEntryId = ? and segmentsEntryId = ?.fetchByA_S_C_Last(long assetListEntryId, long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the last asset list entry segments entry rel in the ordered set where assetListEntryId = ? and segmentsEntryId = ?.fetchByAssetListEntryId_First(long assetListEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the first asset list entry segments entry rel in the ordered set where assetListEntryId = ?.fetchByAssetListEntryId_Last(long assetListEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the last asset list entry segments entry rel in the ordered set where assetListEntryId = ?.fetchByPrimaryKey(long assetListEntrySegmentsEntryRelId) Returns the asset list entry segments entry rel with the primary key or returnsnullif it could not be found.fetchByPrimaryKeys(Set<Serializable> primaryKeys) fetchBySegmentsEntryId_First(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the first asset list entry segments entry rel in the ordered set where segmentsEntryId = ?.fetchBySegmentsEntryId_Last(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the last asset list entry segments entry rel in the ordered set where segmentsEntryId = ?.fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the first asset list entry segments entry rel in the ordered set where uuid = ? and companyId = ?.fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the last asset list entry segments entry rel in the ordered set where uuid = ? and companyId = ?.fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the first asset list entry segments entry rel in the ordered set where uuid = ?.fetchByUUID_G(String uuid, long groupId) Returns the asset list entry segments entry rel where uuid = ? and groupId = ? or returnsnullif it could not be found.fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the asset list entry segments entry rel where uuid = ? and groupId = ? or returnsnullif it could not be found, optionally using the finder cache.fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the last asset list entry segments entry rel in the ordered set where uuid = ?.static List<AssetListEntrySegmentsEntryRel> findAll()Returns all the asset list entry segments entry rels.static List<AssetListEntrySegmentsEntryRel> findAll(int start, int end) Returns a range of all the asset list entry segments entry rels.static List<AssetListEntrySegmentsEntryRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns an ordered range of all the asset list entry segments entry rels.static List<AssetListEntrySegmentsEntryRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry segments entry rels.findByA_S(long assetListEntryId, long segmentsEntryId) Returns the asset list entry segments entry rel where assetListEntryId = ? and segmentsEntryId = ? or throws aNoSuchEntrySegmentsEntryRelExceptionif it could not be found.static List<AssetListEntrySegmentsEntryRel> findByA_S_C(long assetListEntryId, long segmentsEntryId) Returns all the asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = ?.static List<AssetListEntrySegmentsEntryRel> findByA_S_C(long assetListEntryId, long[] segmentsEntryIds) Returns all the asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = any ?.static List<AssetListEntrySegmentsEntryRel> findByA_S_C(long assetListEntryId, long[] segmentsEntryIds, int start, int end) Returns a range of all the asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = any ?.static List<AssetListEntrySegmentsEntryRel> findByA_S_C(long assetListEntryId, long[] segmentsEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns an ordered range of all the asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = any ?.static List<AssetListEntrySegmentsEntryRel> findByA_S_C(long assetListEntryId, long[] segmentsEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = ?, optionally using the finder cache.static List<AssetListEntrySegmentsEntryRel> findByA_S_C(long assetListEntryId, long segmentsEntryId, int start, int end) Returns a range of all the asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = ?.static List<AssetListEntrySegmentsEntryRel> findByA_S_C(long assetListEntryId, long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns an ordered range of all the asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = ?.static List<AssetListEntrySegmentsEntryRel> findByA_S_C(long assetListEntryId, long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = ?.findByA_S_C_First(long assetListEntryId, long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the first asset list entry segments entry rel in the ordered set where assetListEntryId = ? and segmentsEntryId = ?.findByA_S_C_Last(long assetListEntryId, long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the last asset list entry segments entry rel in the ordered set where assetListEntryId = ? and segmentsEntryId = ?.static AssetListEntrySegmentsEntryRel[]findByA_S_C_PrevAndNext(long assetListEntrySegmentsEntryRelId, long assetListEntryId, long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the asset list entry segments entry rels before and after the current asset list entry segments entry rel in the ordered set where assetListEntryId = ? and segmentsEntryId = ?.static List<AssetListEntrySegmentsEntryRel> findByAssetListEntryId(long assetListEntryId) Returns all the asset list entry segments entry rels where assetListEntryId = ?.static List<AssetListEntrySegmentsEntryRel> findByAssetListEntryId(long assetListEntryId, int start, int end) Returns a range of all the asset list entry segments entry rels where assetListEntryId = ?.static List<AssetListEntrySegmentsEntryRel> findByAssetListEntryId(long assetListEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns an ordered range of all the asset list entry segments entry rels where assetListEntryId = ?.static List<AssetListEntrySegmentsEntryRel> findByAssetListEntryId(long assetListEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry segments entry rels where assetListEntryId = ?.findByAssetListEntryId_First(long assetListEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the first asset list entry segments entry rel in the ordered set where assetListEntryId = ?.findByAssetListEntryId_Last(long assetListEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the last asset list entry segments entry rel in the ordered set where assetListEntryId = ?.static AssetListEntrySegmentsEntryRel[]findByAssetListEntryId_PrevAndNext(long assetListEntrySegmentsEntryRelId, long assetListEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the asset list entry segments entry rels before and after the current asset list entry segments entry rel in the ordered set where assetListEntryId = ?.findByPrimaryKey(long assetListEntrySegmentsEntryRelId) Returns the asset list entry segments entry rel with the primary key or throws aNoSuchEntrySegmentsEntryRelExceptionif it could not be found.static List<AssetListEntrySegmentsEntryRel> findBySegmentsEntryId(long segmentsEntryId) Returns all the asset list entry segments entry rels where segmentsEntryId = ?.static List<AssetListEntrySegmentsEntryRel> findBySegmentsEntryId(long segmentsEntryId, int start, int end) Returns a range of all the asset list entry segments entry rels where segmentsEntryId = ?.static List<AssetListEntrySegmentsEntryRel> findBySegmentsEntryId(long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns an ordered range of all the asset list entry segments entry rels where segmentsEntryId = ?.static List<AssetListEntrySegmentsEntryRel> findBySegmentsEntryId(long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry segments entry rels where segmentsEntryId = ?.findBySegmentsEntryId_First(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the first asset list entry segments entry rel in the ordered set where segmentsEntryId = ?.findBySegmentsEntryId_Last(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the last asset list entry segments entry rel in the ordered set where segmentsEntryId = ?.static AssetListEntrySegmentsEntryRel[]findBySegmentsEntryId_PrevAndNext(long assetListEntrySegmentsEntryRelId, long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the asset list entry segments entry rels before and after the current asset list entry segments entry rel in the ordered set where segmentsEntryId = ?.static List<AssetListEntrySegmentsEntryRel> findByUuid(String uuid) Returns all the asset list entry segments entry rels where uuid = ?.static List<AssetListEntrySegmentsEntryRel> findByUuid(String uuid, int start, int end) Returns a range of all the asset list entry segments entry rels where uuid = ?.static List<AssetListEntrySegmentsEntryRel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns an ordered range of all the asset list entry segments entry rels where uuid = ?.static List<AssetListEntrySegmentsEntryRel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry segments entry rels where uuid = ?.static List<AssetListEntrySegmentsEntryRel> findByUuid_C(String uuid, long companyId) Returns all the asset list entry segments entry rels where uuid = ? and companyId = ?.static List<AssetListEntrySegmentsEntryRel> findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the asset list entry segments entry rels where uuid = ? and companyId = ?.static List<AssetListEntrySegmentsEntryRel> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns an ordered range of all the asset list entry segments entry rels where uuid = ? and companyId = ?.static List<AssetListEntrySegmentsEntryRel> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry segments entry rels where uuid = ? and companyId = ?.findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the first asset list entry segments entry rel in the ordered set where uuid = ? and companyId = ?.findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the last asset list entry segments entry rel in the ordered set where uuid = ? and companyId = ?.static AssetListEntrySegmentsEntryRel[]findByUuid_C_PrevAndNext(long assetListEntrySegmentsEntryRelId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the asset list entry segments entry rels before and after the current asset list entry segments entry rel in the ordered set where uuid = ? and companyId = ?.findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the first asset list entry segments entry rel in the ordered set where uuid = ?.findByUUID_G(String uuid, long groupId) Returns the asset list entry segments entry rel where uuid = ? and groupId = ? or throws aNoSuchEntrySegmentsEntryRelExceptionif it could not be found.findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the last asset list entry segments entry rel in the ordered set where uuid = ?.static AssetListEntrySegmentsEntryRel[]findByUuid_PrevAndNext(long assetListEntrySegmentsEntryRelId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the asset list entry segments entry rels before and after the current asset list entry segments entry rel in the ordered set where uuid = ?.static List<AssetListEntrySegmentsEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) static List<AssetListEntrySegmentsEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) static List<AssetListEntrySegmentsEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) remove(long assetListEntrySegmentsEntryRelId) Removes the asset list entry segments entry rel with the primary key from the database.static voidRemoves all the asset list entry segments entry rels from the database.removeByA_S(long assetListEntryId, long segmentsEntryId) Removes the asset list entry segments entry rel where assetListEntryId = ? and segmentsEntryId = ? from the database.static voidremoveByA_S_C(long assetListEntryId, long segmentsEntryId) Removes all the asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = ? from the database.static voidremoveByAssetListEntryId(long assetListEntryId) Removes all the asset list entry segments entry rels where assetListEntryId = ? from the database.static voidremoveBySegmentsEntryId(long segmentsEntryId) Removes all the asset list entry segments entry rels where segmentsEntryId = ? from the database.static voidremoveByUuid(String uuid) Removes all the asset list entry segments entry rels where uuid = ? from the database.static voidremoveByUuid_C(String uuid, long companyId) Removes all the asset list entry segments entry rels where uuid = ? and companyId = ? from the database.removeByUUID_G(String uuid, long groupId) Removes the asset list entry segments entry rel where uuid = ? and groupId = ? from the database.static voidsetPersistence(AssetListEntrySegmentsEntryRelPersistence persistence) update(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel) update(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateImpl(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel)
-
Constructor Details
-
AssetListEntrySegmentsEntryRelUtil
public AssetListEntrySegmentsEntryRelUtil()
-
-
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,AssetListEntrySegmentsEntryRel> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - See Also:
-
findWithDynamicQuery
public static List<AssetListEntrySegmentsEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery) - See Also:
-
findWithDynamicQuery
public static List<AssetListEntrySegmentsEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end) - See Also:
-
findWithDynamicQuery
public static List<AssetListEntrySegmentsEntryRel> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) - See Also:
-
update
public static AssetListEntrySegmentsEntryRel update(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel) - See Also:
-
update
public static AssetListEntrySegmentsEntryRel update(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel, com.liferay.portal.kernel.service.ServiceContext serviceContext) - See Also:
-
findByUuid
Returns all the asset list entry segments entry rels where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the matching asset list entry segments entry rels
-
findByUuid
Returns a range of all the asset list entry segments entry 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 fromAssetListEntrySegmentsEntryRelModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry rels (not inclusive)- Returns:
- the range of matching asset list entry segments entry rels
-
findByUuid
public static List<AssetListEntrySegmentsEntryRel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns an ordered range of all the asset list entry segments entry 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 fromAssetListEntrySegmentsEntryRelModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry rels (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching asset list entry segments entry rels
-
findByUuid
public static List<AssetListEntrySegmentsEntryRel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry segments entry 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 fromAssetListEntrySegmentsEntryRelModelImpl.- Parameters:
uuid- the uuidstart- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry 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 asset list entry segments entry rels
-
findByUuid_First
public static AssetListEntrySegmentsEntryRel findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) throws NoSuchEntrySegmentsEntryRelException Returns the first asset list entry segments entry rel in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching asset list entry segments entry rel
-
fetchByUuid_First
public static AssetListEntrySegmentsEntryRel fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the first asset list entry segments entry rel in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching asset list entry segments entry rel, or
nullif a matching asset list entry segments entry rel could not be found
-
findByUuid_Last
public static AssetListEntrySegmentsEntryRel findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) throws NoSuchEntrySegmentsEntryRelException Returns the last asset list entry segments entry rel in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching asset list entry segments entry rel
-
fetchByUuid_Last
public static AssetListEntrySegmentsEntryRel fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the last asset list entry segments entry rel in the ordered set where uuid = ?.- Parameters:
uuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching asset list entry segments entry rel, or
nullif a matching asset list entry segments entry rel could not be found
-
findByUuid_PrevAndNext
public static AssetListEntrySegmentsEntryRel[] findByUuid_PrevAndNext(long assetListEntrySegmentsEntryRelId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) throws NoSuchEntrySegmentsEntryRelException Returns the asset list entry segments entry rels before and after the current asset list entry segments entry rel in the ordered set where uuid = ?.- Parameters:
assetListEntrySegmentsEntryRelId- the primary key of the current asset list entry segments entry reluuid- the uuidorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next asset list entry segments entry rel
-
removeByUuid
Removes all the asset list entry segments entry rels where uuid = ? from the database.- Parameters:
uuid- the uuid
-
countByUuid
Returns the number of asset list entry segments entry rels where uuid = ?.- Parameters:
uuid- the uuid- Returns:
- the number of matching asset list entry segments entry rels
-
findByUUID_G
public static AssetListEntrySegmentsEntryRel findByUUID_G(String uuid, long groupId) throws NoSuchEntrySegmentsEntryRelException Returns the asset list entry segments entry rel where uuid = ? and groupId = ? or throws aNoSuchEntrySegmentsEntryRelExceptionif it could not be found.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the matching asset list entry segments entry rel
-
fetchByUUID_G
Returns the asset list entry segments entry 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 asset list entry segments entry rel, or
nullif a matching asset list entry segments entry rel could not be found
-
fetchByUUID_G
public static AssetListEntrySegmentsEntryRel fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the asset list entry segments entry 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 asset list entry segments entry rel, or
nullif a matching asset list entry segments entry rel could not be found
-
removeByUUID_G
public static AssetListEntrySegmentsEntryRel removeByUUID_G(String uuid, long groupId) throws NoSuchEntrySegmentsEntryRelException Removes the asset list entry segments entry rel where uuid = ? and groupId = ? from the database.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the asset list entry segments entry rel that was removed
- Throws:
NoSuchEntrySegmentsEntryRelException
-
countByUUID_G
Returns the number of asset list entry segments entry rels where uuid = ? and groupId = ?.- Parameters:
uuid- the uuidgroupId- the group ID- Returns:
- the number of matching asset list entry segments entry rels
-
findByUuid_C
Returns all the asset list entry segments entry rels where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the matching asset list entry segments entry rels
-
findByUuid_C
public static List<AssetListEntrySegmentsEntryRel> findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the asset list entry segments entry 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 fromAssetListEntrySegmentsEntryRelModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry rels (not inclusive)- Returns:
- the range of matching asset list entry segments entry rels
-
findByUuid_C
public static List<AssetListEntrySegmentsEntryRel> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns an ordered range of all the asset list entry segments entry 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 fromAssetListEntrySegmentsEntryRelModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry rels (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching asset list entry segments entry rels
-
findByUuid_C
public static List<AssetListEntrySegmentsEntryRel> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry segments entry 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 fromAssetListEntrySegmentsEntryRelModelImpl.- Parameters:
uuid- the uuidcompanyId- the company IDstart- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry 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 asset list entry segments entry rels
-
findByUuid_C_First
public static AssetListEntrySegmentsEntryRel findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) throws NoSuchEntrySegmentsEntryRelException Returns the first asset list entry segments entry 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 asset list entry segments entry rel
-
fetchByUuid_C_First
public static AssetListEntrySegmentsEntryRel fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the first asset list entry segments entry 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 asset list entry segments entry rel, or
nullif a matching asset list entry segments entry rel could not be found
-
findByUuid_C_Last
public static AssetListEntrySegmentsEntryRel findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) throws NoSuchEntrySegmentsEntryRelException Returns the last asset list entry segments entry 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 asset list entry segments entry rel
-
fetchByUuid_C_Last
public static AssetListEntrySegmentsEntryRel fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the last asset list entry segments entry 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 asset list entry segments entry rel, or
nullif a matching asset list entry segments entry rel could not be found
-
findByUuid_C_PrevAndNext
public static AssetListEntrySegmentsEntryRel[] findByUuid_C_PrevAndNext(long assetListEntrySegmentsEntryRelId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) throws NoSuchEntrySegmentsEntryRelException Returns the asset list entry segments entry rels before and after the current asset list entry segments entry rel in the ordered set where uuid = ? and companyId = ?.- Parameters:
assetListEntrySegmentsEntryRelId- the primary key of the current asset list entry segments entry reluuid- the uuidcompanyId- the company IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next asset list entry segments entry rel
-
removeByUuid_C
Removes all the asset list entry segments entry rels where uuid = ? and companyId = ? from the database.- Parameters:
uuid- the uuidcompanyId- the company ID
-
countByUuid_C
Returns the number of asset list entry segments entry rels where uuid = ? and companyId = ?.- Parameters:
uuid- the uuidcompanyId- the company ID- Returns:
- the number of matching asset list entry segments entry rels
-
findByAssetListEntryId
Returns all the asset list entry segments entry rels where assetListEntryId = ?.- Parameters:
assetListEntryId- the asset list entry ID- Returns:
- the matching asset list entry segments entry rels
-
findByAssetListEntryId
public static List<AssetListEntrySegmentsEntryRel> findByAssetListEntryId(long assetListEntryId, int start, int end) Returns a range of all the asset list entry segments entry rels where assetListEntryId = ?.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 fromAssetListEntrySegmentsEntryRelModelImpl.- Parameters:
assetListEntryId- the asset list entry IDstart- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry rels (not inclusive)- Returns:
- the range of matching asset list entry segments entry rels
-
findByAssetListEntryId
public static List<AssetListEntrySegmentsEntryRel> findByAssetListEntryId(long assetListEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns an ordered range of all the asset list entry segments entry rels where assetListEntryId = ?.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 fromAssetListEntrySegmentsEntryRelModelImpl.- Parameters:
assetListEntryId- the asset list entry IDstart- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry rels (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching asset list entry segments entry rels
-
findByAssetListEntryId
public static List<AssetListEntrySegmentsEntryRel> findByAssetListEntryId(long assetListEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry segments entry rels where assetListEntryId = ?.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 fromAssetListEntrySegmentsEntryRelModelImpl.- Parameters:
assetListEntryId- the asset list entry IDstart- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry 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 asset list entry segments entry rels
-
findByAssetListEntryId_First
public static AssetListEntrySegmentsEntryRel findByAssetListEntryId_First(long assetListEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) throws NoSuchEntrySegmentsEntryRelException Returns the first asset list entry segments entry rel in the ordered set where assetListEntryId = ?.- Parameters:
assetListEntryId- the asset list entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching asset list entry segments entry rel
-
fetchByAssetListEntryId_First
public static AssetListEntrySegmentsEntryRel fetchByAssetListEntryId_First(long assetListEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the first asset list entry segments entry rel in the ordered set where assetListEntryId = ?.- Parameters:
assetListEntryId- the asset list entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching asset list entry segments entry rel, or
nullif a matching asset list entry segments entry rel could not be found
-
findByAssetListEntryId_Last
public static AssetListEntrySegmentsEntryRel findByAssetListEntryId_Last(long assetListEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) throws NoSuchEntrySegmentsEntryRelException Returns the last asset list entry segments entry rel in the ordered set where assetListEntryId = ?.- Parameters:
assetListEntryId- the asset list entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching asset list entry segments entry rel
-
fetchByAssetListEntryId_Last
public static AssetListEntrySegmentsEntryRel fetchByAssetListEntryId_Last(long assetListEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the last asset list entry segments entry rel in the ordered set where assetListEntryId = ?.- Parameters:
assetListEntryId- the asset list entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching asset list entry segments entry rel, or
nullif a matching asset list entry segments entry rel could not be found
-
findByAssetListEntryId_PrevAndNext
public static AssetListEntrySegmentsEntryRel[] findByAssetListEntryId_PrevAndNext(long assetListEntrySegmentsEntryRelId, long assetListEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) throws NoSuchEntrySegmentsEntryRelException Returns the asset list entry segments entry rels before and after the current asset list entry segments entry rel in the ordered set where assetListEntryId = ?.- Parameters:
assetListEntrySegmentsEntryRelId- the primary key of the current asset list entry segments entry relassetListEntryId- the asset list entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next asset list entry segments entry rel
-
removeByAssetListEntryId
public static void removeByAssetListEntryId(long assetListEntryId) Removes all the asset list entry segments entry rels where assetListEntryId = ? from the database.- Parameters:
assetListEntryId- the asset list entry ID
-
countByAssetListEntryId
public static int countByAssetListEntryId(long assetListEntryId) Returns the number of asset list entry segments entry rels where assetListEntryId = ?.- Parameters:
assetListEntryId- the asset list entry ID- Returns:
- the number of matching asset list entry segments entry rels
-
findBySegmentsEntryId
Returns all the asset list entry segments entry rels where segmentsEntryId = ?.- Parameters:
segmentsEntryId- the segments entry ID- Returns:
- the matching asset list entry segments entry rels
-
findBySegmentsEntryId
public static List<AssetListEntrySegmentsEntryRel> findBySegmentsEntryId(long segmentsEntryId, int start, int end) Returns a range of all the asset list entry segments entry rels where segmentsEntryId = ?.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 fromAssetListEntrySegmentsEntryRelModelImpl.- Parameters:
segmentsEntryId- the segments entry IDstart- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry rels (not inclusive)- Returns:
- the range of matching asset list entry segments entry rels
-
findBySegmentsEntryId
public static List<AssetListEntrySegmentsEntryRel> findBySegmentsEntryId(long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns an ordered range of all the asset list entry segments entry rels where segmentsEntryId = ?.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 fromAssetListEntrySegmentsEntryRelModelImpl.- Parameters:
segmentsEntryId- the segments entry IDstart- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry rels (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching asset list entry segments entry rels
-
findBySegmentsEntryId
public static List<AssetListEntrySegmentsEntryRel> findBySegmentsEntryId(long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry segments entry rels where segmentsEntryId = ?.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 fromAssetListEntrySegmentsEntryRelModelImpl.- Parameters:
segmentsEntryId- the segments entry IDstart- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry 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 asset list entry segments entry rels
-
findBySegmentsEntryId_First
public static AssetListEntrySegmentsEntryRel findBySegmentsEntryId_First(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) throws NoSuchEntrySegmentsEntryRelException Returns the first asset list entry segments entry rel in the ordered set where segmentsEntryId = ?.- Parameters:
segmentsEntryId- the segments entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching asset list entry segments entry rel
-
fetchBySegmentsEntryId_First
public static AssetListEntrySegmentsEntryRel fetchBySegmentsEntryId_First(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the first asset list entry segments entry rel in the ordered set where segmentsEntryId = ?.- Parameters:
segmentsEntryId- the segments entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching asset list entry segments entry rel, or
nullif a matching asset list entry segments entry rel could not be found
-
findBySegmentsEntryId_Last
public static AssetListEntrySegmentsEntryRel findBySegmentsEntryId_Last(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) throws NoSuchEntrySegmentsEntryRelException Returns the last asset list entry segments entry rel in the ordered set where segmentsEntryId = ?.- Parameters:
segmentsEntryId- the segments entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching asset list entry segments entry rel
-
fetchBySegmentsEntryId_Last
public static AssetListEntrySegmentsEntryRel fetchBySegmentsEntryId_Last(long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the last asset list entry segments entry rel in the ordered set where segmentsEntryId = ?.- Parameters:
segmentsEntryId- the segments entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching asset list entry segments entry rel, or
nullif a matching asset list entry segments entry rel could not be found
-
findBySegmentsEntryId_PrevAndNext
public static AssetListEntrySegmentsEntryRel[] findBySegmentsEntryId_PrevAndNext(long assetListEntrySegmentsEntryRelId, long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) throws NoSuchEntrySegmentsEntryRelException Returns the asset list entry segments entry rels before and after the current asset list entry segments entry rel in the ordered set where segmentsEntryId = ?.- Parameters:
assetListEntrySegmentsEntryRelId- the primary key of the current asset list entry segments entry relsegmentsEntryId- the segments entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next asset list entry segments entry rel
-
removeBySegmentsEntryId
public static void removeBySegmentsEntryId(long segmentsEntryId) Removes all the asset list entry segments entry rels where segmentsEntryId = ? from the database.- Parameters:
segmentsEntryId- the segments entry ID
-
countBySegmentsEntryId
public static int countBySegmentsEntryId(long segmentsEntryId) Returns the number of asset list entry segments entry rels where segmentsEntryId = ?.- Parameters:
segmentsEntryId- the segments entry ID- Returns:
- the number of matching asset list entry segments entry rels
-
findByA_S
public static AssetListEntrySegmentsEntryRel findByA_S(long assetListEntryId, long segmentsEntryId) throws NoSuchEntrySegmentsEntryRelException Returns the asset list entry segments entry rel where assetListEntryId = ? and segmentsEntryId = ? or throws aNoSuchEntrySegmentsEntryRelExceptionif it could not be found.- Parameters:
assetListEntryId- the asset list entry IDsegmentsEntryId- the segments entry ID- Returns:
- the matching asset list entry segments entry rel
-
fetchByA_S
public static AssetListEntrySegmentsEntryRel fetchByA_S(long assetListEntryId, long segmentsEntryId) Returns the asset list entry segments entry rel where assetListEntryId = ? and segmentsEntryId = ? or returnsnullif it could not be found. Uses the finder cache.- Parameters:
assetListEntryId- the asset list entry IDsegmentsEntryId- the segments entry ID- Returns:
- the matching asset list entry segments entry rel, or
nullif a matching asset list entry segments entry rel could not be found
-
fetchByA_S
public static AssetListEntrySegmentsEntryRel fetchByA_S(long assetListEntryId, long segmentsEntryId, boolean useFinderCache) Returns the asset list entry segments entry rel where assetListEntryId = ? and segmentsEntryId = ? or returnsnullif it could not be found, optionally using the finder cache.- Parameters:
assetListEntryId- the asset list entry IDsegmentsEntryId- the segments entry IDuseFinderCache- whether to use the finder cache- Returns:
- the matching asset list entry segments entry rel, or
nullif a matching asset list entry segments entry rel could not be found
-
removeByA_S
public static AssetListEntrySegmentsEntryRel removeByA_S(long assetListEntryId, long segmentsEntryId) throws NoSuchEntrySegmentsEntryRelException Removes the asset list entry segments entry rel where assetListEntryId = ? and segmentsEntryId = ? from the database.- Parameters:
assetListEntryId- the asset list entry IDsegmentsEntryId- the segments entry ID- Returns:
- the asset list entry segments entry rel that was removed
- Throws:
NoSuchEntrySegmentsEntryRelException
-
countByA_S
public static int countByA_S(long assetListEntryId, long segmentsEntryId) Returns the number of asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = ?.- Parameters:
assetListEntryId- the asset list entry IDsegmentsEntryId- the segments entry ID- Returns:
- the number of matching asset list entry segments entry rels
-
findByA_S_C
public static List<AssetListEntrySegmentsEntryRel> findByA_S_C(long assetListEntryId, long segmentsEntryId) Returns all the asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = ?.- Parameters:
assetListEntryId- the asset list entry IDsegmentsEntryId- the segments entry ID- Returns:
- the matching asset list entry segments entry rels
-
findByA_S_C
public static List<AssetListEntrySegmentsEntryRel> findByA_S_C(long assetListEntryId, long segmentsEntryId, int start, int end) Returns a range of all the asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = ?.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 fromAssetListEntrySegmentsEntryRelModelImpl.- Parameters:
assetListEntryId- the asset list entry IDsegmentsEntryId- the segments entry IDstart- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry rels (not inclusive)- Returns:
- the range of matching asset list entry segments entry rels
-
findByA_S_C
public static List<AssetListEntrySegmentsEntryRel> findByA_S_C(long assetListEntryId, long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns an ordered range of all the asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = ?.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 fromAssetListEntrySegmentsEntryRelModelImpl.- Parameters:
assetListEntryId- the asset list entry IDsegmentsEntryId- the segments entry IDstart- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry rels (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching asset list entry segments entry rels
-
findByA_S_C
public static List<AssetListEntrySegmentsEntryRel> findByA_S_C(long assetListEntryId, long segmentsEntryId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = ?.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 fromAssetListEntrySegmentsEntryRelModelImpl.- Parameters:
assetListEntryId- the asset list entry IDsegmentsEntryId- the segments entry IDstart- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry 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 asset list entry segments entry rels
-
findByA_S_C_First
public static AssetListEntrySegmentsEntryRel findByA_S_C_First(long assetListEntryId, long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) throws NoSuchEntrySegmentsEntryRelException Returns the first asset list entry segments entry rel in the ordered set where assetListEntryId = ? and segmentsEntryId = ?.- Parameters:
assetListEntryId- the asset list entry IDsegmentsEntryId- the segments entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching asset list entry segments entry rel
-
fetchByA_S_C_First
public static AssetListEntrySegmentsEntryRel fetchByA_S_C_First(long assetListEntryId, long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the first asset list entry segments entry rel in the ordered set where assetListEntryId = ? and segmentsEntryId = ?.- Parameters:
assetListEntryId- the asset list entry IDsegmentsEntryId- the segments entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the first matching asset list entry segments entry rel, or
nullif a matching asset list entry segments entry rel could not be found
-
findByA_S_C_Last
public static AssetListEntrySegmentsEntryRel findByA_S_C_Last(long assetListEntryId, long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) throws NoSuchEntrySegmentsEntryRelException Returns the last asset list entry segments entry rel in the ordered set where assetListEntryId = ? and segmentsEntryId = ?.- Parameters:
assetListEntryId- the asset list entry IDsegmentsEntryId- the segments entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching asset list entry segments entry rel
-
fetchByA_S_C_Last
public static AssetListEntrySegmentsEntryRel fetchByA_S_C_Last(long assetListEntryId, long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns the last asset list entry segments entry rel in the ordered set where assetListEntryId = ? and segmentsEntryId = ?.- Parameters:
assetListEntryId- the asset list entry IDsegmentsEntryId- the segments entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the last matching asset list entry segments entry rel, or
nullif a matching asset list entry segments entry rel could not be found
-
findByA_S_C_PrevAndNext
public static AssetListEntrySegmentsEntryRel[] findByA_S_C_PrevAndNext(long assetListEntrySegmentsEntryRelId, long assetListEntryId, long segmentsEntryId, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) throws NoSuchEntrySegmentsEntryRelException Returns the asset list entry segments entry rels before and after the current asset list entry segments entry rel in the ordered set where assetListEntryId = ? and segmentsEntryId = ?.- Parameters:
assetListEntrySegmentsEntryRelId- the primary key of the current asset list entry segments entry relassetListEntryId- the asset list entry IDsegmentsEntryId- the segments entry IDorderByComparator- the comparator to order the set by (optionallynull)- Returns:
- the previous, current, and next asset list entry segments entry rel
-
findByA_S_C
public static List<AssetListEntrySegmentsEntryRel> findByA_S_C(long assetListEntryId, long[] segmentsEntryIds) Returns all the asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = any ?.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 fromAssetListEntrySegmentsEntryRelModelImpl.- Parameters:
assetListEntryId- the asset list entry IDsegmentsEntryIds- the segments entry IDs- Returns:
- the matching asset list entry segments entry rels
-
findByA_S_C
public static List<AssetListEntrySegmentsEntryRel> findByA_S_C(long assetListEntryId, long[] segmentsEntryIds, int start, int end) Returns a range of all the asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = any ?.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 fromAssetListEntrySegmentsEntryRelModelImpl.- Parameters:
assetListEntryId- the asset list entry IDsegmentsEntryIds- the segments entry IDsstart- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry rels (not inclusive)- Returns:
- the range of matching asset list entry segments entry rels
-
findByA_S_C
public static List<AssetListEntrySegmentsEntryRel> findByA_S_C(long assetListEntryId, long[] segmentsEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns an ordered range of all the asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = any ?.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 fromAssetListEntrySegmentsEntryRelModelImpl.- Parameters:
assetListEntryId- the asset list entry IDsegmentsEntryIds- the segments entry IDsstart- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry rels (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of matching asset list entry segments entry rels
-
findByA_S_C
public static List<AssetListEntrySegmentsEntryRel> findByA_S_C(long assetListEntryId, long[] segmentsEntryIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = ?, optionally using the finder cache.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 fromAssetListEntrySegmentsEntryRelModelImpl.- Parameters:
assetListEntryId- the asset list entry IDsegmentsEntryIds- the segments entry IDsstart- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry 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 asset list entry segments entry rels
-
removeByA_S_C
public static void removeByA_S_C(long assetListEntryId, long segmentsEntryId) Removes all the asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = ? from the database.- Parameters:
assetListEntryId- the asset list entry IDsegmentsEntryId- the segments entry ID
-
countByA_S_C
public static int countByA_S_C(long assetListEntryId, long segmentsEntryId) Returns the number of asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = ?.- Parameters:
assetListEntryId- the asset list entry IDsegmentsEntryId- the segments entry ID- Returns:
- the number of matching asset list entry segments entry rels
-
countByA_S_C
public static int countByA_S_C(long assetListEntryId, long[] segmentsEntryIds) Returns the number of asset list entry segments entry rels where assetListEntryId = ? and segmentsEntryId = any ?.- Parameters:
assetListEntryId- the asset list entry IDsegmentsEntryIds- the segments entry IDs- Returns:
- the number of matching asset list entry segments entry rels
-
cacheResult
Caches the asset list entry segments entry rel in the entity cache if it is enabled.- Parameters:
assetListEntrySegmentsEntryRel- the asset list entry segments entry rel
-
cacheResult
public static void cacheResult(List<AssetListEntrySegmentsEntryRel> assetListEntrySegmentsEntryRels) Caches the asset list entry segments entry rels in the entity cache if it is enabled.- Parameters:
assetListEntrySegmentsEntryRels- the asset list entry segments entry rels
-
create
Creates a new asset list entry segments entry rel with the primary key. Does not add the asset list entry segments entry rel to the database.- Parameters:
assetListEntrySegmentsEntryRelId- the primary key for the new asset list entry segments entry rel- Returns:
- the new asset list entry segments entry rel
-
remove
public static AssetListEntrySegmentsEntryRel remove(long assetListEntrySegmentsEntryRelId) throws NoSuchEntrySegmentsEntryRelException Removes the asset list entry segments entry rel with the primary key from the database. Also notifies the appropriate model listeners.- Parameters:
assetListEntrySegmentsEntryRelId- the primary key of the asset list entry segments entry rel- Returns:
- the asset list entry segments entry rel that was removed
-
updateImpl
public static AssetListEntrySegmentsEntryRel updateImpl(AssetListEntrySegmentsEntryRel assetListEntrySegmentsEntryRel) -
findByPrimaryKey
public static AssetListEntrySegmentsEntryRel findByPrimaryKey(long assetListEntrySegmentsEntryRelId) throws NoSuchEntrySegmentsEntryRelException Returns the asset list entry segments entry rel with the primary key or throws aNoSuchEntrySegmentsEntryRelExceptionif it could not be found.- Parameters:
assetListEntrySegmentsEntryRelId- the primary key of the asset list entry segments entry rel- Returns:
- the asset list entry segments entry rel
-
fetchByPrimaryKey
public static AssetListEntrySegmentsEntryRel fetchByPrimaryKey(long assetListEntrySegmentsEntryRelId) Returns the asset list entry segments entry rel with the primary key or returnsnullif it could not be found.- Parameters:
assetListEntrySegmentsEntryRelId- the primary key of the asset list entry segments entry rel- Returns:
- the asset list entry segments entry rel, or
nullif a asset list entry segments entry rel with the primary key could not be found
-
findAll
Returns all the asset list entry segments entry rels.- Returns:
- the asset list entry segments entry rels
-
findAll
Returns a range of all the asset list entry segments entry 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 fromAssetListEntrySegmentsEntryRelModelImpl.- Parameters:
start- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry rels (not inclusive)- Returns:
- the range of asset list entry segments entry rels
-
findAll
public static List<AssetListEntrySegmentsEntryRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator) Returns an ordered range of all the asset list entry segments entry 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 fromAssetListEntrySegmentsEntryRelModelImpl.- Parameters:
start- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry rels (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)- Returns:
- the ordered range of asset list entry segments entry rels
-
findAll
public static List<AssetListEntrySegmentsEntryRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntrySegmentsEntryRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset list entry segments entry 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 fromAssetListEntrySegmentsEntryRelModelImpl.- Parameters:
start- the lower bound of the range of asset list entry segments entry relsend- the upper bound of the range of asset list entry segments entry rels (not inclusive)orderByComparator- the comparator to order the results by (optionallynull)useFinderCache- whether to use the finder cache- Returns:
- the ordered range of asset list entry segments entry rels
-
removeAll
public static void removeAll()Removes all the asset list entry segments entry rels from the database. -
countAll
public static int countAll()Returns the number of asset list entry segments entry rels.- Returns:
- the number of asset list entry segments entry rels
-
getPersistence
-
setPersistence
-