Liferay 7.0-ce-m3

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

Packages that use AssetEntry
com.liferay.portal.asset   
com.liferay.portal.lar This package defines the portal archiving interfaces, classes, and exceptions. 
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.model.impl   
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.http   
com.liferay.portlet.asset.service.impl This package defines the asset portlet local and remote service implementations. 
com.liferay.portlet.asset.service.permission   
com.liferay.portlet.asset.service.persistence   
com.liferay.portlet.asset.service.persistence.impl   
com.liferay.portlet.asset.util   
com.liferay.portlet.asset.util.test   
com.liferay.portlet.assetpublisher.action   
com.liferay.portlet.assetpublisher.util   
com.liferay.portlet.blogs.util   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.service.impl This package defines the document library portlet local and remote service implementations. 
com.liferay.portlet.social.model   
com.liferay.portlet.social.model.impl   
com.liferay.portlet.social.service This package defines the social related portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.social.service.impl This package defines the social related portlet local service implementations. 
com.liferay.portlet.social.util.test   
com.liferay.portlet.trash   
com.liferay.taglib.ui.context   
 

Uses of AssetEntry in com.liferay.portal.asset
 

Methods in com.liferay.portal.asset that return AssetEntry
 AssetEntry LayoutRevisionAssetRendererFactory.getAssetEntry(long assetEntryId)
           
 AssetEntry LayoutAssetRendererFactory.getAssetEntry(long assetEntryId)
           
 AssetEntry LayoutRevisionAssetRendererFactory.getAssetEntry(String className, long classPK)
           
 AssetEntry LayoutAssetRendererFactory.getAssetEntry(String className, long classPK)
           
 

Uses of AssetEntry in com.liferay.portal.lar
 

Methods in com.liferay.portal.lar that return AssetEntry
protected  AssetEntry BaseStagedModelDataHandlerTestCase.fetchAssetEntry(StagedModel stagedModel, Group group)
           
protected  AssetEntry BasePortletExportImportTestCase.getAssetEntry(StagedModel stagedModel)
           
 

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.
 

Fields in com.liferay.portlet.asset.model with type parameters of type AssetEntry
static Accessor<AssetEntry,Long> AssetEntry.ENTRY_ID_ACCESSOR
           
 

Methods in com.liferay.portlet.asset.model that return AssetEntry
 AssetEntry AssetRendererFactory.getAssetEntry(long assetEntryId)
           
 AssetEntry BaseAssetRendererFactory.getAssetEntry(long assetEntryId)
           
 AssetEntry AssetRendererFactory.getAssetEntry(String classNameId, long classPK)
           
 AssetEntry BaseAssetRendererFactory.getAssetEntry(String className, long classPK)
           
 AssetEntry AssetEntryWrapper.getWrappedAssetEntry()
          Deprecated. As of 6.1.0, replaced by AssetEntryWrapper.getWrappedModel()
 AssetEntry AssetEntryWrapper.getWrappedModel()
           
 AssetEntry AssetEntryWrapper.toEscapedModel()
           
 AssetEntry AssetEntryModel.toEscapedModel()
           
 AssetEntry AssetEntryWrapper.toUnescapedModel()
           
 AssetEntry AssetEntryModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.asset.model that return types with arguments of type AssetEntry
 CacheModel<AssetEntry> AssetEntryWrapper.toCacheModel()
           
 CacheModel<AssetEntry> AssetEntryModel.toCacheModel()
           
 

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 AssetEntryBaseImpl
          The extended model base implementation for the AssetEntry service.
 class AssetEntryImpl
           
 

Methods in com.liferay.portlet.asset.model.impl that return AssetEntry
 AssetEntry AssetEntryCacheModel.toEntityModel()
           
 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
 CacheModel<AssetEntry> AssetEntryModelImpl.toCacheModel()
           
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 AssetEntryLocalService.addAssetEntry(AssetEntry assetEntry)
          Adds the asset entry to the database.
static AssetEntry AssetEntryLocalServiceUtil.addAssetEntry(AssetEntry assetEntry)
          Adds the asset entry to the database.
 AssetEntry AssetEntryLocalServiceWrapper.addAssetEntry(AssetEntry assetEntry)
          Adds the asset entry to the database.
 AssetEntry AssetEntryLocalService.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 AssetEntryLocalServiceWrapper.createAssetEntry(long entryId)
          Creates a new asset entry with the primary key.
 AssetEntry AssetEntryLocalService.deleteAssetEntry(AssetEntry assetEntry)
          Deletes the asset entry from the database.
static AssetEntry AssetEntryLocalServiceUtil.deleteAssetEntry(AssetEntry assetEntry)
          Deletes the asset entry from the database.
 AssetEntry AssetEntryLocalServiceWrapper.deleteAssetEntry(AssetEntry assetEntry)
          Deletes the asset entry from the database.
 AssetEntry AssetEntryLocalService.deleteAssetEntry(long entryId)
          Deletes the asset entry with the primary key from the database.
static AssetEntry AssetEntryLocalServiceUtil.deleteAssetEntry(long entryId)
          Deletes the asset entry with the primary key from the database.
 AssetEntry AssetEntryLocalServiceWrapper.deleteAssetEntry(long entryId)
          Deletes the asset entry with the primary key from the database.
 AssetEntry AssetEntryLocalService.fetchAssetEntry(long entryId)
           
static AssetEntry AssetEntryLocalServiceUtil.fetchAssetEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceWrapper.fetchAssetEntry(long entryId)
           
 AssetEntry AssetEntryLocalService.fetchEntry(long entryId)
           
static AssetEntry AssetEntryLocalServiceUtil.fetchEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceWrapper.fetchEntry(long entryId)
           
 AssetEntry AssetEntryLocalService.fetchEntry(long groupId, String classUuid)
           
static AssetEntry AssetEntryLocalServiceUtil.fetchEntry(long groupId, String classUuid)
           
 AssetEntry AssetEntryLocalServiceWrapper.fetchEntry(long groupId, String classUuid)
           
 AssetEntry AssetEntryLocalService.fetchEntry(String className, long classPK)
           
static AssetEntry AssetEntryLocalServiceUtil.fetchEntry(String className, long classPK)
           
 AssetEntry AssetEntryLocalServiceWrapper.fetchEntry(String className, long classPK)
           
 AssetEntry AssetEntryLocalService.getAssetEntry(long entryId)
          Returns the asset entry with the primary key.
static AssetEntry AssetEntryLocalServiceUtil.getAssetEntry(long entryId)
          Returns the asset entry with the primary key.
 AssetEntry AssetEntryLocalServiceWrapper.getAssetEntry(long entryId)
          Returns the asset entry with the primary key.
 AssetEntry AssetEntryService.getEntry(long entryId)
           
 AssetEntry AssetEntryLocalService.getEntry(long entryId)
           
 AssetEntry AssetEntryServiceWrapper.getEntry(long entryId)
           
static AssetEntry AssetEntryLocalServiceUtil.getEntry(long entryId)
           
static AssetEntry AssetEntryServiceUtil.getEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceWrapper.getEntry(long entryId)
           
 AssetEntry AssetEntryLocalService.getEntry(long groupId, String classUuid)
           
static AssetEntry AssetEntryLocalServiceUtil.getEntry(long groupId, String classUuid)
           
 AssetEntry AssetEntryLocalServiceWrapper.getEntry(long groupId, String classUuid)
           
 AssetEntry AssetEntryLocalService.getEntry(String className, long classPK)
           
static AssetEntry AssetEntryLocalServiceUtil.getEntry(String className, long classPK)
           
 AssetEntry AssetEntryLocalServiceWrapper.getEntry(String className, long classPK)
           
 AssetEntry AssetEntryLocalService.getNextEntry(long entryId)
           
static AssetEntry AssetEntryLocalServiceUtil.getNextEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceWrapper.getNextEntry(long entryId)
           
 AssetEntry AssetEntryLocalService.getParentEntry(long entryId)
           
static AssetEntry AssetEntryLocalServiceUtil.getParentEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceWrapper.getParentEntry(long entryId)
           
 AssetEntry AssetEntryLocalService.getPreviousEntry(long entryId)
           
static AssetEntry AssetEntryLocalServiceUtil.getPreviousEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceWrapper.getPreviousEntry(long entryId)
           
 AssetEntry AssetEntryLocalService.incrementViewCounter(long userId, String className, long classPK)
           
static AssetEntry AssetEntryLocalServiceUtil.incrementViewCounter(long userId, String className, long classPK)
           
 AssetEntry AssetEntryLocalServiceWrapper.incrementViewCounter(long userId, String className, long classPK)
           
 AssetEntry AssetEntryService.incrementViewCounter(String className, long classPK)
           
 AssetEntry AssetEntryServiceWrapper.incrementViewCounter(String className, long classPK)
           
static AssetEntry AssetEntryServiceUtil.incrementViewCounter(String className, long classPK)
           
 AssetEntry AssetEntryLocalService.updateAssetEntry(AssetEntry assetEntry)
          Updates the asset entry in the database or adds it if it does not yet exist.
static AssetEntry AssetEntryLocalServiceUtil.updateAssetEntry(AssetEntry assetEntry)
          Updates the asset entry in the database or adds it if it does not yet exist.
 AssetEntry AssetEntryLocalServiceWrapper.updateAssetEntry(AssetEntry assetEntry)
          Updates the asset entry in the database or adds it if it does not yet exist.
 AssetEntry AssetEntryService.updateEntry(long groupId, Date createDate, Date modifiedDate, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
           
 AssetEntry AssetEntryServiceWrapper.updateEntry(long groupId, Date createDate, Date modifiedDate, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
           
static AssetEntry AssetEntryServiceUtil.updateEntry(long groupId, Date createDate, Date modifiedDate, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
           
 AssetEntry AssetEntryLocalService.updateEntry(long userId, long groupId, Date createDate, Date modifiedDate, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
           
static AssetEntry AssetEntryLocalServiceUtil.updateEntry(long userId, long groupId, Date createDate, Date modifiedDate, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
           
 AssetEntry AssetEntryLocalServiceWrapper.updateEntry(long userId, long groupId, Date createDate, Date modifiedDate, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
           
 AssetEntry AssetEntryLocalService.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 AssetEntryLocalServiceWrapper.updateEntry(long userId, long groupId, String className, long classPK, long[] categoryIds, String[] tagNames)
           
 AssetEntry AssetEntryLocalService.updateEntry(long userId, long groupId, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
          Deprecated. As of 6.2.0, replaced by AssetEntryLocalService.updateEntry(long, long, String, long, String, long, long[], String[], boolean, Date, Date, Date, String, String, String, String, String, String, int, int, Integer, boolean)
static AssetEntry AssetEntryLocalServiceUtil.updateEntry(long userId, long groupId, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
          Deprecated. As of 6.2.0, replaced by AssetEntryLocalServiceUtil.updateEntry(long, long, String, long, String, long, long[], String[], boolean, Date, Date, Date, String, String, String, String, String, String, int, int, Integer, boolean)
 AssetEntry AssetEntryLocalServiceWrapper.updateEntry(long userId, long groupId, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
          Deprecated. As of 6.2.0, replaced by AssetEntryLocalServiceWrapper.updateEntry(long, long, String, long, String, long, long[], String[], boolean, Date, Date, Date, String, String, String, String, String, String, int, int, Integer, boolean)
 AssetEntry AssetEntryLocalService.updateEntry(long userId, long groupId, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
          Deprecated. As of 6.2.0, replaced by AssetEntryLocalService.updateEntry(long, long, Date, Date, String, long, String, long, long[], String[], boolean, Date, Date, Date, String, String, String, String, String, String, int, int, Integer, boolean)
static AssetEntry AssetEntryLocalServiceUtil.updateEntry(long userId, long groupId, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
          Deprecated. As of 6.2.0, replaced by AssetEntryLocalServiceUtil.updateEntry(long, long, Date, Date, String, long, String, long, long[], String[], boolean, Date, Date, Date, String, String, String, String, String, String, int, int, Integer, boolean)
 AssetEntry AssetEntryLocalServiceWrapper.updateEntry(long userId, long groupId, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
          Deprecated. As of 6.2.0, replaced by AssetEntryLocalServiceWrapper.updateEntry(long, long, Date, Date, String, long, String, long, long[], String[], boolean, Date, Date, Date, String, String, String, String, String, String, int, int, Integer, boolean)
 AssetEntry AssetEntryService.updateEntry(long groupId, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
          Deprecated. As of 6.2.0, replaced by AssetEntryService.updateEntry(long, String, long, String, long, long[], String[], boolean, Date, Date, Date, String, String, String, String, String, String, int, int, Integer, boolean)
 AssetEntry AssetEntryServiceWrapper.updateEntry(long groupId, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
          Deprecated. As of 6.2.0, replaced by AssetEntryServiceWrapper.updateEntry(long, String, long, String, long, long[], String[], boolean, Date, Date, Date, String, String, String, String, String, String, int, int, Integer, boolean)
static AssetEntry AssetEntryServiceUtil.updateEntry(long groupId, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
          Deprecated. As of 6.2.0, replaced by AssetEntryServiceUtil.updateEntry(long, String, long, String, long, long[], String[], boolean, Date, Date, Date, String, String, String, String, String, String, int, int, Integer, boolean)
 AssetEntry AssetEntryService.updateEntry(long groupId, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
          Deprecated. As of 6.2.0, replaced by AssetEntryService.updateEntry(long, Date, Date, String, long, String, long, long[], String[], boolean, Date, Date, Date, String, String, String, String, String, String, int, int, Integer, boolean)
 AssetEntry AssetEntryServiceWrapper.updateEntry(long groupId, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
          Deprecated. As of 6.2.0, replaced by AssetEntryServiceWrapper.updateEntry(long, Date, Date, String, long, String, long, long[], String[], boolean, Date, Date, Date, String, String, String, String, String, String, int, int, Integer, boolean)
static AssetEntry AssetEntryServiceUtil.updateEntry(long groupId, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
          Deprecated. As of 6.2.0, replaced by AssetEntryServiceUtil.updateEntry(long, Date, Date, String, long, String, long, long[], String[], boolean, Date, Date, Date, String, String, String, String, String, String, int, int, Integer, boolean)
 AssetEntry AssetEntryLocalService.updateEntry(String className, long classPK, Date publishDate, boolean visible)
           
static AssetEntry AssetEntryLocalServiceUtil.updateEntry(String className, long classPK, Date publishDate, boolean visible)
           
 AssetEntry AssetEntryLocalServiceWrapper.updateEntry(String className, long classPK, Date publishDate, boolean visible)
           
 AssetEntry AssetEntryLocalService.updateEntry(String className, long classPK, Date publishDate, Date expirationDate, boolean visible)
           
static AssetEntry AssetEntryLocalServiceUtil.updateEntry(String className, long classPK, Date publishDate, Date expirationDate, boolean visible)
           
 AssetEntry AssetEntryLocalServiceWrapper.updateEntry(String className, long classPK, Date publishDate, Date expirationDate, boolean visible)
           
 AssetEntry AssetEntryLocalService.updateVisible(String className, long classPK, boolean visible)
           
static AssetEntry AssetEntryLocalServiceUtil.updateVisible(String className, long classPK, boolean visible)
           
 AssetEntry AssetEntryLocalServiceWrapper.updateVisible(String className, long classPK, boolean visible)
           
 

Methods in com.liferay.portlet.asset.service that return types with arguments of type AssetEntry
 List<AssetEntry> AssetEntryLocalService.getAncestorEntries(long entryId)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getAncestorEntries(long entryId)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getAncestorEntries(long entryId)
           
 List<AssetEntry> AssetEntryLocalService.getAssetCategoryAssetEntries(long categoryId)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getAssetCategoryAssetEntries(long categoryId)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getAssetCategoryAssetEntries(long categoryId)
           
 List<AssetEntry> AssetEntryLocalService.getAssetCategoryAssetEntries(long categoryId, int start, int end)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getAssetCategoryAssetEntries(long categoryId, int start, int end)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getAssetCategoryAssetEntries(long categoryId, int start, int end)
           
 List<AssetEntry> AssetEntryLocalService.getAssetCategoryAssetEntries(long categoryId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getAssetCategoryAssetEntries(long categoryId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getAssetCategoryAssetEntries(long categoryId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
           
 List<AssetEntry> AssetEntryLocalService.getAssetEntries(int start, int end)
          Returns a range of all the asset entries.
static List<AssetEntry> AssetEntryLocalServiceUtil.getAssetEntries(int start, int end)
          Returns a range of all the asset entries.
 List<AssetEntry> AssetEntryLocalServiceWrapper.getAssetEntries(int start, int end)
          Returns a range of all the asset entries.
 List<AssetEntry> AssetEntryLocalService.getAssetTagAssetEntries(long tagId)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getAssetTagAssetEntries(long tagId)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getAssetTagAssetEntries(long tagId)
           
 List<AssetEntry> AssetEntryLocalService.getAssetTagAssetEntries(long tagId, int start, int end)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getAssetTagAssetEntries(long tagId, int start, int end)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getAssetTagAssetEntries(long tagId, int start, int end)
           
 List<AssetEntry> AssetEntryLocalService.getAssetTagAssetEntries(long tagId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getAssetTagAssetEntries(long tagId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getAssetTagAssetEntries(long tagId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
           
 List<AssetEntry> AssetEntryLocalService.getChildEntries(long entryId)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getChildEntries(long entryId)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getChildEntries(long entryId)
           
 List<AssetEntry> AssetEntryService.getCompanyEntries(long companyId, int start, int end)
           
 List<AssetEntry> AssetEntryLocalService.getCompanyEntries(long companyId, int start, int end)
           
 List<AssetEntry> AssetEntryServiceWrapper.getCompanyEntries(long companyId, int start, int end)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getCompanyEntries(long companyId, int start, int end)
           
static List<AssetEntry> AssetEntryServiceUtil.getCompanyEntries(long companyId, int start, int end)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getCompanyEntries(long companyId, int start, int end)
           
 List<AssetEntry> AssetEntryService.getEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryLocalService.getEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryServiceWrapper.getEntries(AssetEntryQuery entryQuery)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getEntries(AssetEntryQuery entryQuery)
           
static List<AssetEntry> AssetEntryServiceUtil.getEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryLocalService.getGroupEntries(long groupId)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getGroupEntries(long groupId)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getGroupEntries(long groupId)
           
 List<AssetEntry> AssetEntryLocalService.getTopViewedEntries(String[] className, boolean asc, int start, int end)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getTopViewedEntries(String[] className, boolean asc, int start, int end)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getTopViewedEntries(String[] className, boolean asc, int start, int end)
           
 List<AssetEntry> AssetEntryLocalService.getTopViewedEntries(String className, boolean asc, int start, int end)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getTopViewedEntries(String className, boolean asc, int start, int end)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getTopViewedEntries(String className, boolean asc, int start, int end)
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetEntry
 void AssetEntryLocalService.addAssetCategoryAssetEntry(long categoryId, AssetEntry assetEntry)
           
static void AssetEntryLocalServiceUtil.addAssetCategoryAssetEntry(long categoryId, AssetEntry assetEntry)
           
 void AssetEntryLocalServiceWrapper.addAssetCategoryAssetEntry(long categoryId, AssetEntry assetEntry)
           
 AssetEntry AssetEntryLocalService.addAssetEntry(AssetEntry assetEntry)
          Adds the asset entry to the database.
static AssetEntry AssetEntryLocalServiceUtil.addAssetEntry(AssetEntry assetEntry)
          Adds the asset entry to the database.
 AssetEntry AssetEntryLocalServiceWrapper.addAssetEntry(AssetEntry assetEntry)
          Adds the asset entry to the database.
 void AssetEntryLocalService.addAssetTagAssetEntry(long tagId, AssetEntry assetEntry)
           
static void AssetEntryLocalServiceUtil.addAssetTagAssetEntry(long tagId, AssetEntry assetEntry)
           
 void AssetEntryLocalServiceWrapper.addAssetTagAssetEntry(long tagId, AssetEntry assetEntry)
           
 void AssetEntryLocalService.deleteAssetCategoryAssetEntry(long categoryId, AssetEntry assetEntry)
           
static void AssetEntryLocalServiceUtil.deleteAssetCategoryAssetEntry(long categoryId, AssetEntry assetEntry)
           
 void AssetEntryLocalServiceWrapper.deleteAssetCategoryAssetEntry(long categoryId, AssetEntry assetEntry)
           
 AssetEntry AssetEntryLocalService.deleteAssetEntry(AssetEntry assetEntry)
          Deletes the asset entry from the database.
static AssetEntry AssetEntryLocalServiceUtil.deleteAssetEntry(AssetEntry assetEntry)
          Deletes the asset entry from the database.
 AssetEntry AssetEntryLocalServiceWrapper.deleteAssetEntry(AssetEntry assetEntry)
          Deletes the asset entry from the database.
 void AssetEntryLocalService.deleteAssetTagAssetEntry(long tagId, AssetEntry assetEntry)
           
static void AssetEntryLocalServiceUtil.deleteAssetTagAssetEntry(long tagId, AssetEntry assetEntry)
           
 void AssetEntryLocalServiceWrapper.deleteAssetTagAssetEntry(long tagId, AssetEntry assetEntry)
           
 void AssetEntryLocalService.deleteEntry(AssetEntry entry)
           
static void AssetEntryLocalServiceUtil.deleteEntry(AssetEntry entry)
           
 void AssetEntryLocalServiceWrapper.deleteEntry(AssetEntry entry)
           
 AssetEntry AssetEntryLocalService.updateAssetEntry(AssetEntry assetEntry)
          Updates the asset entry in the database or adds it if it does not yet exist.
static AssetEntry AssetEntryLocalServiceUtil.updateAssetEntry(AssetEntry assetEntry)
          Updates the asset entry in the database or adds it if it does not yet exist.
 AssetEntry AssetEntryLocalServiceWrapper.updateAssetEntry(AssetEntry assetEntry)
          Updates the asset entry in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.asset.service with type arguments of type AssetEntry
 void AssetEntryLocalService.addAssetCategoryAssetEntries(long categoryId, List<AssetEntry> AssetEntries)
           
static void AssetEntryLocalServiceUtil.addAssetCategoryAssetEntries(long categoryId, List<AssetEntry> AssetEntries)
           
 void AssetEntryLocalServiceWrapper.addAssetCategoryAssetEntries(long categoryId, List<AssetEntry> AssetEntries)
           
 void AssetEntryLocalService.addAssetTagAssetEntries(long tagId, List<AssetEntry> AssetEntries)
           
static void AssetEntryLocalServiceUtil.addAssetTagAssetEntries(long tagId, List<AssetEntry> AssetEntries)
           
 void AssetEntryLocalServiceWrapper.addAssetTagAssetEntries(long tagId, List<AssetEntry> AssetEntries)
           
 void AssetEntryLocalService.deleteAssetCategoryAssetEntries(long categoryId, List<AssetEntry> AssetEntries)
           
static void AssetEntryLocalServiceUtil.deleteAssetCategoryAssetEntries(long categoryId, List<AssetEntry> AssetEntries)
           
 void AssetEntryLocalServiceWrapper.deleteAssetCategoryAssetEntries(long categoryId, List<AssetEntry> AssetEntries)
           
 void AssetEntryLocalService.deleteAssetTagAssetEntries(long tagId, List<AssetEntry> AssetEntries)
           
static void AssetEntryLocalServiceUtil.deleteAssetTagAssetEntries(long tagId, List<AssetEntry> AssetEntries)
           
 void AssetEntryLocalServiceWrapper.deleteAssetTagAssetEntries(long tagId, List<AssetEntry> AssetEntries)
           
 List<AssetEntry> AssetEntryLocalService.getAssetCategoryAssetEntries(long categoryId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getAssetCategoryAssetEntries(long categoryId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getAssetCategoryAssetEntries(long categoryId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
           
 List<AssetEntry> AssetEntryLocalService.getAssetTagAssetEntries(long tagId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
           
static List<AssetEntry> AssetEntryLocalServiceUtil.getAssetTagAssetEntries(long tagId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
           
 List<AssetEntry> AssetEntryLocalServiceWrapper.getAssetTagAssetEntries(long tagId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
           
 void AssetEntryLocalService.reindex(List<AssetEntry> entries)
           
static void AssetEntryLocalServiceUtil.reindex(List<AssetEntry> entries)
           
 void AssetEntryLocalServiceWrapper.reindex(List<AssetEntry> entries)
           
 

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.deleteAssetEntry(AssetEntry assetEntry)
          Deletes the asset entry from the database.
 AssetEntry AssetEntryLocalServiceBaseImpl.deleteAssetEntry(long entryId)
          Deletes the asset entry with the primary key from the database.
 AssetEntry AssetEntryLocalServiceBaseImpl.fetchAssetEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceBaseImpl.getAssetEntry(long entryId)
          Returns the asset entry with the primary key.
 AssetEntry AssetEntryLocalServiceBaseImpl.updateAssetEntry(AssetEntry assetEntry)
          Updates the asset entry in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.asset.service.base that return types with arguments of type AssetEntry
 List<AssetEntry> AssetEntryLocalServiceBaseImpl.getAssetCategoryAssetEntries(long categoryId)
           
 List<AssetEntry> AssetEntryLocalServiceBaseImpl.getAssetCategoryAssetEntries(long categoryId, int start, int end)
           
 List<AssetEntry> AssetEntryLocalServiceBaseImpl.getAssetCategoryAssetEntries(long categoryId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
           
 List<AssetEntry> AssetEntryLocalServiceBaseImpl.getAssetEntries(int start, int end)
          Returns a range of all the asset entries.
 List<AssetEntry> AssetEntryLocalServiceBaseImpl.getAssetTagAssetEntries(long tagId)
           
 List<AssetEntry> AssetEntryLocalServiceBaseImpl.getAssetTagAssetEntries(long tagId, int start, int end)
           
 List<AssetEntry> AssetEntryLocalServiceBaseImpl.getAssetTagAssetEntries(long tagId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
           
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetEntry
 void AssetEntryLocalServiceBaseImpl.addAssetCategoryAssetEntry(long categoryId, AssetEntry assetEntry)
           
 AssetEntry AssetEntryLocalServiceBaseImpl.addAssetEntry(AssetEntry assetEntry)
          Adds the asset entry to the database.
 void AssetEntryLocalServiceBaseImpl.addAssetTagAssetEntry(long tagId, AssetEntry assetEntry)
           
 void AssetEntryLocalServiceBaseImpl.deleteAssetCategoryAssetEntry(long categoryId, AssetEntry assetEntry)
           
 AssetEntry AssetEntryLocalServiceBaseImpl.deleteAssetEntry(AssetEntry assetEntry)
          Deletes the asset entry from the database.
 void AssetEntryLocalServiceBaseImpl.deleteAssetTagAssetEntry(long tagId, AssetEntry assetEntry)
           
 AssetEntry AssetEntryLocalServiceBaseImpl.updateAssetEntry(AssetEntry assetEntry)
          Updates the asset entry in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.asset.service.base with type arguments of type AssetEntry
 void AssetEntryLocalServiceBaseImpl.addAssetCategoryAssetEntries(long categoryId, List<AssetEntry> AssetEntries)
           
 void AssetEntryLocalServiceBaseImpl.addAssetTagAssetEntries(long tagId, List<AssetEntry> AssetEntries)
           
 void AssetEntryLocalServiceBaseImpl.deleteAssetCategoryAssetEntries(long categoryId, List<AssetEntry> AssetEntries)
           
 void AssetEntryLocalServiceBaseImpl.deleteAssetTagAssetEntries(long tagId, List<AssetEntry> AssetEntries)
           
 List<AssetEntry> AssetEntryLocalServiceBaseImpl.getAssetCategoryAssetEntries(long categoryId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
           
 List<AssetEntry> AssetEntryLocalServiceBaseImpl.getAssetTagAssetEntries(long tagId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
           
 

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.incrementViewCounter(HttpPrincipal httpPrincipal, String className, long classPK)
           
static AssetEntry AssetEntryServiceHttp.updateEntry(HttpPrincipal httpPrincipal, long groupId, Date createDate, Date modifiedDate, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
           
static AssetEntry AssetEntryServiceHttp.updateEntry(HttpPrincipal httpPrincipal, long groupId, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
           
static AssetEntry AssetEntryServiceHttp.updateEntry(HttpPrincipal httpPrincipal, long groupId, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, 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)
           
 

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

Methods in com.liferay.portlet.asset.service.impl that return AssetEntry
 AssetEntry AssetEntryLocalServiceImpl.fetchEntry(long entryId)
           
 AssetEntry AssetEntryLocalServiceImpl.fetchEntry(long groupId, String classUuid)
           
 AssetEntry AssetEntryLocalServiceImpl.fetchEntry(String className, long classPK)
           
 AssetEntry AssetEntryLocalServiceImpl.getEntry(long entryId)
           
 AssetEntry AssetEntryServiceImpl.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.incrementViewCounter(long userId, String className, long classPK)
           
 AssetEntry AssetEntryServiceImpl.incrementViewCounter(String className, long classPK)
           
 AssetEntry AssetEntryServiceImpl.updateEntry(long groupId, Date createDate, Date modifiedDate, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
           
 AssetEntry AssetEntryLocalServiceImpl.updateEntry(long userId, long groupId, Date createDate, Date modifiedDate, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
           
 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 classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
          Deprecated. As of 6.2.0, replaced by AssetEntryLocalServiceImpl.updateEntry(long, long, String, long, String, long, long[], String[], boolean, Date, Date, Date, String, String, String, String, String, String, int, int, Integer, boolean)
 AssetEntry AssetEntryLocalServiceImpl.updateEntry(long userId, long groupId, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
          Deprecated. As of 6.2.0, replaced by AssetEntryLocalServiceImpl.updateEntry(long, long, Date, Date, String, long, String, long, long[], String[], boolean, Date, Date, Date, String, String, String, String, String, String, int, int, Integer, boolean)
 AssetEntry AssetEntryServiceImpl.updateEntry(long groupId, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
          Deprecated. As of 6.2.0, replaced by AssetEntryServiceImpl.updateEntry(long, String, long, String, long, long[], String[], boolean, Date, Date, Date, String, String, String, String, String, String, int, int, Integer, boolean)
 AssetEntry AssetEntryServiceImpl.updateEntry(long groupId, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync)
          Deprecated. As of 6.2.0, replaced by AssetEntryServiceImpl.updateEntry(long, Date, Date, String, long, String, long, long[], String[], boolean, Date, Date, Date, String, String, String, String, String, String, int, int, Integer, boolean)
 AssetEntry AssetEntryLocalServiceImpl.updateEntry(String className, long classPK, Date publishDate, boolean visible)
           
 AssetEntry AssetEntryLocalServiceImpl.updateEntry(String className, long classPK, Date publishDate, Date expirationDate, boolean visible)
           
protected  AssetEntry AssetEntryLocalServiceImpl.updateVisible(AssetEntry entry, boolean visible)
           
 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> AssetEntryLocalServiceImpl.getCompanyEntries(long companyId, int start, int end)
           
 List<AssetEntry> AssetEntryServiceImpl.getCompanyEntries(long companyId, int start, int end)
           
 List<AssetEntry> AssetEntryLocalServiceImpl.getEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryServiceImpl.getEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryLocalServiceImpl.getGroupEntries(long groupId)
           
 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)
           
protected  void AssetEntryLocalServiceImpl.reindex(AssetEntry entry)
           
protected  AssetEntry AssetEntryLocalServiceImpl.updateVisible(AssetEntry entry, boolean visible)
           
 

Method parameters in com.liferay.portlet.asset.service.impl with type arguments of type AssetEntry
 void AssetEntryLocalServiceImpl.reindex(List<AssetEntry> entries)
           
 

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

Methods in com.liferay.portlet.asset.service.permission with parameters of type AssetEntry
static void AssetEntryPermission.check(PermissionChecker permissionChecker, AssetEntry entry, String actionId)
           
static boolean AssetEntryPermission.contains(PermissionChecker permissionChecker, AssetEntry entry, String actionId)
           
 

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

Methods in com.liferay.portlet.asset.service.persistence that return AssetEntry
 AssetEntry AssetEntryPersistence.create(long entryId)
          Creates a new asset entry with the primary key.
static AssetEntry AssetEntryUtil.create(long entryId)
          Creates a new asset entry with the primary key.
 AssetEntry AssetEntryPersistence.fetchByC_C(long classNameId, long classPK)
          Returns 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)
          Returns the asset entry where classNameId = ? and classPK = ? or returns null if it could not be found.
 AssetEntry AssetEntryPersistence.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Returns the asset entry where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
static AssetEntry AssetEntryUtil.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Returns the asset entry where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 AssetEntry AssetEntryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where companyId = ?.
static AssetEntry AssetEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where companyId = ?.
static AssetEntry AssetEntryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistence.fetchByExpirationDate_First(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
static AssetEntry AssetEntryUtil.fetchByExpirationDate_First(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistence.fetchByExpirationDate_Last(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where expirationDate = ?.
static AssetEntry AssetEntryUtil.fetchByExpirationDate_Last(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistence.fetchByG_CU(long groupId, String classUuid)
          Returns 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)
          Returns the asset entry where groupId = ? and classUuid = ? or returns null if it could not be found.
 AssetEntry AssetEntryPersistence.fetchByG_CU(long groupId, String classUuid, boolean retrieveFromCache)
          Returns the asset entry where groupId = ? and classUuid = ? or returns null if it could not be found, optionally using the finder cache.
static AssetEntry AssetEntryUtil.fetchByG_CU(long groupId, String classUuid, boolean retrieveFromCache)
          Returns the asset entry where groupId = ? and classUuid = ? or returns null if it could not be found, optionally using the finder cache.
 AssetEntry AssetEntryPersistence.fetchByGroupId_First(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where groupId = ?.
static AssetEntry AssetEntryUtil.fetchByGroupId_First(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where groupId = ?.
 AssetEntry AssetEntryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where groupId = ?.
static AssetEntry AssetEntryUtil.fetchByGroupId_Last(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where groupId = ?.
 AssetEntry AssetEntryPersistence.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
static AssetEntry AssetEntryUtil.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistence.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where layoutUuid = ?.
static AssetEntry AssetEntryUtil.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistence.fetchByPrimaryKey(long entryId)
          Returns the asset entry with the primary key or returns null if it could not be found.
static AssetEntry AssetEntryUtil.fetchByPrimaryKey(long entryId)
          Returns the asset entry with the primary key or returns null if it could not be found.
 AssetEntry AssetEntryPersistence.fetchByPublishDate_First(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
static AssetEntry AssetEntryUtil.fetchByPublishDate_First(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistence.fetchByPublishDate_Last(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where publishDate = ?.
static AssetEntry AssetEntryUtil.fetchByPublishDate_Last(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistence.fetchByVisible_First(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
static AssetEntry AssetEntryUtil.fetchByVisible_First(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
 AssetEntry AssetEntryPersistence.fetchByVisible_Last(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where visible = ?.
static AssetEntry AssetEntryUtil.fetchByVisible_Last(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where visible = ?.
 AssetEntry AssetEntryPersistence.findByC_C(long classNameId, long classPK)
          Returns the asset entry where classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found.
static AssetEntry AssetEntryUtil.findByC_C(long classNameId, long classPK)
          Returns the asset entry where classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found.
 AssetEntry AssetEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where companyId = ?.
static AssetEntry AssetEntryUtil.findByCompanyId_First(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where companyId = ?.
static AssetEntry AssetEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where companyId = ?.
 AssetEntry[] AssetEntryPersistence.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where companyId = ?.
static AssetEntry[] AssetEntryUtil.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistence.findByExpirationDate_First(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
static AssetEntry AssetEntryUtil.findByExpirationDate_First(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistence.findByExpirationDate_Last(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where expirationDate = ?.
static AssetEntry AssetEntryUtil.findByExpirationDate_Last(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where expirationDate = ?.
 AssetEntry[] AssetEntryPersistence.findByExpirationDate_PrevAndNext(long entryId, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where expirationDate = ?.
static AssetEntry[] AssetEntryUtil.findByExpirationDate_PrevAndNext(long entryId, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistence.findByG_CU(long groupId, String classUuid)
          Returns the asset entry where groupId = ? and classUuid = ? or throws a NoSuchEntryException if it could not be found.
static AssetEntry AssetEntryUtil.findByG_CU(long groupId, String classUuid)
          Returns the asset entry where groupId = ? and classUuid = ? or throws a NoSuchEntryException if it could not be found.
 AssetEntry AssetEntryPersistence.findByGroupId_First(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where groupId = ?.
static AssetEntry AssetEntryUtil.findByGroupId_First(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where groupId = ?.
 AssetEntry AssetEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where groupId = ?.
static AssetEntry AssetEntryUtil.findByGroupId_Last(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where groupId = ?.
 AssetEntry[] AssetEntryPersistence.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where groupId = ?.
static AssetEntry[] AssetEntryUtil.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where groupId = ?.
 AssetEntry AssetEntryPersistence.findByLayoutUuid_First(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
static AssetEntry AssetEntryUtil.findByLayoutUuid_First(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistence.findByLayoutUuid_Last(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where layoutUuid = ?.
static AssetEntry AssetEntryUtil.findByLayoutUuid_Last(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where layoutUuid = ?.
 AssetEntry[] AssetEntryPersistence.findByLayoutUuid_PrevAndNext(long entryId, String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where layoutUuid = ?.
static AssetEntry[] AssetEntryUtil.findByLayoutUuid_PrevAndNext(long entryId, String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistence.findByPrimaryKey(long entryId)
          Returns the asset entry with the primary key or throws a NoSuchEntryException if it could not be found.
static AssetEntry AssetEntryUtil.findByPrimaryKey(long entryId)
          Returns the asset entry with the primary key or throws a NoSuchEntryException if it could not be found.
 AssetEntry AssetEntryPersistence.findByPublishDate_First(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
static AssetEntry AssetEntryUtil.findByPublishDate_First(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistence.findByPublishDate_Last(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where publishDate = ?.
static AssetEntry AssetEntryUtil.findByPublishDate_Last(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where publishDate = ?.
 AssetEntry[] AssetEntryPersistence.findByPublishDate_PrevAndNext(long entryId, Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where publishDate = ?.
static AssetEntry[] AssetEntryUtil.findByPublishDate_PrevAndNext(long entryId, Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistence.findByVisible_First(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
static AssetEntry AssetEntryUtil.findByVisible_First(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
 AssetEntry AssetEntryPersistence.findByVisible_Last(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where visible = ?.
static AssetEntry AssetEntryUtil.findByVisible_Last(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where visible = ?.
 AssetEntry[] AssetEntryPersistence.findByVisible_PrevAndNext(long entryId, boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where visible = ?.
static AssetEntry[] AssetEntryUtil.findByVisible_PrevAndNext(long entryId, boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where visible = ?.
 AssetEntry AssetEntryPersistence.remove(long entryId)
          Removes the asset entry with the primary key from the database.
static AssetEntry AssetEntryUtil.remove(long entryId)
          Removes the asset entry with the primary key from the database.
 AssetEntry AssetEntryPersistence.removeByC_C(long classNameId, long classPK)
          Removes the asset entry where classNameId = ? and classPK = ? from the database.
static AssetEntry AssetEntryUtil.removeByC_C(long classNameId, long classPK)
          Removes the asset entry where classNameId = ? and classPK = ? from the database.
 AssetEntry AssetEntryPersistence.removeByG_CU(long groupId, String classUuid)
          Removes the asset entry where groupId = ? and classUuid = ? from the database.
static AssetEntry AssetEntryUtil.removeByG_CU(long groupId, String classUuid)
          Removes the asset entry where groupId = ? and classUuid = ? from the database.
static AssetEntry AssetEntryUtil.update(AssetEntry assetEntry)
           
static AssetEntry AssetEntryUtil.update(AssetEntry assetEntry, ServiceContext serviceContext)
           
 AssetEntry AssetEntryPersistence.updateImpl(AssetEntry assetEntry)
           
static AssetEntry AssetEntryUtil.updateImpl(AssetEntry assetEntry)
           
 

Methods in com.liferay.portlet.asset.service.persistence that return types with arguments of type AssetEntry
 Map<Serializable,AssetEntry> AssetEntryPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,AssetEntry> AssetEntryUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<AssetEntry> AssetEntryPersistence.findAll()
          Returns all the asset entries.
static List<AssetEntry> AssetEntryUtil.findAll()
          Returns all the asset entries.
 List<AssetEntry> AssetEntryPersistence.findAll(int start, int end)
          Returns a range of all the asset entries.
static List<AssetEntry> AssetEntryUtil.findAll(int start, int end)
          Returns a range of all the asset entries.
 List<AssetEntry> AssetEntryPersistence.findAll(int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries.
static List<AssetEntry> AssetEntryUtil.findAll(int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries.
 List<AssetEntry> AssetEntryPersistence.findByCompanyId(long companyId)
          Returns all the asset entries where companyId = ?.
static List<AssetEntry> AssetEntryUtil.findByCompanyId(long companyId)
          Returns all the asset entries where companyId = ?.
 List<AssetEntry> AssetEntryPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the asset entries where companyId = ?.
static List<AssetEntry> AssetEntryUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the asset entries where companyId = ?.
 List<AssetEntry> AssetEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where companyId = ?.
static List<AssetEntry> AssetEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where companyId = ?.
 List<AssetEntry> AssetEntryPersistence.findByExpirationDate(Date expirationDate)
          Returns all the asset entries where expirationDate = ?.
static List<AssetEntry> AssetEntryUtil.findByExpirationDate(Date expirationDate)
          Returns all the asset entries where expirationDate = ?.
 List<AssetEntry> AssetEntryPersistence.findByExpirationDate(Date expirationDate, int start, int end)
          Returns a range of all the asset entries where expirationDate = ?.
static List<AssetEntry> AssetEntryUtil.findByExpirationDate(Date expirationDate, int start, int end)
          Returns a range of all the asset entries where expirationDate = ?.
 List<AssetEntry> AssetEntryPersistence.findByExpirationDate(Date expirationDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where expirationDate = ?.
static List<AssetEntry> AssetEntryUtil.findByExpirationDate(Date expirationDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where expirationDate = ?.
 List<AssetEntry> AssetEntryPersistence.findByGroupId(long groupId)
          Returns all the asset entries where groupId = ?.
static List<AssetEntry> AssetEntryUtil.findByGroupId(long groupId)
          Returns all the asset entries where groupId = ?.
 List<AssetEntry> AssetEntryPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the asset entries where groupId = ?.
static List<AssetEntry> AssetEntryUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the asset entries where groupId = ?.
 List<AssetEntry> AssetEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where groupId = ?.
static List<AssetEntry> AssetEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where groupId = ?.
 List<AssetEntry> AssetEntryPersistence.findByLayoutUuid(String layoutUuid)
          Returns all the asset entries where layoutUuid = ?.
static List<AssetEntry> AssetEntryUtil.findByLayoutUuid(String layoutUuid)
          Returns all the asset entries where layoutUuid = ?.
 List<AssetEntry> AssetEntryPersistence.findByLayoutUuid(String layoutUuid, int start, int end)
          Returns a range of all the asset entries where layoutUuid = ?.
static List<AssetEntry> AssetEntryUtil.findByLayoutUuid(String layoutUuid, int start, int end)
          Returns a range of all the asset entries where layoutUuid = ?.
 List<AssetEntry> AssetEntryPersistence.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where layoutUuid = ?.
static List<AssetEntry> AssetEntryUtil.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where layoutUuid = ?.
 List<AssetEntry> AssetEntryPersistence.findByPublishDate(Date publishDate)
          Returns all the asset entries where publishDate = ?.
static List<AssetEntry> AssetEntryUtil.findByPublishDate(Date publishDate)
          Returns all the asset entries where publishDate = ?.
 List<AssetEntry> AssetEntryPersistence.findByPublishDate(Date publishDate, int start, int end)
          Returns a range of all the asset entries where publishDate = ?.
static List<AssetEntry> AssetEntryUtil.findByPublishDate(Date publishDate, int start, int end)
          Returns a range of all the asset entries where publishDate = ?.
 List<AssetEntry> AssetEntryPersistence.findByPublishDate(Date publishDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where publishDate = ?.
static List<AssetEntry> AssetEntryUtil.findByPublishDate(Date publishDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where publishDate = ?.
 List<AssetEntry> AssetEntryPersistence.findByVisible(boolean visible)
          Returns all the asset entries where visible = ?.
static List<AssetEntry> AssetEntryUtil.findByVisible(boolean visible)
          Returns all the asset entries where visible = ?.
 List<AssetEntry> AssetEntryPersistence.findByVisible(boolean visible, int start, int end)
          Returns a range of all the asset entries where visible = ?.
static List<AssetEntry> AssetEntryUtil.findByVisible(boolean visible, int start, int end)
          Returns a range of all the asset entries where visible = ?.
 List<AssetEntry> AssetEntryPersistence.findByVisible(boolean visible, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where visible = ?.
static List<AssetEntry> AssetEntryUtil.findByVisible(boolean visible, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where visible = ?.
static List<AssetEntry> AssetEntryFinderUtil.findEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetEntryFinder.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<AssetEntry> orderByComparator)
           
static List<AssetEntry> AssetCategoryUtil.getAssetEntries(long pk)
          Returns all the asset entries associated with the asset category.
 List<AssetEntry> AssetTagPersistence.getAssetEntries(long pk)
          Returns all the asset entries associated with the asset tag.
 List<AssetEntry> AssetCategoryPersistence.getAssetEntries(long pk)
          Returns all the asset entries associated with the asset category.
static List<AssetEntry> AssetTagUtil.getAssetEntries(long pk)
          Returns all the asset entries associated with the asset tag.
static List<AssetEntry> AssetCategoryUtil.getAssetEntries(long pk, int start, int end)
          Returns a range of all the asset entries associated with the asset category.
 List<AssetEntry> AssetTagPersistence.getAssetEntries(long pk, int start, int end)
          Returns a range of all the asset entries associated with the asset tag.
 List<AssetEntry> AssetCategoryPersistence.getAssetEntries(long pk, int start, int end)
          Returns a range of all the asset entries associated with the asset category.
static List<AssetEntry> AssetTagUtil.getAssetEntries(long pk, int start, int end)
          Returns a range of all the asset entries associated with the asset tag.
static List<AssetEntry> AssetCategoryUtil.getAssetEntries(long pk, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries associated with the asset category.
 List<AssetEntry> AssetTagPersistence.getAssetEntries(long pk, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries associated with the asset tag.
 List<AssetEntry> AssetCategoryPersistence.getAssetEntries(long pk, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries associated with the asset category.
static List<AssetEntry> AssetTagUtil.getAssetEntries(long pk, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries associated with the asset tag.
 

Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetEntry
static void AssetCategoryUtil.addAssetEntry(long pk, AssetEntry assetEntry)
          Adds an association between the asset category and the asset entry.
 void AssetTagPersistence.addAssetEntry(long pk, AssetEntry assetEntry)
          Adds an association between the asset tag and the asset entry.
 void AssetCategoryPersistence.addAssetEntry(long pk, AssetEntry assetEntry)
          Adds an association between the asset category and the asset entry.
static void AssetTagUtil.addAssetEntry(long pk, AssetEntry assetEntry)
          Adds an association between the asset tag and the asset entry.
 void AssetEntryPersistence.cacheResult(AssetEntry assetEntry)
          Caches the asset entry in the entity cache if it is enabled.
static void AssetEntryUtil.cacheResult(AssetEntry assetEntry)
          Caches the asset entry in the entity cache if it is enabled.
static void AssetEntryUtil.clearCache(AssetEntry assetEntry)
           
static void AssetCategoryUtil.removeAssetEntry(long pk, AssetEntry assetEntry)
          Removes the association between the asset category and the asset entry.
 void AssetTagPersistence.removeAssetEntry(long pk, AssetEntry assetEntry)
          Removes the association between the asset tag and the asset entry.
 void AssetCategoryPersistence.removeAssetEntry(long pk, AssetEntry assetEntry)
          Removes the association between the asset category and the asset entry.
static void AssetTagUtil.removeAssetEntry(long pk, AssetEntry assetEntry)
          Removes the association between the asset tag and the asset entry.
static AssetEntry AssetEntryUtil.update(AssetEntry assetEntry)
           
static AssetEntry AssetEntryUtil.update(AssetEntry assetEntry, ServiceContext serviceContext)
           
 AssetEntry AssetEntryPersistence.updateImpl(AssetEntry assetEntry)
           
static AssetEntry AssetEntryUtil.updateImpl(AssetEntry assetEntry)
           
 

Method parameters in com.liferay.portlet.asset.service.persistence with type arguments of type AssetEntry
static void AssetCategoryUtil.addAssetEntries(long pk, List<AssetEntry> assetEntries)
          Adds an association between the asset category and the asset entries.
 void AssetTagPersistence.addAssetEntries(long pk, List<AssetEntry> assetEntries)
          Adds an association between the asset tag and the asset entries.
 void AssetCategoryPersistence.addAssetEntries(long pk, List<AssetEntry> assetEntries)
          Adds an association between the asset category and the asset entries.
static void AssetTagUtil.addAssetEntries(long pk, List<AssetEntry> assetEntries)
          Adds an association between the asset tag and the asset entries.
 void AssetEntryPersistence.cacheResult(List<AssetEntry> assetEntries)
          Caches the asset entries in the entity cache if it is enabled.
static void AssetEntryUtil.cacheResult(List<AssetEntry> assetEntries)
          Caches the asset entries in the entity cache if it is enabled.
 AssetEntry AssetEntryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where companyId = ?.
static AssetEntry AssetEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where companyId = ?.
static AssetEntry AssetEntryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistence.fetchByExpirationDate_First(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
static AssetEntry AssetEntryUtil.fetchByExpirationDate_First(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistence.fetchByExpirationDate_Last(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where expirationDate = ?.
static AssetEntry AssetEntryUtil.fetchByExpirationDate_Last(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistence.fetchByGroupId_First(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where groupId = ?.
static AssetEntry AssetEntryUtil.fetchByGroupId_First(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where groupId = ?.
 AssetEntry AssetEntryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where groupId = ?.
static AssetEntry AssetEntryUtil.fetchByGroupId_Last(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where groupId = ?.
 AssetEntry AssetEntryPersistence.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
static AssetEntry AssetEntryUtil.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistence.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where layoutUuid = ?.
static AssetEntry AssetEntryUtil.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistence.fetchByPublishDate_First(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
static AssetEntry AssetEntryUtil.fetchByPublishDate_First(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistence.fetchByPublishDate_Last(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where publishDate = ?.
static AssetEntry AssetEntryUtil.fetchByPublishDate_Last(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistence.fetchByVisible_First(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
static AssetEntry AssetEntryUtil.fetchByVisible_First(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
 AssetEntry AssetEntryPersistence.fetchByVisible_Last(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where visible = ?.
static AssetEntry AssetEntryUtil.fetchByVisible_Last(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where visible = ?.
 List<AssetEntry> AssetEntryPersistence.findAll(int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries.
static List<AssetEntry> AssetEntryUtil.findAll(int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries.
 AssetEntry AssetEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where companyId = ?.
static AssetEntry AssetEntryUtil.findByCompanyId_First(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where companyId = ?.
static AssetEntry AssetEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where companyId = ?.
 AssetEntry[] AssetEntryPersistence.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where companyId = ?.
static AssetEntry[] AssetEntryUtil.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where companyId = ?.
 List<AssetEntry> AssetEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where companyId = ?.
static List<AssetEntry> AssetEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where companyId = ?.
 AssetEntry AssetEntryPersistence.findByExpirationDate_First(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
static AssetEntry AssetEntryUtil.findByExpirationDate_First(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistence.findByExpirationDate_Last(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where expirationDate = ?.
static AssetEntry AssetEntryUtil.findByExpirationDate_Last(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where expirationDate = ?.
 AssetEntry[] AssetEntryPersistence.findByExpirationDate_PrevAndNext(long entryId, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where expirationDate = ?.
static AssetEntry[] AssetEntryUtil.findByExpirationDate_PrevAndNext(long entryId, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where expirationDate = ?.
 List<AssetEntry> AssetEntryPersistence.findByExpirationDate(Date expirationDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where expirationDate = ?.
static List<AssetEntry> AssetEntryUtil.findByExpirationDate(Date expirationDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where expirationDate = ?.
 AssetEntry AssetEntryPersistence.findByGroupId_First(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where groupId = ?.
static AssetEntry AssetEntryUtil.findByGroupId_First(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where groupId = ?.
 AssetEntry AssetEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where groupId = ?.
static AssetEntry AssetEntryUtil.findByGroupId_Last(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where groupId = ?.
 AssetEntry[] AssetEntryPersistence.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where groupId = ?.
static AssetEntry[] AssetEntryUtil.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where groupId = ?.
 List<AssetEntry> AssetEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where groupId = ?.
static List<AssetEntry> AssetEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where groupId = ?.
 AssetEntry AssetEntryPersistence.findByLayoutUuid_First(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
static AssetEntry AssetEntryUtil.findByLayoutUuid_First(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistence.findByLayoutUuid_Last(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where layoutUuid = ?.
static AssetEntry AssetEntryUtil.findByLayoutUuid_Last(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where layoutUuid = ?.
 AssetEntry[] AssetEntryPersistence.findByLayoutUuid_PrevAndNext(long entryId, String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where layoutUuid = ?.
static AssetEntry[] AssetEntryUtil.findByLayoutUuid_PrevAndNext(long entryId, String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where layoutUuid = ?.
 List<AssetEntry> AssetEntryPersistence.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where layoutUuid = ?.
static List<AssetEntry> AssetEntryUtil.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where layoutUuid = ?.
 AssetEntry AssetEntryPersistence.findByPublishDate_First(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
static AssetEntry AssetEntryUtil.findByPublishDate_First(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistence.findByPublishDate_Last(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where publishDate = ?.
static AssetEntry AssetEntryUtil.findByPublishDate_Last(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where publishDate = ?.
 AssetEntry[] AssetEntryPersistence.findByPublishDate_PrevAndNext(long entryId, Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where publishDate = ?.
static AssetEntry[] AssetEntryUtil.findByPublishDate_PrevAndNext(long entryId, Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where publishDate = ?.
 List<AssetEntry> AssetEntryPersistence.findByPublishDate(Date publishDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where publishDate = ?.
static List<AssetEntry> AssetEntryUtil.findByPublishDate(Date publishDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where publishDate = ?.
 AssetEntry AssetEntryPersistence.findByVisible_First(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
static AssetEntry AssetEntryUtil.findByVisible_First(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
 AssetEntry AssetEntryPersistence.findByVisible_Last(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where visible = ?.
static AssetEntry AssetEntryUtil.findByVisible_Last(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where visible = ?.
 AssetEntry[] AssetEntryPersistence.findByVisible_PrevAndNext(long entryId, boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where visible = ?.
static AssetEntry[] AssetEntryUtil.findByVisible_PrevAndNext(long entryId, boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where visible = ?.
 List<AssetEntry> AssetEntryPersistence.findByVisible(boolean visible, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where visible = ?.
static List<AssetEntry> AssetEntryUtil.findByVisible(boolean visible, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where visible = ?.
static List<AssetEntry> AssetEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
           
static List<AssetEntry> AssetCategoryUtil.getAssetEntries(long pk, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries associated with the asset category.
 List<AssetEntry> AssetTagPersistence.getAssetEntries(long pk, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries associated with the asset tag.
 List<AssetEntry> AssetCategoryPersistence.getAssetEntries(long pk, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries associated with the asset category.
static List<AssetEntry> AssetTagUtil.getAssetEntries(long pk, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries associated with the asset tag.
static void AssetCategoryUtil.removeAssetEntries(long pk, List<AssetEntry> assetEntries)
          Removes the association between the asset category and the asset entries.
 void AssetTagPersistence.removeAssetEntries(long pk, List<AssetEntry> assetEntries)
          Removes the association between the asset tag and the asset entries.
 void AssetCategoryPersistence.removeAssetEntries(long pk, List<AssetEntry> assetEntries)
          Removes the association between the asset category and the asset entries.
static void AssetTagUtil.removeAssetEntries(long pk, List<AssetEntry> assetEntries)
          Removes the association between the asset tag and the asset entries.
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 AssetTagPersistence.setAssetEntries(long pk, List<AssetEntry> assetEntries)
          Sets the asset entries associated with the asset tag, 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.
static void AssetTagUtil.setAssetEntries(long pk, List<AssetEntry> assetEntries)
          Sets the asset entries associated with the asset tag, removing and adding associations as necessary.
 

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

Fields in com.liferay.portlet.asset.service.persistence.impl with type parameters of type AssetEntry
protected  TableMapper<AssetCategory,AssetEntry> AssetCategoryPersistenceImpl.assetCategoryToAssetEntryTableMapper
           
protected  TableMapper<AssetEntry,AssetCategory> AssetEntryPersistenceImpl.assetEntryToAssetCategoryTableMapper
           
protected  TableMapper<AssetEntry,AssetTag> AssetEntryPersistenceImpl.assetEntryToAssetTagTableMapper
           
protected  TableMapper<AssetTag,AssetEntry> AssetTagPersistenceImpl.assetTagToAssetEntryTableMapper
           
 

Methods in com.liferay.portlet.asset.service.persistence.impl that return AssetEntry
 AssetEntry AssetEntryPersistenceImpl.create(long entryId)
          Creates a new asset entry with the primary key.
 AssetEntry AssetEntryPersistenceImpl.fetchByC_C(long classNameId, long classPK)
          Returns the asset entry where classNameId = ? and classPK = ? or returns null if it could not be found.
 AssetEntry AssetEntryPersistenceImpl.fetchByC_C(long classNameId, long classPK, boolean retrieveFromCache)
          Returns the asset entry where classNameId = ? and classPK = ? or returns null if it could not be found, optionally using the finder cache.
 AssetEntry AssetEntryPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByExpirationDate_First(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByExpirationDate_Last(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByG_CU(long groupId, String classUuid)
          Returns the asset entry where groupId = ? and classUuid = ? or returns null if it could not be found.
 AssetEntry AssetEntryPersistenceImpl.fetchByG_CU(long groupId, String classUuid, boolean retrieveFromCache)
          Returns the asset entry where groupId = ? and classUuid = ? or returns null if it could not be found, optionally using the finder cache.
 AssetEntry AssetEntryPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where groupId = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where groupId = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByPrimaryKey(long entryId)
          Returns the asset entry with the primary key or returns null if it could not be found.
 AssetEntry AssetEntryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the asset entry with the primary key or returns null if it could not be found.
 AssetEntry AssetEntryPersistenceImpl.fetchByPublishDate_First(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByPublishDate_Last(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByVisible_First(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByVisible_Last(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where visible = ?.
 AssetEntry AssetEntryPersistenceImpl.findByC_C(long classNameId, long classPK)
          Returns the asset entry where classNameId = ? and classPK = ? or throws a NoSuchEntryException if it could not be found.
 AssetEntry AssetEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where companyId = ?.
 AssetEntry[] AssetEntryPersistenceImpl.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistenceImpl.findByExpirationDate_First(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistenceImpl.findByExpirationDate_Last(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where expirationDate = ?.
 AssetEntry[] AssetEntryPersistenceImpl.findByExpirationDate_PrevAndNext(long entryId, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistenceImpl.findByG_CU(long groupId, String classUuid)
          Returns the asset entry where groupId = ? and classUuid = ? or throws a NoSuchEntryException if it could not be found.
 AssetEntry AssetEntryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where groupId = ?.
 AssetEntry AssetEntryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where groupId = ?.
 AssetEntry[] AssetEntryPersistenceImpl.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where groupId = ?.
 AssetEntry AssetEntryPersistenceImpl.findByLayoutUuid_First(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistenceImpl.findByLayoutUuid_Last(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where layoutUuid = ?.
 AssetEntry[] AssetEntryPersistenceImpl.findByLayoutUuid_PrevAndNext(long entryId, String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistenceImpl.findByPrimaryKey(long entryId)
          Returns the asset entry with the primary key or throws a NoSuchEntryException if it could not be found.
 AssetEntry AssetEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the asset entry with the primary key or throws a NoSuchModelException if it could not be found.
 AssetEntry AssetEntryPersistenceImpl.findByPublishDate_First(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistenceImpl.findByPublishDate_Last(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where publishDate = ?.
 AssetEntry[] AssetEntryPersistenceImpl.findByPublishDate_PrevAndNext(long entryId, Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistenceImpl.findByVisible_First(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
 AssetEntry AssetEntryPersistenceImpl.findByVisible_Last(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where visible = ?.
 AssetEntry[] AssetEntryPersistenceImpl.findByVisible_PrevAndNext(long entryId, boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where visible = ?.
protected  AssetEntry AssetEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, AssetEntry assetEntry, long companyId, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByExpirationDate_PrevAndNext(Session session, AssetEntry assetEntry, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, AssetEntry assetEntry, long groupId, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByLayoutUuid_PrevAndNext(Session session, AssetEntry assetEntry, String layoutUuid, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByPublishDate_PrevAndNext(Session session, AssetEntry assetEntry, Date publishDate, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByVisible_PrevAndNext(Session session, AssetEntry assetEntry, boolean visible, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
 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.
 AssetEntry AssetEntryPersistenceImpl.removeByC_C(long classNameId, long classPK)
          Removes the asset entry where classNameId = ? and classPK = ? from the database.
 AssetEntry AssetEntryPersistenceImpl.removeByG_CU(long groupId, String classUuid)
          Removes the asset entry where groupId = ? and classUuid = ? from the database.
protected  AssetEntry AssetEntryPersistenceImpl.removeImpl(AssetEntry assetEntry)
           
protected  AssetEntry AssetEntryPersistenceImpl.toUnwrappedModel(AssetEntry assetEntry)
           
 AssetEntry AssetEntryPersistenceImpl.updateImpl(AssetEntry assetEntry)
           
 

Methods in com.liferay.portlet.asset.service.persistence.impl that return types with arguments of type AssetEntry
 Map<Serializable,AssetEntry> AssetEntryPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<AssetEntry> AssetEntryPersistenceImpl.findAll()
          Returns all the asset entries.
 List<AssetEntry> AssetEntryPersistenceImpl.findAll(int start, int end)
          Returns a range of all the asset entries.
 List<AssetEntry> AssetEntryPersistenceImpl.findAll(int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries.
 List<AssetEntry> AssetEntryPersistenceImpl.findByCompanyId(long companyId)
          Returns all the asset entries where companyId = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the asset entries where companyId = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where companyId = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByExpirationDate(Date expirationDate)
          Returns all the asset entries where expirationDate = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByExpirationDate(Date expirationDate, int start, int end)
          Returns a range of all the asset entries where expirationDate = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByExpirationDate(Date expirationDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where expirationDate = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByGroupId(long groupId)
          Returns all the asset entries where groupId = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the asset entries where groupId = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where groupId = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByLayoutUuid(String layoutUuid)
          Returns all the asset entries where layoutUuid = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByLayoutUuid(String layoutUuid, int start, int end)
          Returns a range of all the asset entries where layoutUuid = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where layoutUuid = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByPublishDate(Date publishDate)
          Returns all the asset entries where publishDate = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByPublishDate(Date publishDate, int start, int end)
          Returns a range of all the asset entries where publishDate = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByPublishDate(Date publishDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where publishDate = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByVisible(boolean visible)
          Returns all the asset entries where visible = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByVisible(boolean visible, int start, int end)
          Returns a range of all the asset entries where visible = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByVisible(boolean visible, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where visible = ?.
 List<AssetEntry> AssetEntryFinderImpl.findEntries(AssetEntryQuery entryQuery)
           
 List<AssetEntry> AssetTagPersistenceImpl.getAssetEntries(long pk)
          Returns all the asset entries associated with the asset tag.
 List<AssetEntry> AssetCategoryPersistenceImpl.getAssetEntries(long pk)
          Returns all the asset entries associated with the asset category.
 List<AssetEntry> AssetTagPersistenceImpl.getAssetEntries(long pk, int start, int end)
          Returns a range of all the asset entries associated with the asset tag.
 List<AssetEntry> AssetCategoryPersistenceImpl.getAssetEntries(long pk, int start, int end)
          Returns a range of all the asset entries associated with the asset category.
 List<AssetEntry> AssetTagPersistenceImpl.getAssetEntries(long pk, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries associated with the asset tag.
 List<AssetEntry> AssetCategoryPersistenceImpl.getAssetEntries(long pk, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries associated with the asset category.
 

Methods in com.liferay.portlet.asset.service.persistence.impl with parameters of type AssetEntry
 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.
 void AssetEntryPersistenceImpl.cacheResult(AssetEntry assetEntry)
          Caches the asset entry in the entity cache if it is enabled.
protected  void AssetEntryPersistenceImpl.cacheUniqueFindersCache(AssetEntry assetEntry)
           
 void AssetEntryPersistenceImpl.clearCache(AssetEntry assetEntry)
          Clears the cache for the asset entry.
protected  void AssetEntryPersistenceImpl.clearUniqueFindersCache(AssetEntry assetEntry)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, AssetEntry assetEntry, long companyId, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByExpirationDate_PrevAndNext(Session session, AssetEntry assetEntry, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, AssetEntry assetEntry, long groupId, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByLayoutUuid_PrevAndNext(Session session, AssetEntry assetEntry, String layoutUuid, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByPublishDate_PrevAndNext(Session session, AssetEntry assetEntry, Date publishDate, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByVisible_PrevAndNext(Session session, AssetEntry assetEntry, boolean visible, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
 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)
           
 AssetEntry AssetEntryPersistenceImpl.updateImpl(AssetEntry assetEntry)
           
 

Method parameters in com.liferay.portlet.asset.service.persistence.impl with type arguments of type AssetEntry
 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.
 void AssetEntryPersistenceImpl.cacheResult(List<AssetEntry> assetEntries)
          Caches the asset entries in the entity cache if it is enabled.
 void AssetEntryPersistenceImpl.clearCache(List<AssetEntry> assetEntries)
           
 AssetEntry AssetEntryPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByExpirationDate_First(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByExpirationDate_Last(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where groupId = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where groupId = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByLayoutUuid_First(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByLayoutUuid_Last(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByPublishDate_First(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByPublishDate_Last(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByVisible_First(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
 AssetEntry AssetEntryPersistenceImpl.fetchByVisible_Last(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where visible = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findAll(int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries.
 AssetEntry AssetEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where companyId = ?.
 AssetEntry AssetEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where companyId = ?.
 AssetEntry[] AssetEntryPersistenceImpl.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where companyId = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where companyId = ?.
 AssetEntry AssetEntryPersistenceImpl.findByExpirationDate_First(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where expirationDate = ?.
 AssetEntry AssetEntryPersistenceImpl.findByExpirationDate_Last(Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where expirationDate = ?.
 AssetEntry[] AssetEntryPersistenceImpl.findByExpirationDate_PrevAndNext(long entryId, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where expirationDate = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByExpirationDate(Date expirationDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where expirationDate = ?.
 AssetEntry AssetEntryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where groupId = ?.
 AssetEntry AssetEntryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where groupId = ?.
 AssetEntry[] AssetEntryPersistenceImpl.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where groupId = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where groupId = ?.
 AssetEntry AssetEntryPersistenceImpl.findByLayoutUuid_First(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where layoutUuid = ?.
 AssetEntry AssetEntryPersistenceImpl.findByLayoutUuid_Last(String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where layoutUuid = ?.
 AssetEntry[] AssetEntryPersistenceImpl.findByLayoutUuid_PrevAndNext(long entryId, String layoutUuid, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where layoutUuid = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByLayoutUuid(String layoutUuid, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where layoutUuid = ?.
 AssetEntry AssetEntryPersistenceImpl.findByPublishDate_First(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where publishDate = ?.
 AssetEntry AssetEntryPersistenceImpl.findByPublishDate_Last(Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where publishDate = ?.
 AssetEntry[] AssetEntryPersistenceImpl.findByPublishDate_PrevAndNext(long entryId, Date publishDate, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where publishDate = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByPublishDate(Date publishDate, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where publishDate = ?.
 AssetEntry AssetEntryPersistenceImpl.findByVisible_First(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the first asset entry in the ordered set where visible = ?.
 AssetEntry AssetEntryPersistenceImpl.findByVisible_Last(boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the last asset entry in the ordered set where visible = ?.
 AssetEntry[] AssetEntryPersistenceImpl.findByVisible_PrevAndNext(long entryId, boolean visible, OrderByComparator<AssetEntry> orderByComparator)
          Returns the asset entries before and after the current asset entry in the ordered set where visible = ?.
 List<AssetEntry> AssetEntryPersistenceImpl.findByVisible(boolean visible, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries where visible = ?.
 List<AssetEntry> AssetTagPersistenceImpl.getAssetEntries(long pk, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries associated with the asset tag.
 List<AssetEntry> AssetCategoryPersistenceImpl.getAssetEntries(long pk, int start, int end, OrderByComparator<AssetEntry> orderByComparator)
          Returns an ordered range of all the asset entries associated with the asset category.
protected  AssetEntry AssetEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, AssetEntry assetEntry, long companyId, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByExpirationDate_PrevAndNext(Session session, AssetEntry assetEntry, Date expirationDate, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, AssetEntry assetEntry, long groupId, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByLayoutUuid_PrevAndNext(Session session, AssetEntry assetEntry, String layoutUuid, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByPublishDate_PrevAndNext(Session session, AssetEntry assetEntry, Date publishDate, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
protected  AssetEntry AssetEntryPersistenceImpl.getByVisible_PrevAndNext(Session session, AssetEntry assetEntry, boolean visible, OrderByComparator<AssetEntry> orderByComparator, boolean previous)
           
 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.
 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.asset.util
 

Methods in com.liferay.portlet.asset.util that return types with arguments of type AssetEntry
static List<AssetEntry> AssetUtil.getAssetEntries(Hits hits)
           
static BaseModelSearchResult<AssetEntry> AssetUtil.searchAssetEntries(javax.servlet.http.HttpServletRequest request, AssetEntryQuery assetEntryQuery, int start, int end)
           
static BaseModelSearchResult<AssetEntry> AssetUtil.searchAssetEntries(SearchContext searchContext, AssetEntryQuery assetEntryQuery, int start, int end)
           
 

Methods in com.liferay.portlet.asset.util with parameters of type AssetEntry
static String AssetUtil.checkViewURL(AssetEntry assetEntry, boolean viewInContext, String viewURL, String currentURL, ThemeDisplay themeDisplay)
           
 

Uses of AssetEntry in com.liferay.portlet.asset.util.test
 

Methods in com.liferay.portlet.asset.util.test that return AssetEntry
static AssetEntry AssetTestUtil.addAssetEntry(long groupId)
           
static AssetEntry AssetTestUtil.addAssetEntry(long groupId, Date publishDate)
           
 

Uses of AssetEntry in com.liferay.portlet.assetpublisher.action
 

Methods in com.liferay.portlet.assetpublisher.action that return types with arguments of type AssetEntry
protected  List<AssetEntry> RSSAction.getAssetEntries(PortletRequest portletRequest, PortletPreferences portletPreferences)
           
 

Methods in com.liferay.portlet.assetpublisher.action with parameters of type AssetEntry
protected  String RSSAction.getEntryURL(PortletRequest portletRequest, PortletResponse portletResponse, String linkBehavior, AssetEntry assetEntry)
           
protected  String RSSAction.getEntryURLAssetPublisher(PortletRequest portletRequest, PortletResponse portletResponse, AssetEntry assetEntry)
           
protected  String RSSAction.getEntryURLViewInContext(PortletRequest portletRequest, PortletResponse portletResponse, AssetEntry assetEntry)
           
 

Method parameters in com.liferay.portlet.assetpublisher.action with type arguments of type AssetEntry
protected  String RSSAction.exportToRSS(PortletRequest portletRequest, PortletResponse portletResponse, String name, String description, String format, double version, String displayStyle, String linkBehavior, List<AssetEntry> assetEntries)
           
 

Uses of AssetEntry in com.liferay.portlet.assetpublisher.util
 

Methods in com.liferay.portlet.assetpublisher.util that return types with arguments of type AssetEntry
 List<AssetEntry> AssetPublisher.getAssetEntries(long[] groupIds, long[] classNameIds, String keywords, String userName, String title, String description, boolean advancedSearch, boolean andOperator, int start, int end, String orderByCol1, String orderByCol2, String orderByType1, String orderByType2)
           
static List<AssetEntry> AssetPublisherUtil.getAssetEntries(long[] groupIds, long[] classNameIds, String keywords, String userName, String title, String description, boolean advancedSearch, boolean andOperator, int start, int end, String orderByCol1, String orderByCol2, String orderByType1, String orderByType2)
           
 List<AssetEntry> AssetPublisherImpl.getAssetEntries(long[] groupIds, long[] classNameIds, String keywords, String userName, String title, String description, boolean advancedSearch, boolean andOperator, int start, int end, String orderByCol1, String orderByCol2, String orderByType1, String orderByType2)
           
 List<AssetEntry> AssetPublisher.getAssetEntries(PortletPreferences portletPreferences, Layout layout, long scopeGroupId, int max, boolean checkPermission)
           
static List<AssetEntry> AssetPublisherUtil.getAssetEntries(PortletPreferences portletPreferences, Layout layout, long scopeGroupId, int max, boolean checkPermission)
           
 List<AssetEntry> AssetPublisherImpl.getAssetEntries(PortletPreferences portletPreferences, Layout layout, long scopeGroupId, int max, boolean checkPermission)
           
 List<AssetEntry> AssetPublisher.getAssetEntries(PortletRequest portletRequest, PortletPreferences portletPreferences, PermissionChecker permissionChecker, long[] groupIds, boolean deleteMissingAssetEntries, boolean checkPermission)
           
static List<AssetEntry> AssetPublisherUtil.getAssetEntries(PortletRequest portletRequest, PortletPreferences portletPreferences, PermissionChecker permissionChecker, long[] groupIds, boolean deleteMissingAssetEntries, boolean checkPermission)
           
 List<AssetEntry> AssetPublisherImpl.getAssetEntries(PortletRequest portletRequest, PortletPreferences portletPreferences, PermissionChecker permissionChecker, long[] groupIds, boolean deleteMissingAssetEntries, boolean checkPermission)
           
 List<AssetEntry> AssetPublisher.getAssetEntries(PortletRequest portletRequest, PortletPreferences portletPreferences, PermissionChecker permissionChecker, long[] groupIds, long[] allCategoryIds, String[] allTagNames, boolean deleteMissingAssetEntries, boolean checkPermission)
           
static List<AssetEntry> AssetPublisherUtil.getAssetEntries(PortletRequest portletRequest, PortletPreferences portletPreferences, PermissionChecker permissionChecker, long[] groupIds, long[] allCategoryIds, String[] allTagNames, boolean deleteMissingAssetEntries, boolean checkPermission)
           
 List<AssetEntry> AssetPublisherImpl.getAssetEntries(PortletRequest portletRequest, PortletPreferences portletPreferences, PermissionChecker permissionChecker, long[] groupIds, long[] allCategoryIds, String[] allTagNames, boolean deleteMissingAssetEntries, boolean checkPermission)
           
 List<AssetEntry> AssetPublisher.getAssetEntries(PortletRequest portletRequest, PortletPreferences portletPreferences, PermissionChecker permissionChecker, long[] groupIds, long[] assetCategoryIds, String[] assetEntryXmls, String[] assetTagNames, boolean deleteMissingAssetEntries, boolean checkPermission)
          Deprecated. As of 7.0.0, replaced by AssetPublisher.getAssetEntries( PortletRequest, PortletPreferences, PermissionChecker, long[], long[], String[], boolean , boolean)
static List<AssetEntry> AssetPublisherUtil.getAssetEntries(PortletRequest portletRequest, PortletPreferences portletPreferences, PermissionChecker permissionChecker, long[] groupIds, long[] assetCategoryIds, String[] assetEntryXmls, String[] assetTagNames, boolean deleteMissingAssetEntries, boolean checkPermission)
          Deprecated. As of 7.0.0, replaced by AssetPublisherUtil.getAssetEntries( PortletRequest, PortletPreferences, PermissionChecker, long[], long[], String[], boolean , boolean)
 List<AssetEntry> AssetPublisherImpl.getAssetEntries(PortletRequest portletRequest, PortletPreferences portletPreferences, PermissionChecker permissionChecker, long[] groupIds, long[] allCategoryIds, String[] assetEntryXmls, String[] allTagNames, boolean deleteMissingAssetEntries, boolean checkPermission)
          Deprecated. As of 7.0.0, replaced by AssetPublisherImpl.getAssetEntries(PortletRequest, PortletPreferences, PermissionChecker, long[], long[], String[], boolean , boolean)
 List<AssetEntry> AssetPublisher.getAssetEntries(PortletRequest portletRequest, PortletPreferences portletPreferences, PermissionChecker permissionChecker, long[] groupIds, String[] assetEntryXmls, boolean deleteMissingAssetEntries, boolean checkPermission)
          Deprecated. As of 7.0.0, replaced by AssetPublisher.getAssetEntries( PortletRequest, PortletPreferences, PermissionChecker, long[], boolean, boolean)
static List<AssetEntry> AssetPublisherUtil.getAssetEntries(PortletRequest portletRequest, PortletPreferences portletPreferences, PermissionChecker permissionChecker, long[] groupIds, String[] assetEntryXmls, boolean deleteMissingAssetEntries, boolean checkPermission)
          Deprecated. As of 7.0.0, replaced by AssetPublisherUtil.getAssetEntries( PortletRequest, PortletPreferences, PermissionChecker, long[], boolean, boolean)
 List<AssetEntry> AssetPublisherImpl.getAssetEntries(PortletRequest portletRequest, PortletPreferences portletPreferences, PermissionChecker permissionChecker, long[] groupIds, String[] assetEntryXmls, boolean deleteMissingAssetEntries, boolean checkPermission)
          Deprecated. As of 7.0.0, replaced by AssetPublisherImpl.getAssetEntries(PortletRequest, PortletPreferences, PermissionChecker, long[], boolean, boolean)
 

Methods in com.liferay.portlet.assetpublisher.util with parameters of type AssetEntry
static String AssetPublisherHelperUtil.getAssetViewURL(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, AssetEntry assetEntry)
           
 String AssetPublisherHelperImpl.getAssetViewURL(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, AssetEntry assetEntry)
           
 String AssetPublisherHelper.getAssetViewURL(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, AssetEntry assetEntry)
           
static String AssetPublisherHelperUtil.getAssetViewURL(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, AssetEntry assetEntry, boolean viewInContext)
           
 String AssetPublisherHelperImpl.getAssetViewURL(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, AssetEntry assetEntry, boolean viewInContext)
           
 String AssetPublisherHelper.getAssetViewURL(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, AssetEntry assetEntry, boolean viewInContext)
           
 

Method parameters in com.liferay.portlet.assetpublisher.util with type arguments of type AssetEntry
 void AssetPublisher.notifySubscribers(PortletPreferences portletPreferences, long plid, String portletId, List<AssetEntry> assetEntries)
           
static void AssetPublisherUtil.notifySubscribers(PortletPreferences portletPreferences, long plid, String portletId, List<AssetEntry> assetEntries)
           
 void AssetPublisherImpl.notifySubscribers(PortletPreferences portletPreferences, long plid, String portletId, List<AssetEntry> assetEntries)
           
 

Uses of AssetEntry in com.liferay.portlet.blogs.util
 

Methods in com.liferay.portlet.blogs.util that return types with arguments of type AssetEntry
static SearchContainerResults<AssetEntry> BlogsUtil.getSearchContainerResults(SearchContainer<?> searchContainer)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service that return AssetEntry
static AssetEntry DLAppHelperLocalServiceUtil.updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, long assetClassPk)
           
 AssetEntry DLAppHelperLocalServiceWrapper.updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, long assetClassPk)
           
 AssetEntry DLAppHelperLocalService.updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, long assetClassPk)
           
static AssetEntry DLAppHelperLocalServiceUtil.updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 AssetEntry DLAppHelperLocalServiceWrapper.updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 AssetEntry DLAppHelperLocalService.updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
static AssetEntry DLAppHelperLocalServiceUtil.updateAsset(long userId, Folder folder, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 AssetEntry DLAppHelperLocalServiceWrapper.updateAsset(long userId, Folder folder, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 AssetEntry DLAppHelperLocalService.updateAsset(long userId, Folder folder, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.impl that return AssetEntry
 AssetEntry DLAppHelperLocalServiceImpl.updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, long assetClassPk)
           
 AssetEntry DLAppHelperLocalServiceImpl.updateAsset(long userId, FileEntry fileEntry, FileVersion fileVersion, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 AssetEntry DLAppHelperLocalServiceImpl.updateAsset(long userId, Folder folder, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 

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

Methods in com.liferay.portlet.social.model that return AssetEntry
 AssetEntry SocialActivityWrapper.getAssetEntry()
           
 AssetEntry SocialActivity.getAssetEntry()
           
 

Methods in com.liferay.portlet.social.model with parameters of type AssetEntry
 void SocialActivityWrapper.setAssetEntry(AssetEntry assetEntry)
           
 void SocialActivity.setAssetEntry(AssetEntry assetEntry)
           
 

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

Methods in com.liferay.portlet.social.model.impl that return AssetEntry
 AssetEntry SocialActivityImpl.getAssetEntry()
           
 

Methods in com.liferay.portlet.social.model.impl with parameters of type AssetEntry
 void SocialActivityImpl.setAssetEntry(AssetEntry assetEntry)
           
 

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

Methods in com.liferay.portlet.social.service with parameters of type AssetEntry
 void SocialActivityLocalService.deleteActivities(AssetEntry assetEntry)
          Removes stored activities for the asset.
 void SocialActivityLocalServiceWrapper.deleteActivities(AssetEntry assetEntry)
          Removes stored activities for the asset.
static void SocialActivityLocalServiceUtil.deleteActivities(AssetEntry assetEntry)
          Removes stored activities for the asset.
static void SocialActivityCounterLocalServiceUtil.deleteActivityCounters(AssetEntry assetEntry)
          Deletes all activity counters, limits, and settings related to the asset.
 void SocialActivityCounterLocalService.deleteActivityCounters(AssetEntry assetEntry)
          Deletes all activity counters, limits, and settings related to the asset.
 void SocialActivityCounterLocalServiceWrapper.deleteActivityCounters(AssetEntry assetEntry)
          Deletes all activity counters, limits, and settings related to the asset.
 

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 SocialActivityCounterLocalServiceImpl.adjustUserContribution(AssetEntry assetEntry, boolean enable)
           
 void SocialActivityLocalServiceImpl.deleteActivities(AssetEntry assetEntry)
          Removes stored activities for the asset.
 void SocialActivityCounterLocalServiceImpl.deleteActivityCounters(AssetEntry assetEntry)
          Deletes all activity counters, limits, and settings related to the asset.
protected  long SocialActivityCounterLocalServiceImpl.getClassNameId(AssetEntry assetEntry, int ownerType)
           
protected  long SocialActivityCounterLocalServiceImpl.getClassPK(User user, AssetEntry assetEntry, int ownerType)
           
protected  boolean SocialActivityCounterLocalServiceImpl.isAddActivityCounter(User user, User assetEntryUser, AssetEntry assetEntry, SocialActivityCounterDefinition activityCounterDefinition)
           
 

Uses of AssetEntry in com.liferay.portlet.social.util.test
 

Methods in com.liferay.portlet.social.util.test that return AssetEntry
static AssetEntry SocialActivityTestUtil.addAssetEntry(User user, Group group)
           
static AssetEntry SocialActivityTestUtil.addAssetEntry(User user, Group group, AssetEntry assetEntry)
           
 

Methods in com.liferay.portlet.social.util.test with parameters of type AssetEntry
static void SocialActivityTestUtil.addActivity(User user, Group group, AssetEntry assetEntry, int type)
           
static void SocialActivityTestUtil.addActivity(User user, Group group, AssetEntry assetEntry, int type, String extraData)
           
static AssetEntry SocialActivityTestUtil.addAssetEntry(User user, Group group, AssetEntry assetEntry)
           
static SocialActivityLimit SocialActivityTestUtil.getActivityLimit(long groupId, User user, AssetEntry assetEntry, int activityType, String activityCounterName)
           
 

Uses of AssetEntry in com.liferay.portlet.trash
 

Methods in com.liferay.portlet.trash that return AssetEntry
protected  AssetEntry BaseTrashHandlerTestCase.fetchAssetEntry(Class<?> clazz, long classPK)
           
protected  AssetEntry BaseTrashHandlerTestCase.fetchAssetEntry(ClassedModel classedModel)
           
 

Uses of AssetEntry in com.liferay.taglib.ui.context
 

Methods in com.liferay.taglib.ui.context that return AssetEntry
 AssetEntry InputAssetLinksDisplayContext.getAssetLinkEntry(AssetLink assetLink)
           
 

Methods in com.liferay.taglib.ui.context with parameters of type AssetEntry
 String InputAssetLinksDisplayContext.getAssetType(AssetEntry entry)
           
 String InputAssetLinksDisplayContext.getGroupDescriptiveName(AssetEntry assetEntry)
           
 


Liferay 7.0-ce-m3