|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTag>
com.liferay.portlet.asset.service.persistence.AssetTagPersistenceImpl
public class AssetTagPersistenceImpl
The persistence implementation for the asset tag service.
Caching information and settings can be found in portal.properties
AssetTagPersistence,
AssetTagUtil| Nested Class Summary | |
|---|---|
protected class |
AssetTagPersistenceImpl.AddAssetEntry
|
protected class |
AssetTagPersistenceImpl.ClearAssetEntries
|
protected class |
AssetTagPersistenceImpl.ContainsAssetEntry
|
protected class |
AssetTagPersistenceImpl.RemoveAssetEntry
|
| Field Summary | |
|---|---|
protected AssetTagPersistenceImpl.AddAssetEntry |
addAssetEntry
|
protected com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence |
assetCategoryPersistence
|
protected com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence |
assetCategoryPropertyPersistence
|
protected com.liferay.portlet.asset.service.persistence.AssetEntryPersistence |
assetEntryPersistence
|
protected com.liferay.portlet.asset.service.persistence.AssetLinkPersistence |
assetLinkPersistence
|
protected com.liferay.portlet.asset.service.persistence.AssetTagPersistence |
assetTagPersistence
|
protected com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence |
assetTagPropertyPersistence
|
protected com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence |
assetTagStatsPersistence
|
protected com.liferay.portlet.asset.service.persistence.AssetVocabularyPersistence |
assetVocabularyPersistence
|
protected AssetTagPersistenceImpl.ClearAssetEntries |
clearAssetEntries
|
protected AssetTagPersistenceImpl.ContainsAssetEntry |
containsAssetEntry
|
static java.lang.String |
FINDER_CLASS_NAME_ENTITY
|
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITH_PAGINATION
|
static java.lang.String |
FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
|
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_CONTAINS_ASSETENTRY
|
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_ALL
|
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_G_N
|
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_COUNT_BY_GROUPID
|
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_FETCH_BY_G_N
|
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_GET_ASSETENTRIES
|
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_GET_ASSETENTRIES_SIZE
|
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_ALL
|
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID
|
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
|
static com.liferay.portal.kernel.dao.orm.FinderPath |
FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
|
protected AssetTagPersistenceImpl.RemoveAssetEntry |
removeAssetEntry
|
protected com.liferay.portal.service.persistence.ResourcePersistence |
resourcePersistence
|
protected com.liferay.portal.service.persistence.UserPersistence |
userPersistence
|
| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, 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 | |
|---|---|
AssetTagPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
addAssetEntries(long pk,
java.util.List<com.liferay.portlet.asset.model.AssetEntry> assetEntries)
Adds an association between the asset tag and the asset entries. |
void |
addAssetEntries(long pk,
long[] assetEntryPKs)
Adds an association between the asset tag and the asset entries. |
void |
addAssetEntry(long pk,
com.liferay.portlet.asset.model.AssetEntry assetEntry)
Adds an association between the asset tag and the asset entry. |
void |
addAssetEntry(long pk,
long assetEntryPK)
Adds an association between the asset tag and the asset entry. |
void |
afterPropertiesSet()
Initializes the asset tag persistence. |
void |
cacheResult(com.liferay.portlet.asset.model.AssetTag assetTag)
Caches the asset tag in the entity cache if it is enabled. |
void |
cacheResult(java.util.List<com.liferay.portlet.asset.model.AssetTag> assetTags)
Caches the asset tags in the entity cache if it is enabled. |
void |
clearAssetEntries(long pk)
Clears all associations between the asset tag and its asset entries. |
void |
clearCache()
Clears the cache for all asset tags. |
void |
clearCache(com.liferay.portlet.asset.model.AssetTag assetTag)
Clears the cache for the asset tag. |
void |
clearCache(java.util.List<com.liferay.portlet.asset.model.AssetTag> assetTags)
|
protected void |
clearUniqueFindersCache(com.liferay.portlet.asset.model.AssetTag assetTag)
|
boolean |
containsAssetEntries(long pk)
Returns true if the asset tag has any asset entries associated with it. |
boolean |
containsAssetEntry(long pk,
long assetEntryPK)
Returns true if the asset entry is associated with the asset tag. |
int |
countAll()
Returns the number of asset tags. |
int |
countByG_N(long groupId,
java.lang.String name)
Returns the number of asset tags where groupId = ? and name = ?. |
int |
countByGroupId(long groupId)
Returns the number of asset tags where groupId = ?. |
com.liferay.portlet.asset.model.AssetTag |
create(long tagId)
Creates a new asset tag with the primary key. |
void |
destroy()
|
com.liferay.portlet.asset.model.AssetTag |
fetchByG_N(long groupId,
java.lang.String name)
Returns the asset tag where groupId = ? and name = ? or returns null if it could not be found. |
com.liferay.portlet.asset.model.AssetTag |
fetchByG_N(long groupId,
java.lang.String name,
boolean retrieveFromCache)
Returns the asset tag where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
com.liferay.portlet.asset.model.AssetTag |
fetchByPrimaryKey(long tagId)
Returns the asset tag with the primary key or returns null if it could not be found. |
com.liferay.portlet.asset.model.AssetTag |
fetchByPrimaryKey(java.io.Serializable primaryKey)
Returns the asset tag with the primary key or returns null if it could not be found. |
int |
filterCountByGroupId(long groupId)
Returns the number of asset tags that the user has permission to view where groupId = ?. |
com.liferay.portlet.asset.model.AssetTag[] |
filterFindByGroupId_PrevAndNext(long tagId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the asset tags before and after the current asset tag in the ordered set of asset tags that the user has permission to view where groupId = ?. |
java.util.List<com.liferay.portlet.asset.model.AssetTag> |
filterFindByGroupId(long groupId)
Returns all the asset tags that the user has permission to view where groupId = ?. |
java.util.List<com.liferay.portlet.asset.model.AssetTag> |
filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the asset tags that the user has permission to view where groupId = ?. |
java.util.List<com.liferay.portlet.asset.model.AssetTag> |
filterFindByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the asset tags that the user has permissions to view where groupId = ?. |
protected com.liferay.portlet.asset.model.AssetTag |
filterGetByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.asset.model.AssetTag assetTag,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
java.util.List<com.liferay.portlet.asset.model.AssetTag> |
findAll()
Returns all the asset tags. |
java.util.List<com.liferay.portlet.asset.model.AssetTag> |
findAll(int start,
int end)
Returns a range of all the asset tags. |
java.util.List<com.liferay.portlet.asset.model.AssetTag> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the asset tags. |
com.liferay.portlet.asset.model.AssetTag |
findByG_N(long groupId,
java.lang.String name)
Returns the asset tag where groupId = ? and name = ? or throws a NoSuchTagException if it could not be found. |
com.liferay.portlet.asset.model.AssetTag |
findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the first asset tag in the ordered set where groupId = ?. |
com.liferay.portlet.asset.model.AssetTag |
findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the last asset tag in the ordered set where groupId = ?. |
com.liferay.portlet.asset.model.AssetTag[] |
findByGroupId_PrevAndNext(long tagId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns the asset tags before and after the current asset tag in the ordered set where groupId = ?. |
java.util.List<com.liferay.portlet.asset.model.AssetTag> |
findByGroupId(long groupId)
Returns all the asset tags where groupId = ?. |
java.util.List<com.liferay.portlet.asset.model.AssetTag> |
findByGroupId(long groupId,
int start,
int end)
Returns a range of all the asset tags where groupId = ?. |
java.util.List<com.liferay.portlet.asset.model.AssetTag> |
findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the asset tags where groupId = ?. |
com.liferay.portlet.asset.model.AssetTag |
findByPrimaryKey(long tagId)
Returns the asset tag with the primary key or throws a NoSuchTagException if it could not be found. |
com.liferay.portlet.asset.model.AssetTag |
findByPrimaryKey(java.io.Serializable primaryKey)
Returns the asset tag with the primary key or throws a NoSuchModelException if it could not be found. |
java.util.List<com.liferay.portlet.asset.model.AssetEntry> |
getAssetEntries(long pk)
Returns all the asset entries associated with the asset tag. |
java.util.List<com.liferay.portlet.asset.model.AssetEntry> |
getAssetEntries(long pk,
int start,
int end)
Returns a range of all the asset entries associated with the asset tag. |
java.util.List<com.liferay.portlet.asset.model.AssetEntry> |
getAssetEntries(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
Returns an ordered range of all the asset entries associated with the asset tag. |
int |
getAssetEntriesSize(long pk)
Returns the number of asset entries associated with the asset tag. |
protected com.liferay.portlet.asset.model.AssetTag |
getByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.asset.model.AssetTag assetTag,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
|
com.liferay.portlet.asset.model.AssetTag |
remove(long tagId)
Removes the asset tag with the primary key from the database. |
com.liferay.portlet.asset.model.AssetTag |
remove(java.io.Serializable primaryKey)
Removes the asset tag with the primary key from the database. |
void |
removeAll()
Removes all the asset tags from the database. |
void |
removeAssetEntries(long pk,
java.util.List<com.liferay.portlet.asset.model.AssetEntry> assetEntries)
Removes the association between the asset tag and the asset entries. |
void |
removeAssetEntries(long pk,
long[] assetEntryPKs)
Removes the association between the asset tag and the asset entries. |
void |
removeAssetEntry(long pk,
com.liferay.portlet.asset.model.AssetEntry assetEntry)
Removes the association between the asset tag and the asset entry. |
void |
removeAssetEntry(long pk,
long assetEntryPK)
Removes the association between the asset tag and the asset entry. |
void |
removeByG_N(long groupId,
java.lang.String name)
Removes the asset tag where groupId = ? and name = ? from the database. |
void |
removeByGroupId(long groupId)
Removes all the asset tags where groupId = ? from the database. |
protected com.liferay.portlet.asset.model.AssetTag |
removeImpl(com.liferay.portlet.asset.model.AssetTag assetTag)
|
void |
setAssetEntries(long pk,
java.util.List<com.liferay.portlet.asset.model.AssetEntry> assetEntries)
Sets the asset entries associated with the asset tag, removing and adding associations as necessary. |
void |
setAssetEntries(long pk,
long[] assetEntryPKs)
Sets the asset entries associated with the asset tag, removing and adding associations as necessary. |
protected com.liferay.portlet.asset.model.AssetTag |
toUnwrappedModel(com.liferay.portlet.asset.model.AssetTag assetTag)
|
com.liferay.portlet.asset.model.AssetTag |
updateImpl(com.liferay.portlet.asset.model.AssetTag assetTag,
boolean merge)
|
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDB, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, 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.service.persistence.BasePersistence |
|---|
closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, openSession, processException, registerListener, remove, setDataSource, unregisterListener, update, update |
| Field Detail |
|---|
public static final java.lang.String FINDER_CLASS_NAME_ENTITY
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITH_PAGINATION
public static final java.lang.String FINDER_CLASS_NAME_LIST_WITHOUT_PAGINATION
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_BY_GROUPID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_BY_GROUPID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_GROUPID
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_FETCH_BY_G_N
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_BY_G_N
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITH_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_WITHOUT_PAGINATION_FIND_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_COUNT_ALL
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_ASSETENTRIES
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_GET_ASSETENTRIES_SIZE
public static final com.liferay.portal.kernel.dao.orm.FinderPath FINDER_PATH_CONTAINS_ASSETENTRY
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence.class) protected com.liferay.portlet.asset.service.persistence.AssetCategoryPersistence assetCategoryPersistence
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence.class) protected com.liferay.portlet.asset.service.persistence.AssetCategoryPropertyPersistence assetCategoryPropertyPersistence
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetEntryPersistence.class) protected com.liferay.portlet.asset.service.persistence.AssetEntryPersistence assetEntryPersistence
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetLinkPersistence.class) protected com.liferay.portlet.asset.service.persistence.AssetLinkPersistence assetLinkPersistence
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetTagPersistence.class) protected com.liferay.portlet.asset.service.persistence.AssetTagPersistence assetTagPersistence
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence.class) protected com.liferay.portlet.asset.service.persistence.AssetTagPropertyPersistence assetTagPropertyPersistence
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence.class) protected com.liferay.portlet.asset.service.persistence.AssetTagStatsPersistence assetTagStatsPersistence
@BeanReference(type=com.liferay.portlet.asset.service.persistence.AssetVocabularyPersistence.class) protected com.liferay.portlet.asset.service.persistence.AssetVocabularyPersistence assetVocabularyPersistence
@BeanReference(type=com.liferay.portal.service.persistence.ResourcePersistence.class) protected com.liferay.portal.service.persistence.ResourcePersistence resourcePersistence
@BeanReference(type=com.liferay.portal.service.persistence.UserPersistence.class) protected com.liferay.portal.service.persistence.UserPersistence userPersistence
protected AssetTagPersistenceImpl.ContainsAssetEntry containsAssetEntry
protected AssetTagPersistenceImpl.AddAssetEntry addAssetEntry
protected AssetTagPersistenceImpl.ClearAssetEntries clearAssetEntries
protected AssetTagPersistenceImpl.RemoveAssetEntry removeAssetEntry
| Constructor Detail |
|---|
public AssetTagPersistenceImpl()
| Method Detail |
|---|
public void cacheResult(com.liferay.portlet.asset.model.AssetTag assetTag)
cacheResult in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistenceassetTag - the asset tagpublic void cacheResult(java.util.List<com.liferay.portlet.asset.model.AssetTag> assetTags)
cacheResult in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistenceassetTags - the asset tagspublic void clearCache()
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetTag>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTag>public void clearCache(com.liferay.portlet.asset.model.AssetTag assetTag)
The EntityCache and FinderCache are both cleared by this method.
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetTag>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTag>public void clearCache(java.util.List<com.liferay.portlet.asset.model.AssetTag> assetTags)
clearCache in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetTag>clearCache in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTag>protected void clearUniqueFindersCache(com.liferay.portlet.asset.model.AssetTag assetTag)
public com.liferay.portlet.asset.model.AssetTag create(long tagId)
create in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencetagId - the primary key for the new asset tag
public com.liferay.portlet.asset.model.AssetTag remove(long tagId)
throws com.liferay.portlet.asset.NoSuchTagException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencetagId - the primary key of the asset tag
com.liferay.portlet.asset.NoSuchTagException - if a asset tag with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portlet.asset.model.AssetTag remove(java.io.Serializable primaryKey)
throws com.liferay.portlet.asset.NoSuchTagException,
com.liferay.portal.kernel.exception.SystemException
remove in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetTag>remove in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTag>primaryKey - the primary key of the asset tag
com.liferay.portlet.asset.NoSuchTagException - if a asset tag with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
protected com.liferay.portlet.asset.model.AssetTag removeImpl(com.liferay.portlet.asset.model.AssetTag assetTag)
throws com.liferay.portal.kernel.exception.SystemException
removeImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTag>com.liferay.portal.kernel.exception.SystemException
public com.liferay.portlet.asset.model.AssetTag updateImpl(com.liferay.portlet.asset.model.AssetTag assetTag,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
updateImpl in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistenceupdateImpl in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTag>com.liferay.portal.kernel.exception.SystemExceptionprotected com.liferay.portlet.asset.model.AssetTag toUnwrappedModel(com.liferay.portlet.asset.model.AssetTag assetTag)
public com.liferay.portlet.asset.model.AssetTag findByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.NoSuchModelException,
com.liferay.portal.kernel.exception.SystemException
NoSuchModelException if it could not be found.
findByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetTag>findByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTag>primaryKey - the primary key of the asset tag
com.liferay.portal.NoSuchModelException - if a asset tag with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portlet.asset.model.AssetTag findByPrimaryKey(long tagId)
throws com.liferay.portlet.asset.NoSuchTagException,
com.liferay.portal.kernel.exception.SystemException
NoSuchTagException if it could not be found.
findByPrimaryKey in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencetagId - the primary key of the asset tag
com.liferay.portlet.asset.NoSuchTagException - if a asset tag with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portlet.asset.model.AssetTag fetchByPrimaryKey(java.io.Serializable primaryKey)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.
fetchByPrimaryKey in interface com.liferay.portal.service.persistence.BasePersistence<com.liferay.portlet.asset.model.AssetTag>fetchByPrimaryKey in class com.liferay.portal.service.persistence.impl.BasePersistenceImpl<com.liferay.portlet.asset.model.AssetTag>primaryKey - the primary key of the asset tag
null if a asset tag with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portlet.asset.model.AssetTag fetchByPrimaryKey(long tagId)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found.
fetchByPrimaryKey in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencetagId - the primary key of the asset tag
null if a asset tag with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portlet.asset.model.AssetTag> findByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
findByGroupId in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencegroupId - the group ID
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portlet.asset.model.AssetTag> findByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByGroupId in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencegroupId - the group IDstart - the lower bound of the range of asset tagsend - the upper bound of the range of asset tags (not inclusive)
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portlet.asset.model.AssetTag> findByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByGroupId in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencegroupId - the group IDstart - the lower bound of the range of asset tagsend - the upper bound of the range of asset tags (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portlet.asset.model.AssetTag findByGroupId_First(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.asset.NoSuchTagException,
com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByGroupId_First in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
com.liferay.portlet.asset.NoSuchTagException - if a matching asset tag could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portlet.asset.model.AssetTag findByGroupId_Last(long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.asset.NoSuchTagException,
com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByGroupId_Last in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencegroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
com.liferay.portlet.asset.NoSuchTagException - if a matching asset tag could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portlet.asset.model.AssetTag[] findByGroupId_PrevAndNext(long tagId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.asset.NoSuchTagException,
com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findByGroupId_PrevAndNext in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencetagId - the primary key of the current asset taggroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
com.liferay.portlet.asset.NoSuchTagException - if a asset tag with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
protected com.liferay.portlet.asset.model.AssetTag getByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.asset.model.AssetTag assetTag,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public java.util.List<com.liferay.portlet.asset.model.AssetTag> filterFindByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
filterFindByGroupId in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencegroupId - the group ID
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portlet.asset.model.AssetTag> filterFindByGroupId(long groupId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByGroupId in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencegroupId - the group IDstart - the lower bound of the range of asset tagsend - the upper bound of the range of asset tags (not inclusive)
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portlet.asset.model.AssetTag> filterFindByGroupId(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
filterFindByGroupId in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencegroupId - the group IDstart - the lower bound of the range of asset tagsend - the upper bound of the range of asset tags (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portlet.asset.model.AssetTag[] filterFindByGroupId_PrevAndNext(long tagId,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portlet.asset.NoSuchTagException,
com.liferay.portal.kernel.exception.SystemException
filterFindByGroupId_PrevAndNext in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencetagId - the primary key of the current asset taggroupId - the group IDorderByComparator - the comparator to order the set by (optionally null)
com.liferay.portlet.asset.NoSuchTagException - if a asset tag with the primary key could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
protected com.liferay.portlet.asset.model.AssetTag filterGetByGroupId_PrevAndNext(com.liferay.portal.kernel.dao.orm.Session session,
com.liferay.portlet.asset.model.AssetTag assetTag,
long groupId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator,
boolean previous)
public com.liferay.portlet.asset.model.AssetTag findByG_N(long groupId,
java.lang.String name)
throws com.liferay.portlet.asset.NoSuchTagException,
com.liferay.portal.kernel.exception.SystemException
NoSuchTagException if it could not be found.
findByG_N in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencegroupId - the group IDname - the name
com.liferay.portlet.asset.NoSuchTagException - if a matching asset tag could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portlet.asset.model.AssetTag fetchByG_N(long groupId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found. Uses the finder cache.
fetchByG_N in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencegroupId - the group IDname - the name
null if a matching asset tag could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public com.liferay.portlet.asset.model.AssetTag fetchByG_N(long groupId,
java.lang.String name,
boolean retrieveFromCache)
throws com.liferay.portal.kernel.exception.SystemException
null if it could not be found, optionally using the finder cache.
fetchByG_N in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencegroupId - the group IDname - the nameretrieveFromCache - whether to use the finder cache
null if a matching asset tag could not be found
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portlet.asset.model.AssetTag> findAll()
throws com.liferay.portal.kernel.exception.SystemException
findAll in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portlet.asset.model.AssetTag> findAll(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findAll in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencestart - the lower bound of the range of asset tagsend - the upper bound of the range of asset tags (not inclusive)
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portlet.asset.model.AssetTag> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
findAll in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencestart - the lower bound of the range of asset tagsend - the upper bound of the range of asset tags (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void removeByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
removeByGroupId in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencegroupId - the group ID
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void removeByG_N(long groupId,
java.lang.String name)
throws com.liferay.portlet.asset.NoSuchTagException,
com.liferay.portal.kernel.exception.SystemException
removeByG_N in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencegroupId - the group IDname - the name
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
com.liferay.portlet.asset.NoSuchTagException
public void removeAll()
throws com.liferay.portal.kernel.exception.SystemException
removeAll in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public int countByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
countByGroupId in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencegroupId - the group ID
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public int filterCountByGroupId(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
filterCountByGroupId in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencegroupId - the group ID
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public int countByG_N(long groupId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.SystemException
countByG_N in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencegroupId - the group IDname - the name
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public int countAll()
throws com.liferay.portal.kernel.exception.SystemException
countAll in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencecom.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAssetEntries(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getAssetEntries in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencepk - the primary key of the asset tag
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAssetEntries(long pk,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
getAssetEntries in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencepk - the primary key of the asset tagstart - the lower bound of the range of asset tagsend - the upper bound of the range of asset tags (not inclusive)
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public java.util.List<com.liferay.portlet.asset.model.AssetEntry> getAssetEntries(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.kernel.exception.SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set.
getAssetEntries in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencepk - the primary key of the asset tagstart - the lower bound of the range of asset tagsend - the upper bound of the range of asset tags (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public int getAssetEntriesSize(long pk)
throws com.liferay.portal.kernel.exception.SystemException
getAssetEntriesSize in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencepk - the primary key of the asset tag
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public boolean containsAssetEntry(long pk,
long assetEntryPK)
throws com.liferay.portal.kernel.exception.SystemException
true if the asset entry is associated with the asset tag.
containsAssetEntry in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencepk - the primary key of the asset tagassetEntryPK - the primary key of the asset entry
true if the asset entry is associated with the asset tag; false otherwise
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public boolean containsAssetEntries(long pk)
throws com.liferay.portal.kernel.exception.SystemException
true if the asset tag has any asset entries associated with it.
containsAssetEntries in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencepk - the primary key of the asset tag to check for associations with asset entries
true if the asset tag has any asset entries associated with it; false otherwise
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void addAssetEntry(long pk,
long assetEntryPK)
throws com.liferay.portal.kernel.exception.SystemException
addAssetEntry in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencepk - the primary key of the asset tagassetEntryPK - the primary key of the asset entry
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void addAssetEntry(long pk,
com.liferay.portlet.asset.model.AssetEntry assetEntry)
throws com.liferay.portal.kernel.exception.SystemException
addAssetEntry in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencepk - the primary key of the asset tagassetEntry - the asset entry
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void addAssetEntries(long pk,
long[] assetEntryPKs)
throws com.liferay.portal.kernel.exception.SystemException
addAssetEntries in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencepk - the primary key of the asset tagassetEntryPKs - the primary keys of the asset entries
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void addAssetEntries(long pk,
java.util.List<com.liferay.portlet.asset.model.AssetEntry> assetEntries)
throws com.liferay.portal.kernel.exception.SystemException
addAssetEntries in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencepk - the primary key of the asset tagassetEntries - the asset entries
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void clearAssetEntries(long pk)
throws com.liferay.portal.kernel.exception.SystemException
clearAssetEntries in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencepk - the primary key of the asset tag to clear the associated asset entries from
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void removeAssetEntry(long pk,
long assetEntryPK)
throws com.liferay.portal.kernel.exception.SystemException
removeAssetEntry in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencepk - the primary key of the asset tagassetEntryPK - the primary key of the asset entry
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void removeAssetEntry(long pk,
com.liferay.portlet.asset.model.AssetEntry assetEntry)
throws com.liferay.portal.kernel.exception.SystemException
removeAssetEntry in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencepk - the primary key of the asset tagassetEntry - the asset entry
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void removeAssetEntries(long pk,
long[] assetEntryPKs)
throws com.liferay.portal.kernel.exception.SystemException
removeAssetEntries in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencepk - the primary key of the asset tagassetEntryPKs - the primary keys of the asset entries
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void removeAssetEntries(long pk,
java.util.List<com.liferay.portlet.asset.model.AssetEntry> assetEntries)
throws com.liferay.portal.kernel.exception.SystemException
removeAssetEntries in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencepk - the primary key of the asset tagassetEntries - the asset entries
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void setAssetEntries(long pk,
long[] assetEntryPKs)
throws com.liferay.portal.kernel.exception.SystemException
setAssetEntries in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencepk - the primary key of the asset tagassetEntryPKs - the primary keys of the asset entries to be associated with the asset tag
com.liferay.portal.kernel.exception.SystemException - if a system exception occurred
public void setAssetEntries(long pk,
java.util.List<com.liferay.portlet.asset.model.AssetEntry> assetEntries)
throws com.liferay.portal.kernel.exception.SystemException
setAssetEntries in interface com.liferay.portlet.asset.service.persistence.AssetTagPersistencepk - the primary key of the asset tagassetEntries - the asset entries to be associated with the asset tag
com.liferay.portal.kernel.exception.SystemException - if a system exception occurredpublic void afterPropertiesSet()
public void destroy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||