Class AssetTagGroupRelPersistenceImpl
- All Implemented Interfaces:
com.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
,com.liferay.portal.kernel.dao.orm.SessionFactory
,com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.asset.kernel.model.AssetTagGroupRel>
,com.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.asset.kernel.model.AssetTagGroupRel>
Caching information and settings can be found in portal.properties
- Author:
- Brian Wing Shun Chan
- {$generated.description}
-
Field Summary
FieldsFields inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, dummyEntityCache, dummyFinderCache, entityCacheEnabled, FINDER_ARGS_EMPTY, finderCacheEnabled, NULL_SAFE_STRING_COMPARATOR, nullModel, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Initializes the asset tag group rel persistence.void
cacheResult
(com.liferay.asset.kernel.model.AssetTagGroupRel assetTagGroupRel) Caches the asset tag group rel in the entity cache if it is enabled.void
cacheResult
(List<com.liferay.asset.kernel.model.AssetTagGroupRel> assetTagGroupRels) Caches the asset tag group rels in the entity cache if it is enabled.protected void
cacheUniqueFindersCache
(AssetTagGroupRelModelImpl assetTagGroupRelModelImpl) void
Clears the cache for all asset tag group rels.void
clearCache
(com.liferay.asset.kernel.model.AssetTagGroupRel assetTagGroupRel) Clears the cache for the asset tag group rel.void
clearCache
(List<com.liferay.asset.kernel.model.AssetTagGroupRel> assetTagGroupRels) void
clearCache
(Set<Serializable> primaryKeys) int
countAll()
Returns the number of asset tag group rels.int
countByG_T
(long groupId, long tagId) Returns the number of asset tag group rels where groupId = ? and tagId = ?.int
countByGroupId
(long groupId) Returns the number of asset tag group rels where groupId = ?.int
countByTagId
(long tagId) Returns the number of asset tag group rels where tagId = ?.int
countByUuid
(String uuid) Returns the number of asset tag group rels where uuid = ?.int
countByUuid_C
(String uuid, long companyId) Returns the number of asset tag group rels where uuid = ? and companyId = ?.int
countByUUID_G
(String uuid, long groupId) Returns the number of asset tag group rels where uuid = ? and groupId = ?.com.liferay.asset.kernel.model.AssetTagGroupRel
create
(long assetTagGroupRelId) Creates a new asset tag group rel with the primary key.void
destroy()
com.liferay.asset.kernel.model.AssetTagGroupRel
fetchByG_T
(long groupId, long tagId) Returns the asset tag group rel where groupId = ? and tagId = ? or returnsnull
if it could not be found.com.liferay.asset.kernel.model.AssetTagGroupRel
fetchByG_T
(long groupId, long tagId, boolean useFinderCache) Returns the asset tag group rel where groupId = ? and tagId = ? or returnsnull
if it could not be found, optionally using the finder cache.com.liferay.asset.kernel.model.AssetTagGroupRel
fetchByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the first asset tag group rel in the ordered set where groupId = ?.com.liferay.asset.kernel.model.AssetTagGroupRel
fetchByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the last asset tag group rel in the ordered set where groupId = ?.com.liferay.asset.kernel.model.AssetTagGroupRel
fetchByPrimaryKey
(long assetTagGroupRelId) Returns the asset tag group rel with the primary key or returnsnull
if it could not be found.com.liferay.asset.kernel.model.AssetTagGroupRel
fetchByPrimaryKey
(Serializable primaryKey) Returns the asset tag group rel with the primary key or returnsnull
if it could not be found.Map<Serializable,
com.liferay.asset.kernel.model.AssetTagGroupRel> fetchByPrimaryKeys
(Set<Serializable> primaryKeys) com.liferay.asset.kernel.model.AssetTagGroupRel
fetchByTagId_First
(long tagId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the first asset tag group rel in the ordered set where tagId = ?.com.liferay.asset.kernel.model.AssetTagGroupRel
fetchByTagId_Last
(long tagId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the last asset tag group rel in the ordered set where tagId = ?.com.liferay.asset.kernel.model.AssetTagGroupRel
fetchByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the first asset tag group rel in the ordered set where uuid = ? and companyId = ?.com.liferay.asset.kernel.model.AssetTagGroupRel
fetchByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the last asset tag group rel in the ordered set where uuid = ? and companyId = ?.com.liferay.asset.kernel.model.AssetTagGroupRel
fetchByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the first asset tag group rel in the ordered set where uuid = ?.com.liferay.asset.kernel.model.AssetTagGroupRel
fetchByUUID_G
(String uuid, long groupId) Returns the asset tag group rel where uuid = ? and groupId = ? or returnsnull
if it could not be found.com.liferay.asset.kernel.model.AssetTagGroupRel
fetchByUUID_G
(String uuid, long groupId, boolean useFinderCache) Returns the asset tag group rel where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.com.liferay.asset.kernel.model.AssetTagGroupRel
fetchByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the last asset tag group rel in the ordered set where uuid = ?.List<com.liferay.asset.kernel.model.AssetTagGroupRel>
findAll()
Returns all the asset tag group rels.List<com.liferay.asset.kernel.model.AssetTagGroupRel>
findAll
(int start, int end) Returns a range of all the asset tag group rels.List<com.liferay.asset.kernel.model.AssetTagGroupRel>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns an ordered range of all the asset tag group rels.List<com.liferay.asset.kernel.model.AssetTagGroupRel>
findAll
(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tag group rels.com.liferay.asset.kernel.model.AssetTagGroupRel
findByG_T
(long groupId, long tagId) Returns the asset tag group rel where groupId = ? and tagId = ? or throws aNoSuchTagGroupRelException
if it could not be found.List<com.liferay.asset.kernel.model.AssetTagGroupRel>
findByGroupId
(long groupId) Returns all the asset tag group rels where groupId = ?.List<com.liferay.asset.kernel.model.AssetTagGroupRel>
findByGroupId
(long groupId, int start, int end) Returns a range of all the asset tag group rels where groupId = ?.List<com.liferay.asset.kernel.model.AssetTagGroupRel>
findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns an ordered range of all the asset tag group rels where groupId = ?.List<com.liferay.asset.kernel.model.AssetTagGroupRel>
findByGroupId
(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tag group rels where groupId = ?.com.liferay.asset.kernel.model.AssetTagGroupRel
findByGroupId_First
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the first asset tag group rel in the ordered set where groupId = ?.com.liferay.asset.kernel.model.AssetTagGroupRel
findByGroupId_Last
(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the last asset tag group rel in the ordered set where groupId = ?.com.liferay.asset.kernel.model.AssetTagGroupRel[]
findByGroupId_PrevAndNext
(long assetTagGroupRelId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the asset tag group rels before and after the current asset tag group rel in the ordered set where groupId = ?.com.liferay.asset.kernel.model.AssetTagGroupRel
findByPrimaryKey
(long assetTagGroupRelId) Returns the asset tag group rel with the primary key or throws aNoSuchTagGroupRelException
if it could not be found.com.liferay.asset.kernel.model.AssetTagGroupRel
findByPrimaryKey
(Serializable primaryKey) Returns the asset tag group rel with the primary key or throws acom.liferay.portal.kernel.exception.NoSuchModelException
if it could not be found.List<com.liferay.asset.kernel.model.AssetTagGroupRel>
findByTagId
(long tagId) Returns all the asset tag group rels where tagId = ?.List<com.liferay.asset.kernel.model.AssetTagGroupRel>
findByTagId
(long tagId, int start, int end) Returns a range of all the asset tag group rels where tagId = ?.List<com.liferay.asset.kernel.model.AssetTagGroupRel>
findByTagId
(long tagId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns an ordered range of all the asset tag group rels where tagId = ?.List<com.liferay.asset.kernel.model.AssetTagGroupRel>
findByTagId
(long tagId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tag group rels where tagId = ?.com.liferay.asset.kernel.model.AssetTagGroupRel
findByTagId_First
(long tagId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the first asset tag group rel in the ordered set where tagId = ?.com.liferay.asset.kernel.model.AssetTagGroupRel
findByTagId_Last
(long tagId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the last asset tag group rel in the ordered set where tagId = ?.com.liferay.asset.kernel.model.AssetTagGroupRel[]
findByTagId_PrevAndNext
(long assetTagGroupRelId, long tagId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the asset tag group rels before and after the current asset tag group rel in the ordered set where tagId = ?.List<com.liferay.asset.kernel.model.AssetTagGroupRel>
findByUuid
(String uuid) Returns all the asset tag group rels where uuid = ?.List<com.liferay.asset.kernel.model.AssetTagGroupRel>
findByUuid
(String uuid, int start, int end) Returns a range of all the asset tag group rels where uuid = ?.List<com.liferay.asset.kernel.model.AssetTagGroupRel>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns an ordered range of all the asset tag group rels where uuid = ?.List<com.liferay.asset.kernel.model.AssetTagGroupRel>
findByUuid
(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tag group rels where uuid = ?.List<com.liferay.asset.kernel.model.AssetTagGroupRel>
findByUuid_C
(String uuid, long companyId) Returns all the asset tag group rels where uuid = ? and companyId = ?.List<com.liferay.asset.kernel.model.AssetTagGroupRel>
findByUuid_C
(String uuid, long companyId, int start, int end) Returns a range of all the asset tag group rels where uuid = ? and companyId = ?.List<com.liferay.asset.kernel.model.AssetTagGroupRel>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns an ordered range of all the asset tag group rels where uuid = ? and companyId = ?.List<com.liferay.asset.kernel.model.AssetTagGroupRel>
findByUuid_C
(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tag group rels where uuid = ? and companyId = ?.com.liferay.asset.kernel.model.AssetTagGroupRel
findByUuid_C_First
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the first asset tag group rel in the ordered set where uuid = ? and companyId = ?.com.liferay.asset.kernel.model.AssetTagGroupRel
findByUuid_C_Last
(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the last asset tag group rel in the ordered set where uuid = ? and companyId = ?.com.liferay.asset.kernel.model.AssetTagGroupRel[]
findByUuid_C_PrevAndNext
(long assetTagGroupRelId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the asset tag group rels before and after the current asset tag group rel in the ordered set where uuid = ? and companyId = ?.com.liferay.asset.kernel.model.AssetTagGroupRel
findByUuid_First
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the first asset tag group rel in the ordered set where uuid = ?.com.liferay.asset.kernel.model.AssetTagGroupRel
findByUUID_G
(String uuid, long groupId) Returns the asset tag group rel where uuid = ? and groupId = ? or throws aNoSuchTagGroupRelException
if it could not be found.com.liferay.asset.kernel.model.AssetTagGroupRel
findByUuid_Last
(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the last asset tag group rel in the ordered set where uuid = ?.com.liferay.asset.kernel.model.AssetTagGroupRel[]
findByUuid_PrevAndNext
(long assetTagGroupRelId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the asset tag group rels before and after the current asset tag group rel in the ordered set where uuid = ?.protected com.liferay.asset.kernel.model.AssetTagGroupRel
getByGroupId_PrevAndNext
(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetTagGroupRel assetTagGroupRel, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator, boolean previous) protected com.liferay.asset.kernel.model.AssetTagGroupRel
getByTagId_PrevAndNext
(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetTagGroupRel assetTagGroupRel, long tagId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator, boolean previous) protected com.liferay.asset.kernel.model.AssetTagGroupRel
getByUuid_C_PrevAndNext
(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetTagGroupRel assetTagGroupRel, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator, boolean previous) protected com.liferay.asset.kernel.model.AssetTagGroupRel
getByUuid_PrevAndNext
(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetTagGroupRel assetTagGroupRel, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator, boolean previous) getCTColumnNames
(com.liferay.portal.kernel.change.tracking.CTColumnResolutionType ctColumnResolutionType) protected com.liferay.portal.kernel.dao.orm.EntityCache
protected com.liferay.portal.kernel.dao.orm.FinderCache
protected String
protected String
com.liferay.asset.kernel.model.AssetTagGroupRel
remove
(long assetTagGroupRelId) Removes the asset tag group rel with the primary key from the database.com.liferay.asset.kernel.model.AssetTagGroupRel
remove
(Serializable primaryKey) Removes the asset tag group rel with the primary key from the database.void
Removes all the asset tag group rels from the database.com.liferay.asset.kernel.model.AssetTagGroupRel
removeByG_T
(long groupId, long tagId) Removes the asset tag group rel where groupId = ? and tagId = ? from the database.void
removeByGroupId
(long groupId) Removes all the asset tag group rels where groupId = ? from the database.void
removeByTagId
(long tagId) Removes all the asset tag group rels where tagId = ? from the database.void
removeByUuid
(String uuid) Removes all the asset tag group rels where uuid = ? from the database.void
removeByUuid_C
(String uuid, long companyId) Removes all the asset tag group rels where uuid = ? and companyId = ? from the database.com.liferay.asset.kernel.model.AssetTagGroupRel
removeByUUID_G
(String uuid, long groupId) Removes the asset tag group rel where uuid = ? and groupId = ? from the database.protected com.liferay.asset.kernel.model.AssetTagGroupRel
removeImpl
(com.liferay.asset.kernel.model.AssetTagGroupRel assetTagGroupRel) com.liferay.asset.kernel.model.AssetTagGroupRel
updateImpl
(com.liferay.asset.kernel.model.AssetTagGroupRel assetTagGroupRel) Methods inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, appendOrderByComparator, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openNewSession, openSession, processException, registerListener, remove, removeByFunction, removeConjunction, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, setTable, unregisterListener, update, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, dslQueryCount, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, openSession, processException, registerListener, remove, removeByFunction, setDataSource, unregisterListener, update, update
-
Field Details
-
FINDER_CLASS_NAME_ENTITY
-
FINDER_CLASS_NAME_LIST_WITH_PAGINATION
-
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
-
-
Constructor Details
-
AssetTagGroupRelPersistenceImpl
public AssetTagGroupRelPersistenceImpl()
-
-
Method Details
-
findByUuid
Returns all the asset tag group rels where uuid = ?.- Specified by:
findByUuid
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuid- Returns:
- the matching asset tag group rels
-
findByUuid
public List<com.liferay.asset.kernel.model.AssetTagGroupRel> findByUuid(String uuid, int start, int end) Returns a range of all the asset tag 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 fromAssetTagGroupRelModelImpl
.- Specified by:
findByUuid
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuidstart
- the lower bound of the range of asset tag group relsend
- the upper bound of the range of asset tag group rels (not inclusive)- Returns:
- the range of matching asset tag group rels
-
findByUuid
public List<com.liferay.asset.kernel.model.AssetTagGroupRel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns an ordered range of all the asset tag 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 fromAssetTagGroupRelModelImpl
.- Specified by:
findByUuid
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuidstart
- the lower bound of the range of asset tag group relsend
- the upper bound of the range of asset tag group rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset tag group rels
-
findByUuid
public List<com.liferay.asset.kernel.model.AssetTagGroupRel> findByUuid(String uuid, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tag 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 fromAssetTagGroupRelModelImpl
.- Specified by:
findByUuid
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuidstart
- the lower bound of the range of asset tag group relsend
- the upper bound of the range of asset tag 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 asset tag group rels
-
findByUuid_First
public com.liferay.asset.kernel.model.AssetTagGroupRel findByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchTagGroupRelException Returns the first asset tag group rel in the ordered set where uuid = ?.- Specified by:
findByUuid_First
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset tag group rel
- Throws:
com.liferay.asset.kernel.exception.NoSuchTagGroupRelException
- if a matching asset tag group rel could not be found
-
fetchByUuid_First
public com.liferay.asset.kernel.model.AssetTagGroupRel fetchByUuid_First(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the first asset tag group rel in the ordered set where uuid = ?.- Specified by:
fetchByUuid_First
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset tag group rel, or
null
if a matching asset tag group rel could not be found
-
findByUuid_Last
public com.liferay.asset.kernel.model.AssetTagGroupRel findByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchTagGroupRelException Returns the last asset tag group rel in the ordered set where uuid = ?.- Specified by:
findByUuid_Last
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset tag group rel
- Throws:
com.liferay.asset.kernel.exception.NoSuchTagGroupRelException
- if a matching asset tag group rel could not be found
-
fetchByUuid_Last
public com.liferay.asset.kernel.model.AssetTagGroupRel fetchByUuid_Last(String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the last asset tag group rel in the ordered set where uuid = ?.- Specified by:
fetchByUuid_Last
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset tag group rel, or
null
if a matching asset tag group rel could not be found
-
findByUuid_PrevAndNext
public com.liferay.asset.kernel.model.AssetTagGroupRel[] findByUuid_PrevAndNext(long assetTagGroupRelId, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchTagGroupRelException Returns the asset tag group rels before and after the current asset tag group rel in the ordered set where uuid = ?.- Specified by:
findByUuid_PrevAndNext
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
assetTagGroupRelId
- the primary key of the current asset tag group reluuid
- the uuidorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset tag group rel
- Throws:
com.liferay.asset.kernel.exception.NoSuchTagGroupRelException
- if a asset tag group rel with the primary key could not be found
-
getByUuid_PrevAndNext
protected com.liferay.asset.kernel.model.AssetTagGroupRel getByUuid_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetTagGroupRel assetTagGroupRel, String uuid, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator, boolean previous) -
removeByUuid
Removes all the asset tag group rels where uuid = ? from the database.- Specified by:
removeByUuid
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuid
-
countByUuid
Returns the number of asset tag group rels where uuid = ?.- Specified by:
countByUuid
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuid- Returns:
- the number of matching asset tag group rels
-
findByUUID_G
public com.liferay.asset.kernel.model.AssetTagGroupRel findByUUID_G(String uuid, long groupId) throws com.liferay.asset.kernel.exception.NoSuchTagGroupRelException Returns the asset tag group rel where uuid = ? and groupId = ? or throws aNoSuchTagGroupRelException
if it could not be found.- Specified by:
findByUUID_G
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching asset tag group rel
- Throws:
com.liferay.asset.kernel.exception.NoSuchTagGroupRelException
- if a matching asset tag group rel could not be found
-
fetchByUUID_G
Returns the asset tag group rel where uuid = ? and groupId = ? or returnsnull
if it could not be found. Uses the finder cache.- Specified by:
fetchByUUID_G
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the matching asset tag group rel, or
null
if a matching asset tag group rel could not be found
-
fetchByUUID_G
public com.liferay.asset.kernel.model.AssetTagGroupRel fetchByUUID_G(String uuid, long groupId, boolean useFinderCache) Returns the asset tag group rel where uuid = ? and groupId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Specified by:
fetchByUUID_G
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuidgroupId
- the group IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching asset tag group rel, or
null
if a matching asset tag group rel could not be found
-
removeByUUID_G
public com.liferay.asset.kernel.model.AssetTagGroupRel removeByUUID_G(String uuid, long groupId) throws com.liferay.asset.kernel.exception.NoSuchTagGroupRelException Removes the asset tag group rel where uuid = ? and groupId = ? from the database.- Specified by:
removeByUUID_G
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the asset tag group rel that was removed
- Throws:
com.liferay.asset.kernel.exception.NoSuchTagGroupRelException
-
countByUUID_G
Returns the number of asset tag group rels where uuid = ? and groupId = ?.- Specified by:
countByUUID_G
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuidgroupId
- the group ID- Returns:
- the number of matching asset tag group rels
-
findByUuid_C
public List<com.liferay.asset.kernel.model.AssetTagGroupRel> findByUuid_C(String uuid, long companyId) Returns all the asset tag group rels where uuid = ? and companyId = ?.- Specified by:
findByUuid_C
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the matching asset tag group rels
-
findByUuid_C
public List<com.liferay.asset.kernel.model.AssetTagGroupRel> findByUuid_C(String uuid, long companyId, int start, int end) Returns a range of all the asset tag 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 fromAssetTagGroupRelModelImpl
.- Specified by:
findByUuid_C
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of asset tag group relsend
- the upper bound of the range of asset tag group rels (not inclusive)- Returns:
- the range of matching asset tag group rels
-
findByUuid_C
public List<com.liferay.asset.kernel.model.AssetTagGroupRel> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns an ordered range of all the asset tag 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 fromAssetTagGroupRelModelImpl
.- Specified by:
findByUuid_C
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of asset tag group relsend
- the upper bound of the range of asset tag group rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset tag group rels
-
findByUuid_C
public List<com.liferay.asset.kernel.model.AssetTagGroupRel> findByUuid_C(String uuid, long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tag 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 fromAssetTagGroupRelModelImpl
.- Specified by:
findByUuid_C
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDstart
- the lower bound of the range of asset tag group relsend
- the upper bound of the range of asset tag 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 asset tag group rels
-
findByUuid_C_First
public com.liferay.asset.kernel.model.AssetTagGroupRel findByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchTagGroupRelException Returns the first asset tag group rel in the ordered set where uuid = ? and companyId = ?.- Specified by:
findByUuid_C_First
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset tag group rel
- Throws:
com.liferay.asset.kernel.exception.NoSuchTagGroupRelException
- if a matching asset tag group rel could not be found
-
fetchByUuid_C_First
public com.liferay.asset.kernel.model.AssetTagGroupRel fetchByUuid_C_First(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the first asset tag group rel in the ordered set where uuid = ? and companyId = ?.- Specified by:
fetchByUuid_C_First
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset tag group rel, or
null
if a matching asset tag group rel could not be found
-
findByUuid_C_Last
public com.liferay.asset.kernel.model.AssetTagGroupRel findByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchTagGroupRelException Returns the last asset tag group rel in the ordered set where uuid = ? and companyId = ?.- Specified by:
findByUuid_C_Last
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset tag group rel
- Throws:
com.liferay.asset.kernel.exception.NoSuchTagGroupRelException
- if a matching asset tag group rel could not be found
-
fetchByUuid_C_Last
public com.liferay.asset.kernel.model.AssetTagGroupRel fetchByUuid_C_Last(String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the last asset tag group rel in the ordered set where uuid = ? and companyId = ?.- Specified by:
fetchByUuid_C_Last
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset tag group rel, or
null
if a matching asset tag group rel could not be found
-
findByUuid_C_PrevAndNext
public com.liferay.asset.kernel.model.AssetTagGroupRel[] findByUuid_C_PrevAndNext(long assetTagGroupRelId, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchTagGroupRelException Returns the asset tag group rels before and after the current asset tag group rel in the ordered set where uuid = ? and companyId = ?.- Specified by:
findByUuid_C_PrevAndNext
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
assetTagGroupRelId
- the primary key of the current asset tag group reluuid
- the uuidcompanyId
- the company IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset tag group rel
- Throws:
com.liferay.asset.kernel.exception.NoSuchTagGroupRelException
- if a asset tag group rel with the primary key could not be found
-
getByUuid_C_PrevAndNext
protected com.liferay.asset.kernel.model.AssetTagGroupRel getByUuid_C_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetTagGroupRel assetTagGroupRel, String uuid, long companyId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator, boolean previous) -
removeByUuid_C
Removes all the asset tag group rels where uuid = ? and companyId = ? from the database.- Specified by:
removeByUuid_C
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company ID
-
countByUuid_C
Returns the number of asset tag group rels where uuid = ? and companyId = ?.- Specified by:
countByUuid_C
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
uuid
- the uuidcompanyId
- the company ID- Returns:
- the number of matching asset tag group rels
-
findByGroupId
Returns all the asset tag group rels where groupId = ?.- Specified by:
findByGroupId
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
groupId
- the group ID- Returns:
- the matching asset tag group rels
-
findByGroupId
public List<com.liferay.asset.kernel.model.AssetTagGroupRel> findByGroupId(long groupId, int start, int end) Returns a range of all the asset tag group rels where groupId = ?.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 fromAssetTagGroupRelModelImpl
.- Specified by:
findByGroupId
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
groupId
- the group IDstart
- the lower bound of the range of asset tag group relsend
- the upper bound of the range of asset tag group rels (not inclusive)- Returns:
- the range of matching asset tag group rels
-
findByGroupId
public List<com.liferay.asset.kernel.model.AssetTagGroupRel> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns an ordered range of all the asset tag group rels where groupId = ?.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 fromAssetTagGroupRelModelImpl
.- Specified by:
findByGroupId
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
groupId
- the group IDstart
- the lower bound of the range of asset tag group relsend
- the upper bound of the range of asset tag group rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset tag group rels
-
findByGroupId
public List<com.liferay.asset.kernel.model.AssetTagGroupRel> findByGroupId(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tag group rels where groupId = ?.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 fromAssetTagGroupRelModelImpl
.- Specified by:
findByGroupId
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
groupId
- the group IDstart
- the lower bound of the range of asset tag group relsend
- the upper bound of the range of asset tag 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 asset tag group rels
-
findByGroupId_First
public com.liferay.asset.kernel.model.AssetTagGroupRel findByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchTagGroupRelException Returns the first asset tag group rel in the ordered set where groupId = ?.- Specified by:
findByGroupId_First
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset tag group rel
- Throws:
com.liferay.asset.kernel.exception.NoSuchTagGroupRelException
- if a matching asset tag group rel could not be found
-
fetchByGroupId_First
public com.liferay.asset.kernel.model.AssetTagGroupRel fetchByGroupId_First(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the first asset tag group rel in the ordered set where groupId = ?.- Specified by:
fetchByGroupId_First
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset tag group rel, or
null
if a matching asset tag group rel could not be found
-
findByGroupId_Last
public com.liferay.asset.kernel.model.AssetTagGroupRel findByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchTagGroupRelException Returns the last asset tag group rel in the ordered set where groupId = ?.- Specified by:
findByGroupId_Last
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset tag group rel
- Throws:
com.liferay.asset.kernel.exception.NoSuchTagGroupRelException
- if a matching asset tag group rel could not be found
-
fetchByGroupId_Last
public com.liferay.asset.kernel.model.AssetTagGroupRel fetchByGroupId_Last(long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the last asset tag group rel in the ordered set where groupId = ?.- Specified by:
fetchByGroupId_Last
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
groupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset tag group rel, or
null
if a matching asset tag group rel could not be found
-
findByGroupId_PrevAndNext
public com.liferay.asset.kernel.model.AssetTagGroupRel[] findByGroupId_PrevAndNext(long assetTagGroupRelId, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchTagGroupRelException Returns the asset tag group rels before and after the current asset tag group rel in the ordered set where groupId = ?.- Specified by:
findByGroupId_PrevAndNext
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
assetTagGroupRelId
- the primary key of the current asset tag group relgroupId
- the group IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset tag group rel
- Throws:
com.liferay.asset.kernel.exception.NoSuchTagGroupRelException
- if a asset tag group rel with the primary key could not be found
-
getByGroupId_PrevAndNext
protected com.liferay.asset.kernel.model.AssetTagGroupRel getByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetTagGroupRel assetTagGroupRel, long groupId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator, boolean previous) -
removeByGroupId
public void removeByGroupId(long groupId) Removes all the asset tag group rels where groupId = ? from the database.- Specified by:
removeByGroupId
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
groupId
- the group ID
-
countByGroupId
public int countByGroupId(long groupId) Returns the number of asset tag group rels where groupId = ?.- Specified by:
countByGroupId
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
groupId
- the group ID- Returns:
- the number of matching asset tag group rels
-
findByTagId
Returns all the asset tag group rels where tagId = ?.- Specified by:
findByTagId
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
tagId
- the tag ID- Returns:
- the matching asset tag group rels
-
findByTagId
public List<com.liferay.asset.kernel.model.AssetTagGroupRel> findByTagId(long tagId, int start, int end) Returns a range of all the asset tag group rels where tagId = ?.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 fromAssetTagGroupRelModelImpl
.- Specified by:
findByTagId
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
tagId
- the tag IDstart
- the lower bound of the range of asset tag group relsend
- the upper bound of the range of asset tag group rels (not inclusive)- Returns:
- the range of matching asset tag group rels
-
findByTagId
public List<com.liferay.asset.kernel.model.AssetTagGroupRel> findByTagId(long tagId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns an ordered range of all the asset tag group rels where tagId = ?.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 fromAssetTagGroupRelModelImpl
.- Specified by:
findByTagId
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
tagId
- the tag IDstart
- the lower bound of the range of asset tag group relsend
- the upper bound of the range of asset tag group rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of matching asset tag group rels
-
findByTagId
public List<com.liferay.asset.kernel.model.AssetTagGroupRel> findByTagId(long tagId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tag group rels where tagId = ?.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 fromAssetTagGroupRelModelImpl
.- Specified by:
findByTagId
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
tagId
- the tag IDstart
- the lower bound of the range of asset tag group relsend
- the upper bound of the range of asset tag 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 asset tag group rels
-
findByTagId_First
public com.liferay.asset.kernel.model.AssetTagGroupRel findByTagId_First(long tagId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchTagGroupRelException Returns the first asset tag group rel in the ordered set where tagId = ?.- Specified by:
findByTagId_First
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
tagId
- the tag IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset tag group rel
- Throws:
com.liferay.asset.kernel.exception.NoSuchTagGroupRelException
- if a matching asset tag group rel could not be found
-
fetchByTagId_First
public com.liferay.asset.kernel.model.AssetTagGroupRel fetchByTagId_First(long tagId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the first asset tag group rel in the ordered set where tagId = ?.- Specified by:
fetchByTagId_First
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
tagId
- the tag IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the first matching asset tag group rel, or
null
if a matching asset tag group rel could not be found
-
findByTagId_Last
public com.liferay.asset.kernel.model.AssetTagGroupRel findByTagId_Last(long tagId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchTagGroupRelException Returns the last asset tag group rel in the ordered set where tagId = ?.- Specified by:
findByTagId_Last
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
tagId
- the tag IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset tag group rel
- Throws:
com.liferay.asset.kernel.exception.NoSuchTagGroupRelException
- if a matching asset tag group rel could not be found
-
fetchByTagId_Last
public com.liferay.asset.kernel.model.AssetTagGroupRel fetchByTagId_Last(long tagId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns the last asset tag group rel in the ordered set where tagId = ?.- Specified by:
fetchByTagId_Last
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
tagId
- the tag IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the last matching asset tag group rel, or
null
if a matching asset tag group rel could not be found
-
findByTagId_PrevAndNext
public com.liferay.asset.kernel.model.AssetTagGroupRel[] findByTagId_PrevAndNext(long assetTagGroupRelId, long tagId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) throws com.liferay.asset.kernel.exception.NoSuchTagGroupRelException Returns the asset tag group rels before and after the current asset tag group rel in the ordered set where tagId = ?.- Specified by:
findByTagId_PrevAndNext
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
assetTagGroupRelId
- the primary key of the current asset tag group reltagId
- the tag IDorderByComparator
- the comparator to order the set by (optionallynull
)- Returns:
- the previous, current, and next asset tag group rel
- Throws:
com.liferay.asset.kernel.exception.NoSuchTagGroupRelException
- if a asset tag group rel with the primary key could not be found
-
getByTagId_PrevAndNext
protected com.liferay.asset.kernel.model.AssetTagGroupRel getByTagId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session, com.liferay.asset.kernel.model.AssetTagGroupRel assetTagGroupRel, long tagId, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator, boolean previous) -
removeByTagId
public void removeByTagId(long tagId) Removes all the asset tag group rels where tagId = ? from the database.- Specified by:
removeByTagId
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
tagId
- the tag ID
-
countByTagId
public int countByTagId(long tagId) Returns the number of asset tag group rels where tagId = ?.- Specified by:
countByTagId
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
tagId
- the tag ID- Returns:
- the number of matching asset tag group rels
-
findByG_T
public com.liferay.asset.kernel.model.AssetTagGroupRel findByG_T(long groupId, long tagId) throws com.liferay.asset.kernel.exception.NoSuchTagGroupRelException Returns the asset tag group rel where groupId = ? and tagId = ? or throws aNoSuchTagGroupRelException
if it could not be found.- Specified by:
findByG_T
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
groupId
- the group IDtagId
- the tag ID- Returns:
- the matching asset tag group rel
- Throws:
com.liferay.asset.kernel.exception.NoSuchTagGroupRelException
- if a matching asset tag group rel could not be found
-
fetchByG_T
public com.liferay.asset.kernel.model.AssetTagGroupRel fetchByG_T(long groupId, long tagId) Returns the asset tag group rel where groupId = ? and tagId = ? or returnsnull
if it could not be found. Uses the finder cache.- Specified by:
fetchByG_T
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
groupId
- the group IDtagId
- the tag ID- Returns:
- the matching asset tag group rel, or
null
if a matching asset tag group rel could not be found
-
fetchByG_T
public com.liferay.asset.kernel.model.AssetTagGroupRel fetchByG_T(long groupId, long tagId, boolean useFinderCache) Returns the asset tag group rel where groupId = ? and tagId = ? or returnsnull
if it could not be found, optionally using the finder cache.- Specified by:
fetchByG_T
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
groupId
- the group IDtagId
- the tag IDuseFinderCache
- whether to use the finder cache- Returns:
- the matching asset tag group rel, or
null
if a matching asset tag group rel could not be found
-
removeByG_T
public com.liferay.asset.kernel.model.AssetTagGroupRel removeByG_T(long groupId, long tagId) throws com.liferay.asset.kernel.exception.NoSuchTagGroupRelException Removes the asset tag group rel where groupId = ? and tagId = ? from the database.- Specified by:
removeByG_T
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
groupId
- the group IDtagId
- the tag ID- Returns:
- the asset tag group rel that was removed
- Throws:
com.liferay.asset.kernel.exception.NoSuchTagGroupRelException
-
countByG_T
public int countByG_T(long groupId, long tagId) Returns the number of asset tag group rels where groupId = ? and tagId = ?.- Specified by:
countByG_T
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
groupId
- the group IDtagId
- the tag ID- Returns:
- the number of matching asset tag group rels
-
cacheResult
public void cacheResult(com.liferay.asset.kernel.model.AssetTagGroupRel assetTagGroupRel) Caches the asset tag group rel in the entity cache if it is enabled.- Specified by:
cacheResult
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Overrides:
cacheResult
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetTagGroupRel>
- Parameters:
assetTagGroupRel
- the asset tag group rel
-
cacheResult
Caches the asset tag group rels in the entity cache if it is enabled.- Specified by:
cacheResult
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
assetTagGroupRels
- the asset tag group rels
-
clearCache
public void clearCache()Clears the cache for all asset tag group rels.The
EntityCache
andFinderCache
are both cleared by this method.- Specified by:
clearCache
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.asset.kernel.model.AssetTagGroupRel>
- Overrides:
clearCache
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetTagGroupRel>
-
clearCache
public void clearCache(com.liferay.asset.kernel.model.AssetTagGroupRel assetTagGroupRel) Clears the cache for the asset tag group rel.The
EntityCache
andFinderCache
are both cleared by this method.- Specified by:
clearCache
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.asset.kernel.model.AssetTagGroupRel>
- Overrides:
clearCache
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetTagGroupRel>
-
clearCache
- Specified by:
clearCache
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.asset.kernel.model.AssetTagGroupRel>
- Overrides:
clearCache
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetTagGroupRel>
-
clearCache
- Specified by:
clearCache
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.asset.kernel.model.AssetTagGroupRel>
-
cacheUniqueFindersCache
-
create
public com.liferay.asset.kernel.model.AssetTagGroupRel create(long assetTagGroupRelId) Creates a new asset tag group rel with the primary key. Does not add the asset tag group rel to the database.- Specified by:
create
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
assetTagGroupRelId
- the primary key for the new asset tag group rel- Returns:
- the new asset tag group rel
-
remove
public com.liferay.asset.kernel.model.AssetTagGroupRel remove(long assetTagGroupRelId) throws com.liferay.asset.kernel.exception.NoSuchTagGroupRelException Removes the asset tag group rel with the primary key from the database. Also notifies the appropriate model listeners.- Specified by:
remove
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
assetTagGroupRelId
- the primary key of the asset tag group rel- Returns:
- the asset tag group rel that was removed
- Throws:
com.liferay.asset.kernel.exception.NoSuchTagGroupRelException
- if a asset tag group rel with the primary key could not be found
-
remove
public com.liferay.asset.kernel.model.AssetTagGroupRel remove(Serializable primaryKey) throws com.liferay.asset.kernel.exception.NoSuchTagGroupRelException Removes the asset tag group rel with the primary key from the database. Also notifies the appropriate model listeners.- Specified by:
remove
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.asset.kernel.model.AssetTagGroupRel>
- Overrides:
remove
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetTagGroupRel>
- Parameters:
primaryKey
- the primary key of the asset tag group rel- Returns:
- the asset tag group rel that was removed
- Throws:
com.liferay.asset.kernel.exception.NoSuchTagGroupRelException
- if a asset tag group rel with the primary key could not be found
-
removeImpl
protected com.liferay.asset.kernel.model.AssetTagGroupRel removeImpl(com.liferay.asset.kernel.model.AssetTagGroupRel assetTagGroupRel) - Overrides:
removeImpl
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetTagGroupRel>
-
updateImpl
public com.liferay.asset.kernel.model.AssetTagGroupRel updateImpl(com.liferay.asset.kernel.model.AssetTagGroupRel assetTagGroupRel) - Specified by:
updateImpl
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Overrides:
updateImpl
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetTagGroupRel>
-
findByPrimaryKey
public com.liferay.asset.kernel.model.AssetTagGroupRel findByPrimaryKey(Serializable primaryKey) throws com.liferay.asset.kernel.exception.NoSuchTagGroupRelException Returns the asset tag group rel with the primary key or throws acom.liferay.portal.kernel.exception.NoSuchModelException
if it could not be found.- Specified by:
findByPrimaryKey
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.asset.kernel.model.AssetTagGroupRel>
- Overrides:
findByPrimaryKey
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetTagGroupRel>
- Parameters:
primaryKey
- the primary key of the asset tag group rel- Returns:
- the asset tag group rel
- Throws:
com.liferay.asset.kernel.exception.NoSuchTagGroupRelException
- if a asset tag group rel with the primary key could not be found
-
findByPrimaryKey
public com.liferay.asset.kernel.model.AssetTagGroupRel findByPrimaryKey(long assetTagGroupRelId) throws com.liferay.asset.kernel.exception.NoSuchTagGroupRelException Returns the asset tag group rel with the primary key or throws aNoSuchTagGroupRelException
if it could not be found.- Specified by:
findByPrimaryKey
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
assetTagGroupRelId
- the primary key of the asset tag group rel- Returns:
- the asset tag group rel
- Throws:
com.liferay.asset.kernel.exception.NoSuchTagGroupRelException
- if a asset tag group rel with the primary key could not be found
-
fetchByPrimaryKey
Returns the asset tag group rel with the primary key or returnsnull
if it could not be found.- Specified by:
fetchByPrimaryKey
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.asset.kernel.model.AssetTagGroupRel>
- Overrides:
fetchByPrimaryKey
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetTagGroupRel>
- Parameters:
primaryKey
- the primary key of the asset tag group rel- Returns:
- the asset tag group rel, or
null
if a asset tag group rel with the primary key could not be found
-
fetchByPrimaryKey
public com.liferay.asset.kernel.model.AssetTagGroupRel fetchByPrimaryKey(long assetTagGroupRelId) Returns the asset tag group rel with the primary key or returnsnull
if it could not be found.- Specified by:
fetchByPrimaryKey
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
assetTagGroupRelId
- the primary key of the asset tag group rel- Returns:
- the asset tag group rel, or
null
if a asset tag group rel with the primary key could not be found
-
fetchByPrimaryKeys
public Map<Serializable,com.liferay.asset.kernel.model.AssetTagGroupRel> fetchByPrimaryKeys(Set<Serializable> primaryKeys) - Specified by:
fetchByPrimaryKeys
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.asset.kernel.model.AssetTagGroupRel>
- Overrides:
fetchByPrimaryKeys
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetTagGroupRel>
-
findAll
Returns all the asset tag group rels.- Specified by:
findAll
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Returns:
- the asset tag group rels
-
findAll
Returns a range of all the asset tag 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 fromAssetTagGroupRelModelImpl
.- Specified by:
findAll
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
start
- the lower bound of the range of asset tag group relsend
- the upper bound of the range of asset tag group rels (not inclusive)- Returns:
- the range of asset tag group rels
-
findAll
public List<com.liferay.asset.kernel.model.AssetTagGroupRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator) Returns an ordered range of all the asset tag 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 fromAssetTagGroupRelModelImpl
.- Specified by:
findAll
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
start
- the lower bound of the range of asset tag group relsend
- the upper bound of the range of asset tag group rels (not inclusive)orderByComparator
- the comparator to order the results by (optionallynull
)- Returns:
- the ordered range of asset tag group rels
-
findAll
public List<com.liferay.asset.kernel.model.AssetTagGroupRel> findAll(int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetTagGroupRel> orderByComparator, boolean useFinderCache) Returns an ordered range of all the asset tag 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 fromAssetTagGroupRelModelImpl
.- Specified by:
findAll
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Parameters:
start
- the lower bound of the range of asset tag group relsend
- the upper bound of the range of asset tag 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 asset tag group rels
-
removeAll
public void removeAll()Removes all the asset tag group rels from the database.- Specified by:
removeAll
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
-
countAll
public int countAll()Returns the number of asset tag group rels.- Specified by:
countAll
in interfacecom.liferay.asset.kernel.service.persistence.AssetTagGroupRelPersistence
- Returns:
- the number of asset tag group rels
-
getBadColumnNames
- Specified by:
getBadColumnNames
in interfacecom.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.asset.kernel.model.AssetTagGroupRel>
- Overrides:
getBadColumnNames
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetTagGroupRel>
-
getEntityCache
protected com.liferay.portal.kernel.dao.orm.EntityCache getEntityCache()- Overrides:
getEntityCache
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetTagGroupRel>
-
getPKDBName
- Overrides:
getPKDBName
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetTagGroupRel>
-
getSelectSQL
- Overrides:
getSelectSQL
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetTagGroupRel>
-
getCTColumnNames
public Set<String> getCTColumnNames(com.liferay.portal.kernel.change.tracking.CTColumnResolutionType ctColumnResolutionType) - Specified by:
getCTColumnNames
in interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.asset.kernel.model.AssetTagGroupRel>
-
getMappingTableNames
- Specified by:
getMappingTableNames
in interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.asset.kernel.model.AssetTagGroupRel>
-
getTableColumnsMap
- Specified by:
getTableColumnsMap
in interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.asset.kernel.model.AssetTagGroupRel>
- Overrides:
getTableColumnsMap
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetTagGroupRel>
-
getTableName
- Specified by:
getTableName
in interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.asset.kernel.model.AssetTagGroupRel>
-
getUniqueIndexColumnNames
- Specified by:
getUniqueIndexColumnNames
in interfacecom.liferay.portal.kernel.service.persistence.change.tracking.CTPersistence<com.liferay.asset.kernel.model.AssetTagGroupRel>
-
afterPropertiesSet
public void afterPropertiesSet()Initializes the asset tag group rel persistence. -
destroy
public void destroy() -
getFinderCache
protected com.liferay.portal.kernel.dao.orm.FinderCache getFinderCache()- Overrides:
getFinderCache
in classcom.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.asset.kernel.model.AssetTagGroupRel>
-