Liferay 6.0.3

Uses of Interface
com.liferay.portlet.asset.model.AssetEntry

Packages that use AssetEntry
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.model.impl   
com.liferay.portlet.asset.service   
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.http   
com.liferay.portlet.asset.service.impl   
com.liferay.portlet.asset.service.persistence   
com.liferay.portlet.social.service.impl   
 

Uses of AssetEntry in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return AssetEntry
 AssetEntry DataFactory.addAssetEntry(long groupId, long userId, long classNameId, long classPK, String mimeType, String title)
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type AssetEntry
 void SampleSQLBuilder.insertAssetEntry(AssetEntry assetEntry)
           
 

Uses of AssetEntry in com.liferay.portlet.asset.model
 

Classes in com.liferay.portlet.asset.model that implement AssetEntry
 class AssetEntryWrapper
           This class is a wrapper for AssetEntry.
 

Methods in com.liferay.portlet.asset.model that return AssetEntry
 AssetEntry AssetEntryWrapper.getWrappedAssetEntry()
           
 AssetEntry AssetEntryWrapper.toEscapedModel()
           
 AssetEntry AssetEntryModel.toEscapedModel()
           
 

Methods in com.liferay.portlet.asset.model with parameters of type AssetEntry
 int AssetEntryWrapper.compareTo(AssetEntry assetEntry)
           
 int AssetEntryModel.compareTo(AssetEntry assetEntry)
           
static AssetEntrySoap AssetEntrySoap.toSoapModel(AssetEntry model)
           
static AssetEntrySoap[] AssetEntrySoap.toSoapModels(AssetEntry[] models)
           
static AssetEntrySoap[][] AssetEntrySoap.toSoapModels(AssetEntry[][] models)
           
 

Method parameters in com.liferay.portlet.asset.model with type arguments of type AssetEntry
static AssetEntrySoap[] AssetEntrySoap.toSoapModels(List<AssetEntry> models)
           
 

Constructors in com.liferay.portlet.asset.model with parameters of type AssetEntry
AssetEntryWrapper(AssetEntry assetEntry)
           
 

Uses of AssetEntry in com.liferay.portlet.asset.model.impl
 

Classes in com.liferay.portlet.asset.model.impl that implement AssetEntry
 class AssetEntryImpl
           
 

Methods in com.liferay.portlet.asset.model.impl that return AssetEntry
 AssetEntry AssetEntryModelImpl.toEscapedModel()
           
static AssetEntry AssetEntryModelImpl.toModel(AssetEntrySoap soapModel)
           
 

Methods in com.liferay.portlet.asset.model.impl that return types with arguments of type AssetEntry
static List<AssetEntry> AssetEntryModelImpl.toModels(AssetEntrySoap[] soapModels)
           
 

Methods in com.liferay.portlet.asset.model.impl with parameters of type AssetEntry
 int AssetEntryModelImpl.compareTo(AssetEntry assetEntry)
           
 

Uses of AssetEntry in com.liferay.portlet.asset.service
 

Methods in com.liferay.portlet.asset.service that return AssetEntry
 AssetEntry AssetEntryLocalServiceWrapper.addAssetEntry(AssetEntry assetEntry)
           
static AssetEntry AssetEntryLocalServiceUtil.addAssetEntry(AssetEntry assetEntry)
           
 AssetEntry AssetEntryLocalService.addAssetEntry(AssetEntry assetEntry)
           
 AssetEntry AssetEntryLocalServiceWrapper.createAssetEntry(long entryId)
           
static AssetEntry AssetEntryLocalServiceUtil.createAssetEntry(long entryId)
           
 AssetEntry AssetEntryLocalService.createAssetEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceWrapper.getAssetEntry(long entryId)
           
static AssetEntry AssetEntryLocalServiceUtil.getAssetEntry(long entryId)
           
 AssetEntry AssetEntryLocalService.getAssetEntry(long entryId)
           
 AssetEntry AssetEntryServiceWrapper.getEntry(long entryId)
           
static AssetEntry AssetEntryServiceUtil.getEntry(long entryId)
           
 AssetEntry AssetEntryService.getEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceWrapper.getEntry(long entryId)
           
static AssetEntry AssetEntryLocalServiceUtil.getEntry(long entryId)
           
 AssetEntry AssetEntryLocalService.getEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceWrapper.getEntry(long groupId, String classUuid)
           
