|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portlet.blogs.service.BlogsEntryServiceUtil
@ProviderType public class BlogsEntryServiceUtil
Provides the remote service utility for BlogsEntry. This utility wraps
BlogsEntryServiceImpl
and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.
BlogsEntryService
,
BlogsEntryServiceBaseImpl
,
BlogsEntryServiceImpl
Constructor Summary | |
---|---|
BlogsEntryServiceUtil()
|
Method Summary | |
---|---|
static BlogsEntry |
addEntry(String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
|
static void |
deleteEntry(long entryId)
|
static String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static List<BlogsEntry> |
getCompanyEntries(long companyId,
Date displayDate,
int status,
int max)
|
static String |
getCompanyEntriesRSS(long companyId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
static BlogsEntry |
getEntry(long entryId)
|
static BlogsEntry |
getEntry(long groupId,
String urlTitle)
|
static List<BlogsEntry> |
getGroupEntries(long groupId,
Date displayDate,
int status,
int max)
|
static List<BlogsEntry> |
getGroupEntries(long groupId,
Date displayDate,
int status,
int start,
int end)
|
static List<BlogsEntry> |
getGroupEntries(long groupId,
int status,
int max)
|
static List<BlogsEntry> |
getGroupEntries(long groupId,
int status,
int start,
int end)
|
static int |
getGroupEntriesCount(long groupId,
Date displayDate,
int status)
|
static int |
getGroupEntriesCount(long groupId,
int status)
|
static String |
getGroupEntriesRSS(long groupId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
static List<BlogsEntry> |
getGroupsEntries(long companyId,
long groupId,
Date displayDate,
int status,
int max)
|
static List<BlogsEntry> |
getOrganizationEntries(long organizationId,
Date displayDate,
int status,
int max)
|
static String |
getOrganizationEntriesRSS(long organizationId,
Date displayDate,
int status,
int max,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
ThemeDisplay themeDisplay)
|
static BlogsEntryService |
getService()
|
static BlogsEntry |
moveEntryToTrash(long entryId)
|
static void |
restoreEntryFromTrash(long entryId)
|
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(BlogsEntryService service)
Deprecated. As of 6.2.0 |
static void |
subscribe(long groupId)
|
static void |
unsubscribe(long groupId)
|
static BlogsEntry |
updateEntry(long entryId,
String title,
String description,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
boolean smallImage,
String smallImageURL,
String smallImageFileName,
InputStream smallImageInputStream,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlogsEntryServiceUtil()
Method Detail |
---|
public static String getBeanIdentifier()
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier
- the Spring bean ID for this beanpublic static BlogsEntry addEntry(String title, String description, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, boolean smallImage, String smallImageURL, String smallImageFileName, InputStream smallImageInputStream, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
public static void deleteEntry(long entryId) throws PortalException, SystemException
PortalException
SystemException
public static List<BlogsEntry> getCompanyEntries(long companyId, Date displayDate, int status, int max) throws PortalException, SystemException
PortalException
SystemException
public static String getCompanyEntriesRSS(long companyId, Date displayDate, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalException
SystemException
public static BlogsEntry getEntry(long entryId) throws PortalException, SystemException
PortalException
SystemException
public static BlogsEntry getEntry(long groupId, String urlTitle) throws PortalException, SystemException
PortalException
SystemException
public static List<BlogsEntry> getGroupEntries(long groupId, Date displayDate, int status, int max) throws SystemException
SystemException
public static List<BlogsEntry> getGroupEntries(long groupId, Date displayDate, int status, int start, int end) throws SystemException
SystemException
public static List<BlogsEntry> getGroupEntries(long groupId, int status, int max) throws SystemException
SystemException
public static List<BlogsEntry> getGroupEntries(long groupId, int status, int start, int end) throws SystemException
SystemException
public static int getGroupEntriesCount(long groupId, Date displayDate, int status) throws SystemException
SystemException
public static int getGroupEntriesCount(long groupId, int status) throws SystemException
SystemException
public static String getGroupEntriesRSS(long groupId, Date displayDate, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalException
SystemException
public static List<BlogsEntry> getGroupsEntries(long companyId, long groupId, Date displayDate, int status, int max) throws PortalException, SystemException
PortalException
SystemException
public static List<BlogsEntry> getOrganizationEntries(long organizationId, Date displayDate, int status, int max) throws PortalException, SystemException
PortalException
SystemException
public static String getOrganizationEntriesRSS(long organizationId, Date displayDate, int status, int max, String type, double version, String displayStyle, String feedURL, String entryURL, ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalException
SystemException
public static BlogsEntry moveEntryToTrash(long entryId) throws PortalException, SystemException
PortalException
SystemException
public static void restoreEntryFromTrash(long entryId) throws PortalException, SystemException
PortalException
SystemException
public static void subscribe(long groupId) throws PortalException, SystemException
PortalException
SystemException
public static void unsubscribe(long groupId) throws PortalException, SystemException
PortalException
SystemException
public static BlogsEntry updateEntry(long entryId, String title, String description, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, boolean smallImage, String smallImageURL, String smallImageFileName, InputStream smallImageInputStream, ServiceContext serviceContext) throws PortalException, SystemException
PortalException
SystemException
public static BlogsEntryService getService()
public void setService(BlogsEntryService service)
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |