com.liferay.portlet.tags.service.persistence
Class TagsEntryUtil
java.lang.Object
com.liferay.portlet.tags.service.persistence.TagsEntryUtil
public class TagsEntryUtil
- extends java.lang.Object
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
- Author:
- Brian Wing Shun Chan
- See Also:
TagsEntryPersistence
,
TagsEntryPersistenceImpl
- Generated:
Method Summary |
static void |
addTagsAsset(long pk,
long tagsAssetPK)
|
static void |
addTagsAsset(long pk,
TagsAsset tagsAsset)
|
static void |
addTagsAssets(long pk,
java.util.List<TagsAsset> tagsAssets)
|
static void |
addTagsAssets(long pk,
long[] tagsAssetPKs)
|
static void |
cacheResult(java.util.List<TagsEntry> tagsEntries)
|
static void |
cacheResult(TagsEntry tagsEntry)
|
static void |
clearCache()
|
static void |
clearCache(TagsEntry tagsEntry)
|
static void |
clearTagsAssets(long pk)
|
static boolean |
containsTagsAsset(long pk,
long tagsAssetPK)
|
static boolean |
containsTagsAssets(long pk)
|
static int |
countAll()
|
static int |
countByP_V(long parentEntryId,
long vocabularyId)
|
static int |
countByVocabularyId(long vocabularyId)
|
int |
countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static TagsEntry |
create(long entryId)
|
static TagsEntry |
fetchByPrimaryKey(long entryId)
|
static java.util.List<TagsEntry> |
findAll()
|
static java.util.List<TagsEntry> |
findAll(int start,
int end)
|
static java.util.List<TagsEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static TagsEntry |
findByP_V_First(long parentEntryId,
long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static TagsEntry |
findByP_V_Last(long parentEntryId,
long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static TagsEntry[] |
findByP_V_PrevAndNext(long entryId,
long parentEntryId,
long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static java.util.List<TagsEntry> |
findByP_V(long parentEntryId,
long vocabularyId)
|
static java.util.List<TagsEntry> |
findByP_V(long parentEntryId,
long vocabularyId,
int start,
int end)
|
static java.util.List<TagsEntry> |
findByP_V(long parentEntryId,
long vocabularyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static TagsEntry |
findByPrimaryKey(long entryId)
|
static TagsEntry |
findByVocabularyId_First(long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static TagsEntry |
findByVocabularyId_Last(long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static TagsEntry[] |
findByVocabularyId_PrevAndNext(long entryId,
long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static java.util.List<TagsEntry> |
findByVocabularyId(long vocabularyId)
|
static java.util.List<TagsEntry> |
findByVocabularyId(long vocabularyId,
int start,
int end)
|
static java.util.List<TagsEntry> |
findByVocabularyId(long vocabularyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
static java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
static TagsEntryPersistence |
getPersistence()
|
static java.util.List<TagsAsset> |
getTagsAssets(long pk)
|
static java.util.List<TagsAsset> |
getTagsAssets(long pk,
int start,
int end)
|
static java.util.List<TagsAsset> |
getTagsAssets(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
static int |
getTagsAssetsSize(long pk)
|
static TagsEntry |
remove(long entryId)
|
static TagsEntry |
remove(TagsEntry tagsEntry)
|
static void |
removeAll()
|
static void |
removeByP_V(long parentEntryId,
long vocabularyId)
|
static void |
removeByVocabularyId(long vocabularyId)
|
static void |
removeTagsAsset(long pk,
long tagsAssetPK)
|
static void |
removeTagsAsset(long pk,
TagsAsset tagsAsset)
|
static void |
removeTagsAssets(long pk,
java.util.List<TagsAsset> tagsAssets)
|
static void |
removeTagsAssets(long pk,
long[] tagsAssetPKs)
|
void |
setPersistence(TagsEntryPersistence persistence)
|
static void |
setTagsAssets(long pk,
java.util.List<TagsAsset> tagsAssets)
|
static void |
setTagsAssets(long pk,
long[] tagsAssetPKs)
|
static TagsEntry |
update(TagsEntry tagsEntry)
Deprecated. Use com.liferay.portal.service.persistence.BasePersistence.#update(com.liferay.portal.model.BaseModel, boolean) . |
static TagsEntry |
update(TagsEntry tagsEntry,
boolean merge)
|
static TagsEntry |
updateImpl(TagsEntry tagsEntry,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagsEntryUtil
public TagsEntryUtil()
clearCache
public static void clearCache()
- See Also:
BasePersistence.clearCache()
clearCache
public static void clearCache(TagsEntry tagsEntry)
- See Also:
com.liferay.portal.service.persistence.BasePersistence#clearCache(TagsEntry)
countWithDynamicQuery
public int countWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.countWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery)
findWithDynamicQuery
public static java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.findWithDynamicQuery(DynamicQuery, int, int)
remove
public static TagsEntry remove(TagsEntry tagsEntry)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.remove(com.liferay.portal.model.BaseModel)
update
public static TagsEntry update(TagsEntry tagsEntry,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
- See Also:
BasePersistence.update(com.liferay.portal.model.BaseModel, boolean)
cacheResult
public static void cacheResult(TagsEntry tagsEntry)
cacheResult
public static void cacheResult(java.util.List<TagsEntry> tagsEntries)
create
public static TagsEntry create(long entryId)
remove
public static TagsEntry remove(long entryId)
throws com.liferay.portal.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchEntryException
update
public static TagsEntry update(TagsEntry tagsEntry)
throws com.liferay.portal.SystemException
- Deprecated. Use
com.liferay.portal.service.persistence.BasePersistence.#update(com.liferay.portal.model.BaseModel, boolean)
.
- Throws:
com.liferay.portal.SystemException
updateImpl
public static TagsEntry updateImpl(TagsEntry tagsEntry,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
public static TagsEntry findByPrimaryKey(long entryId)
throws com.liferay.portal.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchEntryException
fetchByPrimaryKey
public static TagsEntry fetchByPrimaryKey(long entryId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByVocabularyId
public static java.util.List<TagsEntry> findByVocabularyId(long vocabularyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByVocabularyId
public static java.util.List<TagsEntry> findByVocabularyId(long vocabularyId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByVocabularyId
public static java.util.List<TagsEntry> findByVocabularyId(long vocabularyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByVocabularyId_First
public static TagsEntry findByVocabularyId_First(long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchEntryException
findByVocabularyId_Last
public static TagsEntry findByVocabularyId_Last(long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchEntryException
findByVocabularyId_PrevAndNext
public static TagsEntry[] findByVocabularyId_PrevAndNext(long entryId,
long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchEntryException
findByP_V
public static java.util.List<TagsEntry> findByP_V(long parentEntryId,
long vocabularyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByP_V
public static java.util.List<TagsEntry> findByP_V(long parentEntryId,
long vocabularyId,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByP_V
public static java.util.List<TagsEntry> findByP_V(long parentEntryId,
long vocabularyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByP_V_First
public static TagsEntry findByP_V_First(long parentEntryId,
long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchEntryException
findByP_V_Last
public static TagsEntry findByP_V_Last(long parentEntryId,
long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchEntryException
findByP_V_PrevAndNext
public static TagsEntry[] findByP_V_PrevAndNext(long entryId,
long parentEntryId,
long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchEntryException
findAll
public static java.util.List<TagsEntry> findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List<TagsEntry> findAll(int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public static java.util.List<TagsEntry> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByVocabularyId
public static void removeByVocabularyId(long vocabularyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByP_V
public static void removeByP_V(long parentEntryId,
long vocabularyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeAll
public static void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByVocabularyId
public static int countByVocabularyId(long vocabularyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByP_V
public static int countByP_V(long parentEntryId,
long vocabularyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
public static int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getTagsAssets
public static java.util.List<TagsAsset> getTagsAssets(long pk)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getTagsAssets
public static java.util.List<TagsAsset> getTagsAssets(long pk,
int start,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getTagsAssets
public static java.util.List<TagsAsset> getTagsAssets(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getTagsAssetsSize
public static int getTagsAssetsSize(long pk)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
containsTagsAsset
public static boolean containsTagsAsset(long pk,
long tagsAssetPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
containsTagsAssets
public static boolean containsTagsAssets(long pk)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addTagsAsset
public static void addTagsAsset(long pk,
long tagsAssetPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addTagsAsset
public static void addTagsAsset(long pk,
TagsAsset tagsAsset)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addTagsAssets
public static void addTagsAssets(long pk,
long[] tagsAssetPKs)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addTagsAssets
public static void addTagsAssets(long pk,
java.util.List<TagsAsset> tagsAssets)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
clearTagsAssets
public static void clearTagsAssets(long pk)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeTagsAsset
public static void removeTagsAsset(long pk,
long tagsAssetPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeTagsAsset
public static void removeTagsAsset(long pk,
TagsAsset tagsAsset)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeTagsAssets
public static void removeTagsAssets(long pk,
long[] tagsAssetPKs)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeTagsAssets
public static void removeTagsAssets(long pk,
java.util.List<TagsAsset> tagsAssets)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
setTagsAssets
public static void setTagsAssets(long pk,
long[] tagsAssetPKs)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
setTagsAssets
public static void setTagsAssets(long pk,
java.util.List<TagsAsset> tagsAssets)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getPersistence
public static TagsEntryPersistence getPersistence()
setPersistence
public void setPersistence(TagsEntryPersistence persistence)