static AssetEntry AssetEntryLocalServiceUtil.getEntry(long groupId, String classUuid)
           
 AssetEntry AssetEntryLocalService.getEntry(long groupId, String classUuid)
           
 AssetEntry AssetEntryLocalServiceWrapper.getEntry(String className, long classPK)
           
static AssetEntry AssetEntryLocalServiceUtil.getEntry(String className, long classPK)
           
 AssetEntry AssetEntryLocalService.getEntry(String className, long classPK)
           
 AssetEntry AssetEntryLocalServiceWrapper.getNextEntry(long entryId)
           
static AssetEntry AssetEntryLocalServiceUtil.getNextEntry(long entryId)
           
 AssetEntry AssetEntryLocalService.getNextEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceWrapper.getParentEntry(long entryId)
           
static AssetEntry AssetEntryLocalServiceUtil.getParentEntry(long entryId)
           
 AssetEntry AssetEntryLocalService.getParentEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceWrapper.getPreviousEntry(long entryId)
           
static AssetEntry AssetEntryLocalServiceUtil.getPreviousEntry(long entryId)
           
 AssetEntry AssetEntryLocalService.getPreviousEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceWrapper.updateAssetEntry(AssetEntry assetEntry)
           
static AssetEntry AssetEntryLocalServiceUtil.updateAssetEntry(AssetEntry assetEntry)
           
 AssetEntry AssetEntryLocalService.updateAssetEntry(AssetEntry assetEntry)
           
 AssetEntry AssetEntryLocalServiceWrapper.updateAssetEntry(AssetEntry assetEntry, boolean merge)
           
static AssetEntry AssetEntryLocalServiceUtil.updateAssetEntry(AssetEntry assetEntry, boolean merge)
           
 AssetEntry AssetEntryLocalService.updateAssetEntry(AssetEntry assetEntry, boolean merge)
           
 AssetEntry AssetEntryLocalServiceWrapper.updateEntry(long userId, long groupId, String className, long classPK, long[] categoryIds, String[] tagNames)
           
static AssetEntry AssetEntryLocalServiceUtil.updateEntry(long userId, long groupId, String className, long classPK, long[] categoryIds, String[] tagNames)
           
 AssetEntry AssetEntryLocalService.updateEntry(long userId, long groupId, String className, long classPK, long[] categoryIds, String[] tagNames)
           
 AssetEntry AssetEntryLocalServiceWrapper.updateEntry(long userId, long groupId, String className, long classPK, String classUuid, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, int height, int width, Integer priority, boolean sync)
           
static AssetEntry AssetEntryLocalServiceUtil.updateEntry(long userId, long groupId, String className, long classPK, String classUuid, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, int height, int width, Integer priority, boolean sync)
           
 AssetEntry AssetEntryLocalService.updateEntry(long userId, long groupId, String className, long classPK, String classUuid, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, int height, int width, Integer priority, boolean sync)
           
 AssetEntry AssetEntryServiceWrapper.updateEntry(long groupId, String className, long classPK, String classUuid, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, int height, int width, Integer priority, boolean sync)
           
static AssetEntry AssetEntryServiceUtil.updateEntry(long groupId, String className, long classPK, String classUuid, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, int height, int width, Integer priority, boolean sync)
           
 AssetEntry AssetEntryService.updateEntry(long groupId, String className, long classPK, String classUuid, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, int height, int width, Integer priority, boolean sync)
           
 AssetEntry AssetEntryLocalServiceWrapper.updateVisible(String className, long classPK, boolean visible)
           
static AssetEntry AssetEntryLocalServiceUtil.updateVisible(String className, long classPK, boolean visible)
           
 AssetEntry AssetEntryLocalService.updateVisible(String className, long classPK, boolean visible)
           
 

Methods in com.liferay.portlet.asset.service that return types with arguments of type AssetEntry
 List<AssetEntry> AssetEntryLocalServiceWrapper.getAncestorEntries(long entryId)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getAncestorEntries(long entryId)
           
 List<AssetEntry> AssetEntryLocalService.getAncestorEntries(long entryId)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getAssetEntries(int start, int end)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getAssetEntries(int start, int end)
           
 List<AssetEntry> AssetEntryLocalService.getAssetEntries(int start, int end)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getChildEntries(long entryId)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getChildEntries(long entryId)
           
 List<AssetEntry> AssetEntryLocalService.getChildEntries(long entryId)
           
 List<AssetEntry> AssetEntryServiceWrapper.getCompanyEntries(long companyId, int start, int end)
           
