Liferay 6.1.2-ce-ga3

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

Packages that use BlogsEntry
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portlet.blogs.action   
com.liferay.portlet.blogs.asset   
com.liferay.portlet.blogs.atom   
com.liferay.portlet.blogs.lar   
com.liferay.portlet.blogs.model   
com.liferay.portlet.blogs.model.impl   
com.liferay.portlet.blogs.service   
com.liferay.portlet.blogs.service.base   
com.liferay.portlet.blogs.service.http   
com.liferay.portlet.blogs.service.impl   
com.liferay.portlet.blogs.service.permission   
com.liferay.portlet.blogs.service.persistence   
com.liferay.portlet.blogs.util   
com.liferay.portlet.blogs.workflow   
 

Uses of BlogsEntry in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return BlogsEntry
 BlogsEntry DataFactory.addBlogsEntry(long groupId, long userId, String title, String urlTitle, String content)
           
 

Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type BlogsEntry
 void SampleSQLBuilder.insertBlogsEntry(BlogsEntry blogsEntry)
           
 

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

Methods in com.liferay.portlet.blogs.action with parameters of type BlogsEntry
protected  String EditEntryAction.getSaveAndContinueRedirect(PortletConfig portletConfig, ActionRequest actionRequest, BlogsEntry entry, String redirect)
           
 

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

Constructors in com.liferay.portlet.blogs.asset with parameters of type BlogsEntry
BlogsEntryAssetRenderer(BlogsEntry entry)
           
 

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

Methods in com.liferay.portlet.blogs.atom that return BlogsEntry
protected  BlogsEntry BlogsEntryAtomCollectionAdapter.doGetEntry(String resourceName, AtomRequestContext atomRequestContext)
           
protected  BlogsEntry BlogsEntryAtomCollectionAdapter.doPostEntry(String title, String summary, String content, Date date, AtomRequestContext atomRequestContext)
           
 

Methods in com.liferay.portlet.blogs.atom that return types with arguments of type BlogsEntry
protected  Iterable<BlogsEntry> BlogsEntryAtomCollectionAdapter.doGetFeedEntries(AtomRequestContext atomRequestContext)
           
 

Methods in com.liferay.portlet.blogs.atom with parameters of type BlogsEntry
protected  void BlogsEntryAtomCollectionAdapter.doPutEntry(BlogsEntry blogsEntry, String title, String summary, String content, Date date, AtomRequestContext atomRequestContext)
           
 List<String> BlogsEntryAtomCollectionAdapter.getEntryAuthors(BlogsEntry blogsEntry)
           
 AtomEntryContent BlogsEntryAtomCollectionAdapter.getEntryContent(BlogsEntry blogsEntry, AtomRequestContext atomRequestContext)
           
 String BlogsEntryAtomCollectionAdapter.getEntryId(BlogsEntry blogsEntry)
           
 String BlogsEntryAtomCollectionAdapter.getEntrySummary(BlogsEntry blogsEntry)
           
 String BlogsEntryAtomCollectionAdapter.getEntryTitle(BlogsEntry blogsEntry)
           
 Date BlogsEntryAtomCollectionAdapter.getEntryUpdated(BlogsEntry blogsEntry)
           
 

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

Methods in com.liferay.portlet.blogs.lar with parameters of type BlogsEntry
protected  void BlogsPortletDataHandlerImpl.exportEntry(PortletDataContext portletDataContext, Element entriesElement, Element dlFileEntryTypesElement, Element dlFoldersElement, Element dlFileEntriesElement, Element dlFileRanksElement, Element dlRepositoriesElement, Element dlRepositoryEntriesElement, BlogsEntry entry)
           
protected  String BlogsPortletDataHandlerImpl.getEntryImagePath(PortletDataContext portletDataContext, BlogsEntry entry)
           
protected  String BlogsPortletDataHandlerImpl.getEntryPath(PortletDataContext portletDataContext, BlogsEntry entry)
           
protected  String BlogsPortletDataHandlerImpl.getEntrySmallImagePath(PortletDataContext portletDataContext, BlogsEntry entry)
           
protected static void WordPressImporter.importComment(PortletDataContext context, User defaultUser, MBMessageDisplay messageDisplay, Map<Long,Long> messageIdMap, BlogsEntry entry, Element commentEl)
           
protected  void BlogsPortletDataHandlerImpl.importEntry(PortletDataContext portletDataContext, Element entryElement, BlogsEntry entry)
           
 

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.
 

Methods in com.liferay.portlet.blogs.model that return BlogsEntry
 BlogsEntry BlogsEntryWrapper.getWrappedBlogsEntry()
          Deprecated. Renamed to BlogsEntryWrapper.getWrappedModel()
 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.model.impl
 

Classes in com.liferay.portlet.blogs.model.impl that implement BlogsEntry
 class BlogsEntryBaseImpl
          The extended model base implementation for the BlogsEntry service.
 class BlogsEntryImpl
           
 

Methods in com.liferay.portlet.blogs.model.impl that return BlogsEntry
 BlogsEntry BlogsEntryCacheModel.toEntityModel()
           
 BlogsEntry BlogsEntryModelImpl.toEscapedModel()
           
static BlogsEntry BlogsEntryModelImpl.toModel(BlogsEntrySoap soapModel)
          Converts the soap model instance into a normal model instance.
 BlogsEntry BlogsEntryModelImpl.toUnescapedModel()
           
 

Methods in com.liferay.portlet.blogs.model.impl that return types with arguments of type BlogsEntry
 CacheModel<BlogsEntry> BlogsEntryModelImpl.toCacheModel()
           
static List<BlogsEntry> BlogsEntryModelImpl.toModels(BlogsEntrySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.blogs.model.impl with parameters of type BlogsEntry
 int BlogsEntryModelImpl.compareTo(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 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)
           
 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)
           
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)
           
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)
           
 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)
           
 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)
           
 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.fetchBlogsEntry(long entryId)
           
 BlogsEntry BlogsEntryLocalService.fetchBlogsEntry(long entryId)
           
