|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TagsAssetPersistence
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
TagsAssetPersistenceImpl
,
TagsAssetUtil
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 |
cacheResult(java.util.List<TagsAsset> tagsAssets)
|
void |
cacheResult(TagsAsset tagsAsset)
|
void |
clearCache()
|
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 |
fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
|
TagsAsset |
fetchByPrimaryKey(long assetId)
|
java.util.List<TagsAsset> |
findAll()
|
java.util.List<TagsAsset> |
findAll(int start,
int end)
|
java.util.List<TagsAsset> |
findAll(int start,
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 start,
int end)
|
java.util.List<TagsAsset> |
findByCompanyId(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
TagsAsset |
findByPrimaryKey(long assetId)
|
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<TagsEntry> |
getTagsEntries(long pk)
|
java.util.List<TagsEntry> |
getTagsEntries(long pk,
int start,
int end)
|
java.util.List<TagsEntry> |
getTagsEntries(long pk,
int start,
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, boolean merge) . |
TagsAsset |
update(TagsAsset tagsAsset,
boolean merge)
Add, update, or merge, the entity. |
TagsAsset |
updateImpl(TagsAsset tagsAsset,
boolean merge)
|
Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
---|
getListeners, registerListener, unregisterListener |
Method Detail |
---|
void cacheResult(TagsAsset tagsAsset)
void cacheResult(java.util.List<TagsAsset> tagsAssets)
void clearCache()
clearCache
in interface BasePersistence
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, 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 start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsAsset> findByCompanyId(long companyId, int start, 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
TagsAsset fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
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<TagsAsset> findAll() throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsAsset> findAll(int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsAsset> findAll(int start, 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
com.liferay.portal.SystemException
java.util.List<TagsEntry> getTagsEntries(long pk, int start, int end) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
java.util.List<TagsEntry> getTagsEntries(long pk, int start, int end, com.liferay.portal.kernel.util.OrderByComparator obc) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
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
com.liferay.portal.SystemException
void addTagsEntry(long pk, TagsEntry tagsEntry) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addTagsEntries(long pk, long[] tagsEntryPKs) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void addTagsEntries(long pk, java.util.List<TagsEntry> tagsEntries) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void clearTagsEntries(long pk) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeTagsEntry(long pk, long tagsEntryPK) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeTagsEntry(long pk, TagsEntry tagsEntry) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeTagsEntries(long pk, long[] tagsEntryPKs) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void removeTagsEntries(long pk, java.util.List<TagsEntry> tagsEntries) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void setTagsEntries(long pk, long[] tagsEntryPKs) throws com.liferay.portal.SystemException
com.liferay.portal.SystemException
void setTagsEntries(long pk, java.util.List<TagsEntry> tagsEntries) 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 |