static List<AssetEntry> AssetEntryServiceUtil.getCompanyEntries(long companyId, int start, int end)
           
 List<AssetEntry> AssetEntryService.getCompanyEntries(long companyId, int start, int end)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getCompanyEntries(long companyId, int start, int end)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getCompanyEntries(long companyId, int start, int end)
           
 List<AssetEntry> AssetEntryLocalService.getCompanyEntries(long companyId, int start, int end)
           
 List<AssetEntry> AssetEntryServiceWrapper.getEntries(AssetEntryQuery entryQuery)
           
static List<AssetEntry> AssetEntryServiceUtil.getEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryService.getEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getEntries(AssetEntryQuery entryQuery)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryLocalService.getEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getTopViewedEntries(String[] className, boolean asc, int start, int end)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getTopViewedEntries(String[] className, boolean asc, int start, int end)
           
 List<AssetEntry> AssetEntryLocalService.getTopViewedEntries(String[] className, boolean asc, int start, int end)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getTopViewedEntries(String className, boolean asc, int start, int end)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getTopViewedEntries(String className, boolean asc, int start, int end)
           
 List<AssetEntry> AssetEntryLocalService.getTopViewedEntries(String className, boolean asc, int start, int end)
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetEntry
 AssetEntry AssetEntryLocalServiceWrapper.addAssetEntry(AssetEntry assetEntry)
           
static AssetEntry AssetEntryLocalServiceUtil.addAssetEntry(AssetEntry assetEntry)
           
 AssetEntry AssetEntryLocalService.addAssetEntry(AssetEntry assetEntry)
           
 void AssetEntryLocalServiceWrapper.deleteAssetEntry(AssetEntry assetEntry)
           
static void AssetEntryLocalServiceUtil.deleteAssetEntry(AssetEntry assetEntry)
           
 void AssetEntryLocalService.deleteAssetEntry(AssetEntry assetEntry)
           
 void AssetEntryLocalServiceWrapper.deleteEntry(AssetEntry entry)
           
static void AssetEntryLocalServiceUtil.deleteEntry(AssetEntry entry)
           
 void AssetEntryLocalService.deleteEntry(AssetEntry entry)
           
 AssetEntry AssetEntryLocalServiceWrapper.updateAssetEntry(AssetEntry assetEntry)
           
static AssetEntry AssetEntryLocalServiceUtil.updateAssetEntry(AssetEntry assetEntry)
           
 AssetEntry AssetEntryLocalService.updateAssetEntry(AssetEntry assetEntry)
           
 AssetEntry AssetEntryLocalServiceWrapper.updateAssetEntry(AssetEntry assetEntry, boolean merge)
           
static AssetEntry AssetEntryLocalServiceUtil.updateAssetEntry(AssetEntry assetEntry, boolean merge)
           
 AssetEntry AssetEntryLocalService.updateAssetEntry(AssetEntry assetEntry, boolean merge)
           
 

Uses of AssetEntry in com.liferay.portlet.asset.service.base
 

Methods in com.liferay.portlet.asset.service.base that return AssetEntry
 AssetEntry AssetEntryLocalServiceBaseImpl.addAssetEntry(AssetEntry assetEntry)
           
 AssetEntry AssetEntryLocalServiceBaseImpl.createAssetEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceBaseImpl.getAssetEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceBaseImpl.updateAssetEntry(AssetEntry assetEntry)
           
 AssetEntry AssetEntryLocalServiceBaseImpl.updateAssetEntry(AssetEntry assetEntry, boolean merge)
           
 

Methods in com.liferay.portlet.asset.service.base that return types with arguments of type AssetEntry
 List<AssetEntry> AssetEntryLocalServiceBaseImpl.getAssetEntries(int start, int end)
           
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetEntry
 AssetEntry AssetEntryLocalServiceBaseImpl.addAssetEntry(AssetEntry assetEntry)
           
 void AssetEntryLocalServiceBaseImpl.deleteAssetEntry(AssetEntry assetEntry)
           
 AssetEntry AssetEntryLocalServiceBaseImpl.updateAssetEntry(AssetEntry assetEntry)
           
 AssetEntry AssetEntryLocalServiceBaseImpl.updateAssetEntry(AssetEntry assetEntry, boolean merge)
           
 

Uses of AssetEntry in com.liferay.portlet.asset.service.http
 

Methods in com.liferay.portlet.asset.service.http that return AssetEntry
static AssetEntry AssetEntryServiceHttp.getEntry(HttpPrincipal httpPrincipal, long entryId)
           
static AssetEntry AssetEntryServiceHttp.updateEntry(HttpPrincipal httpPrincipal, long groupId, String className, long classPK, String classUuid, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, int height, int width, Integer priority, boolean sync)
           
 

Methods in com.liferay.portlet.asset.service.http that return types with arguments of type AssetEntry
static List<AssetEntry> AssetEntryServiceHttp.getCompanyEntries(HttpPrincipal httpPrincipal, long companyId, int start, int end)
           
static List<AssetEntry> AssetEntryServiceHttp.getEntries(HttpPrincipal httpPrincipal, AssetEntryQuery entryQuery)
           
 

Methods in com.liferay.portlet.asset.service.http with parameters of type AssetEntry
static JSONArray AssetEntryJSONSerializer.toJSONArray(AssetEntry[] models)
           
static JSONArray AssetEntryJSONSerializer.toJSONArray(AssetEntry[][] models)
           
static JSONObject AssetEntryJSONSerializer.toJSONObject(AssetEntry model)
           
 

Method parameters in com.liferay.portlet.asset.service.http with type arguments of type AssetEntry
static JSONArray AssetEntryJSONSerializer.toJSONArray(List<AssetEntry> models)
           
 

Uses of AssetEntry in com.liferay.portlet.asset.service.impl
 

Methods in com.liferay.portlet.asset.service.impl that return AssetEntry
protected  AssetEntry AssetEntryLocalServiceImpl.getEntry(Document doc)
           
 AssetEntry AssetEntryServiceImpl.getEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceImpl.getEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceImpl.getEntry(long groupId, String classUuid)
           
 AssetEntry AssetEntryLocalServiceImpl.getEntry(String className, long classPK)
           
 AssetEntry AssetEntryLocalServiceImpl.getNextEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceImpl.getParentEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceImpl.getPreviousEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceImpl.updateEntry(long userId, long groupId, String className, long classPK, long[] categoryIds, String[] tagNames)
           
 AssetEntry AssetEntryLocalServiceImpl.updateEntry(long userId, long groupId, String className, long classPK, String classUuid, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, int height, int width, Integer priority, boolean sync)
           
 AssetEntry AssetEntryServiceImpl.updateEntry(long groupId, String className, long classPK, String classUuid, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, int height, int width, Integer priority, boolean sync)
           
 AssetEntry AssetEntryLocalServiceImpl.updateVisible(String className, long classPK, boolean visible)
           
 

Methods in com.liferay.portlet.asset.service.impl that return types with arguments of type AssetEntry
 List<AssetEntry> AssetEntryLocalServiceImpl.getAncestorEntries(long entryId)
           
 List<AssetEntry> AssetEntryLocalServiceImpl.getChildEntries(long entryId)
           
 List<AssetEntry> AssetEntryServiceImpl.getCompanyEntries(long companyId, int start, int end)
           
 List<AssetEntry> AssetEntryLocalServiceImpl.getCompanyEntries(long companyId, int start, int end)
           
 List<AssetEntry> AssetEntryServiceImpl.getEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryLocalServiceImpl.getEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryLocalServiceImpl.getTopViewedEntries(String[] className, boolean asc, int start, int end)
           
 List<AssetEntry> AssetEntryLocalServiceImpl.getTopViewedEntries(String className, boolean asc, int start, int end)
           
 

Methods in com.liferay.portlet.asset.service.impl with parameters of type AssetEntry
 void AssetEntryLocalServiceImpl.deleteEntry(AssetEntry entry)
           
 

Method parameters in com.liferay.portlet.asset.service.impl with type arguments of type AssetEntry
protected  String AssetEntryServiceImpl.exportToRSS(String name, String description, String type, double version, String displayStyle, String feedURL, String tagURL, List<AssetEntry> assetEntries)
           
protected  AssetEntryDisplay[] AssetEntryLocalServiceImpl.getEntryDisplays(List<AssetEntry> entries, String languageId)
           
protected  void AssetTagLocalServiceImpl.reindex(List<AssetEntry> entries)
           
 

Uses of AssetEntry in com.liferay.portlet.asset.service.persistence
 

