@ProviderType
public class AssetEntryLocalServiceUtil
extends java.lang.Object
com.liferay.portlet.asset.service.impl.AssetEntryLocalServiceImpl and is the
primary access point for service operations in application layer code running
on the local server. Methods of this service will not have security checks
based on the propagated JAAS credentials because this service can only be
accessed from within the same VM.AssetEntryLocalService,
com.liferay.portlet.asset.service.base.AssetEntryLocalServiceBaseImpl,
com.liferay.portlet.asset.service.impl.AssetEntryLocalServiceImpl| Constructor and Description |
|---|
AssetEntryLocalServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addAssetCategoryAssetEntries(long categoryId,
java.util.List<AssetEntry> AssetEntries) |
static void |
addAssetCategoryAssetEntries(long categoryId,
long[] entryIds) |
static void |
addAssetCategoryAssetEntry(long categoryId,
AssetEntry assetEntry) |
static void |
addAssetCategoryAssetEntry(long categoryId,
long entryId) |
static AssetEntry |
addAssetEntry(AssetEntry assetEntry)
Adds the asset entry to the database.
|
static void |
addAssetTagAssetEntries(long tagId,
java.util.List<AssetEntry> AssetEntries) |
static void |
addAssetTagAssetEntries(long tagId,
long[] entryIds) |
static void |
addAssetTagAssetEntry(long tagId,
AssetEntry assetEntry) |
static void |
addAssetTagAssetEntry(long tagId,
long entryId) |
static void |
clearAssetCategoryAssetEntries(long categoryId) |
static void |
clearAssetTagAssetEntries(long tagId) |
static AssetEntry |
createAssetEntry(long entryId)
Creates a new asset entry with the primary key.
|
static void |
deleteAssetCategoryAssetEntries(long categoryId,
java.util.List<AssetEntry> AssetEntries) |
static void |
deleteAssetCategoryAssetEntries(long categoryId,
long[] entryIds) |
static void |
deleteAssetCategoryAssetEntry(long categoryId,
AssetEntry assetEntry) |
static void |
deleteAssetCategoryAssetEntry(long categoryId,
long entryId) |
static AssetEntry |
deleteAssetEntry(AssetEntry assetEntry)
Deletes the asset entry from the database.
|
static AssetEntry |
deleteAssetEntry(long entryId)
Deletes the asset entry with the primary key from the database.
|
static void |
deleteAssetTagAssetEntries(long tagId,
java.util.List<AssetEntry> AssetEntries) |
static void |
deleteAssetTagAssetEntries(long tagId,
long[] entryIds) |
static void |
deleteAssetTagAssetEntry(long tagId,
AssetEntry assetEntry) |
static void |
deleteAssetTagAssetEntry(long tagId,
long entryId) |
static void |
deleteEntry(AssetEntry entry) |
static void |
deleteEntry(long entryId) |
static void |
deleteEntry(java.lang.String className,
long classPK) |
static DynamicQuery |
dynamicQuery() |
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
static java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows that match the dynamic query.
|
static long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows that match the dynamic query.
|
static AssetEntry |
fetchAssetEntry(long entryId) |
static AssetEntry |
fetchEntry(long entryId) |
static AssetEntry |
fetchEntry(long groupId,
java.lang.String classUuid) |
static AssetEntry |
fetchEntry(java.lang.String className,
long classPK) |
static java.util.List<AssetEntry> |
getAncestorEntries(long entryId) |
static java.util.List<AssetEntry> |
getAssetCategoryAssetEntries(long categoryId) |
static java.util.List<AssetEntry> |
getAssetCategoryAssetEntries(long categoryId,
int start,
int end) |
static java.util.List<AssetEntry> |
getAssetCategoryAssetEntries(long categoryId,
int start,
int end,
OrderByComparator orderByComparator) |
static int |
getAssetCategoryAssetEntriesCount(long categoryId) |
static java.util.List<AssetEntry> |
getAssetEntries(int start,
int end)
Returns a range of all the asset entries.
|
static int |
getAssetEntriesCount()
Returns the number of asset entries.
|
static AssetEntry |
getAssetEntry(long entryId)
Returns the asset entry with the primary key.
|
static java.util.List<AssetEntry> |
getAssetTagAssetEntries(long tagId) |
static java.util.List<AssetEntry> |
getAssetTagAssetEntries(long tagId,
int start,
int end) |
static java.util.List<AssetEntry> |
getAssetTagAssetEntries(long tagId,
int start,
int end,
OrderByComparator orderByComparator) |
static int |
getAssetTagAssetEntriesCount(long tagId) |
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
static java.util.List<AssetEntry> |
getChildEntries(long entryId) |
static java.util.List<AssetEntry> |
getCompanyEntries(long companyId,
int start,
int end) |
static int |
getCompanyEntriesCount(long companyId) |
static java.util.List<AssetEntry> |
getEntries(AssetEntryQuery entryQuery) |
static int |
getEntriesCount(AssetEntryQuery entryQuery) |
static AssetEntry |
getEntry(long entryId) |
static AssetEntry |
getEntry(long groupId,
java.lang.String classUuid) |
static AssetEntry |
getEntry(java.lang.String className,
long classPK) |
static AssetEntry |
getNextEntry(long entryId) |
static AssetEntry |
getParentEntry(long entryId) |
static PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
static AssetEntry |
getPreviousEntry(long entryId) |
static AssetEntryLocalService |
getService() |
static java.util.List<AssetEntry> |
getTopViewedEntries(java.lang.String[] className,
boolean asc,
int start,
int end) |
static java.util.List<AssetEntry> |
getTopViewedEntries(java.lang.String className,
boolean asc,
int start,
int end) |
static boolean |
hasAssetCategoryAssetEntries(long categoryId) |
static boolean |
hasAssetCategoryAssetEntry(long categoryId,
long entryId) |
static boolean |
hasAssetTagAssetEntries(long tagId) |
static boolean |
hasAssetTagAssetEntry(long tagId,
long entryId) |
static AssetEntry |
incrementViewCounter(long userId,
java.lang.String className,
long classPK) |
static AssetEntry |
incrementViewCounter(long userId,
java.lang.String className,
long classPK,
int increment) |
static void |
reindex(java.util.List<AssetEntry> entries) |
static Hits |
search(long companyId,
long[] groupIds,
long userId,
java.lang.String className,
java.lang.String keywords,
int start,
int end)
Deprecated.
As of 6.2.0, replaced by
search(long, long[], long,
String, String, int, int, int) |
static Hits |
search(long companyId,
long[] groupIds,
long userId,
java.lang.String className,
java.lang.String keywords,
int status,
int start,
int end) |
static Hits |
search(long companyId,
long[] groupIds,
long userId,
java.lang.String className,
java.lang.String userName,
java.lang.String title,
java.lang.String description,
java.lang.String assetCategoryIds,
java.lang.String assetTagNames,
boolean andSearch,
int start,
int end)
Deprecated.
As of 6.2.0, replaced by
search(long, long[], long,
String, String, String, String, String, String, int, boolean,
int, int) |
static Hits |
search(long companyId,
long[] groupIds,
long userId,
java.lang.String className,
java.lang.String userName,
java.lang.String title,
java.lang.String description,
java.lang.String assetCategoryIds,
java.lang.String assetTagNames,
int status,
boolean andSearch,
int start,
int end) |
static Hits |
search(long companyId,
long[] groupIds,
java.lang.String className,
java.lang.String keywords,
int start,
int end)
Deprecated.
As of 6.2.0, replaced by
search(long, long[], long,
String, String, int, int, int) |
static void |
setAssetCategoryAssetEntries(long categoryId,
long[] entryIds) |
static void |
setAssetTagAssetEntries(long tagId,
long[] entryIds) |
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setService(AssetEntryLocalService service)
Deprecated.
As of 6.2.0
|
static AssetEntry |
updateAssetEntry(AssetEntry assetEntry)
Updates the asset entry in the database or adds it if it does not yet exist.
|
static AssetEntry |
updateEntry(long userId,
long groupId,
java.util.Date createDate,
java.util.Date modifiedDate,
java.lang.String className,
long classPK,
java.lang.String classUuid,
long classTypeId,
long[] categoryIds,
java.lang.String[] tagNames,
boolean visible,
java.util.Date startDate,
java.util.Date endDate,
java.util.Date expirationDate,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String summary,
java.lang.String url,
java.lang.String layoutUuid,
int height,
int width,
java.lang.Integer priority,
boolean sync) |
static AssetEntry |
updateEntry(long userId,
long groupId,
java.lang.String className,
long classPK,
long[] categoryIds,
java.lang.String[] tagNames) |
static AssetEntry |
updateEntry(long userId,
long groupId,
java.lang.String className,
long classPK,
java.lang.String classUuid,
long classTypeId,
long[] categoryIds,
java.lang.String[] tagNames,
boolean visible,
java.util.Date startDate,
java.util.Date endDate,
java.util.Date publishDate,
java.util.Date expirationDate,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String summary,
java.lang.String url,
java.lang.String layoutUuid,
int height,
int width,
java.lang.Integer priority,
boolean sync)
|
static AssetEntry |
updateEntry(long userId,
long groupId,
java.lang.String className,
long classPK,
java.lang.String classUuid,
long classTypeId,
long[] categoryIds,
java.lang.String[] tagNames,
boolean visible,
java.util.Date startDate,
java.util.Date endDate,
java.util.Date expirationDate,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String summary,
java.lang.String url,
java.lang.String layoutUuid,
int height,
int width,
java.lang.Integer priority,
boolean sync)
|
static AssetEntry |
updateEntry(java.lang.String className,
long classPK,
java.util.Date publishDate,
boolean visible) |
static AssetEntry |
updateEntry(java.lang.String className,
long classPK,
java.util.Date publishDate,
java.util.Date expirationDate,
boolean visible) |
static AssetEntry |
updateVisible(java.lang.String className,
long classPK,
boolean visible) |
static void |
validate(long groupId,
java.lang.String className,
long[] categoryIds,
java.lang.String[] tagNames) |
public static AssetEntry addAssetEntry(AssetEntry assetEntry) throws SystemException
assetEntry - the asset entrySystemException - if a system exception occurredpublic static AssetEntry createAssetEntry(long entryId)
entryId - the primary key for the new asset entrypublic static AssetEntry deleteAssetEntry(long entryId) throws PortalException, SystemException
entryId - the primary key of the asset entryPortalException - if a asset entry with the primary key could not be foundSystemException - if a system exception occurredpublic static AssetEntry deleteAssetEntry(AssetEntry assetEntry) throws SystemException
assetEntry - the asset entrySystemException - if a system exception occurredpublic static DynamicQuery dynamicQuery()
public static java.util.List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery - the dynamic querySystemException - if a system exception occurredpublic static java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)SystemException - if a system exception occurredpublic static java.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredpublic static long dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery - the dynamic querySystemException - if a system exception occurredpublic static long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection) throws SystemException
dynamicQuery - the dynamic queryprojection - the projection to apply to the querySystemException - if a system exception occurredpublic static AssetEntry fetchAssetEntry(long entryId) throws SystemException
SystemExceptionpublic static AssetEntry getAssetEntry(long entryId) throws PortalException, SystemException
entryId - the primary key of the asset entryPortalException - if a asset entry with the primary key could not be foundSystemException - if a system exception occurredpublic static PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static java.util.List<AssetEntry> getAssetEntries(int start, int end) throws SystemException
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from AssetEntryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
start - the lower bound of the range of asset entriesend - the upper bound of the range of asset entries (not inclusive)SystemException - if a system exception occurredpublic static int getAssetEntriesCount()
throws SystemException
SystemException - if a system exception occurredpublic static AssetEntry updateAssetEntry(AssetEntry assetEntry) throws SystemException
assetEntry - the asset entrySystemException - if a system exception occurredpublic static void addAssetCategoryAssetEntry(long categoryId,
long entryId)
throws SystemException
SystemException - if a system exception occurredpublic static void addAssetCategoryAssetEntry(long categoryId,
AssetEntry assetEntry)
throws SystemException
SystemException - if a system exception occurredpublic static void addAssetCategoryAssetEntries(long categoryId,
long[] entryIds)
throws SystemException
SystemException - if a system exception occurredpublic static void addAssetCategoryAssetEntries(long categoryId,
java.util.List<AssetEntry> AssetEntries)
throws SystemException
SystemException - if a system exception occurredpublic static void clearAssetCategoryAssetEntries(long categoryId)
throws SystemException
SystemException - if a system exception occurredpublic static void deleteAssetCategoryAssetEntry(long categoryId,
long entryId)
throws SystemException
SystemException - if a system exception occurredpublic static void deleteAssetCategoryAssetEntry(long categoryId,
AssetEntry assetEntry)
throws SystemException
SystemException - if a system exception occurredpublic static void deleteAssetCategoryAssetEntries(long categoryId,
long[] entryIds)
throws SystemException
SystemException - if a system exception occurredpublic static void deleteAssetCategoryAssetEntries(long categoryId,
java.util.List<AssetEntry> AssetEntries)
throws SystemException
SystemException - if a system exception occurredpublic static java.util.List<AssetEntry> getAssetCategoryAssetEntries(long categoryId) throws SystemException
SystemException - if a system exception occurredpublic static java.util.List<AssetEntry> getAssetCategoryAssetEntries(long categoryId, int start, int end) throws SystemException
SystemException - if a system exception occurredpublic static java.util.List<AssetEntry> getAssetCategoryAssetEntries(long categoryId, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException - if a system exception occurredpublic static int getAssetCategoryAssetEntriesCount(long categoryId)
throws SystemException
SystemException - if a system exception occurredpublic static boolean hasAssetCategoryAssetEntry(long categoryId,
long entryId)
throws SystemException
SystemException - if a system exception occurredpublic static boolean hasAssetCategoryAssetEntries(long categoryId)
throws SystemException
SystemException - if a system exception occurredpublic static void setAssetCategoryAssetEntries(long categoryId,
long[] entryIds)
throws SystemException
SystemException - if a system exception occurredpublic static void addAssetTagAssetEntry(long tagId,
long entryId)
throws SystemException
SystemException - if a system exception occurredpublic static void addAssetTagAssetEntry(long tagId,
AssetEntry assetEntry)
throws SystemException
SystemException - if a system exception occurredpublic static void addAssetTagAssetEntries(long tagId,
long[] entryIds)
throws SystemException
SystemException - if a system exception occurredpublic static void addAssetTagAssetEntries(long tagId,
java.util.List<AssetEntry> AssetEntries)
throws SystemException
SystemException - if a system exception occurredpublic static void clearAssetTagAssetEntries(long tagId)
throws SystemException
SystemException - if a system exception occurredpublic static void deleteAssetTagAssetEntry(long tagId,
long entryId)
throws SystemException
SystemException - if a system exception occurredpublic static void deleteAssetTagAssetEntry(long tagId,
AssetEntry assetEntry)
throws SystemException
SystemException - if a system exception occurredpublic static void deleteAssetTagAssetEntries(long tagId,
long[] entryIds)
throws SystemException
SystemException - if a system exception occurredpublic static void deleteAssetTagAssetEntries(long tagId,
java.util.List<AssetEntry> AssetEntries)
throws SystemException
SystemException - if a system exception occurredpublic static java.util.List<AssetEntry> getAssetTagAssetEntries(long tagId) throws SystemException
SystemException - if a system exception occurredpublic static java.util.List<AssetEntry> getAssetTagAssetEntries(long tagId, int start, int end) throws SystemException
SystemException - if a system exception occurredpublic static java.util.List<AssetEntry> getAssetTagAssetEntries(long tagId, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException - if a system exception occurredpublic static int getAssetTagAssetEntriesCount(long tagId)
throws SystemException
SystemException - if a system exception occurredpublic static boolean hasAssetTagAssetEntry(long tagId,
long entryId)
throws SystemException
SystemException - if a system exception occurredpublic static boolean hasAssetTagAssetEntries(long tagId)
throws SystemException
SystemException - if a system exception occurredpublic static void setAssetTagAssetEntries(long tagId,
long[] entryIds)
throws SystemException
SystemException - if a system exception occurredpublic static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanpublic static void deleteEntry(AssetEntry entry) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static void deleteEntry(long entryId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static void deleteEntry(java.lang.String className,
long classPK)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static AssetEntry fetchEntry(long entryId) throws SystemException
SystemExceptionpublic static AssetEntry fetchEntry(long groupId, java.lang.String classUuid) throws SystemException
SystemExceptionpublic static AssetEntry fetchEntry(java.lang.String className, long classPK) throws SystemException
SystemExceptionpublic static java.util.List<AssetEntry> getAncestorEntries(long entryId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static java.util.List<AssetEntry> getChildEntries(long entryId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static java.util.List<AssetEntry> getCompanyEntries(long companyId, int start, int end) throws SystemException
SystemExceptionpublic static int getCompanyEntriesCount(long companyId)
throws SystemException
SystemExceptionpublic static java.util.List<AssetEntry> getEntries(AssetEntryQuery entryQuery) throws SystemException
SystemExceptionpublic static int getEntriesCount(AssetEntryQuery entryQuery) throws SystemException
SystemExceptionpublic static AssetEntry getEntry(long entryId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static AssetEntry getEntry(long groupId, java.lang.String classUuid) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static AssetEntry getEntry(java.lang.String className, long classPK) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static AssetEntry getNextEntry(long entryId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static AssetEntry getParentEntry(long entryId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static AssetEntry getPreviousEntry(long entryId) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static java.util.List<AssetEntry> getTopViewedEntries(java.lang.String className, boolean asc, int start, int end) throws SystemException
SystemExceptionpublic static java.util.List<AssetEntry> getTopViewedEntries(java.lang.String[] className, boolean asc, int start, int end) throws SystemException
SystemExceptionpublic static AssetEntry incrementViewCounter(long userId, java.lang.String className, long classPK) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static AssetEntry incrementViewCounter(long userId, java.lang.String className, long classPK, int increment) throws SystemException
SystemExceptionpublic static void reindex(java.util.List<AssetEntry> entries) throws PortalException
PortalExceptionpublic static Hits search(long companyId, long[] groupIds, long userId, java.lang.String className, java.lang.String keywords, int start, int end) throws SystemException
search(long, long[], long,
String, String, int, int, int)SystemExceptionpublic static Hits search(long companyId, long[] groupIds, long userId, java.lang.String className, java.lang.String keywords, int status, int start, int end) throws SystemException
SystemExceptionpublic static Hits search(long companyId, long[] groupIds, long userId, java.lang.String className, java.lang.String userName, java.lang.String title, java.lang.String description, java.lang.String assetCategoryIds, java.lang.String assetTagNames, boolean andSearch, int start, int end) throws SystemException
search(long, long[], long,
String, String, String, String, String, String, int, boolean,
int, int)SystemExceptionpublic static Hits search(long companyId, long[] groupIds, long userId, java.lang.String className, java.lang.String userName, java.lang.String title, java.lang.String description, java.lang.String assetCategoryIds, java.lang.String assetTagNames, int status, boolean andSearch, int start, int end) throws SystemException
SystemExceptionpublic static Hits search(long companyId, long[] groupIds, java.lang.String className, java.lang.String keywords, int start, int end) throws SystemException
search(long, long[], long,
String, String, int, int, int)SystemExceptionpublic static AssetEntry updateEntry(long userId, long groupId, java.util.Date createDate, java.util.Date modifiedDate, java.lang.String className, long classPK, java.lang.String classUuid, long classTypeId, long[] categoryIds, java.lang.String[] tagNames, boolean visible, java.util.Date startDate, java.util.Date endDate, java.util.Date expirationDate, java.lang.String mimeType, java.lang.String title, java.lang.String description, java.lang.String summary, java.lang.String url, java.lang.String layoutUuid, int height, int width, java.lang.Integer priority, boolean sync) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static AssetEntry updateEntry(long userId, long groupId, java.lang.String className, long classPK, long[] categoryIds, java.lang.String[] tagNames) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static AssetEntry updateEntry(long userId, long groupId, java.lang.String className, long classPK, java.lang.String classUuid, long classTypeId, long[] categoryIds, java.lang.String[] tagNames, boolean visible, java.util.Date startDate, java.util.Date endDate, java.util.Date publishDate, java.util.Date expirationDate, java.lang.String mimeType, java.lang.String title, java.lang.String description, java.lang.String summary, java.lang.String url, java.lang.String layoutUuid, int height, int width, java.lang.Integer priority, boolean sync) throws PortalException, SystemException
updateEntry(long, long,
String, long, String, long, long[], String[], boolean, Date,
Date, Date, String, String, String, String, String, String,
int, int, Integer, boolean)PortalExceptionSystemExceptionpublic static AssetEntry updateEntry(long userId, long groupId, java.lang.String className, long classPK, java.lang.String classUuid, long classTypeId, long[] categoryIds, java.lang.String[] tagNames, boolean visible, java.util.Date startDate, java.util.Date endDate, java.util.Date expirationDate, java.lang.String mimeType, java.lang.String title, java.lang.String description, java.lang.String summary, java.lang.String url, java.lang.String layoutUuid, int height, int width, java.lang.Integer priority, boolean sync) throws PortalException, SystemException
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)PortalExceptionSystemExceptionpublic static AssetEntry updateEntry(java.lang.String className, long classPK, java.util.Date publishDate, boolean visible) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static AssetEntry updateEntry(java.lang.String className, long classPK, java.util.Date publishDate, java.util.Date expirationDate, boolean visible) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static AssetEntry updateVisible(java.lang.String className, long classPK, boolean visible) throws PortalException, SystemException
PortalExceptionSystemExceptionpublic static void validate(long groupId,
java.lang.String className,
long[] categoryIds,
java.lang.String[] tagNames)
throws PortalException,
SystemException
PortalExceptionSystemExceptionpublic static AssetEntryLocalService getService()
public void setService(AssetEntryLocalService service)