com.liferay.portlet.asset.service.persistence
Interface AssetTagPersistence
- All Superinterfaces:
- BasePersistence<AssetTag>
public interface AssetTagPersistence
- extends BasePersistence<AssetTag>
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:
AssetTagPersistenceImpl
,
AssetTagUtil
- Generated:
Method Summary |
void |
addAssetEntries(long pk,
java.util.List<AssetEntry> assetEntries)
|
void |
addAssetEntries(long pk,
long[] assetEntryPKs)
|
void |
addAssetEntry(long pk,
AssetEntry assetEntry)
|
void |
addAssetEntry(long pk,
long assetEntryPK)
|
void |
cacheResult(AssetTag assetTag)
|
void |
cacheResult(java.util.List<AssetTag> assetTags)
|
void |
clearAssetEntries(long pk)
|
boolean |
containsAssetEntries(long pk)
|
boolean |
containsAssetEntry(long pk,
long assetEntryPK)
|
int |
countAll()
|
int |
countByGroupId(long groupId)
|
AssetTag |
create(long tagId)
|
AssetTag |
fetchByPrimaryKey(long tagId)
|
int |
filterCountByGroupId(long groupId)
|
java.util.List<AssetTag> |
filterFindByGroupId(long groupId)
|
java.util.List<AssetTag> |
filterFindByGroupId(long groupId,
int start,
int end)
|
java.util.List<AssetTag> |
filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
|
java.util.List<AssetTag> |
findAll()
|
java.util.List<AssetTag> |
findAll(int start,
int end)
|
java.util.List<AssetTag> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
|
AssetTag |
findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
|
AssetTag |
findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
|
AssetTag[] |
findByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator orderByComparator)
|
java.util.List<AssetTag> |
findByGroupId(long groupId)
|
java.util.List<AssetTag> |
findByGroupId(long groupId,
int start,
int end)
|
java.util.List<AssetTag> |
findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
|
AssetTag |
findByPrimaryKey(long tagId)
|
java.util.List<AssetEntry> |
getAssetEntries(long pk)
|
java.util.List<AssetEntry> |
getAssetEntries(long pk,
int start,
int end)
|
java.util.List<AssetEntry> |
getAssetEntries(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
getAssetEntriesSize(long pk)
|
AssetTag |
remove(long tagId)
|
void |
removeAll()
|
void |
removeAssetEntries(long pk,
java.util.List<AssetEntry> assetEntries)
|
void |
removeAssetEntries(long pk,
long[] assetEntryPKs)
|
void |
removeAssetEntry(long pk,
AssetEntry assetEntry)
|
void |
removeAssetEntry(long pk,
long assetEntryPK)
|
void |
removeByGroupId(long groupId)
|
void |
setAssetEntries(long pk,
java.util.List<AssetEntry> assetEntries)
|
void |
setAssetEntries(long pk,
long[] assetEntryPKs)
|
AssetTag |
updateImpl(AssetTag assetTag,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
clearCache, clearCache, countWithDynamicQuery, fetchByPrimaryKey, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, remove, setDataSource, unregisterListener, update |
cacheResult
void cacheResult(AssetTag assetTag)
cacheResult
void cacheResult(java.util.List<AssetTag> assetTags)
create
AssetTag create(long tagId)
remove
AssetTag remove(long tagId)
throws SystemException,
NoSuchTagException
- Throws:
SystemException
NoSuchTagException
updateImpl
AssetTag updateImpl(AssetTag assetTag,
boolean merge)
throws SystemException
- Throws:
SystemException
findByPrimaryKey
AssetTag findByPrimaryKey(long tagId)
throws SystemException,
NoSuchTagException
- Throws:
SystemException
NoSuchTagException
fetchByPrimaryKey
AssetTag fetchByPrimaryKey(long tagId)
throws SystemException
- Throws:
SystemException
findByGroupId
java.util.List<AssetTag> findByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
findByGroupId
java.util.List<AssetTag> findByGroupId(long groupId,
int start,
int end)
throws SystemException
- Throws:
SystemException
findByGroupId
java.util.List<AssetTag> findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findByGroupId_First
AssetTag findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchTagException
- Throws:
SystemException
NoSuchTagException
findByGroupId_Last
AssetTag findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchTagException
- Throws:
SystemException
NoSuchTagException
findByGroupId_PrevAndNext
AssetTag[] findByGroupId_PrevAndNext(long tagId,
long groupId,
OrderByComparator orderByComparator)
throws SystemException,
NoSuchTagException
- Throws:
SystemException
NoSuchTagException
filterFindByGroupId
java.util.List<AssetTag> filterFindByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
filterFindByGroupId
java.util.List<AssetTag> filterFindByGroupId(long groupId,
int start,
int end)
throws SystemException
- Throws:
SystemException
filterFindByGroupId
java.util.List<AssetTag> filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
findAll
java.util.List<AssetTag> findAll()
throws SystemException
- Throws:
SystemException
findAll
java.util.List<AssetTag> findAll(int start,
int end)
throws SystemException
- Throws:
SystemException
findAll
java.util.List<AssetTag> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
removeByGroupId
void removeByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
removeAll
void removeAll()
throws SystemException
- Throws:
SystemException
countByGroupId
int countByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
filterCountByGroupId
int filterCountByGroupId(long groupId)
throws SystemException
- Throws:
SystemException
countAll
int countAll()
throws SystemException
- Throws:
SystemException
getAssetEntries
java.util.List<AssetEntry> getAssetEntries(long pk)
throws SystemException
- Throws:
SystemException
getAssetEntries
java.util.List<AssetEntry> getAssetEntries(long pk,
int start,
int end)
throws SystemException
- Throws:
SystemException
getAssetEntries
java.util.List<AssetEntry> getAssetEntries(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Throws:
SystemException
getAssetEntriesSize
int getAssetEntriesSize(long pk)
throws SystemException
- Throws:
SystemException
containsAssetEntry
boolean containsAssetEntry(long pk,
long assetEntryPK)
throws SystemException
- Throws:
SystemException
containsAssetEntries
boolean containsAssetEntries(long pk)
throws SystemException
- Throws:
SystemException
addAssetEntry
void addAssetEntry(long pk,
long assetEntryPK)
throws SystemException
- Throws:
SystemException
addAssetEntry
void addAssetEntry(long pk,
AssetEntry assetEntry)
throws SystemException
- Throws:
SystemException
addAssetEntries
void addAssetEntries(long pk,
long[] assetEntryPKs)
throws SystemException
- Throws:
SystemException
addAssetEntries
void addAssetEntries(long pk,
java.util.List<AssetEntry> assetEntries)
throws SystemException
- Throws:
SystemException
clearAssetEntries
void clearAssetEntries(long pk)
throws SystemException
- Throws:
SystemException
removeAssetEntry
void removeAssetEntry(long pk,
long assetEntryPK)
throws SystemException
- Throws:
SystemException
removeAssetEntry
void removeAssetEntry(long pk,
AssetEntry assetEntry)
throws SystemException
- Throws:
SystemException
removeAssetEntries
void removeAssetEntries(long pk,
long[] assetEntryPKs)
throws SystemException
- Throws:
SystemException
removeAssetEntries
void removeAssetEntries(long pk,
java.util.List<AssetEntry> assetEntries)
throws SystemException
- Throws:
SystemException
setAssetEntries
void setAssetEntries(long pk,
long[] assetEntryPKs)
throws SystemException
- Throws:
SystemException
setAssetEntries
void setAssetEntries(long pk,
java.util.List<AssetEntry> assetEntries)
throws SystemException
- Throws:
SystemException