static BlogsEntry BlogsEntryLocalServiceUtil.fetchBlogsEntry(long entryId)
           
 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 with the UUID in the group.
 BlogsEntry BlogsEntryLocalService.getBlogsEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the blogs entry with the UUID in the group.
static BlogsEntry BlogsEntryLocalServiceUtil.getBlogsEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the blogs entry with the UUID in the group.
 BlogsEntry[] BlogsEntryLocalServiceWrapper.getEntriesPrevAndNext(long entryId)
           
 BlogsEntry[] BlogsEntryLocalService.getEntriesPrevAndNext(long entryId)
           
static BlogsEntry[] BlogsEntryLocalServiceUtil.getEntriesPrevAndNext(long entryId)
           
static BlogsEntry BlogsEntryServiceUtil.getEntry(long entryId)
           
 BlogsEntry BlogsEntryServiceWrapper.getEntry(long entryId)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.getEntry(long entryId)
           
 BlogsEntry BlogsEntryLocalService.getEntry(long entryId)
           
 BlogsEntry BlogsEntryService.getEntry(long entryId)
           
static BlogsEntry BlogsEntryLocalServiceUtil.getEntry(long entryId)
           
static BlogsEntry BlogsEntryServiceUtil.getEntry(long groupId, String urlTitle)
           
 BlogsEntry BlogsEntryServiceWrapper.getEntry(long groupId, String urlTitle)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.getEntry(long groupId, String urlTitle)
           
 BlogsEntry BlogsEntryLocalService.getEntry(long groupId, String urlTitle)
           
 BlogsEntry BlogsEntryService.getEntry(long groupId, String urlTitle)
           
static BlogsEntry BlogsEntryLocalServiceUtil.getEntry(long groupId, String urlTitle)
           
 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.updateBlogsEntry(BlogsEntry blogsEntry, boolean merge)
          Updates the blogs entry in the database or adds it if it does not yet exist.
 BlogsEntry BlogsEntryLocalService.updateBlogsEntry(BlogsEntry blogsEntry, boolean merge)
          Updates the blogs entry in the database or adds it if it does not yet exist.
static BlogsEntry BlogsEntryLocalServiceUtil.updateBlogsEntry(BlogsEntry blogsEntry, boolean merge)
          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 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)
           
 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)
           
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)
           
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)
           
 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)
           
 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)
           
 BlogsEntry BlogsEntryLocalServiceWrapper.updateStatus(long userId, long entryId, int status, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryLocalService.updateStatus(long userId, long entryId, int status, ServiceContext serviceContext)
           
static BlogsEntry BlogsEntryLocalServiceUtil.updateStatus(long userId, long entryId, int status, ServiceContext serviceContext)
           
 

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.
static List<BlogsEntry> BlogsEntryServiceUtil.getCompanyEntries(long companyId, Date displayDate, int status, int max)
           
 List<BlogsEntry> BlogsEntryServiceWrapper.getCompanyEntries(long companyId, Date displayDate, int status, int max)
           
 List<BlogsEntry> BlogsEntryService.getCompanyEntries(long companyId, Date displayDate, int status, int max)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getCompanyEntries(long companyId, Date displayDate, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalService.getCompanyEntries(long companyId, Date displayDate, int status, int start, int end)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getCompanyEntries(long companyId, Date displayDate, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getCompanyEntries(long companyId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryLocalService.getCompanyEntries(long companyId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getCompanyEntries(long companyId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
static List<BlogsEntry> BlogsEntryServiceUtil.getGroupEntries(long groupId, Date displayDate, int status, int max)
           
 List<BlogsEntry> BlogsEntryServiceWrapper.getGroupEntries(long groupId, Date displayDate, int status, int max)
           
 List<BlogsEntry> BlogsEntryService.getGroupEntries(long groupId, Date displayDate, int status, int max)
           
static List<BlogsEntry> BlogsEntryServiceUtil.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)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getGroupEntries(long groupId, Date displayDate, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupEntries(long groupId, Date displayDate, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryService.getGroupEntries(long groupId, Date displayDate, int status, int start, int end)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupEntries(long groupId, Date displayDate, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getGroupEntries(long groupId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupEntries(long groupId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupEntries(long groupId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
static List<BlogsEntry> BlogsEntryServiceUtil.getGroupEntries(long groupId, int status, int max)
           
 List<BlogsEntry> BlogsEntryServiceWrapper.getGroupEntries(long groupId, int status, int max)
           
 List<BlogsEntry> BlogsEntryService.getGroupEntries(long groupId, int status, int max)
           
static List<BlogsEntry> BlogsEntryServiceUtil.getGroupEntries(long groupId, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryServiceWrapper.getGroupEntries(long groupId, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getGroupEntries(long groupId, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupEntries(long groupId, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryService.getGroupEntries(long groupId, int status, int start, int end)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupEntries(long groupId, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator obc)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator obc)
           
static List<BlogsEntry> BlogsEntryServiceUtil.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)
           
 List<BlogsEntry> BlogsEntryService.getGroupsEntries(long companyId, long groupId, Date displayDate, int status, int max)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getGroupsEntries(long companyId, long groupId, Date displayDate, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupsEntries(long companyId, long groupId, Date displayDate, int status, int start, int end)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupsEntries(long companyId, long groupId, Date displayDate, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getGroupUserEntries(long groupId, long userId, Date displayDate, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupUserEntries(long groupId, long userId, Date displayDate, int status, int start, int end)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupUserEntries(long groupId, long userId, Date displayDate, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getGroupUserEntries(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryLocalService.getGroupUserEntries(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getGroupUserEntries(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getNoAssetEntries()
           
 List<BlogsEntry> BlogsEntryLocalService.getNoAssetEntries()
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getNoAssetEntries()
           
static List<BlogsEntry> BlogsEntryServiceUtil.getOrganizationEntries(long organizationId, Date displayDate, int status, int max)
           
 List<BlogsEntry> BlogsEntryServiceWrapper.getOrganizationEntries(long organizationId, Date displayDate, int status, int max)
           
 List<BlogsEntry> BlogsEntryService.getOrganizationEntries(long organizationId, Date displayDate, int status, int max)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getOrganizationEntries(long organizationId, Date displayDate, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalService.getOrganizationEntries(long organizationId, Date displayDate, int status, int start, int end)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getOrganizationEntries(long organizationId, Date displayDate, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalServiceWrapper.getOrganizationEntries(long organizationId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryLocalService.getOrganizationEntries(long organizationId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
static List<BlogsEntry> BlogsEntryLocalServiceUtil.getOrganizationEntries(long organizationId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
 

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, String[] groupPermissions, String[] guestPermissions)
           
 void BlogsEntryLocalService.addEntryResources(BlogsEntry entry, String[] groupPermissions, String[] guestPermissions)
           
static void BlogsEntryLocalServiceUtil.addEntryResources(BlogsEntry entry, String[] groupPermissions, String[] guestPermissions)
           
 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.
 void BlogsEntryLocalServiceWrapper.deleteEntry(BlogsEntry entry)
           
 void BlogsEntryLocalService.deleteEntry(BlogsEntry entry)
           
static void BlogsEntryLocalServiceUtil.deleteEntry(BlogsEntry entry)
           
 void BlogsEntryLocalServiceWrapper.updateAsset(long userId, BlogsEntry entry, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 void BlogsEntryLocalService.updateAsset(long userId, BlogsEntry entry, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
static void BlogsEntryLocalServiceUtil.updateAsset(long userId, BlogsEntry entry, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 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.updateBlogsEntry(BlogsEntry blogsEntry, boolean merge)
          Updates the blogs entry in the database or adds it if it does not yet exist.
 BlogsEntry BlogsEntryLocalService.updateBlogsEntry(BlogsEntry blogsEntry, boolean merge)
          Updates the blogs entry in the database or adds it if it does not yet exist.
static BlogsEntry BlogsEntryLocalServiceUtil.updateBlogsEntry(BlogsEntry blogsEntry, boolean merge)
          Updates the blogs entry in the database or adds it if it does not yet exist.
 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)
           
 

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

Methods in com.liferay.portlet.blogs.service.base that return BlogsEntry
 BlogsEntry BlogsEntryLocalServiceBaseImpl.addBlogsEntry(BlogsEntry blogsEntry)
          Adds the blogs entry to the database.
 BlogsEntry BlogsEntryLocalServiceBaseImpl.createBlogsEntry(long entryId)
          Creates a new blogs entry with the primary key.
 BlogsEntry BlogsEntryLocalServiceBaseImpl.deleteBlogsEntry(BlogsEntry blogsEntry)
          Deletes the blogs entry from the database.
 BlogsEntry BlogsEntryLocalServiceBaseImpl.deleteBlogsEntry(long entryId)
          Deletes the blogs entry with the primary key from the database.
 BlogsEntry BlogsEntryLocalServiceBaseImpl.fetchBlogsEntry(long entryId)
           
 BlogsEntry BlogsEntryLocalServiceBaseImpl.getBlogsEntry(long entryId)
          Returns the blogs entry with the primary key.
 BlogsEntry BlogsEntryLocalServiceBaseImpl.getBlogsEntryByUuidAndGroupId(String uuid, long groupId)
          Returns the blogs entry with the UUID in the group.
 BlogsEntry BlogsEntryLocalServiceBaseImpl.updateBlogsEntry(BlogsEntry blogsEntry)
          Updates the blogs entry in the database or adds it if it does not yet exist.
 BlogsEntry BlogsEntryLocalServiceBaseImpl.updateBlogsEntry(BlogsEntry blogsEntry, boolean merge)
          Updates the blogs entry in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.blogs.service.base that return types with arguments of type BlogsEntry
 List<BlogsEntry> BlogsEntryLocalServiceBaseImpl.getBlogsEntries(int start, int end)
          Returns a range of all the blogs entries.
 

Methods in com.liferay.portlet.blogs.service.base with parameters of type BlogsEntry
 BlogsEntry BlogsEntryLocalServiceBaseImpl.addBlogsEntry(BlogsEntry blogsEntry)
          Adds the blogs entry to the database.
 BlogsEntry BlogsEntryLocalServiceBaseImpl.deleteBlogsEntry(BlogsEntry blogsEntry)
          Deletes the blogs entry from the database.
 BlogsEntry BlogsEntryLocalServiceBaseImpl.updateBlogsEntry(BlogsEntry blogsEntry)
          Updates the blogs entry in the database or adds it if it does not yet exist.
 BlogsEntry BlogsEntryLocalServiceBaseImpl.updateBlogsEntry(BlogsEntry blogsEntry, boolean merge)
          Updates the blogs entry in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.blogs.service.http that return BlogsEntry
static BlogsEntry BlogsEntryServiceHttp.addEntry(HttpPrincipal httpPrincipal, String title, String description, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, boolean smallImage, String smallImageURL, String smallImageFileName, InputStream smallImageInputStream, ServiceContext serviceContext)
           
static BlogsEntry BlogsEntryServiceHttp.getEntry(HttpPrincipal httpPrincipal, long entryId)
           
static BlogsEntry BlogsEntryServiceHttp.getEntry(HttpPrincipal httpPrincipal, long groupId, String urlTitle)
           
static BlogsEntry BlogsEntryServiceHttp.updateEntry(HttpPrincipal httpPrincipal, long entryId, String title, String description, String content, int displayDateMonth, int displayDateDay, int displayDateYear, int displayDateHour, int displayDateMinute, boolean allowPingbacks, boolean allowTrackbacks, String[] trackbacks, boolean smallImage, String smallImageURL, String smallImageFileName, InputStream smallImageInputStream, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.blogs.service.http that return types with arguments of type BlogsEntry
static List<BlogsEntry> BlogsEntryServiceHttp.getCompanyEntries(HttpPrincipal httpPrincipal, long companyId, Date displayDate, int status, int max)
           
static List<BlogsEntry> BlogsEntryServiceHttp.getGroupEntries(HttpPrincipal httpPrincipal, long groupId, Date displayDate, int status, int max)
           
static List<BlogsEntry> BlogsEntryServiceHttp.getGroupEntries(HttpPrincipal httpPrincipal, long groupId, Date displayDate, int status, int start, int end)
           
static List<BlogsEntry> BlogsEntryServiceHttp.getGroupEntries(HttpPrincipal httpPrincipal, long groupId, int status, int max)
           
static List<BlogsEntry> BlogsEntryServiceHttp.getGroupEntries(HttpPrincipal httpPrincipal, long groupId, int status, int start, int end)
           
static List<BlogsEntry> BlogsEntryServiceHttp.getGroupsEntries(HttpPrincipal httpPrincipal, long companyId, long groupId, Date displayDate, int status, int max)
           
static List<BlogsEntry> BlogsEntryServiceHttp.getOrganizationEntries(HttpPrincipal httpPrincipal, long organizationId, Date displayDate, int status, int max)
           
 

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

Methods in com.liferay.portlet.blogs.service.impl that return BlogsEntry
 BlogsEntry BlogsEntryLocalServiceImpl.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)
           
 BlogsEntry BlogsEntryServiceImpl.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)
           
 BlogsEntry[] BlogsEntryLocalServiceImpl.getEntriesPrevAndNext(long entryId)
           
 BlogsEntry BlogsEntryLocalServiceImpl.getEntry(long entryId)
           
 BlogsEntry BlogsEntryServiceImpl.getEntry(long entryId)
           
 BlogsEntry BlogsEntryLocalServiceImpl.getEntry(long groupId, String urlTitle)
           
 BlogsEntry BlogsEntryServiceImpl.getEntry(long groupId, String urlTitle)
           
 BlogsEntry BlogsEntryLocalServiceImpl.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)
           
 BlogsEntry BlogsEntryServiceImpl.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)
           
 BlogsEntry BlogsEntryLocalServiceImpl.updateStatus(long userId, long entryId, int status, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.blogs.service.impl that return types with arguments of type BlogsEntry
 List<BlogsEntry> BlogsEntryServiceImpl.getCompanyEntries(long companyId, Date displayDate, int status, int max)
           
 List<BlogsEntry> BlogsEntryLocalServiceImpl.getCompanyEntries(long companyId, Date displayDate, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalServiceImpl.getCompanyEntries(long companyId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryServiceImpl.getGroupEntries(long groupId, Date displayDate, int status, int max)
           
 List<BlogsEntry> BlogsEntryLocalServiceImpl.getGroupEntries(long groupId, Date displayDate, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryServiceImpl.getGroupEntries(long groupId, Date displayDate, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalServiceImpl.getGroupEntries(long groupId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryServiceImpl.getGroupEntries(long groupId, int status, int max)
           
 List<BlogsEntry> BlogsEntryLocalServiceImpl.getGroupEntries(long groupId, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryServiceImpl.getGroupEntries(long groupId, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalServiceImpl.getGroupEntries(long groupId, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryServiceImpl.getGroupsEntries(long companyId, long groupId, Date displayDate, int status, int max)
           
 List<BlogsEntry> BlogsEntryLocalServiceImpl.getGroupsEntries(long companyId, long groupId, Date displayDate, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalServiceImpl.getGroupUserEntries(long groupId, long userId, Date displayDate, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalServiceImpl.getGroupUserEntries(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryLocalServiceImpl.getNoAssetEntries()
           
 List<BlogsEntry> BlogsEntryServiceImpl.getOrganizationEntries(long organizationId, Date displayDate, int status, int max)
           
 List<BlogsEntry> BlogsEntryLocalServiceImpl.getOrganizationEntries(long organizationId, Date displayDate, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryLocalServiceImpl.getOrganizationEntries(long organizationId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
 

Methods in com.liferay.portlet.blogs.service.impl with parameters of type BlogsEntry
 void BlogsEntryLocalServiceImpl.addEntryResources(BlogsEntry entry, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void BlogsEntryLocalServiceImpl.addEntryResources(BlogsEntry entry, String[] groupPermissions, String[] guestPermissions)
           
 void BlogsEntryLocalServiceImpl.deleteEntry(BlogsEntry entry)
           
protected  void BlogsEntryLocalServiceImpl.notifySubscribers(BlogsEntry entry, ServiceContext serviceContext)
           
protected  void BlogsEntryLocalServiceImpl.pingGoogle(BlogsEntry entry, ServiceContext serviceContext)
           
protected  void BlogsEntryLocalServiceImpl.pingPingback(BlogsEntry entry, ServiceContext serviceContext)
           
protected  void BlogsEntryLocalServiceImpl.pingTrackbacks(BlogsEntry entry, String[] trackbacks, boolean pingOldTrackbacks, ServiceContext serviceContext)
           
 void BlogsEntryLocalServiceImpl.updateAsset(long userId, BlogsEntry entry, long[] assetCategoryIds, String[] assetTagNames, long[] assetLinkEntryIds)
           
 void BlogsEntryLocalServiceImpl.updateEntryResources(BlogsEntry entry, String[] groupPermissions, String[] guestPermissions)
           
 

Method parameters in com.liferay.portlet.blogs.service.impl with type arguments of type BlogsEntry
protected  String BlogsEntryServiceImpl.exportToRSS(String name, String description, String type, double version, String displayStyle, String feedURL, String entryURL, List<BlogsEntry> blogsEntries, ThemeDisplay themeDisplay)
           
 

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

Methods in com.liferay.portlet.blogs.service.permission with parameters of type BlogsEntry
static void BlogsEntryPermission.check(PermissionChecker permissionChecker, BlogsEntry entry, String actionId)
           
static boolean BlogsEntryPermission.contains(PermissionChecker permissionChecker, BlogsEntry entry, String actionId)
           
 

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

Methods in com.liferay.portlet.blogs.service.persistence that return BlogsEntry
 BlogsEntry BlogsEntryPersistence.create(long entryId)
          Creates a new blogs entry with the primary key.
static BlogsEntry BlogsEntryUtil.create(long entryId)
          Creates a new blogs entry with the primary key.
 BlogsEntry BlogsEntryPersistenceImpl.create(long entryId)
          Creates a new blogs entry with the primary key.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_First(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByC_LtD_First(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByC_LtD_First(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_Last(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByC_LtD_Last(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByC_LtD_Last(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByC_LtD_S_Last(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_First(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_U_First(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByC_U_First(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_Last(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
static BlogsEntry BlogsEntryUtil.fetchByC_U_Last(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByC_U_Last(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByC_U_S_First(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByC_U_S_First(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByC_U_S_Last(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
static BlogsEntry BlogsEntryUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
static BlogsEntry BlogsEntryUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_First(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByG_LtD_First(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByG_LtD_First(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_Last(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByG_LtD_Last(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByG_LtD_Last(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByG_LtD_S_Last(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.fetchByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByG_U_LtD_Last(long groupId, long userId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, OrderByComparator 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_First(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first 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 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_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByG_U_LtD_S_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 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)
          Returns the blogs entry where groupId = ? and urlTitle = ? or returns null if it could not be found.
 BlogsEntry BlogsEntryPersistenceImpl.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, 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.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 BlogsEntryPersistenceImpl.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.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
static BlogsEntry BlogsEntryUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
static BlogsEntry BlogsEntryUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistence.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByLtD_S_First(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByLtD_S_Last(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.
 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.fetchByPrimaryKey(long entryId)
          Returns the blogs entry with the primary key or returns null if it could not be found.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByPrimaryKey(long entryId)
          Returns the blogs entry with the primary key or returns null if it could not be found.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the blogs entry with the primary key or returns null if it could not be found.
 BlogsEntry BlogsEntryPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
static BlogsEntry BlogsEntryUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
 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)
          Returns the blogs entry where uuid = ? and groupId = ? or returns null if it could not be found.
 BlogsEntry BlogsEntryPersistenceImpl.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, 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_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 BlogsEntryPersistenceImpl.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_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
static BlogsEntry BlogsEntryUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
 BlogsEntry BlogsEntryPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
 BlogsEntry[] BlogsEntryPersistence.filterFindByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator 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_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator 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[] BlogsEntryPersistenceImpl.filterFindByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator 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_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator 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_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator 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[] BlogsEntryPersistenceImpl.filterFindByG_LtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator 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_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator 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 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[] BlogsEntryPersistenceImpl.filterFindByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator 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_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator 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_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator 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[] BlogsEntryPersistenceImpl.filterFindByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator 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_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator 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_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator 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[] BlogsEntryPersistenceImpl.filterFindByG_U_LtD_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator 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_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator 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 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[] BlogsEntryPersistenceImpl.filterFindByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator 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.filterFindByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator 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.filterFindByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator 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[] BlogsEntryPersistenceImpl.filterFindByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator 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 = ?.
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByG_LtD_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, Date displayDate, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByG_LtD_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, Date displayDate, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByG_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByG_U_LtD_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, long userId, Date displayDate, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByG_U_LtD_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByG_U_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, long userId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, OrderByComparator orderByComparator, boolean previous)
           
 BlogsEntry BlogsEntryPersistence.findByC_LtD_First(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByC_LtD_First(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByC_LtD_First(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_Last(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByC_LtD_Last(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByC_LtD_Last(long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_LtD_PrevAndNext(long entryId, long companyId, Date displayDate, OrderByComparator 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_PrevAndNext(long entryId, long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.findByC_LtD_PrevAndNext(long entryId, long companyId, Date displayDate, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByC_LtD_S_First(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByC_LtD_S_Last(long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last 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 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_S_PrevAndNext(long entryId, long companyId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.findByC_LtD_S_PrevAndNext(long entryId, long companyId, Date displayDate, int status, OrderByComparator 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_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByC_S_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByC_S_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_S_PrevAndNext(long entryId, long companyId, int status, OrderByComparator 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_PrevAndNext(long entryId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.findByC_S_PrevAndNext(long entryId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_First(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.
static BlogsEntry BlogsEntryUtil.findByC_U_First(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByC_U_First(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_Last(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
static BlogsEntry BlogsEntryUtil.findByC_U_Last(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByC_U_Last(long companyId, long userId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry[] BlogsEntryPersistence.findByC_U_PrevAndNext(long entryId, long companyId, long userId, OrderByComparator 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_PrevAndNext(long entryId, long companyId, long userId, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.findByC_U_PrevAndNext(long entryId, long companyId, long userId, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?.
 BlogsEntry BlogsEntryPersistence.findByC_U_S_First(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByC_U_S_First(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByC_U_S_First(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByC_U_S_Last(long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last 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 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_S_PrevAndNext(long entryId, long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.findByC_U_S_PrevAndNext(long entryId, long companyId, long userId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
static BlogsEntry BlogsEntryUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
static BlogsEntry BlogsEntryUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where companyId = ?.
 BlogsEntry[] BlogsEntryPersistence.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ?.
static BlogsEntry[] BlogsEntryUtil.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.findByCompanyId_PrevAndNext(long entryId, long companyId, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where companyId = ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_First(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_First(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByG_LtD_First(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_Last(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_Last(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByG_LtD_Last(long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator 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_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.findByG_LtD_PrevAndNext(long entryId, long groupId, Date displayDate, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistence.findByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByG_LtD_S_First(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByG_LtD_S_Last(long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last 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 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_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.findByG_LtD_S_PrevAndNext(long entryId, long groupId, Date displayDate, int status, OrderByComparator 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_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByG_S_First(long groupId, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByG_S_Last(long groupId, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator 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_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.findByG_S_PrevAndNext(long entryId, long groupId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
static BlogsEntry BlogsEntryUtil.findByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByG_U_LtD_First(long groupId, long userId, Date displayDate, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByG_U_LtD_Last(long groupId, long userId, Date displayDate, OrderByComparator orderByComparator)
          Returns the last 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 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_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.findByG_U_LtD_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, OrderByComparator 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_S_First(long groupId, long userId, Date displayDate, int status, OrderByComparator 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_First(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByG_U_LtD_S_First(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first 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 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_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByG_U_LtD_S_Last(long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last 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 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_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator 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[] BlogsEntryPersistenceImpl.findByG_U_LtD_S_PrevAndNext(long entryId, long groupId, long userId, Date displayDate, int status, OrderByComparator 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_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByG_U_S_First(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the first 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 orderByComparator)
          Returns the last 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 orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByG_U_S_Last(long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the last 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 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_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.findByG_U_S_PrevAndNext(long entryId, long groupId, long userId, int status, OrderByComparator 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_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.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 BlogsEntryPersistenceImpl.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.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
static BlogsEntry BlogsEntryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
static BlogsEntry BlogsEntryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where groupId = ?.
 BlogsEntry[] BlogsEntryPersistence.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?.
static BlogsEntry[] BlogsEntryUtil.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.findByGroupId_PrevAndNext(long entryId, long groupId, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where groupId = ?.
 BlogsEntry BlogsEntryPersistence.findByLtD_S_First(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByLtD_S_First(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByLtD_S_First(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistence.findByLtD_S_Last(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.
static BlogsEntry BlogsEntryUtil.findByLtD_S_Last(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByLtD_S_Last(Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistence.findByLtD_S_PrevAndNext(long entryId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where displayDate < ? and status = ?.
static BlogsEntry[] BlogsEntryUtil.findByLtD_S_PrevAndNext(long entryId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where displayDate < ? and status = ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.findByLtD_S_PrevAndNext(long entryId, Date displayDate, int status, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where displayDate < ? and status = ?.
 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.findByPrimaryKey(long entryId)
          Returns the blogs entry with the primary key or throws a NoSuchEntryException if it could not be found.
 BlogsEntry BlogsEntryPersistenceImpl.findByPrimaryKey(long entryId)
          Returns the blogs entry with the primary key or throws a NoSuchEntryException if it could not be found.
 BlogsEntry BlogsEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the blogs entry with the primary key or throws a NoSuchModelException if it could not be found.
 BlogsEntry BlogsEntryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
static BlogsEntry BlogsEntryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first blogs entry in the ordered set where uuid = ?.
 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_G(String uuid, long groupId)
          Returns the blogs entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found.
 BlogsEntry BlogsEntryPersistenceImpl.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_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
static BlogsEntry BlogsEntryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
 BlogsEntry BlogsEntryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last blogs entry in the ordered set where uuid = ?.
 BlogsEntry[] BlogsEntryPersistence.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ?.
static BlogsEntry[] BlogsEntryUtil.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ?.
 BlogsEntry[] BlogsEntryPersistenceImpl.findByUuid_PrevAndNext(long entryId, String uuid, OrderByComparator orderByComparator)
          Returns the blogs entries before and after the current blogs entry in the ordered set where uuid = ?.
protected  BlogsEntry BlogsEntryPersistenceImpl.getByC_LtD_PrevAndNext(Session session, BlogsEntry blogsEntry, long companyId, Date displayDate, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByC_LtD_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long companyId, Date displayDate, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByC_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long companyId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByC_U_PrevAndNext(Session session, BlogsEntry blogsEntry, long companyId, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByC_U_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long companyId, long userId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, BlogsEntry blogsEntry, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByG_LtD_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, Date displayDate, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByG_LtD_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, Date displayDate, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByG_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByG_U_LtD_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, long userId, Date displayDate, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByG_U_LtD_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByG_U_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, long userId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByLtD_S_PrevAndNext(Session session, BlogsEntry blogsEntry, Date displayDate, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByUuid_PrevAndNext(Session session, BlogsEntry blogsEntry, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 BlogsEntry BlogsEntryPersistence.remove(long entryId)
          Removes the blogs entry with the primary key from the database.
static BlogsEntry BlogsEntryUtil.remove(long entryId)
          Removes the blogs entry with the primary key from the database.
 BlogsEntry BlogsEntryPersistenceImpl.remove(long entryId)
          Removes the blogs entry with the primary key from the database.
 BlogsEntry BlogsEntryPersistenceImpl.remove(Serializable primaryKey)
          Removes the blogs entry with the primary key 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.removeByG_UT(long groupId, String urlTitle)
          Removes the blogs entry where groupId = ? and urlTitle = ? from the database.
 BlogsEntry BlogsEntryPersistenceImpl.removeByG_UT(long groupId, String urlTitle)
          Removes the blogs entry where groupId = ? and urlTitle = ? 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.removeByUUID_G(String uuid, long groupId)
          Removes the blogs entry where uuid = ? and groupId = ? from the database.
 BlogsEntry BlogsEntryPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the blogs entry where uuid = ? and groupId = ? from the database.
protected  BlogsEntry BlogsEntryPersistenceImpl.removeImpl(BlogsEntry blogsEntry)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.toUnwrappedModel(BlogsEntry blogsEntry)
           
static BlogsEntry BlogsEntryUtil.update(BlogsEntry blogsEntry, boolean merge)
           
static BlogsEntry BlogsEntryUtil.update(BlogsEntry blogsEntry, boolean merge, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryPersistence.updateImpl(BlogsEntry blogsEntry, boolean merge)
           
static BlogsEntry BlogsEntryUtil.updateImpl(BlogsEntry blogsEntry, boolean merge)
           
 BlogsEntry BlogsEntryPersistenceImpl.updateImpl(BlogsEntry blogsEntry, boolean merge)
           
 

Methods in com.liferay.portlet.blogs.service.persistence that return types with arguments of type BlogsEntry
 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)
          Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, 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)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, OrderByComparator 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, int start, int end, OrderByComparator 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> BlogsEntryPersistenceImpl.filterFindByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator 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(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)
          Returns all the blogs entries that the user has permission to view where groupId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, 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)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, OrderByComparator 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_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.filterFindByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator 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_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)
          Returns all the blogs entries that the user has permission to view where groupId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, 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)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, OrderByComparator 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, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.filterFindByG_S(long groupId, int status, int start, int end, OrderByComparator 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_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)
          Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, 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)
          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> BlogsEntryPersistenceImpl.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, OrderByComparator 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, int start, int end, OrderByComparator 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> BlogsEntryPersistenceImpl.filterFindByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator 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(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)
          Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, 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)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, OrderByComparator 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_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator 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> BlogsEntryPersistenceImpl.filterFindByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator 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_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)
          Returns all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, 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)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, OrderByComparator 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, int start, int end, OrderByComparator 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> BlogsEntryPersistenceImpl.filterFindByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator 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.filterFindByGroupId(long groupId)
          Returns all the blogs entries that the user has permission to view where groupId = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByGroupId(long groupId)
          Returns all the blogs entries that the user has permission to view where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.filterFindByGroupId(long groupId)
          Returns 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)
          Returns a range of all the blogs entries that the user has permission to view where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ?.
static List<BlogsEntry> BlogsEntryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries that the user has permissions to view where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findAll()
          Returns all the blogs entries.
static List<BlogsEntry> BlogsEntryUtil.findAll()
          Returns all the blogs entries.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findAll()
          Returns 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)
          Returns a range of all the blogs entries.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findAll(int start, int end)
          Returns a range of all the blogs entries.
 List<BlogsEntry> BlogsEntryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries.
static List<BlogsEntry> BlogsEntryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries.
 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)
          Returns all the blogs entries where companyId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, 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)
          Returns a range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByC_LtD_S(long companyId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?.
 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)
          Returns all the blogs entries where companyId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByC_LtD(long companyId, Date displayDate)
          Returns 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)
          Returns a range of all the blogs entries where companyId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByC_LtD(long companyId, Date displayDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and displayDate < ?.
 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)
          Returns all the blogs entries where companyId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByC_S(long companyId, int status)
          Returns 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)
          Returns a range of all the blogs entries where companyId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByC_S(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? 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)
          Returns all the blogs entries where companyId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, 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)
          Returns a range of all the blogs entries where companyId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByC_U_S(long companyId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?.
 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)
          Returns all the blogs entries where companyId = ? and userId = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByC_U(long companyId, long userId)
          Returns 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)
          Returns a range of all the blogs entries where companyId = ? and userId = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByC_U(long companyId, long userId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ? and userId = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByCompanyId(long companyId)
          Returns all the blogs entries where companyId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByCompanyId(long companyId)
          Returns all the blogs entries where companyId = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByCompanyId(long companyId)
          Returns 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)
          Returns a range of all the blogs entries where companyId = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where companyId = ?.
 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)
          Returns all the blogs entries where groupId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, 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)
          Returns a range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByG_LtD_S(long groupId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?.
 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)
          Returns all the blogs entries where groupId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByG_LtD(long groupId, Date displayDate)
          Returns 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)
          Returns a range of all the blogs entries where groupId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByG_LtD(long groupId, Date displayDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and displayDate < ?.
 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)
          Returns all the blogs entries where groupId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByG_S(long groupId, int status)
          Returns 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)
          Returns a range of all the blogs entries where groupId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByG_S(long groupId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? 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)
          Returns all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, 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)
          Returns a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByG_U_LtD_S(long groupId, long userId, Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?.
 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)
          Returns all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, 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)
          Returns a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByG_U_LtD(long groupId, long userId, Date displayDate, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?.
 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)
          Returns all the blogs entries where groupId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, 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)
          Returns a range of all the blogs entries where groupId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByG_U_S(long groupId, long userId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistence.findByGroupId(long groupId)
          Returns all the blogs entries where groupId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByGroupId(long groupId)
          Returns all the blogs entries where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByGroupId(long groupId)
          Returns 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)
          Returns a range of all the blogs entries where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ?.
static List<BlogsEntry> BlogsEntryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where groupId = ?.
static List<BlogsEntry> BlogsEntryFinderUtil.findByGroupIds(long companyId, long groupId, Date displayDate, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryFinder.findByGroupIds(long companyId, long groupId, Date displayDate, int status, int start, int end)
           
 List<BlogsEntry> BlogsEntryFinderImpl.findByGroupIds(long companyId, long groupId, Date displayDate, int status, int start, int end)
           
 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)
          Returns all the blogs entries where displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByLtD_S(Date displayDate, int status)
          Returns 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)
          Returns a range of all the blogs entries where displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the blogs entries where displayDate < ? and status = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByLtD_S(Date displayDate, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where displayDate < ? and status = ?.
static List<BlogsEntry> BlogsEntryFinderUtil.findByNoAssets()
           
 List<BlogsEntry> BlogsEntryFinder.findByNoAssets()
           
 List<BlogsEntry> BlogsEntryFinderImpl.findByNoAssets()
           
static List<BlogsEntry> BlogsEntryFinderUtil.findByOrganizationId(long organizationId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryFinder.findByOrganizationId(long organizationId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryFinderImpl.findByOrganizationId(long organizationId, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
static List<BlogsEntry> BlogsEntryFinderUtil.findByOrganizationIds(List<Long> organizationIds, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryFinder.findByOrganizationIds(List<Long> organizationIds, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryFinderImpl.findByOrganizationIds(List<Long> organizationIds, Date displayDate, int status, int start, int end, OrderByComparator obc)
           
 List<BlogsEntry> BlogsEntryPersistence.findByUuid(String uuid)
          Returns all the blogs entries where uuid = ?.
static List<BlogsEntry> BlogsEntryUtil.findByUuid(String uuid)
          Returns all the blogs entries where uuid = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByUuid(String uuid)
          Returns 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)
          Returns a range of all the blogs entries where uuid = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.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, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where uuid = ?.
static List<BlogsEntry> BlogsEntryUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the blogs entries where uuid = ?.
 List<BlogsEntry> BlogsEntryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          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 orderByComparator)
           
 

Methods in com.liferay.portlet.blogs.service.persistence with parameters of type BlogsEntry
 void BlogsEntryPersistence.cacheResult(BlogsEntry blogsEntry)
          Caches the blogs entry in the entity cache if it is enabled.
static void BlogsEntryUtil.cacheResult(BlogsEntry blogsEntry)
          Caches the blogs entry in the entity cache if it is enabled.
 void BlogsEntryPersistenceImpl.cacheResult(BlogsEntry blogsEntry)
          Caches the blogs entry in the entity cache if it is enabled.
protected  void BlogsEntryPersistenceImpl.cacheUniqueFindersCache(BlogsEntry blogsEntry)
           
static void BlogsEntryUtil.clearCache(BlogsEntry blogsEntry)
           
 void BlogsEntryPersistenceImpl.clearCache(BlogsEntry blogsEntry)
          Clears the cache for the blogs entry.
protected  void BlogsEntryPersistenceImpl.clearUniqueFindersCache(BlogsEntry blogsEntry)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByG_LtD_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, Date displayDate, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByG_LtD_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, Date displayDate, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByG_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByG_U_LtD_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, long userId, Date displayDate, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByG_U_LtD_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByG_U_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, long userId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByC_LtD_PrevAndNext(Session session, BlogsEntry blogsEntry, long companyId, Date displayDate, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByC_LtD_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long companyId, Date displayDate, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByC_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long companyId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByC_U_PrevAndNext(Session session, BlogsEntry blogsEntry, long companyId, long userId, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByC_U_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long companyId, long userId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session, BlogsEntry blogsEntry, long companyId, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByG_LtD_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, Date displayDate, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByG_LtD_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, Date displayDate, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByG_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByG_U_LtD_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, long userId, Date displayDate, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByG_U_LtD_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, long userId, Date displayDate, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByG_U_S_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, long userId, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session, BlogsEntry blogsEntry, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByLtD_S_PrevAndNext(Session session, BlogsEntry blogsEntry, Date displayDate, int status, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.getByUuid_PrevAndNext(Session session, BlogsEntry blogsEntry, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.removeImpl(BlogsEntry blogsEntry)
           
protected  BlogsEntry BlogsEntryPersistenceImpl.toUnwrappedModel(BlogsEntry blogsEntry)
           
static BlogsEntry BlogsEntryUtil.update(BlogsEntry blogsEntry, boolean merge)
           
static BlogsEntry BlogsEntryUtil.update(BlogsEntry blogsEntry, boolean merge, ServiceContext serviceContext)
           
 BlogsEntry BlogsEntryPersistence.updateImpl(BlogsEntry blogsEntry, boolean merge)
           
static BlogsEntry BlogsEntryUtil.updateImpl(BlogsEntry blogsEntry, boolean merge)
           
 BlogsEntry BlogsEntryPersistenceImpl.updateImpl(BlogsEntry blogsEntry, boolean merge)
           
 

Method parameters in com.liferay.portlet.blogs.service.persistence with type arguments of type BlogsEntry
 void BlogsEntryPersistence.cacheResult(List<BlogsEntry> blogsEntries)
          Caches the blogs entries in the entity cache if it is enabled.
static void BlogsEntryUtil.cacheResult(List<BlogsEntry> blogsEntries)
          Caches the blogs entries in the entity cache if it is enabled.
 void BlogsEntryPersistenceImpl.cacheResult(List<BlogsEntry> blogsEntries)
          Caches the blogs entries in the entity cache if it is enabled.
 void BlogsEntryPersistenceImpl.clearCache(List<BlogsEntry> blogsEntries)
           
 

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

Methods in com.liferay.portlet.blogs.util that return BlogsEntry
protected  BlogsEntry PingbackMethodImpl.getBlogsEntry(long companyId)
           
 

Methods in com.liferay.portlet.blogs.util with parameters of type BlogsEntry
static void LinkbackConsumerUtil.verifyPost(BlogsEntry entry, MBMessage message)
           
 

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

Methods in com.liferay.portlet.blogs.workflow that return BlogsEntry
 BlogsEntry BlogsEntryWorkflowHandler.updateStatus(int status, Map<String,Serializable> workflowContext)
           
 


Liferay 6.1.2-ce-ga3