Methods in com.liferay.portlet.asset.service.persistence that return AssetEntry
static AssetEntry AssetEntryUtil.create(long entryId)
           
 AssetEntry AssetEntryPersistence.create(long entryId)
           
 AssetEntry AssetEntryPersistenceImpl.create(long entryId)
           
static AssetEntry AssetEntryUtil.fetchByC_C(long classNameId, long classPK)
           
 AssetEntry AssetEntryPersistence.fetchByC_C(long classNameId, long classPK)
           
 AssetEntry AssetEntryPersistenceImpl.fetchByC_C(long classNameId, long classPK)
           
static AssetEntry AssetEntryUtil.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
           
 AssetEntry AssetEntryPersistence.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
           
 AssetEntry AssetEntryPersistenceImpl.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
           
static AssetEntry AssetEntryUtil.fetchByG_CU(long groupId, String classUuid)
           
 AssetEntry AssetEntryPersistence.fetchByG_CU(long groupId, String classUuid)
           
 AssetEntry AssetEntryPersistenceImpl.fetchByG_CU(long groupId, String classUuid)
           
static AssetEntry AssetEntryUtil.fetchByG_CU(long groupId, String classUuid, boolean retrieveFromCache)
           
 AssetEntry AssetEntryPersistence.fetchByG_CU(long groupId, String classUuid, boolean retrieveFromCache)
           
 AssetEntry AssetEntryPersistenceImpl.fetchByG_CU(long groupId, String classUuid, boolean retrieveFromCache)
           
static AssetEntry AssetEntryUtil.fetchByPrimaryKey(long entryId)
           
 AssetEntry AssetEntryPersistence.fetchByPrimaryKey(long entryId)
           
 AssetEntry AssetEntryPersistenceImpl.fetchByPrimaryKey(long entryId)
           
 AssetEntry AssetEntryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static AssetEntry AssetEntryUtil.findByC_C(long classNameId, long classPK)
           
 AssetEntry AssetEntryPersistence.findByC_C(long classNameId, long classPK)
           
 AssetEntry AssetEntryPersistenceImpl.findByC_C(long classNameId, long classPK)
           
static AssetEntry AssetEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 AssetEntry AssetEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
 AssetEntry AssetEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
           
static AssetEntry AssetEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 AssetEntry AssetEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
 AssetEntry AssetEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
           
static AssetEntry[] AssetEntryUtil.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
           
 AssetEntry[] AssetEntryPersistence.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
           
 AssetEntry[] AssetEntryPersistenceImpl.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
           
static AssetEntry AssetEntryUtil.findByG_CU(long groupId, String classUuid)
           
 AssetEntry AssetEntryPersistence.findByG_CU(long groupId, String classUuid)
           
 AssetEntry AssetEntryPersistenceImpl.findByG_CU(long groupId, String classUuid)
           
static AssetEntry AssetEntryUtil.findByPrimaryKey(long entryId)
           
 AssetEntry AssetEntryPersistence.findByPrimaryKey(long entryId)
           
 AssetEntry AssetEntryPersistenceImpl.findByPrimaryKey(long entryId)
           
 AssetEntry AssetEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, AssetEntry assetEntry, long companyId, OrderByComparator orderByComparator, boolean previous)
           
static AssetEntry AssetEntryUtil.remove(AssetEntry assetEntry)
           
static AssetEntry AssetEntryUtil.remove(long entryId)
           
 AssetEntry AssetEntryPersistence.remove(long entryId)
           
 AssetEntry AssetEntryPersistenceImpl.remove(long entryId)
           
 AssetEntry AssetEntryPersistenceImpl.remove(Serializable primaryKey)
           
protected  AssetEntry AssetEntryPersistenceImpl.removeImpl(AssetEntry assetEntry)
           
protected  AssetEntry AssetEntryPersistenceImpl.toUnwrappedModel(AssetEntry assetEntry)
           
static AssetEntry AssetEntryUtil.update(AssetEntry assetEntry, boolean merge)
           
static AssetEntry AssetEntryUtil.update(AssetEntry assetEntry, boolean merge, ServiceContext serviceContext)
           
static AssetEntry AssetEntryUtil.updateImpl(AssetEntry assetEntry, boolean merge)
           
 AssetEntry AssetEntryPersistence.updateImpl(AssetEntry assetEntry, boolean merge)
           
 AssetEntry AssetEntryPersistenceImpl.updateImpl(AssetEntry assetEntry, boolean merge)
           
 

