|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.persistence.impl.BasePersistenceImpl<AssetEntry>
com.liferay.portlet.asset.service.persistence.AssetEntryPersistenceImpl
public class AssetEntryPersistenceImpl
AssetEntryPersistence,
AssetEntryUtil| Nested Class Summary | |
|---|---|
protected class |
AssetEntryPersistenceImpl.AddAssetCategory
|
protected class |
AssetEntryPersistenceImpl.AddAssetTag
|
protected class |
AssetEntryPersistenceImpl.ClearAssetCategories
|
protected class |
AssetEntryPersistenceImpl.ClearAssetTags
|
protected class |
AssetEntryPersistenceImpl.ContainsAssetCategory
|
protected class |
AssetEntryPersistenceImpl.ContainsAssetTag
|
protected class |
AssetEntryPersistenceImpl.RemoveAssetCategory
|
protected class |
AssetEntryPersistenceImpl.RemoveAssetTag
|
| Fields inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
COUNT_COLUMN_NAME, listeners, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR |
| Constructor Summary | |
|---|---|
AssetEntryPersistenceImpl()
|
|
| Method Summary | |
|---|---|
void |
addAssetCategories(long pk,
List<AssetCategory> assetCategories)
|
void |
addAssetCategories(long pk,
long[] assetCategoryPKs)
|
void |
addAssetCategory(long pk,
AssetCategory assetCategory)
|
void |
addAssetCategory(long pk,
long assetCategoryPK)
|
void |
addAssetTag(long pk,
AssetTag assetTag)
|
void |
addAssetTag(long pk,
long assetTagPK)
|
void |
addAssetTags(long pk,
List<AssetTag> assetTags)
|
void |
addAssetTags(long pk,
long[] assetTagPKs)
|
void |
afterPropertiesSet()
|
void |
cacheResult(AssetEntry assetEntry)
|
void |
cacheResult(List<AssetEntry> assetEntries)
|
void |
clearAssetCategories(long pk)
|
void |
clearAssetTags(long pk)
|
void |
clearCache()
Clears the cache for all instances of this model. |
void |
clearCache(AssetEntry assetEntry)
Clears the cache for one instance of this model. |
boolean |
containsAssetCategories(long pk)
|
boolean |
containsAssetCategory(long pk,
long assetCategoryPK)
|
boolean |
containsAssetTag(long pk,
long assetTagPK)
|
boolean |
containsAssetTags(long pk)
|
int |
countAll()
|
int |
countByC_C(long classNameId,
long classPK)
|
int |
countByCompanyId(long companyId)
|
int |
countByG_CU(long groupId,
String classUuid)
|
AssetEntry |
create(long entryId)
|
AssetEntry |
fetchByC_C(long classNameId,
long classPK)
|
AssetEntry |
fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
|
AssetEntry |
fetchByG_CU(long groupId,
String classUuid)
|
AssetEntry |
fetchByG_CU(long groupId,
String classUuid,
boolean retrieveFromCache)
|
AssetEntry |
fetchByPrimaryKey(long entryId)
|
AssetEntry |
fetchByPrimaryKey(Serializable primaryKey)
Finds an instance of this model by its primary key, or return null if it could not be found. |
List<AssetEntry> |
findAll()
|
List<AssetEntry> |
findAll(int start,
int end)
|
List<AssetEntry> |
findAll(int start,
int end,
OrderByComparator orderByComparator)
|
AssetEntry |
findByC_C(long classNameId,
long classPK)
|
AssetEntry |
findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
|
AssetEntry |
findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
|
AssetEntry[] |
findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator orderByComparator)
|
List<AssetEntry> |
findByCompanyId(long companyId)
|
List<AssetEntry> |
findByCompanyId(long companyId,
int start,
int end)
|
List<AssetEntry> |
findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
|
AssetEntry |
findByG_CU(long groupId,
String classUuid)
|
AssetEntry |
findByPrimaryKey(long entryId)
|
AssetEntry |
findByPrimaryKey(Serializable primaryKey)
Finds an instance of this model by its primary key, or throw an exception if it could not be found. |
List<AssetCategory> |
getAssetCategories(long pk)
|
List<AssetCategory> |
getAssetCategories(long pk,
int start,
int end)
|
List<AssetCategory> |
getAssetCategories(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
getAssetCategoriesSize(long pk)
|
List<AssetTag> |
getAssetTags(long pk)
|
List<AssetTag> |
getAssetTags(long pk,
int start,
int end)
|
List<AssetTag> |
getAssetTags(long pk,
int start,
int end,
OrderByComparator orderByComparator)
|
int |
getAssetTagsSize(long pk)
|
protected AssetEntry |
getByCompanyId_PrevAndNext(Session session,
AssetEntry assetEntry,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
AssetEntry |
remove(long entryId)
|
AssetEntry |
remove(Serializable primaryKey)
Removes the model instance identified by the primary key from the database, and notifies the appropriate model listeners. |
void |
removeAll()
|
void |
removeAssetCategories(long pk,
List<AssetCategory> assetCategories)
|
void |
removeAssetCategories(long pk,
long[] assetCategoryPKs)
|
void |
removeAssetCategory(long pk,
AssetCategory assetCategory)
|
void |
removeAssetCategory(long pk,
long assetCategoryPK)
|
void |
removeAssetTag(long pk,
AssetTag assetTag)
|
void |
removeAssetTag(long pk,
long assetTagPK)
|
void |
removeAssetTags(long pk,
List<AssetTag> assetTags)
|
void |
removeAssetTags(long pk,
long[] assetTagPKs)
|
void |
removeByC_C(long classNameId,
long classPK)
|
void |
removeByCompanyId(long companyId)
|
void |
removeByG_CU(long groupId,
String classUuid)
|
protected AssetEntry |
removeImpl(AssetEntry assetEntry)
Removes the model instance from the database. |
void |
setAssetCategories(long pk,
List<AssetCategory> assetCategories)
|
void |
setAssetCategories(long pk,
long[] assetCategoryPKs)
|
void |
setAssetTags(long pk,
List<AssetTag> assetTags)
|
void |
setAssetTags(long pk,
long[] assetTagPKs)
|
protected AssetEntry |
toUnwrappedModel(AssetEntry assetEntry)
|
AssetEntry |
updateImpl(AssetEntry assetEntry,
boolean merge)
Updates the model instance in the database or adds it if it does not yet exist. |
| Methods inherited from class com.liferay.portal.service.persistence.impl.BasePersistenceImpl |
|---|
appendOrderByComparator, closeSession, countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getDialect, getListeners, openNewSession, openSession, processException, registerListener, remove, setDataSource, setSessionFactory, unregisterListener, update, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.service.persistence.BasePersistence |
|---|
countWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, getDataSource, getListeners, registerListener, remove, setDataSource, unregisterListener, update, update |
| Field Detail |
|---|
public static final String FINDER_CLASS_NAME_ENTITY
public static final String FINDER_CLASS_NAME_LIST
public static final FinderPath FINDER_PATH_FIND_BY_COMPANYID
public static final FinderPath FINDER_PATH_COUNT_BY_COMPANYID
public static final FinderPath FINDER_PATH_FETCH_BY_G_CU
public static final FinderPath FINDER_PATH_COUNT_BY_G_CU
public static final FinderPath FINDER_PATH_FETCH_BY_C_C
public static final FinderPath FINDER_PATH_COUNT_BY_C_C
public static final FinderPath FINDER_PATH_FIND_ALL
public static final FinderPath FINDER_PATH_COUNT_ALL
public static final FinderPath FINDER_PATH_GET_ASSETCATEGORIES
public static final FinderPath FINDER_PATH_GET_ASSETCATEGORIES_SIZE
public static final FinderPath FINDER_PATH_CONTAINS_ASSETCATEGORY
public static final FinderPath FINDER_PATH_GET_ASSETTAGS
public static final FinderPath FINDER_PATH_GET_ASSETTAGS_SIZE
public static final FinderPath FINDER_PATH_CONTAINS_ASSETTAG
@BeanReference(type=AssetCategoryPersistence.class) protected AssetCategoryPersistence assetCategoryPersistence
@BeanReference(type=AssetCategoryPropertyPersistence.class) protected AssetCategoryPropertyPersistence assetCategoryPropertyPersistence
@BeanReference(type=AssetEntryPersistence.class) protected AssetEntryPersistence assetEntryPersistence
@BeanReference(type=AssetLinkPersistence.class) protected AssetLinkPersistence assetLinkPersistence
@BeanReference(type=AssetTagPersistence.class) protected AssetTagPersistence assetTagPersistence
@BeanReference(type=AssetTagPropertyPersistence.class) protected AssetTagPropertyPersistence assetTagPropertyPersistence
@BeanReference(type=AssetTagStatsPersistence.class) protected AssetTagStatsPersistence assetTagStatsPersistence
@BeanReference(type=AssetVocabularyPersistence.class) protected AssetVocabularyPersistence assetVocabularyPersistence
@BeanReference(type=CompanyPersistence.class) protected CompanyPersistence companyPersistence
@BeanReference(type=GroupPersistence.class) protected GroupPersistence groupPersistence
@BeanReference(type=ResourcePersistence.class) protected ResourcePersistence resourcePersistence
@BeanReference(type=UserPersistence.class) protected UserPersistence userPersistence
@BeanReference(type=BlogsEntryPersistence.class) protected BlogsEntryPersistence blogsEntryPersistence
@BeanReference(type=BookmarksEntryPersistence.class) protected BookmarksEntryPersistence bookmarksEntryPersistence
@BeanReference(type=DLFileEntryPersistence.class) protected DLFileEntryPersistence dlFileEntryPersistence
@BeanReference(type=DLFolderPersistence.class) protected DLFolderPersistence dlFolderPersistence
@BeanReference(type=JournalArticlePersistence.class) protected JournalArticlePersistence journalArticlePersistence
@BeanReference(type=JournalArticleResourcePersistence.class) protected JournalArticleResourcePersistence journalArticleResourcePersistence
@BeanReference(type=MBMessagePersistence.class) protected MBMessagePersistence mbMessagePersistence
@BeanReference(type=SocialEquityLogPersistence.class) protected SocialEquityLogPersistence socialEquityLogPersistence
@BeanReference(type=WikiPagePersistence.class) protected WikiPagePersistence wikiPagePersistence
@BeanReference(type=WikiPageResourcePersistence.class) protected WikiPageResourcePersistence wikiPageResourcePersistence
protected AssetEntryPersistenceImpl.ContainsAssetCategory containsAssetCategory
protected AssetEntryPersistenceImpl.AddAssetCategory addAssetCategory
protected AssetEntryPersistenceImpl.ClearAssetCategories clearAssetCategories
protected AssetEntryPersistenceImpl.RemoveAssetCategory removeAssetCategory
protected AssetEntryPersistenceImpl.ContainsAssetTag containsAssetTag
protected AssetEntryPersistenceImpl.AddAssetTag addAssetTag
protected AssetEntryPersistenceImpl.ClearAssetTags clearAssetTags
protected AssetEntryPersistenceImpl.RemoveAssetTag removeAssetTag
| Constructor Detail |
|---|
public AssetEntryPersistenceImpl()
| Method Detail |
|---|
public void cacheResult(AssetEntry assetEntry)
cacheResult in interface AssetEntryPersistencepublic void cacheResult(List<AssetEntry> assetEntries)
cacheResult in interface AssetEntryPersistencepublic void clearCache()
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
Caching information and settings can be found in
portal.properties
clearCache in interface BasePersistence<AssetEntry>clearCache in class BasePersistenceImpl<AssetEntry>public void clearCache(AssetEntry assetEntry)
BasePersistence
The EntityCache and FinderCache are both cleared by this
method.
clearCache in interface BasePersistence<AssetEntry>clearCache in class BasePersistenceImpl<AssetEntry>assetEntry - the instance of this model to clear the cache forpublic AssetEntry create(long entryId)
create in interface AssetEntryPersistence
public AssetEntry remove(Serializable primaryKey)
throws NoSuchModelException,
SystemException
BasePersistence
remove in interface BasePersistence<AssetEntry>remove in class BasePersistenceImpl<AssetEntry>primaryKey - the primary key of the model instance to remove
NoSuchModelException - if an instance of this model with the
primary key does not exist
SystemException - if a system exception occurred
public AssetEntry remove(long entryId)
throws NoSuchEntryException,
SystemException
remove in interface AssetEntryPersistenceNoSuchEntryException
SystemException
protected AssetEntry removeImpl(AssetEntry assetEntry)
throws SystemException
BasePersistenceImplBasePersistenceImpl.update(BaseModel,
boolean) depends on this method to implement the remove operation; it
only notifies the model listeners.
removeImpl in class BasePersistenceImpl<AssetEntry>assetEntry - the model instance to remove
SystemException - if a system exception occurred
public AssetEntry updateImpl(AssetEntry assetEntry,
boolean merge)
throws SystemException
BasePersistenceImplBasePersistenceImpl.remove(BaseModel) depends on this method to implement the
update operation; it only notifies the model listeners.
updateImpl in interface AssetEntryPersistenceupdateImpl in class BasePersistenceImpl<AssetEntry>assetEntry - the model instance to updatemerge - whether to merge the model instance with the current
session. See BatchSession.update(
com.liferay.portal.kernel.dao.orm.Session, BaseModel, boolean)
for an explanation.
SystemException - if a system exception occurredprotected AssetEntry toUnwrappedModel(AssetEntry assetEntry)
public AssetEntry findByPrimaryKey(Serializable primaryKey)
throws NoSuchModelException,
SystemException
BasePersistence
findByPrimaryKey in interface BasePersistence<AssetEntry>findByPrimaryKey in class BasePersistenceImpl<AssetEntry>primaryKey - the primary key of the model instance to find
NoSuchModelException - if an instance of this model with the
primary key does not exist
SystemException - if the primary key is null, or if a
system exception occurred
public AssetEntry findByPrimaryKey(long entryId)
throws NoSuchEntryException,
SystemException
findByPrimaryKey in interface AssetEntryPersistenceNoSuchEntryException
SystemException
public AssetEntry fetchByPrimaryKey(Serializable primaryKey)
throws SystemException
BasePersistencenull if it could not be found.
fetchByPrimaryKey in interface BasePersistence<AssetEntry>fetchByPrimaryKey in class BasePersistenceImpl<AssetEntry>primaryKey - the primary key of the model instance to find
null if an instance of this
model with the primary key does not exist
SystemException - if the primary key is null, or if a
system exception occurred
public AssetEntry fetchByPrimaryKey(long entryId)
throws SystemException
fetchByPrimaryKey in interface AssetEntryPersistenceSystemException
public List<AssetEntry> findByCompanyId(long companyId)
throws SystemException
findByCompanyId in interface AssetEntryPersistenceSystemException
public List<AssetEntry> findByCompanyId(long companyId,
int start,
int end)
throws SystemException
findByCompanyId in interface AssetEntryPersistenceSystemException
public List<AssetEntry> findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findByCompanyId in interface AssetEntryPersistenceSystemException
public AssetEntry findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
findByCompanyId_First in interface AssetEntryPersistenceNoSuchEntryException
SystemException
public AssetEntry findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
findByCompanyId_Last in interface AssetEntryPersistenceNoSuchEntryException
SystemException
public AssetEntry[] findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator orderByComparator)
throws NoSuchEntryException,
SystemException
findByCompanyId_PrevAndNext in interface AssetEntryPersistenceNoSuchEntryException
SystemException
protected AssetEntry getByCompanyId_PrevAndNext(Session session,
AssetEntry assetEntry,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
public AssetEntry findByG_CU(long groupId,
String classUuid)
throws NoSuchEntryException,
SystemException
findByG_CU in interface AssetEntryPersistenceNoSuchEntryException
SystemException
public AssetEntry fetchByG_CU(long groupId,
String classUuid)
throws SystemException
fetchByG_CU in interface AssetEntryPersistenceSystemException
public AssetEntry fetchByG_CU(long groupId,
String classUuid,
boolean retrieveFromCache)
throws SystemException
fetchByG_CU in interface AssetEntryPersistenceSystemException
public AssetEntry findByC_C(long classNameId,
long classPK)
throws NoSuchEntryException,
SystemException
findByC_C in interface AssetEntryPersistenceNoSuchEntryException
SystemException
public AssetEntry fetchByC_C(long classNameId,
long classPK)
throws SystemException
fetchByC_C in interface AssetEntryPersistenceSystemException
public AssetEntry fetchByC_C(long classNameId,
long classPK,
boolean retrieveFromCache)
throws SystemException
fetchByC_C in interface AssetEntryPersistenceSystemException
public List<AssetEntry> findAll()
throws SystemException
findAll in interface AssetEntryPersistenceSystemException
public List<AssetEntry> findAll(int start,
int end)
throws SystemException
findAll in interface AssetEntryPersistenceSystemException
public List<AssetEntry> findAll(int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
findAll in interface AssetEntryPersistenceSystemException
public void removeByCompanyId(long companyId)
throws SystemException
removeByCompanyId in interface AssetEntryPersistenceSystemException
public void removeByG_CU(long groupId,
String classUuid)
throws NoSuchEntryException,
SystemException
removeByG_CU in interface AssetEntryPersistenceNoSuchEntryException
SystemException
public void removeByC_C(long classNameId,
long classPK)
throws NoSuchEntryException,
SystemException
removeByC_C in interface AssetEntryPersistenceNoSuchEntryException
SystemException
public void removeAll()
throws SystemException
removeAll in interface AssetEntryPersistenceSystemException
public int countByCompanyId(long companyId)
throws SystemException
countByCompanyId in interface AssetEntryPersistenceSystemException
public int countByG_CU(long groupId,
String classUuid)
throws SystemException
countByG_CU in interface AssetEntryPersistenceSystemException
public int countByC_C(long classNameId,
long classPK)
throws SystemException
countByC_C in interface AssetEntryPersistenceSystemException
public int countAll()
throws SystemException
countAll in interface AssetEntryPersistenceSystemException
public List<AssetCategory> getAssetCategories(long pk)
throws SystemException
getAssetCategories in interface AssetEntryPersistenceSystemException
public List<AssetCategory> getAssetCategories(long pk,
int start,
int end)
throws SystemException
getAssetCategories in interface AssetEntryPersistenceSystemException
public List<AssetCategory> getAssetCategories(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
getAssetCategories in interface AssetEntryPersistenceSystemException
public int getAssetCategoriesSize(long pk)
throws SystemException
getAssetCategoriesSize in interface AssetEntryPersistenceSystemException
public boolean containsAssetCategory(long pk,
long assetCategoryPK)
throws SystemException
containsAssetCategory in interface AssetEntryPersistenceSystemException
public boolean containsAssetCategories(long pk)
throws SystemException
containsAssetCategories in interface AssetEntryPersistenceSystemException
public void addAssetCategory(long pk,
long assetCategoryPK)
throws SystemException
addAssetCategory in interface AssetEntryPersistenceSystemException
public void addAssetCategory(long pk,
AssetCategory assetCategory)
throws SystemException
addAssetCategory in interface AssetEntryPersistenceSystemException
public void addAssetCategories(long pk,
long[] assetCategoryPKs)
throws SystemException
addAssetCategories in interface AssetEntryPersistenceSystemException
public void addAssetCategories(long pk,
List<AssetCategory> assetCategories)
throws SystemException
addAssetCategories in interface AssetEntryPersistenceSystemException
public void clearAssetCategories(long pk)
throws SystemException
clearAssetCategories in interface AssetEntryPersistenceSystemException
public void removeAssetCategory(long pk,
long assetCategoryPK)
throws SystemException
removeAssetCategory in interface AssetEntryPersistenceSystemException
public void removeAssetCategory(long pk,
AssetCategory assetCategory)
throws SystemException
removeAssetCategory in interface AssetEntryPersistenceSystemException
public void removeAssetCategories(long pk,
long[] assetCategoryPKs)
throws SystemException
removeAssetCategories in interface AssetEntryPersistenceSystemException
public void removeAssetCategories(long pk,
List<AssetCategory> assetCategories)
throws SystemException
removeAssetCategories in interface AssetEntryPersistenceSystemException
public void setAssetCategories(long pk,
long[] assetCategoryPKs)
throws SystemException
setAssetCategories in interface AssetEntryPersistenceSystemException
public void setAssetCategories(long pk,
List<AssetCategory> assetCategories)
throws SystemException
setAssetCategories in interface AssetEntryPersistenceSystemException
public List<AssetTag> getAssetTags(long pk)
throws SystemException
getAssetTags in interface AssetEntryPersistenceSystemException
public List<AssetTag> getAssetTags(long pk,
int start,
int end)
throws SystemException
getAssetTags in interface AssetEntryPersistenceSystemException
public List<AssetTag> getAssetTags(long pk,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
getAssetTags in interface AssetEntryPersistenceSystemException
public int getAssetTagsSize(long pk)
throws SystemException
getAssetTagsSize in interface AssetEntryPersistenceSystemException
public boolean containsAssetTag(long pk,
long assetTagPK)
throws SystemException
containsAssetTag in interface AssetEntryPersistenceSystemException
public boolean containsAssetTags(long pk)
throws SystemException
containsAssetTags in interface AssetEntryPersistenceSystemException
public void addAssetTag(long pk,
long assetTagPK)
throws SystemException
addAssetTag in interface AssetEntryPersistenceSystemException
public void addAssetTag(long pk,
AssetTag assetTag)
throws SystemException
addAssetTag in interface AssetEntryPersistenceSystemException
public void addAssetTags(long pk,
long[] assetTagPKs)
throws SystemException
addAssetTags in interface AssetEntryPersistenceSystemException
public void addAssetTags(long pk,
List<AssetTag> assetTags)
throws SystemException
addAssetTags in interface AssetEntryPersistenceSystemException
public void clearAssetTags(long pk)
throws SystemException
clearAssetTags in interface AssetEntryPersistenceSystemException
public void removeAssetTag(long pk,
long assetTagPK)
throws SystemException
removeAssetTag in interface AssetEntryPersistenceSystemException
public void removeAssetTag(long pk,
AssetTag assetTag)
throws SystemException
removeAssetTag in interface AssetEntryPersistenceSystemException
public void removeAssetTags(long pk,
long[] assetTagPKs)
throws SystemException
removeAssetTags in interface AssetEntryPersistenceSystemException
public void removeAssetTags(long pk,
List<AssetTag> assetTags)
throws SystemException
removeAssetTags in interface AssetEntryPersistenceSystemException
public void setAssetTags(long pk,
long[] assetTagPKs)
throws SystemException
setAssetTags in interface AssetEntryPersistenceSystemException
public void setAssetTags(long pk,
List<AssetTag> assetTags)
throws SystemException
setAssetTags in interface AssetEntryPersistenceSystemExceptionpublic void afterPropertiesSet()
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||