Liferay 6.0.5

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()
          Gets a copy of this asset entry as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

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)
          Converts the soap model instance into a normal model instance.
 

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

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)
          Adds the asset entry to the database.
static AssetEntry AssetEntryLocalServiceUtil.addAssetEntry(AssetEntry assetEntry)
          Adds the asset entry to the database.
 AssetEntry AssetEntryLocalService.addAssetEntry(AssetEntry assetEntry)
          Adds the asset entry to the database.
 AssetEntry AssetEntryLocalServiceWrapper.createAssetEntry(long entryId)
          Creates a new asset entry with the primary key.
static AssetEntry AssetEntryLocalServiceUtil.createAssetEntry(long entryId)
          Creates a new asset entry with the primary key.
 AssetEntry AssetEntryLocalService.createAssetEntry(long entryId)
          Creates a new asset entry with the primary key.
 AssetEntry AssetEntryLocalServiceWrapper.getAssetEntry(long entryId)
          Gets the asset entry with the primary key.
static AssetEntry AssetEntryLocalServiceUtil.getAssetEntry(long entryId)
          Gets the asset entry with the primary key.
 AssetEntry AssetEntryLocalService.getAssetEntry(long entryId)
          Gets the asset entry with the primary key.
 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)
          Updates the asset entry in the database.
static AssetEntry AssetEntryLocalServiceUtil.updateAssetEntry(AssetEntry assetEntry)
          Updates the asset entry in the database.
 AssetEntry AssetEntryLocalService.updateAssetEntry(AssetEntry assetEntry)
          Updates the asset entry in the database.
 AssetEntry AssetEntryLocalServiceWrapper.updateAssetEntry(AssetEntry assetEntry, boolean merge)
          Updates the asset entry in the database.
static AssetEntry AssetEntryLocalServiceUtil.updateAssetEntry(AssetEntry assetEntry, boolean merge)
          Updates the asset entry in the database.
 AssetEntry AssetEntryLocalService.updateAssetEntry(AssetEntry assetEntry, boolean merge)
          Updates the asset entry in the database.
 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)
          Gets a range of all the asset entries.
static List<AssetEntry> AssetEntryLocalServiceUtil.getAssetEntries(int start, int end)
          Gets a range of all the asset entries.
 List<AssetEntry> AssetEntryLocalService.getAssetEntries(int start, int end)
          Gets a range of all the asset entries.
 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)
          Adds the asset entry to the database.
static AssetEntry AssetEntryLocalServiceUtil.addAssetEntry(AssetEntry assetEntry)
          Adds the asset entry to the database.
 AssetEntry AssetEntryLocalService.addAssetEntry(AssetEntry assetEntry)
          Adds the asset entry to the database.
 void AssetEntryLocalServiceWrapper.deleteAssetEntry(AssetEntry assetEntry)
          Deletes the asset entry from the database.
static void AssetEntryLocalServiceUtil.deleteAssetEntry(AssetEntry assetEntry)
          Deletes the asset entry from the database.
 void AssetEntryLocalService.deleteAssetEntry(AssetEntry assetEntry)
          Deletes the asset entry from the database.
 void AssetEntryLocalServiceWrapper.deleteEntry(AssetEntry entry)
           
static void AssetEntryLocalServiceUtil.deleteEntry(AssetEntry entry)
           
 void AssetEntryLocalService.deleteEntry(AssetEntry entry)
           
 AssetEntry AssetEntryLocalServiceWrapper.updateAssetEntry(AssetEntry assetEntry)
          Updates the asset entry in the database.
static AssetEntry AssetEntryLocalServiceUtil.updateAssetEntry(AssetEntry assetEntry)
          Updates the asset entry in the database.
 AssetEntry AssetEntryLocalService.updateAssetEntry(AssetEntry assetEntry)
          Updates the asset entry in the database.
 AssetEntry AssetEntryLocalServiceWrapper.updateAssetEntry(AssetEntry assetEntry, boolean merge)
          Updates the asset entry in the database.
static AssetEntry AssetEntryLocalServiceUtil.updateAssetEntry(AssetEntry assetEntry, boolean merge)
          Updates the asset entry in the database.
 AssetEntry AssetEntryLocalService.updateAssetEntry(AssetEntry assetEntry, boolean merge)
          Updates the asset entry in the database.
 

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)
          Adds the asset entry to the database.
 AssetEntry AssetEntryLocalServiceBaseImpl.createAssetEntry(long entryId)
          Creates a new asset entry with the primary key.
 AssetEntry AssetEntryLocalServiceBaseImpl.getAssetEntry(long entryId)
          Gets the asset entry with the primary key.
 AssetEntry AssetEntryLocalServiceBaseImpl.updateAssetEntry(AssetEntry assetEntry)
          Updates the asset entry in the database.
 AssetEntry AssetEntryLocalServiceBaseImpl.updateAssetEntry(AssetEntry assetEntry, boolean merge)
          Updates the asset entry in the database.
 

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

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetEntry
 AssetEntry AssetEntryLocalServiceBaseImpl.addAssetEntry(AssetEntry assetEntry)
          Adds the asset entry to the database.
 void AssetEntryLocalServiceBaseImpl.deleteAssetEntry(AssetEntry assetEntry)
          Deletes the asset entry from the database.
 AssetEntry AssetEntryLocalServiceBaseImpl.updateAssetEntry(AssetEntry assetEntry)
          Updates the asset entry in the database.
 AssetEntry AssetEntryLocalServiceBaseImpl.updateAssetEntry(AssetEntry assetEntry, boolean merge)
          Updates the asset entry in the database.
 

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)
          Creates a new asset entry with the primary key.
 AssetEntry AssetEntryPersistence.create(long entryId)
          Creates a new asset entry with the primary key.
 AssetEntry AssetEntryPersistenceImpl.create(long entryId)
          Creates a new asset entry with the primary key.
static AssetEntry AssetEntryUtil.fetchByC_C(long classNameId, long classPK)
          Finds the asset entry where classNameId = ? and classPK = ? or returns null if it could not be found.
 AssetEntry AssetEntryPersistence.fetchByC_C(long classNameId, long classPK)
          Finds the asset entry where classNameId = ? and classPK = ? or returns null if it could not be found.
 AssetEntry AssetEntryPersistenceImpl.fetchByC_C(long classNameId, long classPK)
          Finds the asset entry where classNameId = ? and classPK = ? or returns null if it could not be found.
static AssetEntry AssetEntryUtil.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Finds the asset entry where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 AssetEntry AssetEntryPersistence.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Finds the asset entry where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 AssetEntry AssetEntryPersistenceImpl.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Finds the asset entry where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
static AssetEntry AssetEntryUtil.fetchByG_CU(long groupId, String classUuid)
          Finds the asset entry where groupId = ? and classUuid = ? or returns null if it could not be found.
 AssetEntry AssetEntryPersistence.fetchByG_CU(long groupId, String classUuid)
          Finds the asset entry where groupId = ? and classUuid = ? or returns null if it could not be found.
 AssetEntry AssetEntryPersistenceImpl.fetchByG_CU(long groupId, String classUuid)
          Finds the asset entry where groupId = ? and classUuid = ? or returns null if it could not be found.
static AssetEntry AssetEntryUtil.fetchByG_CU(long groupId, String classUuid, boolean retrieveFromCache)
          Finds the asset entry where groupId = ? and classUuid = ? or returns null if it could not be found, optionally using the finder cache.
 AssetEntry AssetEntryPersistence.fetchByG_CU(long groupId, String classUuid, boolean retrieveFromCache)
          Finds the asset entry where groupId = ? and classUuid = ? or returns null if it could not be found, optionally using the finder cache.
 AssetEntry AssetEntryPersistenceImpl.fetchByG_CU(long groupId, String classUuid, boolean retrieveFromCache)
          Finds the asset entry where groupId = ? and classUuid = ? or returns null if it could not be found, optionally using the finder cache.
static AssetEntry AssetEntryUtil.fetchByPrimaryKey(long entryId)
          Finds the asset entry with the primary key or returns null if it could not be found.
 AssetEntry AssetEntryPersistence.fetchByPrimaryKey(long entryId)
          Finds the asset entry with the primary key or returns null if it could not be found.
 AssetEntry AssetEntryPersistenceImpl.fetchByPrimaryKey(long entryId)
          Finds the asset entry with the primary key or returns null if it could not be found.
 AssetEntry AssetEntryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the asset entry with the primary key or returns null if it could not be found.
static AssetEntry AssetEntryUtil.findByC_C(long classNameId, long classPK)
          Finds the asset entry where classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found.
 AssetEntry AssetEntryPersistence.findByC_C(long classNameId, long classPK)
          Finds the asset entry where classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found.
 AssetEntry AssetEntryPersistenceImpl.findByC_C(long classNameId, long classPK)
          Finds the asset entry where classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found.
static AssetEntry AssetEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first asset entry in the ordered set where companyId = ?.
static AssetEntry AssetEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last asset entry in the ordered set where companyId = ?.
static AssetEntry[] AssetEntryUtil.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Finds the asset entries before and after the current asset entry in the ordered set where companyId = ?.
 AssetEntry[] AssetEntryPersistence.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Finds the asset entries before and after the current asset entry in the ordered set where companyId = ?.
 AssetEntry[] AssetEntryPersistenceImpl.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Finds the asset entries before and after the current asset entry in the ordered set where companyId = ?.
static AssetEntry AssetEntryUtil.findByG_CU(long groupId, String classUuid)
          Finds the asset entry where groupId = ? and classUuid = ? or throws a NoSuchEntryException if it could not be found.
 AssetEntry AssetEntryPersistence.findByG_CU(long groupId, String classUuid)
          Finds the asset entry where groupId = ? and classUuid = ? or throws a NoSuchEntryException if it could not be found.
 AssetEntry AssetEntryPersistenceImpl.findByG_CU(long groupId, String classUuid)
          Finds the asset entry where groupId = ? and classUuid = ? or throws a NoSuchEntryException if it could not be found.
static AssetEntry AssetEntryUtil.findByPrimaryKey(long entryId)
          Finds the asset entry with the primary key or throws a NoSuchEntryException if it could not be found.
 AssetEntry AssetEntryPersistence.findByPrimaryKey(long entryId)
          Finds the asset entry with the primary key or throws a NoSuchEntryException if it could not be found.
 AssetEntry AssetEntryPersistenceImpl.findByPrimaryKey(long entryId)
          Finds the asset entry with the primary key or throws a NoSuchEntryException if it could not be found.
 AssetEntry AssetEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the asset entry with the primary key or throws a NoSuchModelException if it could not be found.
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)
          Removes the asset entry with the primary key from the database.
 AssetEntry AssetEntryPersistence.remove(long entryId)
          Removes the asset entry with the primary key from the database.
 AssetEntry AssetEntryPersistenceImpl.remove(long entryId)
          Removes the asset entry with the primary key from the database.
 AssetEntry AssetEntryPersistenceImpl.remove(Serializable primaryKey)
          Removes the asset entry with the primary key from the database.
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()
          Finds all the asset entries.
 List<AssetEntry> AssetEntryPersistence.findAll()
          Finds all the asset entries.
 List<AssetEntry> AssetEntryPersistenceImpl.findAll()
          Finds all the asset entries.
static List<AssetEntry> AssetEntryUtil.findAll(int start, int end)
          Finds a range of all the asset entries.
 List<AssetEntry> AssetEntryPersistence.findAll(int start, int end)
          Finds a range of all the asset entries.
 List<AssetEntry> AssetEntryPersistenceImpl.findAll(int start, int end)
          Finds a range of all the asset entries.
static List<AssetEntry> AssetEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset entries.
 List<AssetEntry> AssetEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset entries.
 List<AssetEntry> AssetEntryPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset entries.
static List<AssetEntry> AssetEntryUtil.findByCompanyId(long companyId)
          Finds all the asset entries where companyId = ?.
 List<AssetEntry> AssetEntryPersistence.findByCompanyId(long companyId)
          Finds all the asset entries where companyId = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByCompanyId(long companyId)
          Finds all the asset entries where companyId = ?.
static List<AssetEntry> AssetEntryUtil.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the asset entries where companyId = ?.
 List<AssetEntry> AssetEntryPersistence.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the asset entries where companyId = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the asset entries where companyId = ?.