Methods in com.liferay.portlet.asset.service.persistence that return types with arguments of type AssetEntry
static List<AssetEntry> AssetEntryUtil.findAll()
           
 List<AssetEntry> AssetEntryPersistence.findAll()
           
 List<AssetEntry> AssetEntryPersistenceImpl.findAll()
           
static List<AssetEntry> AssetEntryUtil.findAll(int start, int end)
           
 List<AssetEntry> AssetEntryPersistence.findAll(int start, int end)
           
 List<AssetEntry> AssetEntryPersistenceImpl.findAll(int start, int end)
           
static List<AssetEntry> AssetEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<AssetEntry> AssetEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<AssetEntry> AssetEntryPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
static List<AssetEntry> AssetEntryUtil.findByCompanyId(long companyId)
           
 List<AssetEntry> AssetEntryPersistence.findByCompanyId(long companyId)
           
 List<AssetEntry> AssetEntryPersistenceImpl.findByCompanyId(long companyId)
           
static List<AssetEntry> AssetEntryUtil.findByCompanyId(long companyId, int start, int end)
           
 List<AssetEntry> AssetEntryPersistence.findByCompanyId(long companyId, int start, int end)
           
 List<AssetEntry> AssetEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end)
           
static List<AssetEntry> AssetEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetEntry> AssetEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetEntry> AssetEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetEntry> AssetEntryFinderUtil.findEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryFinder.findEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryFinderImpl.findEntries(AssetEntryQuery entryQuery)
           
static List<AssetEntry> AssetEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<AssetEntry> AssetEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<AssetEntry> AssetEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetEntry> AssetTagUtil.getAssetEntries(long pk)
           
 List<AssetEntry> AssetTagPersistence.getAssetEntries(long pk)
           
static List<AssetEntry> AssetCategoryUtil.getAssetEntries(long pk)
           
 List<AssetEntry> AssetCategoryPersistence.getAssetEntries(long pk)
           
 List<AssetEntry> AssetTagPersistenceImpl.getAssetEntries(long pk)
           
 List<AssetEntry> AssetCategoryPersistenceImpl.getAssetEntries(long pk)
           
static List<AssetEntry> AssetTagUtil.getAssetEntries(long pk, int start, int end)
           
 List<AssetEntry> AssetTagPersistence.getAssetEntries(long pk, int start, int end)
           
static List<AssetEntry> AssetCategoryUtil.getAssetEntries(long pk, int start, int end)
           
 List<AssetEntry> AssetCategoryPersistence.getAssetEntries(long pk, int start, int end)
           
 List<AssetEntry> AssetTagPersistenceImpl.getAssetEntries(long pk, int start, int end)
           
 List<AssetEntry> AssetCategoryPersistenceImpl.getAssetEntries(long pk, int start, int end)
           
