Liferay 7.0-ce-b4

com.liferay.portlet.blogs.service
Class BlogsEntryServiceUtil

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

@ProviderType
public class BlogsEntryServiceUtil
extends Object

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.

See Also:
BlogsEntryService, BlogsEntryServiceBaseImpl, BlogsEntryServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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)
          Deprecated. As of 7.0.0, replaced by addEntry(String, String, String, String, int, int, int, int, int, boolean, boolean, String[], String, ImageSelector, ImageSelector, ServiceContext)
static BlogsEntry addEntry(String title, String subtitle, String description, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, String coverImageCaption, ImageSelector coverImageImageSelector, ImageSelector smallImageImageSelector, ServiceContext serviceContext)
           
static void deleteEntry(long entryId)
           
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 List<BlogsEntry> getGroupEntries(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
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> getGroupUserEntries(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
static int getGroupUserEntriesCount(long groupId, long userId, int status)
           
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 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
static BlogsEntryService getService()
           
static BlogsEntry moveEntryToTrash(long entryId)
           
static void restoreEntryFromTrash(long entryId)
           
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)
          Deprecated. As of 7.0.0, replaced by updateEntry(long, String, String, String, String, int, int, int, int, int, boolean, boolean, String[], String, ImageSelector, ImageSelector, ServiceContext)
static BlogsEntry updateEntry(long entryId, String title, String subtitle, String description, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, String coverImageCaption, ImageSelector coverImageImageSelector, ImageSelector smallImageImageSelector, 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

addEntry

@Deprecated
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
Deprecated. As of 7.0.0, replaced by addEntry(String, String, String, String, int, int, int, int, int, boolean, boolean, String[], String, ImageSelector, ImageSelector, ServiceContext)

Throws:
PortalException

addEntry

public static BlogsEntry addEntry(String title,
                                  String subtitle,
                                  String description,
                                  String content,
                                  int displayDateMonth,
                                  int displayDateDay,
                                  int displayDateYear,
                                  int displayDateHour,
                                  int displayDateMinute,
                                  boolean allowPingbacks,
                                  boolean allowTrackbacks,
                                  String[] trackbacks,
                                  String coverImageCaption,
                                  ImageSelector coverImageImageSelector,
                                  ImageSelector smallImageImageSelector,
                                  ServiceContext serviceContext)
                           throws PortalException
Throws:
PortalException

deleteEntry

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

getCompanyEntries

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

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

getEntry

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

getEntry

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

getGroupEntries

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

getGroupEntries

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

getGroupEntries

public static List<BlogsEntry> getGroupEntries(long groupId,
                                               int status,
                                               int max)

getGroupEntries

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

getGroupEntries

public static List<BlogsEntry> getGroupEntries(long groupId,
                                               int status,
                                               int start,
                                               int end,
                                               OrderByComparator<BlogsEntry> obc)

getGroupEntriesCount

public static int getGroupEntriesCount(long groupId,
                                       Date displayDate,
                                       int status)

getGroupEntriesCount

public static int getGroupEntriesCount(long groupId,
                                       int status)

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

getGroupUserEntries

public static List<BlogsEntry> getGroupUserEntries(long groupId,
                                                   long userId,
                                                   int status,
                                                   int start,
                                                   int end,
                                                   OrderByComparator<BlogsEntry> obc)

getGroupUserEntriesCount

public static int getGroupUserEntriesCount(long groupId,
                                           long userId,
                                           int status)

getGroupsEntries

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

getOSGiServiceIdentifier

public static String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Returns:
the OSGi service identifier

getOrganizationEntries

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

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

moveEntryToTrash

public static BlogsEntry moveEntryToTrash(long entryId)
                                   throws PortalException
Throws:
PortalException

restoreEntryFromTrash

public static void restoreEntryFromTrash(long entryId)
                                  throws PortalException
Throws:
PortalException

subscribe

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

unsubscribe

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

updateEntry

@Deprecated
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
Deprecated. As of 7.0.0, replaced by updateEntry(long, String, String, String, String, int, int, int, int, int, boolean, boolean, String[], String, ImageSelector, ImageSelector, ServiceContext)

Throws:
PortalException

updateEntry

public static BlogsEntry updateEntry(long entryId,
                                     String title,
                                     String subtitle,
                                     String description,
                                     String content,
                                     int displayDateMonth,
                                     int displayDateDay,
                                     int displayDateYear,
                                     int displayDateHour,
                                     int displayDateMinute,
                                     boolean allowPingbacks,
                                     boolean allowTrackbacks,
                                     String[] trackbacks,
                                     String coverImageCaption,
                                     ImageSelector coverImageImageSelector,
                                     ImageSelector smallImageImageSelector,
                                     ServiceContext serviceContext)
                              throws PortalException
Throws:
PortalException

getService

public static BlogsEntryService getService()

Liferay 7.0-ce-b4