com.liferay.portlet.tags.service.persistence
Interface TagsAssetPersistence
- public interface TagsAssetPersistence
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
void |
addTagsEntries(long pk,
java.util.List tagsEntries)
|
void |
addTagsEntries(long pk,
long[] tagsEntryPKs)
|
void |
addTagsEntry(long pk,
long tagsEntryPK)
|
void |
addTagsEntry(long pk,
TagsEntry tagsEntry)
|
void |
clearTagsEntries(long pk)
|
boolean |
containsTagsEntries(long pk)
|
boolean |
containsTagsEntry(long pk,
long tagsEntryPK)
|
int |
countAll()
|
int |
countByC_C(long classNameId,
long classPK)
|
int |
countByCompanyId(long companyId)
|
TagsAsset |
create(long assetId)
|
TagsAsset |
fetchByC_C(long classNameId,
long classPK)
|
TagsAsset |
fetchByPrimaryKey(long assetId)
|
java.util.List |
findAll()
|
java.util.List |
findAll(int begin,
int end)
|
java.util.List |
findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsAsset |
findByC_C(long classNameId,
long classPK)
|
TagsAsset |
findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsAsset |
findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsAsset[] |
findByCompanyId_PrevAndNext(long assetId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List |
findByCompanyId(long companyId)
|
java.util.List |
findByCompanyId(long companyId,
int begin,
int end)
|
java.util.List |
findByCompanyId(long companyId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsAsset |
findByPrimaryKey(long assetId)
|
java.util.List |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
java.util.List |
getTagsEntries(long pk)
|
java.util.List |
getTagsEntries(long pk,
int begin,
int end)
|
java.util.List |
getTagsEntries(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getTagsEntriesSize(long pk)
|
TagsAsset |
remove(long assetId)
|
TagsAsset |
remove(TagsAsset tagsAsset)
|
void |
removeAll()
|
void |
removeByC_C(long classNameId,
long classPK)
|
void |
removeByCompanyId(long companyId)
|
void |
removeTagsEntries(long pk,
java.util.List tagsEntries)
|
void |
removeTagsEntries(long pk,
long[] tagsEntryPKs)
|
void |
removeTagsEntry(long pk,
long tagsEntryPK)
|
void |
removeTagsEntry(long pk,
TagsEntry tagsEntry)
|
void |
setTagsEntries(long pk,
java.util.List tagsEntries)
|
void |
setTagsEntries(long pk,
long[] tagsEntryPKs)
|
TagsAsset |
update(TagsAsset tagsAsset)
|
TagsAsset |
update(TagsAsset tagsAsset,
boolean merge)
|
TagsAsset |
updateImpl(TagsAsset tagsAsset,
boolean merge)
|
create
public TagsAsset create(long assetId)
remove
public TagsAsset remove(long assetId)
throws com.liferay.portal.SystemException,
NoSuchAssetException
- Throws:
com.liferay.portal.SystemException
NoSuchAssetException
remove
public TagsAsset remove(TagsAsset tagsAsset)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public TagsAsset update(TagsAsset tagsAsset)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
update
public TagsAsset update(TagsAsset tagsAsset,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
updateImpl
public TagsAsset updateImpl(TagsAsset tagsAsset,
boolean merge)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByPrimaryKey
public TagsAsset findByPrimaryKey(long assetId)
throws com.liferay.portal.SystemException,
NoSuchAssetException
- Throws:
com.liferay.portal.SystemException
NoSuchAssetException
fetchByPrimaryKey
public TagsAsset fetchByPrimaryKey(long assetId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByCompanyId
public java.util.List findByCompanyId(long companyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByCompanyId
public java.util.List findByCompanyId(long companyId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByCompanyId
public java.util.List findByCompanyId(long companyId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByCompanyId_First
public TagsAsset findByCompanyId_First(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchAssetException
- Throws:
com.liferay.portal.SystemException
NoSuchAssetException
findByCompanyId_Last
public TagsAsset findByCompanyId_Last(long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchAssetException
- Throws:
com.liferay.portal.SystemException
NoSuchAssetException
findByCompanyId_PrevAndNext
public TagsAsset[] findByCompanyId_PrevAndNext(long assetId,
long companyId,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchAssetException
- Throws:
com.liferay.portal.SystemException
NoSuchAssetException
findByC_C
public TagsAsset findByC_C(long classNameId,
long classPK)
throws com.liferay.portal.SystemException,
NoSuchAssetException
- Throws:
com.liferay.portal.SystemException
NoSuchAssetException
fetchByC_C
public TagsAsset fetchByC_C(long classNameId,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findWithDynamicQuery
public java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findWithDynamicQuery
public java.util.List findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List findAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List findAll(int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findAll
public java.util.List findAll(int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByCompanyId
public void removeByCompanyId(long companyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
removeByC_C
public void removeByC_C(long classNameId,
long classPK)
throws com.liferay.portal.SystemException,
NoSuchAssetException
- Throws:
com.liferay.portal.SystemException
NoSuchAssetException
removeAll
public void removeAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByCompanyId
public int countByCompanyId(long companyId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countByC_C
public int countByC_C(long classNameId,
long classPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
countAll
public int countAll()
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
getTagsEntries
public java.util.List getTagsEntries(long pk)
throws com.liferay.portal.SystemException,
NoSuchAssetException
- Throws:
com.liferay.portal.SystemException
NoSuchAssetException
getTagsEntries
public java.util.List getTagsEntries(long pk,
int begin,
int end)
throws com.liferay.portal.SystemException,
NoSuchAssetException
- Throws:
com.liferay.portal.SystemException
NoSuchAssetException
getTagsEntries
public java.util.List getTagsEntries(long pk,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException,
NoSuchAssetException
- Throws:
com.liferay.portal.SystemException
NoSuchAssetException
getTagsEntriesSize
public int getTagsEntriesSize(long pk)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
containsTagsEntry
public boolean containsTagsEntry(long pk,
long tagsEntryPK)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
containsTagsEntries
public boolean containsTagsEntries(long pk)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
addTagsEntry
public void addTagsEntry(long pk,
long tagsEntryPK)
throws com.liferay.portal.SystemException,
NoSuchAssetException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchAssetException
NoSuchEntryException
addTagsEntry
public void addTagsEntry(long pk,
TagsEntry tagsEntry)
throws com.liferay.portal.SystemException,
NoSuchAssetException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchAssetException
NoSuchEntryException
addTagsEntries
public void addTagsEntries(long pk,
long[] tagsEntryPKs)
throws com.liferay.portal.SystemException,
NoSuchAssetException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchAssetException
NoSuchEntryException
addTagsEntries
public void addTagsEntries(long pk,
java.util.List tagsEntries)
throws com.liferay.portal.SystemException,
NoSuchAssetException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchAssetException
NoSuchEntryException
clearTagsEntries
public void clearTagsEntries(long pk)
throws com.liferay.portal.SystemException,
NoSuchAssetException
- Throws:
com.liferay.portal.SystemException
NoSuchAssetException
removeTagsEntry
public void removeTagsEntry(long pk,
long tagsEntryPK)
throws com.liferay.portal.SystemException,
NoSuchAssetException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchAssetException
NoSuchEntryException
removeTagsEntry
public void removeTagsEntry(long pk,
TagsEntry tagsEntry)
throws com.liferay.portal.SystemException,
NoSuchAssetException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchAssetException
NoSuchEntryException
removeTagsEntries
public void removeTagsEntries(long pk,
long[] tagsEntryPKs)
throws com.liferay.portal.SystemException,
NoSuchAssetException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchAssetException
NoSuchEntryException
removeTagsEntries
public void removeTagsEntries(long pk,
java.util.List tagsEntries)
throws com.liferay.portal.SystemException,
NoSuchAssetException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchAssetException
NoSuchEntryException
setTagsEntries
public void setTagsEntries(long pk,
long[] tagsEntryPKs)
throws com.liferay.portal.SystemException,
NoSuchAssetException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchAssetException
NoSuchEntryException
setTagsEntries
public void setTagsEntries(long pk,
java.util.List tagsEntries)
throws com.liferay.portal.SystemException,
NoSuchAssetException,
NoSuchEntryException
- Throws:
com.liferay.portal.SystemException
NoSuchAssetException
NoSuchEntryException