|
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.portal.service.BaseServiceImpl com.liferay.portlet.asset.service.base.AssetEntryServiceBaseImpl com.liferay.portlet.asset.service.impl.AssetEntryServiceImpl
public class AssetEntryServiceImpl
Field Summary |
---|
Fields inherited from class com.liferay.portal.service.BaseServiceImpl |
---|
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS |
Constructor Summary | |
---|---|
AssetEntryServiceImpl()
|
Method Summary | |
---|---|
protected AssetEntryQuery |
buildFilteredEntryQuery(AssetEntryQuery entryQuery)
|
protected long[] |
filterCategoryIds(long[] categoryIds)
|
protected Object[] |
filterEntryQuery(AssetEntryQuery entryQuery,
boolean returnEntriesCountOnly)
|
protected long[] |
filterTagIds(long[] tagIds)
|
protected long[][] |
filterTagIdsArray(long[][] tagIdsArray)
|
List<AssetEntry> |
getCompanyEntries(long companyId,
int start,
int end)
|
int |
getCompanyEntriesCount(long companyId)
|
List<AssetEntry> |
getEntries(AssetEntryQuery entryQuery)
|
int |
getEntriesCount(AssetEntryQuery entryQuery)
|
AssetEntry |
getEntry(long entryId)
|
protected boolean |
hasEntryQueryResults(AssetEntryQuery originalEntryQuery,
AssetEntryQuery filteredEntryQuery)
|
AssetEntry |
incrementViewCounter(String className,
long classPK)
|
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)
|
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 com.liferay.portal.service.BaseServiceImpl |
---|
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssetEntryServiceImpl()
Method Detail |
---|
public List<AssetEntry> getCompanyEntries(long companyId, int start, int end) throws SystemException
SystemException
public int getCompanyEntriesCount(long companyId) throws SystemException
SystemException
public List<AssetEntry> getEntries(AssetEntryQuery entryQuery) throws PortalException, SystemException
PortalException
SystemException
public int getEntriesCount(AssetEntryQuery entryQuery) throws PortalException, SystemException
PortalException
SystemException
public AssetEntry getEntry(long entryId) throws PortalException, SystemException
PortalException
SystemException
public AssetEntry incrementViewCounter(String className, long classPK) throws PortalException, SystemException
PortalException
SystemException
public 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 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
protected AssetEntryQuery buildFilteredEntryQuery(AssetEntryQuery entryQuery) throws PortalException, SystemException
PortalException
SystemException
protected long[] filterCategoryIds(long[] categoryIds) throws PortalException, SystemException
PortalException
SystemException
protected Object[] filterEntryQuery(AssetEntryQuery entryQuery, boolean returnEntriesCountOnly) throws PortalException, SystemException
PortalException
SystemException
protected long[] filterTagIds(long[] tagIds) throws PortalException, SystemException
PortalException
SystemException
protected long[][] filterTagIdsArray(long[][] tagIdsArray) throws PortalException, SystemException
PortalException
SystemException
protected boolean hasEntryQueryResults(AssetEntryQuery originalEntryQuery, AssetEntryQuery filteredEntryQuery)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |