Liferay 6.1.10-ee-ga1

Uses of Class
com.liferay.portlet.asset.model.AssetEntryDisplay

Packages that use AssetEntryDisplay
com.liferay.portlet.asset.service This package defines the local and remote asset portlet service interfaces and classes. 
com.liferay.portlet.asset.service.http   
com.liferay.portlet.asset.service.impl This package defines the local and remote asset portlet service implementations. 
 

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

Methods in com.liferay.portlet.asset.service that return AssetEntryDisplay
 AssetEntryDisplay[] AssetEntryServiceWrapper.getCompanyEntryDisplays(long companyId, int start, int end, String languageId)
           
static AssetEntryDisplay[] AssetEntryServiceUtil.getCompanyEntryDisplays(long companyId, int start, int end, String languageId)
           
 AssetEntryDisplay[] AssetEntryService.getCompanyEntryDisplays(long companyId, int start, int end, String languageId)
           
 AssetEntryDisplay[] AssetEntryLocalServiceWrapper.getCompanyEntryDisplays(long companyId, int start, int end, String languageId)
           
static AssetEntryDisplay[] AssetEntryLocalServiceUtil.getCompanyEntryDisplays(long companyId, int start, int end, String languageId)
           
 AssetEntryDisplay[] AssetEntryLocalService.getCompanyEntryDisplays(long companyId, int start, int end, String languageId)
           
 AssetEntryDisplay[] AssetEntryServiceWrapper.searchEntryDisplays(long companyId, long[] groupIds, String className, String keywords, String languageId, int start, int end)
           
static AssetEntryDisplay[] AssetEntryServiceUtil.searchEntryDisplays(long companyId, long[] groupIds, String className, String keywords, String languageId, int start, int end)
           
 AssetEntryDisplay[] AssetEntryService.searchEntryDisplays(long companyId, long[] groupIds, String className, String keywords, String languageId, int start, int end)
           
 AssetEntryDisplay[] AssetEntryLocalServiceWrapper.searchEntryDisplays(long companyId, long[] groupIds, String className, String keywords, String languageId, int start, int end)
           
static AssetEntryDisplay[] AssetEntryLocalServiceUtil.searchEntryDisplays(long companyId, long[] groupIds, String className, String keywords, String languageId, int start, int end)
           
 AssetEntryDisplay[] AssetEntryLocalService.searchEntryDisplays(long companyId, long[] groupIds, String className, String keywords, String languageId, int start, int end)
           
 

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

Methods in com.liferay.portlet.asset.service.http that return AssetEntryDisplay
static AssetEntryDisplay[] AssetEntryServiceHttp.getCompanyEntryDisplays(HttpPrincipal httpPrincipal, long companyId, int start, int end, String languageId)
           
static AssetEntryDisplay[] AssetEntryServiceSoap.getCompanyEntryDisplays(long companyId, int start, int end, String languageId)
           
static AssetEntryDisplay[] AssetEntryServiceHttp.searchEntryDisplays(HttpPrincipal httpPrincipal, long companyId, long[] groupIds, String className, String keywords, String languageId, int start, int end)
           
static AssetEntryDisplay[] AssetEntryServiceSoap.searchEntryDisplays(long companyId, long[] groupIds, String className, String keywords, String languageId, int start, int end)
           
 

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

Methods in com.liferay.portlet.asset.service.impl that return AssetEntryDisplay
 AssetEntryDisplay[] AssetEntryServiceImpl.getCompanyEntryDisplays(long companyId, int start, int end, String languageId)
           
 AssetEntryDisplay[] AssetEntryLocalServiceImpl.getCompanyEntryDisplays(long companyId, int start, int end, String languageId)
           
protected  AssetEntryDisplay[] AssetEntryLocalServiceImpl.getEntryDisplays(List<AssetEntry> entries, String languageId)
           
 AssetEntryDisplay[] AssetEntryServiceImpl.searchEntryDisplays(long companyId, long[] groupIds, String className, String keywords, String languageId, int start, int end)
           
 AssetEntryDisplay[] AssetEntryLocalServiceImpl.searchEntryDisplays(long companyId, long[] groupIds, String className, String keywords, String languageId, int start, int end)
           
 


Liferay 6.1.10-ee-ga1