Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portlet.blogs.model.BlogsEntry

Packages that use BlogsEntry
com.liferay.portlet.blogs.model   
com.liferay.portlet.blogs.service   
com.liferay.portlet.blogs.service.persistence   
com.liferay.portlet.blogs.util.comparator   
com.liferay.portlet.blogs.util.test   
 

Uses of BlogsEntry in com.liferay.portlet.blogs.model
 

Classes in com.liferay.portlet.blogs.model that implement BlogsEntry
 class BlogsEntryWrapper
           This class is a wrapper for BlogsEntry.
 

Fields in com.liferay.portlet.blogs.model with type parameters of type BlogsEntry
static Accessor<BlogsEntry,Long> BlogsEntry.ENTRY_ID_ACCESSOR
           
 

Methods in com.liferay.portlet.blogs.model that return BlogsEntry
 BlogsEntry BlogsEntryWrapper.getWrappedModel()
           
 BlogsEntry BlogsEntryWrapper.toEscapedModel()
           
 BlogsEntry BlogsEntryModel.toEscapedModel()
           
 BlogsEntry BlogsEntryWrapper.toUnescapedModel()
           
 BlogsEntry BlogsEntryModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.blogs.model that return types with arguments of type BlogsEntry
 CacheModel<BlogsEntry> BlogsEntryWrapper.toCacheModel()
           
 CacheModel<BlogsEntry> BlogsEntryModel.toCacheModel()
           
 

Methods in com.liferay.portlet.blogs.model with parameters of type BlogsEntry
 int BlogsEntryWrapper.compareTo(BlogsEntry blogsEntry)
           
 int BlogsEntryModel.compareTo(BlogsEntry blogsEntry)
           
static BlogsEntrySoap BlogsEntrySoap.toSoapModel(BlogsEntry model)
           
static BlogsEntrySoap[] BlogsEntrySoap.toSoapModels(BlogsEntry[] models)
           
static BlogsEntrySoap[][] BlogsEntrySoap.toSoapModels(BlogsEntry[][] models)
           
 

Method parameters in com.liferay.portlet.blogs.model with type arguments of type BlogsEntry
static BlogsEntrySoap[] BlogsEntrySoap.toSoapModels(List<BlogsEntry> models)
           
 

Constructors in com.liferay.portlet.blogs.model with parameters of type BlogsEntry
BlogsEntryWrapper(BlogsEntry blogsEntry)
           
 

Uses of BlogsEntry in com.liferay.portlet.blogs.service
 

Methods in com.liferay.portlet.blogs.service that return BlogsEntry
 BlogsEntry BlogsEntryLocalServiceWrapper.addBlogsEntry(BlogsEntry blogsEntry)
          Adds the blogs entry to the database.
 BlogsEntry BlogsEntryLocalService.addBlogsEntry(BlogsEntry blogsEntry)
          Adds the blogs entry to the database.
