|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.asset.service.AssetEntryServiceUtil
public class AssetEntryServiceUtil
The utility for the asset entry remote service. This utility wraps com.liferay.portlet.asset.service.impl.AssetEntryServiceImpl and is the primary access point for service operations in application layer code running on a remote server.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
AssetEntryService,
com.liferay.portlet.asset.service.base.AssetEntryServiceBaseImpl,
com.liferay.portlet.asset.service.impl.AssetEntryServiceImpl| Constructor Summary | |
|---|---|
AssetEntryServiceUtil()
|
|
| Method Summary | |
|---|---|
static List<AssetEntry> |
getCompanyEntries(long companyId,
int start,
int end)
|
static int |
getCompanyEntriesCount(long companyId)
|
static String |
getCompanyEntriesRSS(long companyId,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String tagURL)
Deprecated. |
static AssetEntryDisplay[] |
getCompanyEntryDisplays(long companyId,
int start,
int end,
String languageId)
|
static List<AssetEntry> |
getEntries(AssetEntryQuery entryQuery)
|
static int |
getEntriesCount(AssetEntryQuery entryQuery)
|
static String |
getEntriesRSS(AssetEntryQuery entryQuery,
String name,
String type,
double version,
String displayStyle,
String feedURL,
String tagURL)
Deprecated. |
static AssetEntry |
getEntry(long entryId)
|
static AssetEntryService |
getService()
|
static void |
incrementViewCounter(String className,
long classPK)
|
static AssetEntryDisplay[] |
searchEntryDisplays(long companyId,
long[] groupIds,
String className,
String keywords,
String languageId,
int start,
int end)
|
static AssetEntryDisplay[] |
searchEntryDisplays(long companyId,
String portletId,
String keywords,
String languageId,
int start,
int end)
Deprecated. #searchEntryDisplays(long, long[], String, String,
String) |
static int |
searchEntryDisplaysCount(long companyId,
long[] groupIds,
String className,
String keywords,
String languageId)
|
static int |
searchEntryDisplaysCount(long companyId,
String portletId,
String keywords,
String languageId)
Deprecated. searchEntryDisplaysCount(long, long[], String,
String, String) |
void |
setService(AssetEntryService service)
|
static AssetEntry |
updateEntry(long groupId,
String className,
long classPK,
String classUuid,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date publishDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
int height,
int width,
Integer priority,
boolean sync)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssetEntryServiceUtil()
| Method Detail |
|---|
public static List<AssetEntry> getCompanyEntries(long companyId,
int start,
int end)
throws SystemException
SystemException
public static int getCompanyEntriesCount(long companyId)
throws SystemException
SystemException
public static String getCompanyEntriesRSS(long companyId,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String tagURL)
throws PortalException,
SystemException
PortalException
SystemException
public static AssetEntryDisplay[] getCompanyEntryDisplays(long companyId,
int start,
int end,
String languageId)
throws SystemException
SystemException
public static List<AssetEntry> getEntries(AssetEntryQuery entryQuery)
throws PortalException,
SystemException
PortalException
SystemException
public static int getEntriesCount(AssetEntryQuery entryQuery)
throws PortalException,
SystemException
PortalException
SystemException
public static String getEntriesRSS(AssetEntryQuery entryQuery,
String name,
String type,
double version,
String displayStyle,
String feedURL,
String tagURL)
throws PortalException,
SystemException
PortalException
SystemException
public static AssetEntry getEntry(long entryId)
throws PortalException,
SystemException
PortalException
SystemException
public static void incrementViewCounter(String className,
long classPK)
throws PortalException,
SystemException
PortalException
SystemException
public static AssetEntryDisplay[] searchEntryDisplays(long companyId,
long[] groupIds,
String className,
String keywords,
String languageId,
int start,
int end)
throws SystemException
SystemException
public static AssetEntryDisplay[] searchEntryDisplays(long companyId,
String portletId,
String keywords,
String languageId,
int start,
int end)
throws SystemException
#searchEntryDisplays(long, long[], String, String,
String)
SystemException
public static int searchEntryDisplaysCount(long companyId,
long[] groupIds,
String className,
String keywords,
String languageId)
throws SystemException
SystemException
public static int searchEntryDisplaysCount(long companyId,
String portletId,
String keywords,
String languageId)
throws SystemException
searchEntryDisplaysCount(long, long[], String,
String, String)
SystemException
public static AssetEntry updateEntry(long groupId,
String className,
long classPK,
String classUuid,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date publishDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
int height,
int width,
Integer priority,
boolean sync)
throws PortalException,
SystemException
PortalException
SystemExceptionpublic static AssetEntryService getService()
public void setService(AssetEntryService service)
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||