static List<AssetEntry> AssetTagUtil.getAssetEntries(long pk, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetEntry> AssetTagPersistence.getAssetEntries(long pk, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetEntry> AssetCategoryUtil.getAssetEntries(long pk, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetEntry> AssetCategoryPersistence.getAssetEntries(long pk, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetEntry> AssetTagPersistenceImpl.getAssetEntries(long pk, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetEntry> AssetCategoryPersistenceImpl.getAssetEntries(long pk, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetEntry
static void AssetTagUtil.addAssetEntry(long pk, AssetEntry assetEntry)
           
 void AssetTagPersistence.addAssetEntry(long pk, AssetEntry assetEntry)
           
static void AssetCategoryUtil.addAssetEntry(long pk, AssetEntry assetEntry)
           
 void AssetCategoryPersistence.addAssetEntry(long pk, AssetEntry assetEntry)
           
 void AssetTagPersistenceImpl.addAssetEntry(long pk, AssetEntry assetEntry)
           
 void AssetCategoryPersistenceImpl.addAssetEntry(long pk, AssetEntry assetEntry)
           
static void AssetEntryUtil.cacheResult(AssetEntry assetEntry)
           
 void AssetEntryPersistence.cacheResult(AssetEntry assetEntry)
           
 void AssetEntryPersistenceImpl.cacheResult(AssetEntry assetEntry)
           
static void AssetEntryUtil.clearCache(AssetEntry assetEntry)
           
 void AssetEntryPersistenceImpl.clearCache(AssetEntry assetEntry)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, AssetEntry assetEntry, long companyId, OrderByComparator orderByComparator, boolean previous)
           
static AssetEntry AssetEntryUtil.remove(AssetEntry assetEntry)
           
static void AssetTagUtil.removeAssetEntry(long pk, AssetEntry assetEntry)
           
 void AssetTagPersistence.removeAssetEntry(long pk, AssetEntry assetEntry)
           
static void AssetCategoryUtil.removeAssetEntry(long pk, AssetEntry assetEntry)
           
 void AssetCategoryPersistence.removeAssetEntry(long pk, AssetEntry assetEntry)
           
 void AssetTagPersistenceImpl.removeAssetEntry(long pk, AssetEntry assetEntry)
           
 void AssetCategoryPersistenceImpl.removeAssetEntry(long pk, AssetEntry assetEntry)
           
protected  AssetEntry AssetEntryPersistenceImpl.removeImpl(AssetEntry assetEntry)
           
protected  AssetEntry AssetEntryPersistenceImpl.toUnwrappedModel(AssetEntry assetEntry)
           
static AssetEntry AssetEntryUtil.update(AssetEntry assetEntry, boolean merge)
           
static AssetEntry AssetEntryUtil.update(AssetEntry assetEntry, boolean merge, ServiceContext serviceContext)
           
static AssetEntry AssetEntryUtil.updateImpl(AssetEntry assetEntry, boolean merge)
           
 AssetEntry AssetEntryPersistence.updateImpl(AssetEntry assetEntry, boolean merge)
           
 AssetEntry AssetEntryPersistenceImpl.updateImpl(AssetEntry assetEntry, boolean merge)
           
 

Method parameters in com.liferay.portlet.asset.service.persistence with type arguments of type AssetEntry
static void AssetTagUtil.addAssetEntries(long pk, List<AssetEntry> assetEntries)
           
 void AssetTagPersistence.addAssetEntries(long pk, List<AssetEntry> assetEntries)
           
static void AssetCategoryUtil.addAssetEntries(long pk, List<AssetEntry> assetEntries)
           
 void AssetCategoryPersistence.addAssetEntries(long pk, List<AssetEntry> assetEntries)
           
 void AssetTagPersistenceImpl.addAssetEntries(long pk, List<AssetEntry> assetEntries)
           
 void AssetCategoryPersistenceImpl.addAssetEntries(long pk, List<AssetEntry> assetEntries)
           
static void AssetEntryUtil.cacheResult(List<AssetEntry> assetEntries)
           
 void AssetEntryPersistence.cacheResult(List<AssetEntry> assetEntries)
           
 void AssetEntryPersistenceImpl.cacheResult(List<AssetEntry> assetEntries)
           
static void AssetTagUtil.removeAssetEntries(long pk, List<AssetEntry> assetEntries)
           
 void AssetTagPersistence.removeAssetEntries(long pk, List<AssetEntry> assetEntries)
           
static void AssetCategoryUtil.removeAssetEntries(long pk, List<AssetEntry> assetEntries)
           
 void AssetCategoryPersistence.removeAssetEntries(long pk, List<AssetEntry> assetEntries)
           
 void AssetTagPersistenceImpl.removeAssetEntries(long pk, List<AssetEntry> assetEntries)
           
 void AssetCategoryPersistenceImpl.removeAssetEntries(long pk, List<AssetEntry> assetEntries)
           
static void AssetTagUtil.setAssetEntries(long pk, List<AssetEntry> assetEntries)
           
 void AssetTagPersistence.setAssetEntries(long pk, List<AssetEntry> assetEntries)
           
static void AssetCategoryUtil.setAssetEntries(long pk, List<AssetEntry> assetEntries)
           
 void AssetCategoryPersistence.setAssetEntries(long pk, List<AssetEntry> assetEntries)
           
 void AssetTagPersistenceImpl.setAssetEntries(long pk, List<AssetEntry> assetEntries)
           
 void AssetCategoryPersistenceImpl.setAssetEntries(long pk, List<AssetEntry> assetEntries)
           
 

Uses of AssetEntry in com.liferay.portlet.social.service.impl
 

Methods in com.liferay.portlet.social.service.impl with parameters of type AssetEntry
protected  void SocialEquityLogLocalServiceImpl.addEquityLog(User user, AssetEntry assetEntry, User assetEntryUser, SocialEquitySetting equitySetting)
           
protected  void SocialEquityLogLocalServiceImpl.addSocialEquityAssetEntry(AssetEntry assetEntry)
           
 


Liferay 6.0.3