static List<AssetEntry> AssetEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset entries where companyId = ?.
 List<AssetEntry> AssetEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset entries where companyId = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset entries where companyId = ?.
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)
          Gets all the asset entries associated with the asset tag.
 List<AssetEntry> AssetTagPersistence.getAssetEntries(long pk)
          Gets all the asset entries associated with the asset tag.
static List<AssetEntry> AssetCategoryUtil.getAssetEntries(long pk)
          Gets all the asset entries associated with the asset category.
 List<AssetEntry> AssetCategoryPersistence.getAssetEntries(long pk)
          Gets all the asset entries associated with the asset category.
 List<AssetEntry> AssetTagPersistenceImpl.getAssetEntries(long pk)
          Gets all the asset entries associated with the asset tag.
 List<AssetEntry> AssetCategoryPersistenceImpl.getAssetEntries(long pk)
          Gets all the asset entries associated with the asset category.
static List<AssetEntry> AssetTagUtil.getAssetEntries(long pk, int start, int end)
          Gets a range of all the asset entries associated with the asset tag.
 List<AssetEntry> AssetTagPersistence.getAssetEntries(long pk, int start, int end)
          Gets a range of all the asset entries associated with the asset tag.
static List<AssetEntry> AssetCategoryUtil.getAssetEntries(long pk, int start, int end)
          Gets a range of all the asset entries associated with the asset category.
 List<AssetEntry> AssetCategoryPersistence.getAssetEntries(long pk, int start, int end)
          Gets a range of all the asset entries associated with the asset category.
 List<AssetEntry> AssetTagPersistenceImpl.getAssetEntries(long pk, int start, int end)
          Gets a range of all the asset entries associated with the asset tag.
 List<AssetEntry> AssetCategoryPersistenceImpl.getAssetEntries(long pk, int start, int end)
          Gets a range of all the asset entries associated with the asset category.
static List<AssetEntry> AssetTagUtil.getAssetEntries(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the asset entries associated with the asset tag.
 List<AssetEntry> AssetTagPersistence.getAssetEntries(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the asset entries associated with the asset tag.
static List<AssetEntry> AssetCategoryUtil.getAssetEntries(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the asset entries associated with the asset category.
 List<AssetEntry> AssetCategoryPersistence.getAssetEntries(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the asset entries associated with the asset category.
 List<AssetEntry> AssetTagPersistenceImpl.getAssetEntries(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the asset entries associated with the asset tag.
 List<AssetEntry> AssetCategoryPersistenceImpl.getAssetEntries(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the asset entries associated with the asset category.
 

Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetEntry
static void AssetTagUtil.addAssetEntry(long pk, AssetEntry assetEntry)
          Adds an association between the asset tag and the asset entry.
 void AssetTagPersistence.addAssetEntry(long pk, AssetEntry assetEntry)
          Adds an association between the asset tag and the asset entry.
static void AssetCategoryUtil.addAssetEntry(long pk, AssetEntry assetEntry)
          Adds an association between the asset category and the asset entry.
 void AssetCategoryPersistence.addAssetEntry(long pk, AssetEntry assetEntry)
          Adds an association between the asset category and the asset entry.
 void AssetTagPersistenceImpl.addAssetEntry(long pk, AssetEntry assetEntry)
          Adds an association between the asset tag and the asset entry.
 void AssetCategoryPersistenceImpl.addAssetEntry(long pk, AssetEntry assetEntry)
          Adds an association between the asset category and the asset entry.
static void AssetEntryUtil.cacheResult(AssetEntry assetEntry)
          Caches the asset entry in the entity cache if it is enabled.
 void AssetEntryPersistence.cacheResult(AssetEntry assetEntry)
          Caches the asset entry in the entity cache if it is enabled.
 void AssetEntryPersistenceImpl.cacheResult(AssetEntry assetEntry)
          Caches the asset entry in the entity cache if it is enabled.
static void AssetEntryUtil.clearCache(AssetEntry assetEntry)
           
 void AssetEntryPersistenceImpl.clearCache(AssetEntry assetEntry)
          Clears the cache for the asset entry.
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)
          Removes the association between the asset tag and the asset entry.
 void AssetTagPersistence.removeAssetEntry(long pk, AssetEntry assetEntry)
          Removes the association between the asset tag and the asset entry.
static void AssetCategoryUtil.removeAssetEntry(long pk, AssetEntry assetEntry)
          Removes the association between the asset category and the asset entry.
 void AssetCategoryPersistence.removeAssetEntry(long pk, AssetEntry assetEntry)
          Removes the association between the asset category and the asset entry.
 void AssetTagPersistenceImpl.removeAssetEntry(long pk, AssetEntry assetEntry)
          Removes the association between the asset tag and the asset entry.
 void AssetCategoryPersistenceImpl.removeAssetEntry(long pk, AssetEntry assetEntry)
          Removes the association between the asset category and the asset entry.
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)
          Adds an association between the asset tag and the asset entries.
 void AssetTagPersistence.addAssetEntries(long pk, List<AssetEntry> assetEntries)
          Adds an association between the asset tag and the asset entries.
static void AssetCategoryUtil.addAssetEntries(long pk, List<AssetEntry> assetEntries)
          Adds an association between the asset category and the asset entries.
 void AssetCategoryPersistence.addAssetEntries(long pk, List<AssetEntry> assetEntries)
          Adds an association between the asset category and the asset entries.
 void AssetTagPersistenceImpl.addAssetEntries(long pk, List<AssetEntry> assetEntries)
          Adds an association between the asset tag and the asset entries.
 void AssetCategoryPersistenceImpl.addAssetEntries(long pk, List<AssetEntry> assetEntries)
          Adds an association between the asset category and the asset entries.
static void AssetEntryUtil.cacheResult(List<AssetEntry> assetEntries)
          Caches the asset entries in the entity cache if it is enabled.
 void AssetEntryPersistence.cacheResult(List<AssetEntry> assetEntries)
          Caches the asset entries in the entity cache if it is enabled.
 void AssetEntryPersistenceImpl.cacheResult(List<AssetEntry> assetEntries)
          Caches the asset entries in the entity cache if it is enabled.
static void AssetTagUtil.removeAssetEntries(long pk, List<AssetEntry> assetEntries)
          Removes the association between the asset tag and the asset entries.
 void AssetTagPersistence.removeAssetEntries(long pk, List<AssetEntry> assetEntries)
          Removes the association between the asset tag and the asset entries.
static void AssetCategoryUtil.removeAssetEntries(long pk, List<AssetEntry> assetEntries)
          Removes the association between the asset category and the asset entries.
 void AssetCategoryPersistence.removeAssetEntries(long pk, List<AssetEntry> assetEntries)
          Removes the association between the asset category and the asset entries.
 void AssetTagPersistenceImpl.removeAssetEntries(long pk, List<AssetEntry> assetEntries)
          Removes the association between the asset tag and the asset entries.
 void AssetCategoryPersistenceImpl.removeAssetEntries(long pk, List<AssetEntry> assetEntries)
          Removes the association between the asset category and the asset entries.
static void AssetTagUtil.setAssetEntries(long pk, List<AssetEntry> assetEntries)
          Sets the asset entries associated with the asset tag, removing and adding associations as necessary.
 void AssetTagPersistence.setAssetEntries(long pk, List<AssetEntry> assetEntries)
          Sets the asset entries associated with the asset tag, removing and adding associations as necessary.
static void AssetCategoryUtil.setAssetEntries(long pk, List<AssetEntry> assetEntries)
          Sets the asset entries associated with the asset category, removing and adding associations as necessary.
 void AssetCategoryPersistence.setAssetEntries(long pk, List<AssetEntry> assetEntries)
          Sets the asset entries associated with the asset category, removing and adding associations as necessary.
 void AssetTagPersistenceImpl.setAssetEntries(long pk, List<AssetEntry> assetEntries)
          Sets the asset entries associated with the asset tag, removing and adding associations as necessary.
 void AssetCategoryPersistenceImpl.setAssetEntries(long pk, List<AssetEntry> assetEntries)
          Sets the asset entries associated with the asset category, removing and adding associations as necessary.
 

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.5