static BlogsEntry BlogsEntryLocalServiceUtil.addBlogsEntry(BlogsEntry blogsEntry)
          Adds the blogs entry to the database.
 BlogsEntry BlogsEntryLocalServiceWrapper.addEntry(long userId, String title, String content, Date displayDate, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryLocalService.addEntry(long userId, String title, String content, Date displayDate, ServiceContext serviceContext)
           
static BlogsEntry BlogsEntryLocalServiceUtil.addEntry(long userId, String title, String content, Date displayDate, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.addEntry(long userId, String title, String content, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryLocalService.addEntry(long userId, String title, String content, ServiceContext serviceContext)
           
static BlogsEntry BlogsEntryLocalServiceUtil.addEntry(long userId, String title, String content, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.addEntry(long userId, 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 BlogsEntryLocalServiceWrapper.addEntry(long, String, String, String, String, int, int, int, int, int, boolean, boolean, String[], String, ImageSelector, ImageSelector, ServiceContext)
 BlogsEntry BlogsEntryLocalService.addEntry(long userId, 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 BlogsEntryLocalService.addEntry(long, String, String, String, String, int, int, int, int, int, boolean, boolean, String[], String, ImageSelector, ImageSelector, ServiceContext)
static BlogsEntry BlogsEntryLocalServiceUtil.addEntry(long userId, 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 BlogsEntryLocalServiceUtil.addEntry(long, String, String, String, String, int, int, int, int, int, boolean, boolean, String[], String, ImageSelector, ImageSelector, ServiceContext)
 BlogsEntry BlogsEntryLocalServiceWrapper.addEntry(long userId, String title, String subtitle, String description, String content, Date displayDate, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, String coverImageCaption, ImageSelector coverImageImageSelector, ImageSelector smallImageImageSelector, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryLocalService.addEntry(long userId, String title, String subtitle, String description, String content, Date displayDate, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, String coverImageCaption, ImageSelector coverImageImageSelector, ImageSelector smallImageImageSelector, ServiceContext serviceContext)
           
static BlogsEntry BlogsEntryLocalServiceUtil.addEntry(long userId, String title, String subtitle, String description, String content, Date displayDate, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, String coverImageCaption, ImageSelector coverImageImageSelector, ImageSelector smallImageImageSelector, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.addEntry(long userId, 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)
           
 BlogsEntry BlogsEntryLocalService.addEntry(long userId, 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 BlogsEntry BlogsEntryLocalServiceUtil.addEntry(long userId, 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)
           
 BlogsEntry BlogsEntryService.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 BlogsEntryService.addEntry(String, String, String, String, int, int, int, int, int, boolean, boolean, String[], String, ImageSelector, ImageSelector, ServiceContext)
 BlogsEntry BlogsEntryServiceWrapper.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 BlogsEntryServiceWrapper.addEntry(String, String, String, String, int, int, int, int, int, boolean, boolean, String[], String, ImageSelector, ImageSelector, ServiceContext)
static BlogsEntry BlogsEntryServiceUtil.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 BlogsEntryServiceUtil.addEntry(String, String, String, String, int, int, int, int, int, boolean, boolean, String[], String, ImageSelector, ImageSelector, ServiceContext)
 BlogsEntry BlogsEntryService.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)
           
 BlogsEntry BlogsEntryServiceWrapper.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 BlogsEntry BlogsEntryServiceUtil.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)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.createBlogsEntry(long entryId)
          Creates a new blogs entry with the primary key.
 BlogsEntry BlogsEntryLocalService.createBlogsEntry(long entryId)
          Creates a new blogs entry with the primary key.
static BlogsEntry BlogsEntryLocalServiceUtil.createBlogsEntry(long entryId)
          Creates a new blogs entry with the primary key.
 BlogsEntry BlogsEntryLocalServiceWrapper.deleteBlogsEntry(BlogsEntry blogsEntry)
          Deletes the blogs entry from the database.
 BlogsEntry BlogsEntryLocalService.deleteBlogsEntry(BlogsEntry blogsEntry)
          Deletes the blogs entry from the database.
static BlogsEntry BlogsEntryLocalServiceUtil.deleteBlogsEntry(BlogsEntry blogsEntry)
          Deletes the blogs entry from the database.
 BlogsEntry BlogsEntryLocalServiceWrapper.deleteBlogsEntry(long entryId)
          Deletes the blogs entry with the primary key from the database.
 BlogsEntry BlogsEntryLocalService.deleteBlogsEntry(long entryId)
          Deletes the blogs entry with the primary key from the database.
static BlogsEntry BlogsEntryLocalServiceUtil.deleteBlogsEntry(long entryId)
          Deletes the blogs entry with the primary key from the database.
 BlogsEntry BlogsEntryLocalServiceWrapper.deleteEntry(BlogsEntry entry)
           
 BlogsEntry BlogsEntryLocalService.deleteEntry(BlogsEntry entry)
           
static BlogsEntry BlogsEntryLocalServiceUtil.deleteEntry(BlogsEntry entry)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.fetchBlogsEntry(long entryId)
           
 BlogsEntry BlogsEntryLocalService.fetchBlogsEntry(long entryId)
           
static BlogsEntry BlogsEntryLocalServiceUtil.fetchBlogsEntry(long entryId)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.fetchBlogsEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the blogs entry matching the UUID and group.
 BlogsEntry BlogsEntryLocalService.fetchBlogsEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the blogs entry matching the UUID and group.
static BlogsEntry BlogsEntryLocalServiceUtil.fetchBlogsEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the blogs entry matching the UUID and group.
 BlogsEntry BlogsEntryLocalServiceWrapper.getBlogsEntry(long entryId)
          Returns the blogs entry with the primary key.
 BlogsEntry BlogsEntryLocalService.getBlogsEntry(long entryId)
          Returns the blogs entry with the primary key.
static BlogsEntry BlogsEntryLocalServiceUtil.getBlogsEntry(long entryId)
          Returns the blogs entry with the primary key.
 BlogsEntry BlogsEntryLocalServiceWrapper.getBlogsEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the blogs entry matching the UUID and group.
 BlogsEntry BlogsEntryLocalService.getBlogsEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the blogs entry matching the UUID and group.
static BlogsEntry BlogsEntryLocalServiceUtil.getBlogsEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the blogs entry matching the UUID and group.
 BlogsEntry[] BlogsEntryLocalServiceWrapper.getEntriesPrevAndNext(long entryId)
           
 BlogsEntry[] BlogsEntryLocalService.getEntriesPrevAndNext(long entryId)
           
static BlogsEntry[] BlogsEntryLocalServiceUtil.getEntriesPrevAndNext(long entryId)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.getEntry(long entryId)
           
 BlogsEntry BlogsEntryLocalService.getEntry(long entryId)
           
 BlogsEntry BlogsEntryService.getEntry(long entryId)
           
 BlogsEntry BlogsEntryServiceWrapper.getEntry(long entryId)
           
static BlogsEntry BlogsEntryServiceUtil.getEntry(long entryId)
           
static BlogsEntry BlogsEntryLocalServiceUtil.getEntry(long entryId)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.getEntry(long groupId, String urlTitle)
           
 BlogsEntry BlogsEntryLocalService.getEntry(long groupId, String urlTitle)
           
 BlogsEntry BlogsEntryService.getEntry(long groupId, String urlTitle)
           
 BlogsEntry BlogsEntryServiceWrapper.getEntry(long groupId, String urlTitle)
           
static BlogsEntry BlogsEntryServiceUtil.getEntry(long groupId, String urlTitle)
           
static BlogsEntry BlogsEntryLocalServiceUtil.getEntry(long groupId, String urlTitle)
           
 BlogsEntry BlogsEntryService.moveEntryToTrash(long entryId)
           
 BlogsEntry BlogsEntryServiceWrapper.moveEntryToTrash(long entryId)
           
static BlogsEntry BlogsEntryServiceUtil.moveEntryToTrash(long entryId)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.moveEntryToTrash(long userId, BlogsEntry entry)
          Moves the blogs entry to the recycle bin.
 BlogsEntry BlogsEntryLocalService.moveEntryToTrash(long userId, BlogsEntry entry)
          Moves the blogs entry to the recycle bin.
static BlogsEntry BlogsEntryLocalServiceUtil.moveEntryToTrash(long userId, BlogsEntry entry)
          Moves the blogs entry to the recycle bin.
 BlogsEntry BlogsEntryLocalServiceWrapper.moveEntryToTrash(long userId, long entryId)
          Moves the blogs entry with the ID to the recycle bin.
 BlogsEntry BlogsEntryLocalService.moveEntryToTrash(long userId, long entryId)
          Moves the blogs entry with the ID to the recycle bin.
static BlogsEntry BlogsEntryLocalServiceUtil.moveEntryToTrash(long userId, long entryId)
          Moves the blogs entry with the ID to the recycle bin.
 BlogsEntry BlogsEntryLocalServiceWrapper.restoreEntryFromTrash(long userId, long entryId)
          Restores the blogs entry with the ID from the recycle bin.
 BlogsEntry BlogsEntryLocalService.restoreEntryFromTrash(long userId, long entryId)
          Restores the blogs entry with the ID from the recycle bin.
static BlogsEntry BlogsEntryLocalServiceUtil.restoreEntryFromTrash(long userId, long entryId)
          Restores the blogs entry with the ID from the recycle bin.
 BlogsEntry BlogsEntryLocalServiceWrapper.updateBlogsEntry(BlogsEntry blogsEntry)
          Updates the blogs entry in the database or adds it if it does not yet exist.
 BlogsEntry BlogsEntryLocalService.updateBlogsEntry(BlogsEntry blogsEntry)
          Updates the blogs entry in the database or adds it if it does not yet exist.
static BlogsEntry BlogsEntryLocalServiceUtil.updateBlogsEntry(BlogsEntry blogsEntry)
          Updates the blogs entry in the database or adds it if it does not yet exist.
 BlogsEntry BlogsEntryLocalServiceWrapper.updateEntry(long userId, long entryId, String title, String content, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryLocalService.updateEntry(long userId, long entryId, String title, String content, ServiceContext serviceContext)
           
static BlogsEntry BlogsEntryLocalServiceUtil.updateEntry(long userId, long entryId, String title, String content, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.updateEntry(long userId, 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 BlogsEntryLocalServiceWrapper.updateEntry(long, long, String, String, String, String, int, int, int, int, int, boolean, boolean, String[], String, ImageSelector, ImageSelector, ServiceContext)
 BlogsEntry BlogsEntryLocalService.updateEntry(long userId, 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 BlogsEntryLocalService.updateEntry(long, long, String, String, String, String, int, int, int, int, int, boolean, boolean, String[], String, ImageSelector, ImageSelector, ServiceContext)
static BlogsEntry BlogsEntryLocalServiceUtil.updateEntry(long userId, 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 BlogsEntryLocalServiceUtil.updateEntry(long, long, String, String, String, String, int, int, int, int, int, boolean, boolean, String[], String, ImageSelector, ImageSelector, ServiceContext)
 BlogsEntry BlogsEntryLocalServiceWrapper.updateEntry(long userId, long entryId, String title, String subtitle, String description, String content, Date displayDate, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, String coverImageCaption, ImageSelector coverImageImageSelector, ImageSelector smallImageImageSelector, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryLocalService.updateEntry(long userId, long entryId, String title, String subtitle, String description, String content, Date displayDate, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, String coverImageCaption, ImageSelector coverImageImageSelector, ImageSelector smallImageImageSelector, ServiceContext serviceContext)
           
static BlogsEntry BlogsEntryLocalServiceUtil.updateEntry(long userId, long entryId, String title, String subtitle, String description, String content, Date displayDate, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, String coverImageCaption, ImageSelector coverImageImageSelector, ImageSelector smallImageImageSelector, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.updateEntry(long userId, 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)
           
 BlogsEntry BlogsEntryLocalService.updateEntry(long userId, 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)
           
static BlogsEntry BlogsEntryLocalServiceUtil.updateEntry(long userId, 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)
           
 BlogsEntry BlogsEntryService.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 BlogsEntryService.updateEntry(long, String, String, String, String, int, int, int, int, int, boolean, boolean, String[], String, ImageSelector, ImageSelector, ServiceContext)
 BlogsEntry BlogsEntryServiceWrapper.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 BlogsEntryServiceWrapper.updateEntry(long, String, String, String, String, int, int, int, int, int, boolean, boolean, String[], String, ImageSelector, ImageSelector, ServiceContext)
static BlogsEntry BlogsEntryServiceUtil.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 BlogsEntryServiceUtil.updateEntry(long, String, String, String, String, int, int, int, int, int, boolean, boolean, String[], String, ImageSelector, ImageSelector, ServiceContext)
 BlogsEntry BlogsEntryService.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)
           
 BlogsEntry BlogsEntryServiceWrapper.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)
           
static BlogsEntry BlogsEntryServiceUtil.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)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.updateStatus(long userId, long entryId, int status, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by BlogsEntryLocalServiceWrapper.updateStatus(long, long, int, ServiceContext, Map)
 BlogsEntry BlogsEntryLocalService.updateStatus(long userId, long entryId, int status, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by BlogsEntryLocalService.updateStatus(long, long, int, ServiceContext, Map)
static BlogsEntry BlogsEntryLocalServiceUtil.updateStatus(long userId, long entryId, int status, ServiceContext serviceContext)
          Deprecated. As of 7.0.0, replaced by BlogsEntryLocalServiceUtil.updateStatus(long, long, int, ServiceContext, Map)
 BlogsEntry BlogsEntryLocalServiceWrapper.updateStatus(long userId, long entryId, int status, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
           
 BlogsEntry BlogsEntryLocalService.updateStatus(long userId, long entryId, int status, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
           
static BlogsEntry BlogsEntryLocalServiceUtil.updateStatus(long userId, long entryId, int status, ServiceContext serviceContext, Map<String,Serializable> workflowContext)
           
 

Methods in com.liferay.portlet.blogs.service that return types with arguments of type BlogsEntry
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getBlogsEntries(int start, int end)
          Returns a range of all the blogs entries.
 List<BlogsEntry> BlogsEntryLocalService.getBlogsEntries(int start, int end)
          Returns a range of all the blogs entries.
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getBlogsEntries(int start, int end)
          Returns a range of all the blogs entries.
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getBlogsEntriesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the blogs entries matching the UUID and company.
 List<BlogsEntry> BlogsEntryLocalService.getBlogsEntriesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the blogs entries matching the UUID and company.
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getBlogsEntriesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the blogs entries matching the UUID and company.
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getBlogsEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns a range of blogs entries matching the UUID and company.
 List<BlogsEntry> BlogsEntryLocalService.getBlogsEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns a range of blogs entries matching the UUID and company.
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getBlogsEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns a range of blogs entries matching the UUID and company.
 List<BlogsEntry> BlogsEntryService.getCompanyEntries(long companyId, Date displayDate, int status, int max)
           
 List<BlogsEntry> BlogsEntryServiceWrapper.getCompanyEntries(long companyId, Date displayDate, int status, int max)
           
static List<BlogsEntry> BlogsEntryServiceUtil.getCompanyEntries(long companyId, Date displayDate, int status, int max)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getCompanyEntries(long companyId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryLocalService.getCompanyEntries(long companyId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getCompanyEntries(long companyId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryService.getGroupEntries(long groupId, Date displayDate, int status, int max)
           
 List<BlogsEntry> BlogsEntryServiceWrapper.getGroupEntries(long groupId, Date displayDate, int status, int max)
           
static List<BlogsEntry> BlogsEntryServiceUtil.getGroupEntries(long groupId, Date displayDate, int status, int max)
           
 List<BlogsEntry> BlogsEntryService.getGroupEntries(long groupId, Date displayDate, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryServiceWrapper.getGroupEntries(long groupId, Date displayDate, int status, int start, int end)
           
static List<BlogsEntry> BlogsEntryServiceUtil.getGroupEntries(long groupId, Date displayDate, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getGroupEntries(long groupId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupEntries(long groupId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupEntries(long groupId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryService.getGroupEntries(long groupId, int status, int max)
           
 List<BlogsEntry> BlogsEntryServiceWrapper.getGroupEntries(long groupId, int status, int max)
           
static List<BlogsEntry> BlogsEntryServiceUtil.getGroupEntries(long groupId, int status, int max)
           
 List<BlogsEntry> BlogsEntryService.getGroupEntries(long groupId, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryServiceWrapper.getGroupEntries(long groupId, int status, int start, int end)
           
static List<BlogsEntry> BlogsEntryServiceUtil.getGroupEntries(long groupId, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryService.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
 List<BlogsEntry> BlogsEntryServiceWrapper.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
static List<BlogsEntry> BlogsEntryServiceUtil.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getGroupEntries(long groupId, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupEntries(long groupId, QueryDefinition<BlogsEntry> queryDefinition)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupEntries(long groupId, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryService.getGroupsEntries(long companyId, long groupId, Date displayDate, int status, int max)
           
 List<BlogsEntry> BlogsEntryServiceWrapper.getGroupsEntries(long companyId, long groupId, Date displayDate, int status, int max)
           
static List<BlogsEntry> BlogsEntryServiceUtil.getGroupsEntries(long companyId, long groupId, Date displayDate, int status, int max)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getGroupsEntries(long companyId, long groupId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupsEntries(long companyId, long groupId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupsEntries(long companyId, long groupId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getGroupUserEntries(long groupId, long userId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupUserEntries(long groupId, long userId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupUserEntries(long groupId, long userId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryService.getGroupUserEntries(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
 List<BlogsEntry> BlogsEntryServiceWrapper.getGroupUserEntries(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
static List<BlogsEntry> BlogsEntryServiceUtil.getGroupUserEntries(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getNoAssetEntries()
           
 List<BlogsEntry> BlogsEntryLocalService.getNoAssetEntries()
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getNoAssetEntries()
           
 List<BlogsEntry> BlogsEntryService.getOrganizationEntries(long organizationId, Date displayDate, int status, int max)
           
 List<BlogsEntry> BlogsEntryServiceWrapper.getOrganizationEntries(long organizationId, Date displayDate, int status, int max)
           
static List<BlogsEntry> BlogsEntryServiceUtil.getOrganizationEntries(long organizationId, Date displayDate, int status, int max)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getOrganizationEntries(long organizationId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryLocalService.getOrganizationEntries(long organizationId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getOrganizationEntries(long organizationId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 

Methods in com.liferay.portlet.blogs.service with parameters of type BlogsEntry
 BlogsEntry BlogsEntryLocalServiceWrapper.addBlogsEntry(BlogsEntry blogsEntry)
          Adds the blogs entry to the database.
 BlogsEntry BlogsEntryLocalService.addBlogsEntry(BlogsEntry blogsEntry)
          Adds the blogs entry to the database.
static BlogsEntry BlogsEntryLocalServiceUtil.addBlogsEntry(BlogsEntry blogsEntry)
          Adds the blogs entry to the database.
 void BlogsEntryLocalServiceWrapper.addEntryResources(BlogsEntry entry, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void BlogsEntryLocalService.addEntryResources(BlogsEntry entry, boolean addGroupPermissions, boolean addGuestPermissions)
           
static void BlogsEntryLocalServiceUtil.addEntryResources(BlogsEntry entry, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void BlogsEntryLocalServiceWrapper.addEntryResources(BlogsEntry entry, ModelPermissions modelPermissions)
           
 void BlogsEntryLocalService.addEntryResources(BlogsEntry entry, ModelPermissions modelPermissions)
           
static void BlogsEntryLocalServiceUtil.addEntryResources(BlogsEntry entry, ModelPermissions modelPermissions)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.deleteBlogsEntry(BlogsEntry blogsEntry)
          Deletes the blogs entry from the database.
 BlogsEntry BlogsEntryLocalService.deleteBlogsEntry(BlogsEntry blogsEntry)
          Deletes the blogs entry from the database.
static BlogsEntry BlogsEntryLocalServiceUtil.deleteBlogsEntry(BlogsEntry blogsEntry)
          Deletes the blogs entry from the database.
 BlogsEntry BlogsEntryLocalServiceWrapper.deleteEntry(BlogsEntry entry)
           
 BlogsEntry BlogsEntryLocalService.deleteEntry(BlogsEntry entry)
           
static BlogsEntry BlogsEntryLocalServiceUtil.deleteEntry(BlogsEntry entry)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.moveEntryToTrash(long userId, BlogsEntry entry)
          Moves the blogs entry to the recycle bin.
 BlogsEntry BlogsEntryLocalService.moveEntryToTrash(long userId, BlogsEntry entry)
          Moves the blogs entry to the recycle bin.
static BlogsEntry BlogsEntryLocalServiceUtil.moveEntryToTrash(long userId, BlogsEntry entry)
          Moves the blogs entry to the recycle bin.
 void BlogsEntryLocalServiceWrapper.updateAsset(long userId, BlogsEntry entry, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds, Double priority)
           
 void BlogsEntryLocalService.updateAsset(long userId, BlogsEntry entry, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds, Double priority)
           
static void BlogsEntryLocalServiceUtil.updateAsset(long userId, BlogsEntry entry, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds, Double priority)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.updateBlogsEntry(BlogsEntry blogsEntry)
          Updates the blogs entry in the database or adds it if it does not yet exist.
 BlogsEntry BlogsEntryLocalService.updateBlogsEntry(BlogsEntry blogsEntry)
          Updates the blogs entry in the database or adds it if it does not yet exist.
static BlogsEntry BlogsEntryLocalServiceUtil.updateBlogsEntry(BlogsEntry blogsEntry)
          Updates the blogs entry in the database or adds it if it does not yet exist.
 void BlogsEntryLocalServiceWrapper.updateEntryResources(BlogsEntry entry, ModelPermissions modelPermissions)
           
 void BlogsEntryLocalService.updateEntryResources(BlogsEntry entry, ModelPermissions modelPermissions)
           
static void BlogsEntryLocalServiceUtil.updateEntryResources(BlogsEntry entry, ModelPermissions modelPermissions)
           
 void BlogsEntryLocalServiceWrapper.updateEntryResources(BlogsEntry entry, String[] groupPermissions, String[] guestPermissions)
           
 void BlogsEntryLocalService.updateEntryResources(BlogsEntry entry, String[] groupPermissions, String[] guestPermissions)
           
static void BlogsEntryLocalServiceUtil.updateEntryResources(BlogsEntry entry, String[] groupPermissions, String[] guestPermissions)
           
 

Method parameters in com.liferay.portlet.blogs.service with type arguments of type BlogsEntry
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getBlogsEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns a range of blogs entries matching the UUID and company.
 List<BlogsEntry> BlogsEntryLocalService.getBlogsEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns a range of blogs entries matching the UUID and company.
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getBlogsEntriesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns a range of blogs entries matching the UUID and company.
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getCompanyEntries(long companyId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryLocalService.getCompanyEntries(long companyId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getCompanyEntries(long companyId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 int BlogsEntryLocalServiceWrapper.getCompanyEntriesCount(long companyId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 int BlogsEntryLocalService.getCompanyEntriesCount(long companyId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
static int BlogsEntryLocalServiceUtil.getCompanyEntriesCount(long companyId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getGroupEntries(long groupId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupEntries(long groupId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupEntries(long groupId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryService.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
 List<BlogsEntry> BlogsEntryServiceWrapper.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
static List<BlogsEntry> BlogsEntryServiceUtil.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getGroupEntries(long groupId, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupEntries(long groupId, QueryDefinition<BlogsEntry> queryDefinition)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupEntries(long groupId, QueryDefinition<BlogsEntry> queryDefinition)
           
 int BlogsEntryLocalServiceWrapper.getGroupEntriesCount(long groupId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 int BlogsEntryLocalService.getGroupEntriesCount(long groupId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
static int BlogsEntryLocalServiceUtil.getGroupEntriesCount(long groupId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 int BlogsEntryLocalServiceWrapper.getGroupEntriesCount(long groupId, QueryDefinition<BlogsEntry> queryDefinition)
           
 int BlogsEntryLocalService.getGroupEntriesCount(long groupId, QueryDefinition<BlogsEntry> queryDefinition)
           
static int BlogsEntryLocalServiceUtil.getGroupEntriesCount(long groupId, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getGroupsEntries(long companyId, long groupId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupsEntries(long companyId, long groupId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupsEntries(long companyId, long groupId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getGroupUserEntries(long groupId, long userId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupUserEntries(long groupId, long userId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupUserEntries(long groupId, long userId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryService.getGroupUserEntries(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
 List<BlogsEntry> BlogsEntryServiceWrapper.getGroupUserEntries(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
static List<BlogsEntry> BlogsEntryServiceUtil.getGroupUserEntries(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> obc)
           
 int BlogsEntryLocalServiceWrapper.getGroupUserEntriesCount(long groupId, long userId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 int BlogsEntryLocalService.getGroupUserEntriesCount(long groupId, long userId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
static int BlogsEntryLocalServiceUtil.getGroupUserEntriesCount(long groupId, long userId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getOrganizationEntries(long organizationId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryLocalService.getOrganizationEntries(long organizationId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getOrganizationEntries(long organizationId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 int BlogsEntryLocalServiceWrapper.getOrganizationEntriesCount(long organizationId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 int BlogsEntryLocalService.getOrganizationEntriesCount(long organizationId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
static int BlogsEntryLocalServiceUtil.getOrganizationEntriesCount(long organizationId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 

Uses of BlogsEntry in com.liferay.portlet.blogs.service.persistence
 

Methods in com.liferay.portlet.blogs.service.persistence that return BlogsEntry
static BlogsEntry BlogsEntryUtil.create(long entryId)
          Creates a new blogs entry with the primary key.
 BlogsEntry BlogsEntryPersistence.create(long entryId)
          Creates a new blogs entry with the primary key.
static BlogsEntry BlogsEntryUtil.fetchByC_LtD_First(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_First(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByC_LtD_Last(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_Last(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByC_LtD_NotS_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_NotS_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_LtD_NotS_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_NotS_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_LtD_S_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_S_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_S_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_S_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_S_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_S_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_U_First(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_First(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_U_Last(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_Last(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_U_NotS_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_NotS_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_U_NotS_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_NotS_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_U_S_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_S_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_U_S_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_S_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
static BlogsEntry BlogsEntryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_LtD_First(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_First(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByG_LtD_Last(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_Last(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByG_LtD_NotS_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_NotS_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_LtD_NotS_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_NotS_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_LtD_S_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_S_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_NotS_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_NotS_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_NotS_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_NotS_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_S_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_S_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_LtD_Last(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_Last(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_LtD_NotS_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_NotS_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_LtD_S_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_S_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_S_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_S_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_S_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_S_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_UT(long groupId, String urlTitle)
          Returns the blogs entry where groupId = ? and urlTitle = ? or returns null if it could not be found.
 BlogsEntry BlogsEntryPersistence.fetchByG_UT(long groupId, String urlTitle)
          Returns the blogs entry where groupId = ? and urlTitle = ? or returns null if it could not be found.
static BlogsEntry BlogsEntryUtil.fetchByG_UT(long groupId, String urlTitle, boolean retrieveFromCache)
          Returns the blogs entry where groupId = ? and urlTitle = ? or returns null if it could not be found, optionally using the finder cache.
 BlogsEntry BlogsEntryPersistence.fetchByG_UT(long groupId, String urlTitle, boolean retrieveFromCache)
          Returns the blogs entry where groupId = ? and urlTitle = ? or returns null if it could not be found, optionally using the finder cache.
static BlogsEntry BlogsEntryUtil.fetchByGroupId_First(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByGroupId_First(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
static BlogsEntry BlogsEntryUtil.fetchByGroupId_Last(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
static BlogsEntry BlogsEntryUtil.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByPrimaryKey(long entryId)
          Returns the blogs entry with the primary key or returns null if it could not be found.
 BlogsEntry BlogsEntryPersistence.fetchByPrimaryKey(long entryId)
          Returns the blogs entry with the primary key or returns null if it could not be found.
static BlogsEntry BlogsEntryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?.
static BlogsEntry BlogsEntryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?.
static BlogsEntry BlogsEntryUtil.fetchByUuid_First(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
 BlogsEntry BlogsEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
static BlogsEntry BlogsEntryUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the blogs entry where uuid = ? and groupId = ? or returns null if it could not be found.
 BlogsEntry BlogsEntryPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the blogs entry where uuid = ? and groupId = ? or returns null if it could not be found.
static BlogsEntry BlogsEntryUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the blogs entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 BlogsEntry BlogsEntryPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the blogs entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static BlogsEntry BlogsEntryUtil.fetchByUuid_Last(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
 BlogsEntry BlogsEntryPersistence.fetchByUuid_Last(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_LtD_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_LtD_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_LtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_LtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_U_LtD_NotS_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_U_LtD_NotS_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_U_LtD_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_U_LtD_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ?.
static BlogsEntry BlogsEntryUtil.findByC_LtD_First(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_First(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByC_LtD_Last(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_Last(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByC_LtD_NotS_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_NotS_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByC_LtD_NotS_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_NotS_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByC_LtD_NotS_PrevAndNext(long entryId, long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_LtD_NotS_PrevAndNext(long entryId, long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByC_LtD_PrevAndNext(long entryId, long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_LtD_PrevAndNext(long entryId, long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByC_LtD_S_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_S_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByC_LtD_S_PrevAndNext(long entryId, long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_LtD_S_PrevAndNext(long entryId, long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByC_NotS_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_NotS_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByC_NotS_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_NotS_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByC_NotS_PrevAndNext(long entryId, long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_NotS_PrevAndNext(long entryId, long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByC_S_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByC_S_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByC_S_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByC_S_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByC_S_PrevAndNext(long entryId, long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_S_PrevAndNext(long entryId, long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByC_U_First(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_First(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.
static BlogsEntry BlogsEntryUtil.findByC_U_Last(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_Last(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
static BlogsEntry BlogsEntryUtil.findByC_U_NotS_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_NotS_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByC_U_NotS_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_NotS_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByC_U_NotS_PrevAndNext(long entryId, long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_U_NotS_PrevAndNext(long entryId, long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByC_U_PrevAndNext(long entryId, long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_U_PrevAndNext(long entryId, long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?.
static BlogsEntry BlogsEntryUtil.findByC_U_S_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_S_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByC_U_S_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_S_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByC_U_S_PrevAndNext(long entryId, long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_U_S_PrevAndNext(long entryId, long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByCompanyId_First(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
static BlogsEntry BlogsEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
static BlogsEntry[] BlogsEntryUtil.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ?.
 BlogsEntry[] BlogsEntryPersistence.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_First(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_First(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_Last(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_Last(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_NotS_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_NotS_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_NotS_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_NotS_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByG_LtD_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_LtD_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_S_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_S_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByG_LtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_LtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_NotS_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_NotS_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_NotS_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_NotS_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_S_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_S_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_S_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_S_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_Last(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_Last(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_NotS_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_NotS_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByG_U_LtD_NotS_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_U_LtD_NotS_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_S_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_S_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByG_U_LtD_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_U_LtD_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_U_S_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_S_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_UT(long groupId, String urlTitle)
          Returns the blogs entry where groupId = ? and urlTitle = ? or throws a NoSuchEntryException if it could not be found.
 BlogsEntry BlogsEntryPersistence.findByG_UT(long groupId, String urlTitle)
          Returns the blogs entry where groupId = ? and urlTitle = ? or throws a NoSuchEntryException if it could not be found.
static BlogsEntry BlogsEntryUtil.findByGroupId_First(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistence.findByGroupId_First(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
static BlogsEntry BlogsEntryUtil.findByGroupId_Last(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
static BlogsEntry[] BlogsEntryUtil.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?.
 BlogsEntry[] BlogsEntryPersistence.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?.
static BlogsEntry BlogsEntryUtil.findByLtD_S_First(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByLtD_S_First(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByLtD_S_Last(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByLtD_S_Last(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByLtD_S_PrevAndNext(long entryId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByLtD_S_PrevAndNext(long entryId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByPrimaryKey(long entryId)
          Returns the blogs entry with the primary key or throws a NoSuchEntryException if it could not be found.
 BlogsEntry BlogsEntryPersistence.findByPrimaryKey(long entryId)
          Returns the blogs entry with the primary key or throws a NoSuchEntryException if it could not be found.
static BlogsEntry BlogsEntryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry BlogsEntryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?.
static BlogsEntry BlogsEntryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry BlogsEntryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?.
static BlogsEntry[] BlogsEntryUtil.findByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry[] BlogsEntryPersistence.findByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ? and companyId = ?.
static BlogsEntry BlogsEntryUtil.findByUuid_First(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
 BlogsEntry BlogsEntryPersistence.findByUuid_First(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
static BlogsEntry BlogsEntryUtil.findByUUID_G(String uuid, long groupId)
          Returns the blogs entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found.
 BlogsEntry BlogsEntryPersistence.findByUUID_G(String uuid, long groupId)
          Returns the blogs entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found.
static BlogsEntry BlogsEntryUtil.findByUuid_Last(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
 BlogsEntry BlogsEntryPersistence.findByUuid_Last(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
static BlogsEntry[] BlogsEntryUtil.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ?.
 BlogsEntry[] BlogsEntryPersistence.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ?.
static BlogsEntry BlogsEntryUtil.remove(long entryId)
          Removes the blogs entry with the primary key from the database.
 BlogsEntry BlogsEntryPersistence.remove(long entryId)
          Removes the blogs entry with the primary key from the database.
static BlogsEntry BlogsEntryUtil.removeByG_UT(long groupId, String urlTitle)
          Removes the blogs entry where groupId = ? and urlTitle = ? from the database.
 BlogsEntry BlogsEntryPersistence.removeByG_UT(long groupId, String urlTitle)
          Removes the blogs entry where groupId = ? and urlTitle = ? from the database.
static BlogsEntry BlogsEntryUtil.removeByUUID_G(String uuid, long groupId)
          Removes the blogs entry where uuid = ? and groupId = ? from the database.
 BlogsEntry BlogsEntryPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the blogs entry where uuid = ? and groupId = ? from the database.
static BlogsEntry BlogsEntryUtil.update(BlogsEntry blogsEntry)
           
static BlogsEntry BlogsEntryUtil.update(BlogsEntry blogsEntry, ServiceContext serviceContext)
           
static BlogsEntry BlogsEntryUtil.updateImpl(BlogsEntry blogsEntry)
           
 BlogsEntry BlogsEntryPersistence.updateImpl(BlogsEntry blogsEntry)
           
 

Methods in com.liferay.portlet.blogs.service.persistence that return types with arguments of type BlogsEntry
static Map<Serializable,BlogsEntry> BlogsEntryUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 Map<Serializable,BlogsEntry> BlogsEntryPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_LtD_NotS(long groupId, Date displayDate, int status)
          Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_LtD_NotS(long groupId, Date displayDate, int status)
          Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_LtD_S(long groupId, Date displayDate, int status)
          Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_LtD_S(long groupId, Date displayDate, int status)
          Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_LtD_S(long groupId, Date displayDate, int status, int start, int end)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_LtD_S(long groupId, Date displayDate, int status, int start, int end)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_LtD(long groupId, Date displayDate)
          Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_LtD(long groupId, Date displayDate)
          Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate < ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_LtD(long groupId, Date displayDate, int start, int end)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_LtD(long groupId, Date displayDate, int start, int end)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate < ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_NotS(long groupId, int status)
          Returns all the blogs entries that the user has permission to view where groupId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_NotS(long groupId, int status)
          Returns all the blogs entries that the user has permission to view where groupId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_NotS(long groupId, int status, int start, int end)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_NotS(long groupId, int status, int start, int end)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_NotS(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_NotS(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_S(long groupId, int status)
          Returns all the blogs entries that the user has permission to view where groupId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_S(long groupId, int status)
          Returns all the blogs entries that the user has permission to view where groupId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_S(long groupId, int status, int start, int end)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_S(long groupId, int status, int start, int end)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status)
          Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status)
          Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status)
          Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status)
          Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_LtD(long groupId, long userId, Date displayDate)
          Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_LtD(long groupId, long userId, Date displayDate)
          Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_NotS(long groupId, long userId, int status)
          Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_NotS(long groupId, long userId, int status)
          Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_NotS(long groupId, long userId, int status, int start, int end)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_NotS(long groupId, long userId, int status, int start, int end)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_S(long groupId, long userId, int status)
          Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_S(long groupId, long userId, int status)
          Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_S(long groupId, long userId, int status, int start, int end)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_S(long groupId, long userId, int status, int start, int end)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByGroupId(long groupId)
          Returns all the blogs entries that the user has permission to view where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByGroupId(long groupId)
          Returns all the blogs entries that the user has permission to view where groupId = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ?.
static List<BlogsEntry> BlogsEntryUtil.findAll()
          Returns all the blogs entries.
 List<BlogsEntry> BlogsEntryPersistence.findAll()
          Returns all the blogs entries.
static List<BlogsEntry> BlogsEntryUtil.findAll(int start, int end)
          Returns a range of all the blogs entries.
 List<BlogsEntry> BlogsEntryPersistence.findAll(int start, int end)
          Returns a range of all the blogs entries.
static List<BlogsEntry> BlogsEntryUtil.findAll(int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries.
 List<BlogsEntry> BlogsEntryPersistence.findAll(int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries.
static List<BlogsEntry> BlogsEntryUtil.findAll(int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries.
 List<BlogsEntry> BlogsEntryPersistence.findAll(int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD_NotS(long companyId, Date displayDate, int status)
          Returns all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD_NotS(long companyId, Date displayDate, int status)
          Returns all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end)
          Returns a range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end)
          Returns a range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD_S(long companyId, Date displayDate, int status)
          Returns all the blogs entries where companyId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD_S(long companyId, Date displayDate, int status)
          Returns all the blogs entries where companyId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end)
          Returns a range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end)
          Returns a range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD(long companyId, Date displayDate)
          Returns all the blogs entries where companyId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD(long companyId, Date displayDate)
          Returns all the blogs entries where companyId = ? and displayDate < ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD(long companyId, Date displayDate, int start, int end)
          Returns a range of all the blogs entries where companyId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD(long companyId, Date displayDate, int start, int end)
          Returns a range of all the blogs entries where companyId = ? and displayDate < ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD(long companyId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD(long companyId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD(long companyId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD(long companyId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_NotS(long companyId, int status)
          Returns all the blogs entries where companyId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_NotS(long companyId, int status)
          Returns all the blogs entries where companyId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_NotS(long companyId, int status, int start, int end)
          Returns a range of all the blogs entries where companyId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_NotS(long companyId, int status, int start, int end)
          Returns a range of all the blogs entries where companyId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_S(long companyId, int status)
          Returns all the blogs entries where companyId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_S(long companyId, int status)
          Returns all the blogs entries where companyId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_S(long companyId, int status, int start, int end)
          Returns a range of all the blogs entries where companyId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_S(long companyId, int status, int start, int end)
          Returns a range of all the blogs entries where companyId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_S(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_S(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U_NotS(long companyId, long userId, int status)
          Returns all the blogs entries where companyId = ? and userId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U_NotS(long companyId, long userId, int status)
          Returns all the blogs entries where companyId = ? and userId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U_NotS(long companyId, long userId, int status, int start, int end)
          Returns a range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U_NotS(long companyId, long userId, int status, int start, int end)
          Returns a range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U_NotS(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U_NotS(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U_NotS(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U_NotS(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U_S(long companyId, long userId, int status)
          Returns all the blogs entries where companyId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U_S(long companyId, long userId, int status)
          Returns all the blogs entries where companyId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U_S(long companyId, long userId, int status, int start, int end)
          Returns a range of all the blogs entries where companyId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U_S(long companyId, long userId, int status, int start, int end)
          Returns a range of all the blogs entries where companyId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U_S(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U_S(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U_S(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U_S(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U(long companyId, long userId)
          Returns all the blogs entries where companyId = ? and userId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U(long companyId, long userId)
          Returns all the blogs entries where companyId = ? and userId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U(long companyId, long userId, int start, int end)
          Returns a range of all the blogs entries where companyId = ? and userId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U(long companyId, long userId, int start, int end)
          Returns a range of all the blogs entries where companyId = ? and userId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U(long companyId, long userId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U(long companyId, long userId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U(long companyId, long userId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U(long companyId, long userId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByCompanyId(long companyId)
          Returns all the blogs entries where companyId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByCompanyId(long companyId)
          Returns all the blogs entries where companyId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the blogs entries where companyId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the blogs entries where companyId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD_NotS(long groupId, Date displayDate, int status)
          Returns all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD_NotS(long groupId, Date displayDate, int status)
          Returns all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end)
          Returns a range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end)
          Returns a range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD_S(long groupId, Date displayDate, int status)
          Returns all the blogs entries where groupId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD_S(long groupId, Date displayDate, int status)
          Returns all the blogs entries where groupId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end)
          Returns a range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end)
          Returns a range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD(long groupId, Date displayDate)
          Returns all the blogs entries where groupId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD(long groupId, Date displayDate)
          Returns all the blogs entries where groupId = ? and displayDate < ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD(long groupId, Date displayDate, int start, int end)
          Returns a range of all the blogs entries where groupId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD(long groupId, Date displayDate, int start, int end)
          Returns a range of all the blogs entries where groupId = ? and displayDate < ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_NotS(long groupId, int status)
          Returns all the blogs entries where groupId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_NotS(long groupId, int status)
          Returns all the blogs entries where groupId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_NotS(long groupId, int status, int start, int end)
          Returns a range of all the blogs entries where groupId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_NotS(long groupId, int status, int start, int end)
          Returns a range of all the blogs entries where groupId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_NotS(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_NotS(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_NotS(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_NotS(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_S(long groupId, int status)
          Returns all the blogs entries where groupId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_S(long groupId, int status)
          Returns all the blogs entries where groupId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_S(long groupId, int status, int start, int end)
          Returns a range of all the blogs entries where groupId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_S(long groupId, int status, int start, int end)
          Returns a range of all the blogs entries where groupId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status)
          Returns all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status)
          Returns all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end)
          Returns a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end)
          Returns a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status)
          Returns all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status)
          Returns all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end)
          Returns a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end)
          Returns a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_LtD(long groupId, long userId, Date displayDate)
          Returns all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD(long groupId, long userId, Date displayDate)
          Returns all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end)
          Returns a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end)
          Returns a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_NotS(long groupId, long userId, int status)
          Returns all the blogs entries where groupId = ? and userId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_NotS(long groupId, long userId, int status)
          Returns all the blogs entries where groupId = ? and userId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_NotS(long groupId, long userId, int status, int start, int end)
          Returns a range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_NotS(long groupId, long userId, int status, int start, int end)
          Returns a range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_S(long groupId, long userId, int status)
          Returns all the blogs entries where groupId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_S(long groupId, long userId, int status)
          Returns all the blogs entries where groupId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_S(long groupId, long userId, int status, int start, int end)
          Returns a range of all the blogs entries where groupId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_S(long groupId, long userId, int status, int start, int end)
          Returns a range of all the blogs entries where groupId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByGroupId(long groupId)
          Returns all the blogs entries where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByGroupId(long groupId)
          Returns all the blogs entries where groupId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the blogs entries where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the blogs entries where groupId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ?.
static List<BlogsEntry> BlogsEntryFinderUtil.findByGroupIds(long companyId, long groupId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryFinder.findByGroupIds(long companyId, long groupId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
static List<BlogsEntry> BlogsEntryUtil.findByLtD_S(Date displayDate, int status)
          Returns all the blogs entries where displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByLtD_S(Date displayDate, int status)
          Returns all the blogs entries where displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByLtD_S(Date displayDate, int status, int start, int end)
          Returns a range of all the blogs entries where displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByLtD_S(Date displayDate, int status, int start, int end)
          Returns a range of all the blogs entries where displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryFinderUtil.findByNoAssets()
           
 List<BlogsEntry> BlogsEntryFinder.findByNoAssets()
           
static List<BlogsEntry> BlogsEntryFinderUtil.findByOrganizationId(long organizationId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryFinder.findByOrganizationId(long organizationId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
static List<BlogsEntry> BlogsEntryFinderUtil.findByOrganizationIds(List<Long> organizationIds, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryFinder.findByOrganizationIds(List<Long> organizationIds, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
static List<BlogsEntry> BlogsEntryUtil.findByUuid_C(String uuid, long companyId)
          Returns all the blogs entries where uuid = ? and companyId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the blogs entries where uuid = ? and companyId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the blogs entries where uuid = ? and companyId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the blogs entries where uuid = ? and companyId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByUuid(String uuid)
          Returns all the blogs entries where uuid = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByUuid(String uuid)
          Returns all the blogs entries where uuid = ?.
static List<BlogsEntry> BlogsEntryUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the blogs entries where uuid = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the blogs entries where uuid = ?.
static List<BlogsEntry> BlogsEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where uuid = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where uuid = ?.
static List<BlogsEntry> BlogsEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where uuid = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where uuid = ?.
static List<BlogsEntry> BlogsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<BlogsEntry> BlogsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<BlogsEntry> BlogsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
           
 

Methods in com.liferay.portlet.blogs.service.persistence with parameters of type BlogsEntry
static void BlogsEntryUtil.cacheResult(BlogsEntry blogsEntry)
          Caches the blogs entry in the entity cache if it is enabled.
 void BlogsEntryPersistence.cacheResult(BlogsEntry blogsEntry)
          Caches the blogs entry in the entity cache if it is enabled.
static void BlogsEntryUtil.clearCache(BlogsEntry blogsEntry)
           
static BlogsEntry BlogsEntryUtil.update(BlogsEntry blogsEntry)
           
static BlogsEntry BlogsEntryUtil.update(BlogsEntry blogsEntry, ServiceContext serviceContext)
           
static BlogsEntry BlogsEntryUtil.updateImpl(BlogsEntry blogsEntry)
           
 BlogsEntry BlogsEntryPersistence.updateImpl(BlogsEntry blogsEntry)
           
 

Method parameters in com.liferay.portlet.blogs.service.persistence with type arguments of type BlogsEntry
static void BlogsEntryUtil.cacheResult(List<BlogsEntry> blogsEntries)
          Caches the blogs entries in the entity cache if it is enabled.
 void BlogsEntryPersistence.cacheResult(List<BlogsEntry> blogsEntries)
          Caches the blogs entries in the entity cache if it is enabled.
static int BlogsEntryFinderUtil.countByOrganizationId(long organizationId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 int BlogsEntryFinder.countByOrganizationId(long organizationId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
static int BlogsEntryFinderUtil.countByOrganizationIds(List<Long> organizationIds, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 int BlogsEntryFinder.countByOrganizationIds(List<Long> organizationIds, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
static BlogsEntry BlogsEntryUtil.fetchByC_LtD_First(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_First(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByC_LtD_Last(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_Last(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByC_LtD_NotS_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_NotS_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_LtD_NotS_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_NotS_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_LtD_S_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_S_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_S_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_S_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_S_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_S_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_U_First(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_First(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_U_Last(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_Last(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_U_NotS_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_NotS_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_U_NotS_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_NotS_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByC_U_S_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_S_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_U_S_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_S_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
static BlogsEntry BlogsEntryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_LtD_First(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_First(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByG_LtD_Last(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_Last(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByG_LtD_NotS_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_NotS_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_LtD_NotS_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_NotS_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_LtD_S_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_S_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_NotS_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_NotS_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_NotS_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_NotS_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_S_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_S_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_LtD_Last(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_Last(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_LtD_NotS_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_NotS_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_LtD_S_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_S_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_S_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_S_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_S_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_S_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByGroupId_First(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByGroupId_First(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
static BlogsEntry BlogsEntryUtil.fetchByGroupId_Last(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
static BlogsEntry BlogsEntryUtil.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?.
static BlogsEntry BlogsEntryUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?.
static BlogsEntry BlogsEntryUtil.fetchByUuid_First(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
 BlogsEntry BlogsEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
static BlogsEntry BlogsEntryUtil.fetchByUuid_Last(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
 BlogsEntry BlogsEntryPersistence.fetchByUuid_Last(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_LtD_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_LtD_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_LtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_LtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_NotS(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_NotS(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_U_LtD_NotS_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_U_LtD_NotS_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_U_LtD_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_U_LtD_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and userId = ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.filterFindByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set of blogs entries that the user has permission to view where groupId = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ?.
static List<BlogsEntry> BlogsEntryUtil.findAll(int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries.
 List<BlogsEntry> BlogsEntryPersistence.findAll(int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries.
static List<BlogsEntry> BlogsEntryUtil.findAll(int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries.
 List<BlogsEntry> BlogsEntryPersistence.findAll(int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries.
static BlogsEntry BlogsEntryUtil.findByC_LtD_First(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_First(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByC_LtD_Last(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_Last(long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByC_LtD_NotS_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_NotS_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByC_LtD_NotS_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_NotS_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByC_LtD_NotS_PrevAndNext(long entryId, long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_LtD_NotS_PrevAndNext(long entryId, long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD_NotS(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByC_LtD_PrevAndNext(long entryId, long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_LtD_PrevAndNext(long entryId, long companyId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByC_LtD_S_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_S_Last(long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByC_LtD_S_PrevAndNext(long entryId, long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_LtD_S_PrevAndNext(long entryId, long companyId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD(long companyId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD(long companyId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_LtD(long companyId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_LtD(long companyId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByC_NotS_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_NotS_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByC_NotS_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_NotS_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByC_NotS_PrevAndNext(long entryId, long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_NotS_PrevAndNext(long entryId, long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByC_S_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByC_S_First(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByC_S_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByC_S_Last(long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByC_S_PrevAndNext(long entryId, long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_S_PrevAndNext(long entryId, long companyId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_S(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_S(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_S(long companyId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByC_U_First(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_First(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.
static BlogsEntry BlogsEntryUtil.findByC_U_Last(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_Last(long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
static BlogsEntry BlogsEntryUtil.findByC_U_NotS_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_NotS_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByC_U_NotS_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_NotS_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByC_U_NotS_PrevAndNext(long entryId, long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_U_NotS_PrevAndNext(long entryId, long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U_NotS(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U_NotS(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U_NotS(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U_NotS(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByC_U_PrevAndNext(long entryId, long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_U_PrevAndNext(long entryId, long companyId, long userId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?.
static BlogsEntry BlogsEntryUtil.findByC_U_S_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_S_First(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByC_U_S_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_S_Last(long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByC_U_S_PrevAndNext(long entryId, long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_U_S_PrevAndNext(long entryId, long companyId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U_S(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U_S(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U_S(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U_S(long companyId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U(long companyId, long userId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U(long companyId, long userId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByC_U(long companyId, long userId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByC_U(long companyId, long userId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ?.
static BlogsEntry BlogsEntryUtil.findByCompanyId_First(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
static BlogsEntry BlogsEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
static BlogsEntry[] BlogsEntryUtil.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ?.
 BlogsEntry[] BlogsEntryPersistence.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where companyId = ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_First(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_First(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_Last(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_Last(long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_NotS_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_NotS_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_NotS_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_NotS_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByG_LtD_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_LtD_NotS_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD_NotS(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_S_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_S_Last(long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByG_LtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_LtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_NotS_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_NotS_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_NotS_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_NotS_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_NotS_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_NotS(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_NotS(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_NotS(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_NotS(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_S_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_S_First(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_S_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_S_Last(long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_S(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_S(long groupId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_Last(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_Last(long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_NotS_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_NotS_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_NotS_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByG_U_LtD_NotS_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_U_LtD_NotS_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD_NotS(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_S_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_S_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByG_U_LtD_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_U_LtD_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_NotS_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_NotS_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry[] BlogsEntryUtil.findByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_U_NotS_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_NotS(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status ≠ ?.
static BlogsEntry BlogsEntryUtil.findByG_U_S_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_S_First(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByGroupId_First(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistence.findByGroupId_First(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
static BlogsEntry BlogsEntryUtil.findByGroupId_Last(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
static BlogsEntry[] BlogsEntryUtil.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?.
 BlogsEntry[] BlogsEntryPersistence.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where groupId = ?.
static List<BlogsEntry> BlogsEntryFinderUtil.findByGroupIds(long companyId, long groupId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryFinder.findByGroupIds(long companyId, long groupId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
static BlogsEntry BlogsEntryUtil.findByLtD_S_First(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByLtD_S_First(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByLtD_S_Last(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByLtD_S_Last(Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByLtD_S_PrevAndNext(long entryId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByLtD_S_PrevAndNext(long entryId, Date displayDate, int status, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryUtil.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryFinderUtil.findByOrganizationId(long organizationId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryFinder.findByOrganizationId(long organizationId, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
static List<BlogsEntry> BlogsEntryFinderUtil.findByOrganizationIds(List<Long> organizationIds, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
 List<BlogsEntry> BlogsEntryFinder.findByOrganizationIds(List<Long> organizationIds, Date displayDate, QueryDefinition<BlogsEntry> queryDefinition)
           
static BlogsEntry BlogsEntryUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry BlogsEntryPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ? and companyId = ?.
static BlogsEntry BlogsEntryUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry BlogsEntryPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ? and companyId = ?.
static BlogsEntry[] BlogsEntryUtil.findByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ? and companyId = ?.
 BlogsEntry[] BlogsEntryPersistence.findByUuid_C_PrevAndNext(long entryId, String uuid, long companyId, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ? and companyId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where uuid = ? and companyId = ?.
static BlogsEntry BlogsEntryUtil.findByUuid_First(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
 BlogsEntry BlogsEntryPersistence.findByUuid_First(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
static BlogsEntry BlogsEntryUtil.findByUuid_Last(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
 BlogsEntry BlogsEntryPersistence.findByUuid_Last(String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
static BlogsEntry[] BlogsEntryUtil.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ?.
 BlogsEntry[] BlogsEntryPersistence.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator<BlogsEntry> orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ?.
static List<BlogsEntry> BlogsEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where uuid = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
          Returns an ordered range of all the blogs entries where uuid = ?.
static List<BlogsEntry> BlogsEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where uuid = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<BlogsEntry> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the blogs entries where uuid = ?.
static List<BlogsEntry> BlogsEntryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<BlogsEntry> orderByComparator)
           
 

Uses of BlogsEntry in com.liferay.portlet.blogs.util.comparator
 

Methods in com.liferay.portlet.blogs.util.comparator with parameters of type BlogsEntry
 int EntryDisplayDateComparator.compare(BlogsEntry entry1, BlogsEntry entry2)
           
 int EntryTitleComparator.compare(BlogsEntry entry1, BlogsEntry entry2)
           
 

Uses of BlogsEntry in com.liferay.portlet.blogs.util.test
 

Methods in com.liferay.portlet.blogs.util.test that return BlogsEntry
static BlogsEntry BlogsTestUtil.addEntryWithWorkflow(long userId, String title, boolean approved, ServiceContext serviceContext)
           
protected static BlogsEntry BlogsTestUtil.updateStatus(BlogsEntry entry, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.blogs.util.test with parameters of type BlogsEntry
static void BlogsTestUtil.assertEquals(BlogsEntry expectedEntry, BlogsEntry actualEntry)
           
protected static BlogsEntry BlogsTestUtil.updateStatus(BlogsEntry entry, ServiceContext serviceContext)
           
 


Liferay 7.0-ce-b4