|
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.bookmarks.service.BookmarksEntryServiceUtil
public class BookmarksEntryServiceUtil
The utility for the bookmarks entry remote service. This utility wraps com.liferay.portlet.bookmarks.service.impl.BookmarksEntryServiceImpl
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.
BookmarksEntryService
,
com.liferay.portlet.bookmarks.service.base.BookmarksEntryServiceBaseImpl
,
com.liferay.portlet.bookmarks.service.impl.BookmarksEntryServiceImpl
Constructor Summary | |
---|---|
BookmarksEntryServiceUtil()
|
Method Summary | |
---|---|
static BookmarksEntry |
addEntry(long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
static void |
deleteEntry(long entryId)
|
static String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static List<BookmarksEntry> |
getEntries(long groupId,
long folderId,
int start,
int end)
|
static List<BookmarksEntry> |
getEntries(long groupId,
long folderId,
int start,
int end,
OrderByComparator orderByComparator)
|
static int |
getEntriesCount(long groupId,
long folderId)
|
static BookmarksEntry |
getEntry(long entryId)
|
static int |
getFoldersEntriesCount(long groupId,
List<Long> folderIds)
|
static List<BookmarksEntry> |
getGroupEntries(long groupId,
int start,
int end)
|
static List<BookmarksEntry> |
getGroupEntries(long groupId,
long userId,
int start,
int end)
|
static int |
getGroupEntriesCount(long groupId)
|
static int |
getGroupEntriesCount(long groupId,
long userId)
|
static BookmarksEntryService |
getService()
|
static BookmarksEntry |
openEntry(long entryId)
|
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(BookmarksEntryService service)
Deprecated. |
static BookmarksEntry |
updateEntry(long entryId,
long groupId,
long folderId,
String name,
String url,
String description,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BookmarksEntryServiceUtil()
Method Detail |
---|
public static String getBeanIdentifier()
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanpublic static BookmarksEntry addEntry(long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
public static void deleteEntry(long entryId) throws PortalException, SystemException
PortalException
SystemException
public static List<BookmarksEntry> getEntries(long groupId, long folderId, int start, int end) throws SystemException
SystemException
public static List<BookmarksEntry> getEntries(long groupId, long folderId, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException
public static int getEntriesCount(long groupId, long folderId) throws SystemException
SystemException
public static BookmarksEntry getEntry(long entryId) throws PortalException, SystemException
PortalException
SystemException
public static int getFoldersEntriesCount(long groupId, List<Long> folderIds) throws SystemException
SystemException
public static List<BookmarksEntry> getGroupEntries(long groupId, int start, int end) throws SystemException
SystemException
public static List<BookmarksEntry> getGroupEntries(long groupId, long userId, int start, int end) throws SystemException
SystemException
public static int getGroupEntriesCount(long groupId) throws SystemException
SystemException
public static int getGroupEntriesCount(long groupId, long userId) throws SystemException
SystemException
public static BookmarksEntry openEntry(long entryId) throws PortalException, SystemException
PortalException
SystemException
public static BookmarksEntry updateEntry(long entryId, long groupId, long folderId, String name, String url, String description, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
public static BookmarksEntryService getService()
public void setService(BookmarksEntryService service)
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |