@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface AssetEntryService extends BaseService
AssetEntryServiceUtil,
com.liferay.portlet.asset.service.base.AssetEntryServiceBaseImpl,
com.liferay.portlet.asset.service.impl.AssetEntryServiceImpl| Modifier and Type | Method and Description |
|---|---|
AssetEntry |
fetchEntry(long entryId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.util.List<AssetEntry> |
getCompanyEntries(long companyId,
int start,
int end) |
int |
getCompanyEntriesCount(long companyId) |
java.util.List<AssetEntry> |
getEntries(AssetEntryQuery entryQuery) |
int |
getEntriesCount(AssetEntryQuery entryQuery) |
AssetEntry |
getEntry(long entryId) |
AssetEntry |
incrementViewCounter(java.lang.String className,
long classPK) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
AssetEntry |
updateEntry(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) |
AssetEntry |
updateEntry(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)
|
AssetEntry |
updateEntry(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)
|
AssetEntry |
updateEntry(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)
|
@Transactional(propagation=SUPPORTS, readOnly=true) AssetEntry fetchEntry(long entryId) throws PortalException
PortalExceptionjava.lang.String getBeanIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetEntry> getCompanyEntries(long companyId, int start, int end)
@Transactional(propagation=SUPPORTS, readOnly=true) int getCompanyEntriesCount(long companyId)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetEntry> getEntries(AssetEntryQuery entryQuery) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) int getEntriesCount(AssetEntryQuery entryQuery) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) AssetEntry getEntry(long entryId) throws PortalException
PortalExceptionAssetEntry incrementViewCounter(java.lang.String className, long classPK) throws PortalException
PortalExceptionvoid setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean@Deprecated AssetEntry updateEntry(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
updateEntry(long, Date,
Date, String, long, String, long, long[], String[], boolean,
Date, Date, Date, String, String, String, String, String,
String, int, int, Integer, boolean)PortalException@Deprecated AssetEntry updateEntry(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
updateEntry(long, String,
long, String, long, long[], String[], boolean, Date, Date,
Date, String, String, String, String, String, String, int,
int, Integer, boolean)PortalExceptionAssetEntry updateEntry(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) throws PortalException
PortalException@Deprecated AssetEntry updateEntry(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
updateEntry(long, Date,
Date, String, long, String, long, long[], String[], boolean,
Date, Date, Date, String, String, String, String, String,
String, int, int, Integer)PortalException