|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TagsEntryPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
TagsEntryPersistenceImpl,
TagsEntryUtil| Method Summary | |
|---|---|
void |
addTagsAsset(long pk,
long tagsAssetPK)
|
void |
addTagsAsset(long pk,
TagsAsset tagsAsset)
|
void |
addTagsAssets(long pk,
java.util.List<TagsAsset> tagsAssets)
|
void |
addTagsAssets(long pk,
long[] tagsAssetPKs)
|
void |
cacheResult(java.util.List<TagsEntry> tagsEntries)
|
void |
cacheResult(TagsEntry tagsEntry)
|
void |
clearCache()
|
void |
clearTagsAssets(long pk)
|
boolean |
containsTagsAsset(long pk,
long tagsAssetPK)
|
boolean |
containsTagsAssets(long pk)
|
int |
countAll()
|
int |
countByP_V(long parentEntryId,
long vocabularyId)
|
int |
countByVocabularyId(long vocabularyId)
|
TagsEntry |
create(long entryId)
|
TagsEntry |
fetchByPrimaryKey(long entryId)
|
java.util.List<TagsEntry> |
findAll()
|
java.util.List<TagsEntry> |
findAll(int start,
int end)
|
java.util.List<TagsEntry> |
findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsEntry |
findByP_V_First(long parentEntryId,
long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsEntry |
findByP_V_Last(long parentEntryId,
long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsEntry[] |
findByP_V_PrevAndNext(long entryId,
long parentEntryId,
long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<TagsEntry> |
findByP_V(long parentEntryId,
long vocabularyId)
|
java.util.List<TagsEntry> |
findByP_V(long parentEntryId,
long vocabularyId,
int start,
int end)
|
java.util.List<TagsEntry> |
findByP_V(long parentEntryId,
long vocabularyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsEntry |
findByPrimaryKey(long entryId)
|
TagsEntry |
findByVocabularyId_First(long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsEntry |
findByVocabularyId_Last(long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsEntry[] |
findByVocabularyId_PrevAndNext(long entryId,
long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<TagsEntry> |
findByVocabularyId(long vocabularyId)
|
java.util.List<TagsEntry> |
findByVocabularyId(long vocabularyId,
int start,
int end)
|
java.util.List<TagsEntry> |
findByVocabularyId(long vocabularyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List<TagsAsset> |
getTagsAssets(long pk)
|
java.util.List<TagsAsset> |
getTagsAssets(long pk,
int start,
int end)
|
java.util.List<TagsAsset> |
getTagsAssets(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getTagsAssetsSize(long pk)
|
TagsEntry |
remove(long entryId)
|
TagsEntry |
remove(TagsEntry tagsEntry)
|
void |
removeAll()
|
void |
removeByP_V(long parentEntryId,
long vocabularyId)
|
void |
removeByVocabularyId(long vocabularyId)
|
void |
removeTagsAsset(long pk,
long tagsAssetPK)
|
void |
removeTagsAsset(long pk,
TagsAsset tagsAsset)
|
void |
removeTagsAssets(long pk,
java.util.List<TagsAsset> tagsAssets)
|
void |
removeTagsAssets(long pk,
long[] tagsAssetPKs)
|
void |
setTagsAssets(long pk,
java.util.List<TagsAsset> tagsAssets)
|
void |
setTagsAssets(long pk,
long[] tagsAssetPKs)
|
TagsEntry |
update(TagsEntry tagsEntry)
Deprecated. Use update(TagsEntry, boolean merge). |
TagsEntry |
update(TagsEntry tagsEntry,
boolean merge)
Add, update, or merge, the entity. |
TagsEntry |
updateImpl(TagsEntry tagsEntry,
boolean merge)
|
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
getListeners, registerListener, unregisterListener |
| Method Detail |
|---|
void cacheResult(TagsEntry tagsEntry)
void cacheResult(java.util.List<TagsEntry> tagsEntries)
void clearCache()
clearCache in interface BasePersistenceTagsEntry create(long entryId)
TagsEntry remove(long entryId)
throws com.liferay.portal.SystemException,
NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
TagsEntry remove(TagsEntry tagsEntry)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TagsEntry update(TagsEntry tagsEntry)
throws com.liferay.portal.SystemException
update(TagsEntry, boolean merge).
com.liferay.portal.SystemException
TagsEntry update(TagsEntry tagsEntry,
boolean merge)
throws com.liferay.portal.SystemException
tagsEntry - the entity to add, update, or mergemerge - boolean value for whether to merge the entity. The default
value is false. Setting merge to true is more expensive and
should only be true when tagsEntry is transient. See
LEP-5473 for a detailed discussion of this method.
com.liferay.portal.SystemException
TagsEntry updateImpl(TagsEntry tagsEntry,
boolean merge)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TagsEntry findByPrimaryKey(long entryId)
throws com.liferay.portal.SystemException,
NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
TagsEntry fetchByPrimaryKey(long entryId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsEntry> findByVocabularyId(long vocabularyId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsEntry> findByVocabularyId(long vocabularyId,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsEntry> findByVocabularyId(long vocabularyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TagsEntry findByVocabularyId_First(long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
TagsEntry findByVocabularyId_Last(long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
TagsEntry[] findByVocabularyId_PrevAndNext(long entryId,
long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
java.util.List<TagsEntry> findByP_V(long parentEntryId,
long vocabularyId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsEntry> findByP_V(long parentEntryId,
long vocabularyId,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsEntry> findByP_V(long parentEntryId,
long vocabularyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TagsEntry findByP_V_First(long parentEntryId,
long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
TagsEntry findByP_V_Last(long parentEntryId,
long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
TagsEntry[] findByP_V_PrevAndNext(long entryId,
long parentEntryId,
long vocabularyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchEntryException
com.liferay.portal.SystemException
NoSuchEntryException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<java.lang.Object> findWithDynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsEntry> findAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsEntry> findAll(int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsEntry> findAll(int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByVocabularyId(long vocabularyId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByP_V(long parentEntryId,
long vocabularyId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByVocabularyId(long vocabularyId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByP_V(long parentEntryId,
long vocabularyId)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll()
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsAsset> getTagsAssets(long pk)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsAsset> getTagsAssets(long pk,
int start,
int end)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsAsset> getTagsAssets(long pk,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int getTagsAssetsSize(long pk)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsTagsAsset(long pk,
long tagsAssetPK)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsTagsAssets(long pk)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addTagsAsset(long pk,
long tagsAssetPK)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addTagsAsset(long pk,
TagsAsset tagsAsset)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addTagsAssets(long pk,
long[] tagsAssetPKs)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addTagsAssets(long pk,
java.util.List<TagsAsset> tagsAssets)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void clearTagsAssets(long pk)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeTagsAsset(long pk,
long tagsAssetPK)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeTagsAsset(long pk,
TagsAsset tagsAsset)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeTagsAssets(long pk,
long[] tagsAssetPKs)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeTagsAssets(long pk,
java.util.List<TagsAsset> tagsAssets)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void setTagsAssets(long pk,
long[] tagsAssetPKs)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void setTagsAssets(long pk,
java.util.List<TagsAsset> tagsAssets)
throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||