Liferay 6.1.2-ce-ga3

com.liferay.portlet.blogs.service
Class BlogsEntryServiceUtil

java.lang.Object
  extended by com.liferay.portlet.blogs.service.BlogsEntryServiceUtil

public class BlogsEntryServiceUtil
extends Object

The utility for the blogs entry remote service. This utility wraps com.liferay.portlet.blogs.service.impl.BlogsEntryServiceImpl 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.

See Also:
BlogsEntryService, com.liferay.portlet.blogs.service.base.BlogsEntryServiceBaseImpl, com.liferay.portlet.blogs.service.impl.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 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setService(BlogsEntryService service)
          Deprecated.  
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

BlogsEntryServiceUtil

public BlogsEntryServiceUtil()
Method Detail

getBeanIdentifier

public static String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Returns:
the Spring bean ID for this bean

setBeanIdentifier

public static void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Parameters:
beanIdentifier - the Spring bean ID for this bean

addEntry

public 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
Throws:
PortalException
SystemException

deleteEntry

public static void deleteEntry(long entryId)
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

getCompanyEntries

public static List<BlogsEntry> getCompanyEntries(long companyId,
                                                 Date displayDate,
                                                 int status,
                                                 int max)
                                          throws PortalException,
                                                 SystemException
Throws:
PortalException
SystemException

getCompanyEntriesRSS

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
Throws:
PortalException
SystemException

getEntry

public static BlogsEntry getEntry(long entryId)
                           throws PortalException,
                                  SystemException
Throws:
PortalException
SystemException

getEntry

public static BlogsEntry getEntry(long groupId,
                                  String urlTitle)
                           throws PortalException,
                                  SystemException
Throws:
PortalException
SystemException

getGroupEntries

public static List<BlogsEntry> getGroupEntries(long groupId,
                                               Date displayDate,
                                               int status,
                                               int max)
                                        throws SystemException
Throws:
SystemException

getGroupEntries

public static List<BlogsEntry> getGroupEntries(long groupId,
                                               Date displayDate,
                                               int status,
                                               int start,
                                               int end)
                                        throws SystemException
Throws:
SystemException

getGroupEntries

public static List<BlogsEntry> getGroupEntries(long groupId,
                                               int status,
                                               int max)
                                        throws SystemException
Throws:
SystemException

getGroupEntries

public static List<BlogsEntry> getGroupEntries(long groupId,
                                               int status,
                                               int start,
                                               int end)
                                        throws SystemException
Throws:
SystemException

getGroupEntriesCount

public static int getGroupEntriesCount(long groupId,
                                       Date displayDate,
                                       int status)
                                throws SystemException
Throws:
SystemException

getGroupEntriesCount

public static int getGroupEntriesCount(long groupId,
                                       int status)
                                throws SystemException
Throws:
SystemException

getGroupEntriesRSS

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
Throws:
PortalException
SystemException

getGroupsEntries

public static List<BlogsEntry> getGroupsEntries(long companyId,
                                                long groupId,
                                                Date displayDate,
                                                int status,
                                                int max)
                                         throws PortalException,
                                                SystemException
Throws:
PortalException
SystemException

getOrganizationEntries

public static List<BlogsEntry> getOrganizationEntries(long organizationId,
                                                      Date displayDate,
                                                      int status,
                                                      int max)
                                               throws PortalException,
                                                      SystemException
Throws:
PortalException
SystemException

getOrganizationEntriesRSS

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
Throws:
PortalException
SystemException

subscribe

public static void subscribe(long groupId)
                      throws PortalException,
                             SystemException
Throws:
PortalException
SystemException

unsubscribe

public static void unsubscribe(long groupId)
                        throws PortalException,
                               SystemException
Throws:
PortalException
SystemException

updateEntry

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
Throws:
PortalException
SystemException

getService

public static BlogsEntryService getService()

setService

public void setService(BlogsEntryService service)
Deprecated. 


Liferay 6.1.2-ce-ga3