|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TagsAssetPersistence
Method Summary | |
---|---|
void |
addTagsEntries(long pk,
java.util.List<TagsEntry> 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<TagsAsset> |
findAll()
|
java.util.List<TagsAsset> |
findAll(int begin,
int end)
|
java.util.List<TagsAsset> |
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<TagsAsset> |
findByCompanyId(long companyId)
|
java.util.List<TagsAsset> |
findByCompanyId(long companyId,
int begin,
int end)
|
java.util.List<TagsAsset> |
findByCompanyId(long companyId,
int begin,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsAsset |
findByPrimaryKey(long assetId)
|
java.util.List<TagsAsset> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer)
|
java.util.List<TagsAsset> |
findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer,
int begin,
int end)
|
java.util.List<TagsEntry> |
getTagsEntries(long pk)
|
java.util.List<TagsEntry> |
getTagsEntries(long pk,
int begin,
int end)
|
java.util.List<TagsEntry> |
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<TagsEntry> 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<TagsEntry> tagsEntries)
|
void |
setTagsEntries(long pk,
long[] tagsEntryPKs)
|
TagsAsset |
update(TagsAsset tagsAsset)
Deprecated. Use update(TagsAsset tagsAsset, boolean merge) . |
TagsAsset |
update(TagsAsset tagsAsset,
boolean merge)
Add, update, or merge, the entity. |
TagsAsset |
updateImpl(TagsAsset tagsAsset,
boolean merge)
|
Method Detail |
---|
TagsAsset create(long assetId)
TagsAsset remove(long assetId) throws com.liferay.portal.SystemException, NoSuchAssetException
com.liferay.portal.SystemException
NoSuchAssetException
TagsAsset remove(TagsAsset tagsAsset) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TagsAsset update(TagsAsset tagsAsset) throws com.liferay.portal.SystemException
update(TagsAsset tagsAsset, boolean merge)
.
com.liferay.portal.SystemException
TagsAsset update(TagsAsset tagsAsset, boolean merge) throws com.liferay.portal.SystemException
tagsAsset
- 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 tagsAsset is
transient. See LEP-5473 for a detailed discussion of this
method.
com.liferay.portal.SystemException
TagsAsset updateImpl(TagsAsset tagsAsset, boolean merge) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TagsAsset findByPrimaryKey(long assetId) throws com.liferay.portal.SystemException, NoSuchAssetException
com.liferay.portal.SystemException
NoSuchAssetException
TagsAsset fetchByPrimaryKey(long assetId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsAsset> findByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsAsset> findByCompanyId(long companyId, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsAsset> findByCompanyId(long companyId, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
TagsAsset findByCompanyId_First(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchAssetException
com.liferay.portal.SystemException
NoSuchAssetException
TagsAsset findByCompanyId_Last(long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchAssetException
com.liferay.portal.SystemException
NoSuchAssetException
TagsAsset[] findByCompanyId_PrevAndNext(long assetId, long companyId, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchAssetException
com.liferay.portal.SystemException
NoSuchAssetException
TagsAsset findByC_C(long classNameId, long classPK) throws com.liferay.portal.SystemException, NoSuchAssetException
com.liferay.portal.SystemException
NoSuchAssetException
TagsAsset fetchByC_C(long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsAsset> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsAsset> findWithDynamicQuery(com.liferay.portal.kernel.dao.DynamicQueryInitializer queryInitializer, int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsAsset> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsAsset> findAll(int begin, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsAsset> findAll(int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeByC_C(long classNameId, long classPK) throws com.liferay.portal.SystemException, NoSuchAssetException
com.liferay.portal.SystemException
NoSuchAssetException
void removeAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByCompanyId(long companyId) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countByC_C(long classNameId, long classPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
int countAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsEntry> getTagsEntries(long pk) throws com.liferay.portal.SystemException, NoSuchAssetException
com.liferay.portal.SystemException
NoSuchAssetException
java.util.List<TagsEntry> getTagsEntries(long pk, int begin, int end) throws com.liferay.portal.SystemException, NoSuchAssetException
com.liferay.portal.SystemException
NoSuchAssetException
java.util.List<TagsEntry> getTagsEntries(long pk, int begin, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException, NoSuchAssetException
com.liferay.portal.SystemException
NoSuchAssetException
int getTagsEntriesSize(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsTagsEntry(long pk, long tagsEntryPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
boolean containsTagsEntries(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addTagsEntry(long pk, long tagsEntryPK) throws com.liferay.portal.SystemException, NoSuchAssetException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchAssetException
NoSuchEntryException
void addTagsEntry(long pk, TagsEntry tagsEntry) throws com.liferay.portal.SystemException, NoSuchAssetException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchAssetException
NoSuchEntryException
void addTagsEntries(long pk, long[] tagsEntryPKs) throws com.liferay.portal.SystemException, NoSuchAssetException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchAssetException
NoSuchEntryException
void addTagsEntries(long pk, java.util.List<TagsEntry> tagsEntries) throws com.liferay.portal.SystemException, NoSuchAssetException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchAssetException
NoSuchEntryException
void clearTagsEntries(long pk) throws com.liferay.portal.SystemException, NoSuchAssetException
com.liferay.portal.SystemException
NoSuchAssetException
void removeTagsEntry(long pk, long tagsEntryPK) throws com.liferay.portal.SystemException, NoSuchAssetException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchAssetException
NoSuchEntryException
void removeTagsEntry(long pk, TagsEntry tagsEntry) throws com.liferay.portal.SystemException, NoSuchAssetException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchAssetException
NoSuchEntryException
void removeTagsEntries(long pk, long[] tagsEntryPKs) throws com.liferay.portal.SystemException, NoSuchAssetException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchAssetException
NoSuchEntryException
void removeTagsEntries(long pk, java.util.List<TagsEntry> tagsEntries) throws com.liferay.portal.SystemException, NoSuchAssetException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchAssetException
NoSuchEntryException
void setTagsEntries(long pk, long[] tagsEntryPKs) throws com.liferay.portal.SystemException, NoSuchAssetException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchAssetException
NoSuchEntryException
void setTagsEntries(long pk, java.util.List<TagsEntry> tagsEntries) throws com.liferay.portal.SystemException, NoSuchAssetException, NoSuchEntryException
com.liferay.portal.SystemException
NoSuchAssetException
NoSuchEntryException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |