Liferay 6.1.2-ce-ga3

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

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

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.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.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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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[] 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[] 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[] 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[] 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[] 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[] 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[] 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 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 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[] 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 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 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[] 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 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 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[] 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 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 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[] 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 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 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[] 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 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 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[] 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 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 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[] 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 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 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[] 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 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 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[] 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 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 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[] 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 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 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[] 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 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 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[] 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 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 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 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[] 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 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 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[] 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 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 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 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 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[] 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 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 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 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.
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)
           
 

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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> BlogsEntryPersistence.findAll()
          Returns all the blogs entries.
static List<BlogsEntry> BlogsEntryUtil.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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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> 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 = ?.
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> 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> 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> 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 = ?.
static List<BlogsEntry> BlogsEntryFinderUtil.findByNoAssets()
           
 List<BlogsEntry> BlogsEntryFinder.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)
           
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> 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> 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> 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 = ?.
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.
static void BlogsEntryUtil.clearCache(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)
           
 

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.
 


Liferay 6.1.2-ce-ga3