|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static List<AssetEntry> |
getCompanyEntries(long companyId,
int start,
int end)
|
static int |
getCompanyEntriesCount(long companyId)
|
static List<AssetEntry> |
getEntries(AssetEntryQuery entryQuery)
|
static int |
getEntriesCount(AssetEntryQuery entryQuery)
|
static AssetEntry |
getEntry(long entryId)
|
static AssetEntryService |
getService()
|
static AssetEntry |
incrementViewCounter(String className,
long classPK)
|
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(AssetEntryService service)
Deprecated. |
static AssetEntry |
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 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 |
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. #updateEntry(long, Date, Date. String, long, String,
long, long[], String[], boolean, Date, Date, Date, Date,
String, String, String, String, String, String, int, int,
Integer, boolean) |
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 String getBeanIdentifier()
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanpublic static List<AssetEntry> getCompanyEntries(long companyId, int start, int end) throws SystemException
SystemException
public static int getCompanyEntriesCount(long companyId) 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 AssetEntry getEntry(long entryId) throws PortalException, SystemException
PortalException
SystemException
public static AssetEntry incrementViewCounter(String className, long classPK) throws PortalException, SystemException
PortalException
SystemException
public static AssetEntry 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 publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync) throws PortalException, SystemException
PortalException
SystemException
public static AssetEntry 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) throws PortalException, SystemException
#updateEntry(long, Date, Date. String, long, String,
long, long[], String[], boolean, Date, Date, Date, Date,
String, String, String, String, String, String, int, int,
Integer, boolean)
PortalException
SystemException
public static AssetEntryService getService()
public void setService(AssetEntryService service)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |