|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BlogsEntry in com.liferay.portal.tools.samplesqlbuilder |
---|
Methods in com.liferay.portal.tools.samplesqlbuilder that return BlogsEntry | |
---|---|
BlogsEntry |
DataFactory.addBlogsEntry(long groupId,
long userId,
String title,
String urlTitle,
String content)
|
Methods in com.liferay.portal.tools.samplesqlbuilder with parameters of type BlogsEntry | |
---|---|
void |
SampleSQLBuilder.insertBlogsEntry(BlogsEntry blogsEntry)
|
Uses of BlogsEntry in com.liferay.portlet.blogs.asset |
---|
Constructors in com.liferay.portlet.blogs.asset with parameters of type BlogsEntry | |
---|---|
BlogsEntryAssetRenderer(BlogsEntry entry)
|
Uses of BlogsEntry in com.liferay.portlet.blogs.lar |
---|
Methods in com.liferay.portlet.blogs.lar with parameters of type BlogsEntry | |
---|---|
protected void |
BlogsPortletDataHandlerImpl.exportEntry(PortletDataContext context,
Element root,
BlogsEntry entry)
|
protected String |
BlogsPortletDataHandlerImpl.getEntryPath(PortletDataContext context,
BlogsEntry entry)
|
protected static void |
WordPressImporter.importComment(PortletDataContext context,
User defaultUser,
MBMessageDisplay messageDisplay,
Map<Long,Long> messageIdMap,
BlogsEntry entry,
Element commentEl)
|
protected void |
BlogsPortletDataHandlerImpl.importEntry(PortletDataContext context,
BlogsEntry entry)
|
Uses of BlogsEntry in com.liferay.portlet.blogs.model |
---|
Classes in com.liferay.portlet.blogs.model that implement BlogsEntry | |
---|---|
class |
BlogsEntryWrapper
This class is a wrapper for BlogsEntry . |
Methods in com.liferay.portlet.blogs.model that return BlogsEntry | |
---|---|
BlogsEntry |
BlogsEntryWrapper.getWrappedBlogsEntry()
|
BlogsEntry |
BlogsEntryWrapper.toEscapedModel()
|
BlogsEntry |
BlogsEntryModel.toEscapedModel()
Gets a copy of this blogs entry as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
Methods in com.liferay.portlet.blogs.model with parameters of type BlogsEntry | |
---|---|
int |
BlogsEntryWrapper.compareTo(BlogsEntry blogsEntry)
|
int |
BlogsEntryModel.compareTo(BlogsEntry blogsEntry)
|
static BlogsEntrySoap |
BlogsEntrySoap.toSoapModel(BlogsEntry model)
|
static BlogsEntrySoap[] |
BlogsEntrySoap.toSoapModels(BlogsEntry[] models)
|
static BlogsEntrySoap[][] |
BlogsEntrySoap.toSoapModels(BlogsEntry[][] models)
|
Method parameters in com.liferay.portlet.blogs.model with type arguments of type BlogsEntry | |
---|---|
static BlogsEntrySoap[] |
BlogsEntrySoap.toSoapModels(List<BlogsEntry> models)
|
Constructors in com.liferay.portlet.blogs.model with parameters of type BlogsEntry | |
---|---|
BlogsEntryWrapper(BlogsEntry blogsEntry)
|
Uses of BlogsEntry in com.liferay.portlet.blogs.model.impl |
---|
Classes in com.liferay.portlet.blogs.model.impl that implement BlogsEntry | |
---|---|
class |
BlogsEntryImpl
|
Methods in com.liferay.portlet.blogs.model.impl that return BlogsEntry | |
---|---|
BlogsEntry |
BlogsEntryModelImpl.toEscapedModel()
|
static BlogsEntry |
BlogsEntryModelImpl.toModel(BlogsEntrySoap soapModel)
Converts the soap model instance into a normal model instance. |
Methods in com.liferay.portlet.blogs.model.impl that return types with arguments of type BlogsEntry | |
---|---|
static List<BlogsEntry> |
BlogsEntryModelImpl.toModels(BlogsEntrySoap[] soapModels)
Converts the soap model instances into normal model instances. |
Methods in com.liferay.portlet.blogs.model.impl with parameters of type BlogsEntry | |
---|---|
int |
BlogsEntryModelImpl.compareTo(BlogsEntry blogsEntry)
|
Uses of BlogsEntry in com.liferay.portlet.blogs.service |
---|
Methods in com.liferay.portlet.blogs.service that return BlogsEntry | |
---|---|
BlogsEntry |
BlogsEntryLocalServiceWrapper.addBlogsEntry(BlogsEntry blogsEntry)
Adds the blogs entry to the database. |
static BlogsEntry |
BlogsEntryLocalServiceUtil.addBlogsEntry(BlogsEntry blogsEntry)
Adds the blogs entry to the database. |
BlogsEntry |
BlogsEntryLocalService.addBlogsEntry(BlogsEntry blogsEntry)
Adds the blogs entry to the database. |
BlogsEntry |
BlogsEntryLocalServiceWrapper.addEntry(long userId,
String title,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ServiceContext serviceContext)
|
static BlogsEntry |
BlogsEntryLocalServiceUtil.addEntry(long userId,
String title,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryLocalService.addEntry(long userId,
String title,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryServiceWrapper.addEntry(String title,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ServiceContext serviceContext)
|
static BlogsEntry |
BlogsEntryServiceUtil.addEntry(String title,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryService.addEntry(String title,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryLocalServiceWrapper.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 |
BlogsEntryLocalService.createBlogsEntry(long entryId)
Creates a new blogs entry with the primary key. |
BlogsEntry |
BlogsEntryLocalServiceWrapper.getBlogsEntry(long entryId)
Gets the blogs entry with the primary key. |
static BlogsEntry |
BlogsEntryLocalServiceUtil.getBlogsEntry(long entryId)
Gets the blogs entry with the primary key. |
BlogsEntry |
BlogsEntryLocalService.getBlogsEntry(long entryId)
Gets the blogs entry with the primary key. |
BlogsEntry |
BlogsEntryLocalServiceWrapper.getBlogsEntryByUuidAndGroupId(String uuid,
long groupId)
Gets the blogs entry with the UUID and group id. |
static BlogsEntry |
BlogsEntryLocalServiceUtil.getBlogsEntryByUuidAndGroupId(String uuid,
long groupId)
Gets the blogs entry with the UUID and group id. |
BlogsEntry |
BlogsEntryLocalService.getBlogsEntryByUuidAndGroupId(String uuid,
long groupId)
Gets the blogs entry with the UUID and group id. |
BlogsEntry[] |
BlogsEntryLocalServiceWrapper.getEntriesPrevAndNext(long entryId)
|
static BlogsEntry[] |
BlogsEntryLocalServiceUtil.getEntriesPrevAndNext(long entryId)
|
BlogsEntry[] |
BlogsEntryLocalService.getEntriesPrevAndNext(long entryId)
|
BlogsEntry |
BlogsEntryServiceWrapper.getEntry(long entryId)
|
static BlogsEntry |
BlogsEntryServiceUtil.getEntry(long entryId)
|
BlogsEntry |
BlogsEntryService.getEntry(long entryId)
|
BlogsEntry |
BlogsEntryLocalServiceWrapper.getEntry(long entryId)
|
static BlogsEntry |
BlogsEntryLocalServiceUtil.getEntry(long entryId)
|
BlogsEntry |
BlogsEntryLocalService.getEntry(long entryId)
|
BlogsEntry |
BlogsEntryServiceWrapper.getEntry(long groupId,
String urlTitle)
|
static BlogsEntry |
BlogsEntryServiceUtil.getEntry(long groupId,
String urlTitle)
|
BlogsEntry |
BlogsEntryService.getEntry(long groupId,
String urlTitle)
|
BlogsEntry |
BlogsEntryLocalServiceWrapper.getEntry(long groupId,
String urlTitle)
|
static BlogsEntry |
BlogsEntryLocalServiceUtil.getEntry(long groupId,
String urlTitle)
|
BlogsEntry |
BlogsEntryLocalService.getEntry(long groupId,
String urlTitle)
|
BlogsEntry |
BlogsEntryLocalServiceWrapper.updateBlogsEntry(BlogsEntry blogsEntry)
Updates the blogs entry in the database. |
static BlogsEntry |
BlogsEntryLocalServiceUtil.updateBlogsEntry(BlogsEntry blogsEntry)
Updates the blogs entry in the database. |
BlogsEntry |
BlogsEntryLocalService.updateBlogsEntry(BlogsEntry blogsEntry)
Updates the blogs entry in the database. |
BlogsEntry |
BlogsEntryLocalServiceWrapper.updateBlogsEntry(BlogsEntry blogsEntry,
boolean merge)
Updates the blogs entry in the database. |
static BlogsEntry |
BlogsEntryLocalServiceUtil.updateBlogsEntry(BlogsEntry blogsEntry,
boolean merge)
Updates the blogs entry in the database. |
BlogsEntry |
BlogsEntryLocalService.updateBlogsEntry(BlogsEntry blogsEntry,
boolean merge)
Updates the blogs entry in the database. |
BlogsEntry |
BlogsEntryLocalServiceWrapper.updateEntry(long userId,
long entryId,
String title,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ServiceContext serviceContext)
|
static BlogsEntry |
BlogsEntryLocalServiceUtil.updateEntry(long userId,
long entryId,
String title,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryLocalService.updateEntry(long userId,
long entryId,
String title,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryServiceWrapper.updateEntry(long entryId,
String title,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ServiceContext serviceContext)
|
static BlogsEntry |
BlogsEntryServiceUtil.updateEntry(long entryId,
String title,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryService.updateEntry(long entryId,
String title,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryLocalServiceWrapper.updateStatus(long userId,
long entryId,
int status,
ServiceContext serviceContext)
|
static BlogsEntry |
BlogsEntryLocalServiceUtil.updateStatus(long userId,
long entryId,
int status,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryLocalService.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)
Gets a range of all the blogs entries. |
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getBlogsEntries(int start,
int end)
Gets a range of all the blogs entries. |
List<BlogsEntry> |
BlogsEntryLocalService.getBlogsEntries(int start,
int end)
Gets a range of all the blogs entries. |
List<BlogsEntry> |
BlogsEntryServiceWrapper.getCompanyEntries(long companyId,
int status,
int max)
|
static List<BlogsEntry> |
BlogsEntryServiceUtil.getCompanyEntries(long companyId,
int status,
int max)
|
List<BlogsEntry> |
BlogsEntryService.getCompanyEntries(long companyId,
int status,
int max)
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getCompanyEntries(long companyId,
int status,
int start,
int end)
|
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getCompanyEntries(long companyId,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryLocalService.getCompanyEntries(long companyId,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getCompanyEntries(long companyId,
int status,
int start,
int end,
OrderByComparator obc)
|
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getCompanyEntries(long companyId,
int status,
int start,
int end,
OrderByComparator obc)
|
List<BlogsEntry> |
BlogsEntryLocalService.getCompanyEntries(long companyId,
int status,
int start,
int end,
OrderByComparator obc)
|
List<BlogsEntry> |
BlogsEntryServiceWrapper.getGroupEntries(long groupId,
int status,
int max)
|
static List<BlogsEntry> |
BlogsEntryServiceUtil.getGroupEntries(long groupId,
int status,
int max)
|
List<BlogsEntry> |
BlogsEntryService.getGroupEntries(long groupId,
int status,
int max)
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getGroupEntries(long groupId,
int status,
int start,
int end)
|
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getGroupEntries(long groupId,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryLocalService.getGroupEntries(long groupId,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.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)
|
List<BlogsEntry> |
BlogsEntryLocalService.getGroupEntries(long groupId,
int status,
int start,
int end,
OrderByComparator obc)
|
List<BlogsEntry> |
BlogsEntryServiceWrapper.getGroupsEntries(long companyId,
long groupId,
int status,
int max)
|
static List<BlogsEntry> |
BlogsEntryServiceUtil.getGroupsEntries(long companyId,
long groupId,
int status,
int max)
|
List<BlogsEntry> |
BlogsEntryService.getGroupsEntries(long companyId,
long groupId,
int status,
int max)
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getGroupsEntries(long companyId,
long groupId,
int status,
int start,
int end)
|
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getGroupsEntries(long companyId,
long groupId,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryLocalService.getGroupsEntries(long companyId,
long groupId,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getGroupUserEntries(long groupId,
long userId,
int status,
int start,
int end)
|
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getGroupUserEntries(long groupId,
long userId,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryLocalService.getGroupUserEntries(long groupId,
long userId,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getGroupUserEntries(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator obc)
|
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getGroupUserEntries(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator obc)
|
List<BlogsEntry> |
BlogsEntryLocalService.getGroupUserEntries(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator obc)
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getNoAssetEntries()
|
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getNoAssetEntries()
|
List<BlogsEntry> |
BlogsEntryLocalService.getNoAssetEntries()
|
List<BlogsEntry> |
BlogsEntryServiceWrapper.getOrganizationEntries(long organizationId,
int status,
int max)
|
static List<BlogsEntry> |
BlogsEntryServiceUtil.getOrganizationEntries(long organizationId,
int status,
int max)
|
List<BlogsEntry> |
BlogsEntryService.getOrganizationEntries(long organizationId,
int status,
int max)
|
List<BlogsEntry> |
BlogsEntryLocalServiceWrapper.getOrganizationEntries(long organizationId,
int status,
int start,
int end)
|
static List<BlogsEntry> |
BlogsEntryLocalServiceUtil.getOrganizationEntries(long organizationId,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryLocalService.getOrganizationEntries(long organizationId,
int status,
int start,
int end)
|
Methods in com.liferay.portlet.blogs.service with parameters of type BlogsEntry | |
---|---|
BlogsEntry |
BlogsEntryLocalServiceWrapper.addBlogsEntry(BlogsEntry blogsEntry)
Adds the blogs entry to the database. |
static BlogsEntry |
BlogsEntryLocalServiceUtil.addBlogsEntry(BlogsEntry blogsEntry)
Adds the blogs entry to the database. |
BlogsEntry |
BlogsEntryLocalService.addBlogsEntry(BlogsEntry blogsEntry)
Adds the blogs entry to the database. |
void |
BlogsEntryLocalServiceWrapper.addEntryResources(BlogsEntry entry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
static void |
BlogsEntryLocalServiceUtil.addEntryResources(BlogsEntry entry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
BlogsEntryLocalService.addEntryResources(BlogsEntry entry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
BlogsEntryLocalServiceWrapper.addEntryResources(BlogsEntry entry,
String[] communityPermissions,
String[] guestPermissions)
|
static void |
BlogsEntryLocalServiceUtil.addEntryResources(BlogsEntry entry,
String[] communityPermissions,
String[] guestPermissions)
|
void |
BlogsEntryLocalService.addEntryResources(BlogsEntry entry,
String[] communityPermissions,
String[] guestPermissions)
|
void |
BlogsEntryLocalServiceWrapper.deleteBlogsEntry(BlogsEntry blogsEntry)
Deletes the blogs entry from the database. |
static void |
BlogsEntryLocalServiceUtil.deleteBlogsEntry(BlogsEntry blogsEntry)
Deletes the blogs entry from the database. |
void |
BlogsEntryLocalService.deleteBlogsEntry(BlogsEntry blogsEntry)
Deletes the blogs entry from the database. |
void |
BlogsEntryLocalServiceWrapper.deleteEntry(BlogsEntry entry)
|
static void |
BlogsEntryLocalServiceUtil.deleteEntry(BlogsEntry entry)
|
void |
BlogsEntryLocalService.deleteEntry(BlogsEntry entry)
|
void |
BlogsEntryLocalServiceWrapper.updateAsset(long userId,
BlogsEntry entry,
long[] assetCategoryIds,
String[] assetTagNames)
|
static void |
BlogsEntryLocalServiceUtil.updateAsset(long userId,
BlogsEntry entry,
long[] assetCategoryIds,
String[] assetTagNames)
|
void |
BlogsEntryLocalService.updateAsset(long userId,
BlogsEntry entry,
long[] assetCategoryIds,
String[] assetTagNames)
|
BlogsEntry |
BlogsEntryLocalServiceWrapper.updateBlogsEntry(BlogsEntry blogsEntry)
Updates the blogs entry in the database. |
static BlogsEntry |
BlogsEntryLocalServiceUtil.updateBlogsEntry(BlogsEntry blogsEntry)
Updates the blogs entry in the database. |
BlogsEntry |
BlogsEntryLocalService.updateBlogsEntry(BlogsEntry blogsEntry)
Updates the blogs entry in the database. |
BlogsEntry |
BlogsEntryLocalServiceWrapper.updateBlogsEntry(BlogsEntry blogsEntry,
boolean merge)
Updates the blogs entry in the database. |
static BlogsEntry |
BlogsEntryLocalServiceUtil.updateBlogsEntry(BlogsEntry blogsEntry,
boolean merge)
Updates the blogs entry in the database. |
BlogsEntry |
BlogsEntryLocalService.updateBlogsEntry(BlogsEntry blogsEntry,
boolean merge)
Updates the blogs entry in the database. |
void |
BlogsEntryLocalServiceWrapper.updateEntryResources(BlogsEntry entry,
String[] communityPermissions,
String[] guestPermissions)
|
static void |
BlogsEntryLocalServiceUtil.updateEntryResources(BlogsEntry entry,
String[] communityPermissions,
String[] guestPermissions)
|
void |
BlogsEntryLocalService.updateEntryResources(BlogsEntry entry,
String[] communityPermissions,
String[] guestPermissions)
|
Uses of BlogsEntry in com.liferay.portlet.blogs.service.base |
---|
Methods in com.liferay.portlet.blogs.service.base that return BlogsEntry | |
---|---|
BlogsEntry |
BlogsEntryLocalServiceBaseImpl.addBlogsEntry(BlogsEntry blogsEntry)
Adds the blogs entry to the database. |
BlogsEntry |
BlogsEntryLocalServiceBaseImpl.createBlogsEntry(long entryId)
Creates a new blogs entry with the primary key. |
BlogsEntry |
BlogsEntryLocalServiceBaseImpl.getBlogsEntry(long entryId)
Gets the blogs entry with the primary key. |
BlogsEntry |
BlogsEntryLocalServiceBaseImpl.getBlogsEntryByUuidAndGroupId(String uuid,
long groupId)
Gets the blogs entry with the UUID and group id. |
BlogsEntry |
BlogsEntryLocalServiceBaseImpl.updateBlogsEntry(BlogsEntry blogsEntry)
Updates the blogs entry in the database. |
BlogsEntry |
BlogsEntryLocalServiceBaseImpl.updateBlogsEntry(BlogsEntry blogsEntry,
boolean merge)
Updates the blogs entry in the database. |
Methods in com.liferay.portlet.blogs.service.base that return types with arguments of type BlogsEntry | |
---|---|
List<BlogsEntry> |
BlogsEntryLocalServiceBaseImpl.getBlogsEntries(int start,
int end)
Gets a range of all the blogs entries. |
Methods in com.liferay.portlet.blogs.service.base with parameters of type BlogsEntry | |
---|---|
BlogsEntry |
BlogsEntryLocalServiceBaseImpl.addBlogsEntry(BlogsEntry blogsEntry)
Adds the blogs entry to the database. |
void |
BlogsEntryLocalServiceBaseImpl.deleteBlogsEntry(BlogsEntry blogsEntry)
Deletes the blogs entry from the database. |
BlogsEntry |
BlogsEntryLocalServiceBaseImpl.updateBlogsEntry(BlogsEntry blogsEntry)
Updates the blogs entry in the database. |
BlogsEntry |
BlogsEntryLocalServiceBaseImpl.updateBlogsEntry(BlogsEntry blogsEntry,
boolean merge)
Updates the blogs entry in the database. |
Uses of BlogsEntry in com.liferay.portlet.blogs.service.http |
---|
Methods in com.liferay.portlet.blogs.service.http that return BlogsEntry | |
---|---|
static BlogsEntry |
BlogsEntryServiceHttp.addEntry(HttpPrincipal httpPrincipal,
String title,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ServiceContext serviceContext)
|
static BlogsEntry |
BlogsEntryServiceHttp.getEntry(HttpPrincipal httpPrincipal,
long entryId)
|
static BlogsEntry |
BlogsEntryServiceHttp.getEntry(HttpPrincipal httpPrincipal,
long groupId,
String urlTitle)
|
static BlogsEntry |
BlogsEntryServiceHttp.updateEntry(HttpPrincipal httpPrincipal,
long entryId,
String title,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.blogs.service.http that return types with arguments of type BlogsEntry | |
---|---|
static List<BlogsEntry> |
BlogsEntryServiceHttp.getCompanyEntries(HttpPrincipal httpPrincipal,
long companyId,
int status,
int max)
|
static List<BlogsEntry> |
BlogsEntryServiceHttp.getGroupEntries(HttpPrincipal httpPrincipal,
long groupId,
int status,
int max)
|
static List<BlogsEntry> |
BlogsEntryServiceHttp.getGroupsEntries(HttpPrincipal httpPrincipal,
long companyId,
long groupId,
int status,
int max)
|
static List<BlogsEntry> |
BlogsEntryServiceHttp.getOrganizationEntries(HttpPrincipal httpPrincipal,
long organizationId,
int status,
int max)
|
Methods in com.liferay.portlet.blogs.service.http with parameters of type BlogsEntry | |
---|---|
static JSONArray |
BlogsEntryJSONSerializer.toJSONArray(BlogsEntry[] models)
|
static JSONArray |
BlogsEntryJSONSerializer.toJSONArray(BlogsEntry[][] models)
|
static JSONObject |
BlogsEntryJSONSerializer.toJSONObject(BlogsEntry model)
|
Method parameters in com.liferay.portlet.blogs.service.http with type arguments of type BlogsEntry | |
---|---|
static JSONArray |
BlogsEntryJSONSerializer.toJSONArray(List<BlogsEntry> models)
|
Uses of BlogsEntry in com.liferay.portlet.blogs.service.impl |
---|
Methods in com.liferay.portlet.blogs.service.impl that return BlogsEntry | |
---|---|
BlogsEntry |
BlogsEntryLocalServiceImpl.addEntry(long userId,
String title,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryServiceImpl.addEntry(String title,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ServiceContext serviceContext)
|
BlogsEntry[] |
BlogsEntryLocalServiceImpl.getEntriesPrevAndNext(long entryId)
|
BlogsEntry |
BlogsEntryServiceImpl.getEntry(long entryId)
|
BlogsEntry |
BlogsEntryLocalServiceImpl.getEntry(long entryId)
|
BlogsEntry |
BlogsEntryServiceImpl.getEntry(long groupId,
String urlTitle)
|
BlogsEntry |
BlogsEntryLocalServiceImpl.getEntry(long groupId,
String urlTitle)
|
BlogsEntry |
BlogsEntryLocalServiceImpl.updateEntry(long userId,
long entryId,
String title,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryServiceImpl.updateEntry(long entryId,
String title,
String content,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
boolean allowPingbacks,
boolean allowTrackbacks,
String[] trackbacks,
ServiceContext serviceContext)
|
BlogsEntry |
BlogsEntryLocalServiceImpl.updateStatus(long userId,
long entryId,
int status,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.blogs.service.impl that return types with arguments of type BlogsEntry | |
---|---|
List<BlogsEntry> |
BlogsEntryServiceImpl.getCompanyEntries(long companyId,
int status,
int max)
|
List<BlogsEntry> |
BlogsEntryLocalServiceImpl.getCompanyEntries(long companyId,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryLocalServiceImpl.getCompanyEntries(long companyId,
int status,
int start,
int end,
OrderByComparator obc)
|
List<BlogsEntry> |
BlogsEntryServiceImpl.getGroupEntries(long groupId,
int status,
int max)
|
List<BlogsEntry> |
BlogsEntryLocalServiceImpl.getGroupEntries(long groupId,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryLocalServiceImpl.getGroupEntries(long groupId,
int status,
int start,
int end,
OrderByComparator obc)
|
List<BlogsEntry> |
BlogsEntryServiceImpl.getGroupsEntries(long companyId,
long groupId,
int status,
int max)
|
List<BlogsEntry> |
BlogsEntryLocalServiceImpl.getGroupsEntries(long companyId,
long groupId,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryLocalServiceImpl.getGroupUserEntries(long groupId,
long userId,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryLocalServiceImpl.getGroupUserEntries(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator obc)
|
List<BlogsEntry> |
BlogsEntryLocalServiceImpl.getNoAssetEntries()
|
List<BlogsEntry> |
BlogsEntryServiceImpl.getOrganizationEntries(long organizationId,
int status,
int max)
|
List<BlogsEntry> |
BlogsEntryLocalServiceImpl.getOrganizationEntries(long organizationId,
int status,
int start,
int end)
|
Methods in com.liferay.portlet.blogs.service.impl with parameters of type BlogsEntry | |
---|---|
void |
BlogsEntryLocalServiceImpl.addEntryResources(BlogsEntry entry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
BlogsEntryLocalServiceImpl.addEntryResources(BlogsEntry entry,
String[] communityPermissions,
String[] guestPermissions)
|
void |
BlogsEntryLocalServiceImpl.deleteEntry(BlogsEntry entry)
|
protected void |
BlogsEntryLocalServiceImpl.notifySubscribers(BlogsEntry entry,
ServiceContext serviceContext)
|
protected void |
BlogsEntryLocalServiceImpl.pingGoogle(BlogsEntry entry,
ServiceContext serviceContext)
|
protected void |
BlogsEntryLocalServiceImpl.pingPingback(BlogsEntry entry,
ServiceContext serviceContext)
|
protected void |
BlogsEntryLocalServiceImpl.pingTrackbacks(BlogsEntry entry,
String[] trackbacks,
boolean pingOldTrackbacks,
ServiceContext serviceContext)
|
void |
BlogsEntryLocalServiceImpl.updateAsset(long userId,
BlogsEntry entry,
long[] assetCategoryIds,
String[] assetTagNames)
|
void |
BlogsEntryLocalServiceImpl.updateEntryResources(BlogsEntry entry,
String[] communityPermissions,
String[] guestPermissions)
|
Method parameters in com.liferay.portlet.blogs.service.impl with type arguments of type BlogsEntry | |
---|---|
protected String |
BlogsEntryServiceImpl.exportToRSS(String name,
String description,
String type,
double version,
String displayStyle,
String feedURL,
String entryURL,
List<BlogsEntry> blogsEntries,
ThemeDisplay themeDisplay)
|
Uses of BlogsEntry in com.liferay.portlet.blogs.service.permission |
---|
Methods in com.liferay.portlet.blogs.service.permission with parameters of type BlogsEntry | |
---|---|
static void |
BlogsEntryPermission.check(PermissionChecker permissionChecker,
BlogsEntry entry,
String actionId)
|
static boolean |
BlogsEntryPermission.contains(PermissionChecker permissionChecker,
BlogsEntry entry,
String actionId)
|
Uses of BlogsEntry in com.liferay.portlet.blogs.service.persistence |
---|
Methods in com.liferay.portlet.blogs.service.persistence that return BlogsEntry | |
---|---|
static BlogsEntry |
BlogsEntryUtil.create(long entryId)
Creates a new blogs entry with the primary key. |
BlogsEntry |
BlogsEntryPersistence.create(long entryId)
Creates a new blogs entry with the primary key. |
BlogsEntry |
BlogsEntryPersistenceImpl.create(long entryId)
Creates a new blogs entry with the primary key. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_UT(long groupId,
String urlTitle)
Finds the blogs entry where groupId = ? and urlTitle = ? or returns null if it could not be found. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_UT(long groupId,
String urlTitle)
Finds the blogs entry where groupId = ? and urlTitle = ? or returns null if it could not be found. |
BlogsEntry |
BlogsEntryPersistenceImpl.fetchByG_UT(long groupId,
String urlTitle)
Finds the blogs entry where groupId = ? and urlTitle = ? or returns null if it could not be found. |
static BlogsEntry |
BlogsEntryUtil.fetchByG_UT(long groupId,
String urlTitle,
boolean retrieveFromCache)
Finds the blogs entry where groupId = ? and urlTitle = ? or returns null if it could not be found, optionally using the finder cache. |
BlogsEntry |
BlogsEntryPersistence.fetchByG_UT(long groupId,
String urlTitle,
boolean retrieveFromCache)
Finds the blogs entry where groupId = ? and urlTitle = ? or returns null if it could not be found, optionally using the finder cache. |
BlogsEntry |
BlogsEntryPersistenceImpl.fetchByG_UT(long groupId,
String urlTitle,
boolean retrieveFromCache)
Finds the blogs entry where groupId = ? and urlTitle = ? or returns null if it could not be found, optionally using the finder cache. |
static BlogsEntry |
BlogsEntryUtil.fetchByPrimaryKey(long entryId)
Finds the blogs entry with the primary key or returns null if it could not be found. |
BlogsEntry |
BlogsEntryPersistence.fetchByPrimaryKey(long entryId)
Finds the blogs entry with the primary key or returns null if it could not be found. |
BlogsEntry |
BlogsEntryPersistenceImpl.fetchByPrimaryKey(long entryId)
Finds the blogs entry with the primary key or returns null if it could not be found. |
BlogsEntry |
BlogsEntryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
Finds the blogs entry with the primary key or returns null if it could not be found. |
static BlogsEntry |
BlogsEntryUtil.fetchByUUID_G(String uuid,
long groupId)
Finds the blogs entry where uuid = ? and groupId = ? or returns null if it could not be found. |
BlogsEntry |
BlogsEntryPersistence.fetchByUUID_G(String uuid,
long groupId)
Finds the blogs entry where uuid = ? and groupId = ? or returns null if it could not be found. |
BlogsEntry |
BlogsEntryPersistenceImpl.fetchByUUID_G(String uuid,
long groupId)
Finds the blogs entry where uuid = ? and groupId = ? or returns null if it could not be found. |
static BlogsEntry |
BlogsEntryUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the blogs entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
BlogsEntry |
BlogsEntryPersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the blogs entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
BlogsEntry |
BlogsEntryPersistenceImpl.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Finds the blogs entry where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static BlogsEntry |
BlogsEntryUtil.findByC_LtD_First(long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_LtD_First(long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_LtD_First(long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where companyId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_LtD_Last(long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_LtD_Last(long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_LtD_Last(long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where companyId = ? and displayDate < ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_LtD_PrevAndNext(long entryId,
long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_LtD_PrevAndNext(long entryId,
long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByC_LtD_PrevAndNext(long entryId,
long companyId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_LtD_S_First(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_LtD_S_First(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_LtD_S_First(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_LtD_S_Last(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_LtD_S_Last(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_LtD_S_Last(long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_LtD_S_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_LtD_S_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByC_LtD_S_PrevAndNext(long entryId,
long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_S_First(long companyId,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where companyId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_S_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where companyId = ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_S_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_S_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByC_S_PrevAndNext(long entryId,
long companyId,
int status,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_U_First(long companyId,
long userId,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_U_First(long companyId,
long userId,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_U_First(long companyId,
long userId,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where companyId = ? and userId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_U_Last(long companyId,
long userId,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_U_Last(long companyId,
long userId,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_U_Last(long companyId,
long userId,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where companyId = ? and userId = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_U_PrevAndNext(long entryId,
long companyId,
long userId,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_U_PrevAndNext(long entryId,
long companyId,
long userId,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByC_U_PrevAndNext(long entryId,
long companyId,
long userId,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_U_S_First(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_U_S_First(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_U_S_First(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByC_U_S_Last(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByC_U_S_Last(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByC_U_S_Last(long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByC_U_S_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByC_U_S_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByC_U_S_PrevAndNext(long entryId,
long companyId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where companyId = ? and userId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where companyId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where companyId = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where companyId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where companyId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where companyId = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where companyId = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where companyId = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where companyId = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByCompanyId_PrevAndNext(long entryId,
long companyId,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where companyId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_LtD_First(long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_LtD_First(long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_LtD_First(long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_LtD_Last(long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_LtD_Last(long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_LtD_Last(long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ? and displayDate < ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByG_LtD_PrevAndNext(long entryId,
long groupId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_LtD_S_First(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_LtD_S_First(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_LtD_S_First(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_LtD_S_Last(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_LtD_S_Last(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_LtD_S_Last(long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByG_LtD_S_PrevAndNext(long entryId,
long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_S_First(long groupId,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_S_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByG_S_PrevAndNext(long entryId,
long groupId,
int status,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_U_LtD_First(long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_LtD_Last(long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_LtD_Last(long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_U_LtD_Last(long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the last 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)
Finds the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByG_U_LtD_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_LtD_S_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_LtD_S_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_U_LtD_S_First(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_LtD_S_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_LtD_S_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_U_LtD_S_Last(long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and displayDate < ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByG_U_LtD_S_PrevAndNext(long entryId,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator)
Finds 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_S_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_U_S_First(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistence.findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_U_S_Last(long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByG_U_S_PrevAndNext(long entryId,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where groupId = ? and userId = ? and status = ?. |
static BlogsEntry |
BlogsEntryUtil.findByG_UT(long groupId,
String urlTitle)
Finds the blogs entry where groupId = ? and urlTitle = ? or throws a NoSuchEntryException if it could not be found. |
BlogsEntry |
BlogsEntryPersistence.findByG_UT(long groupId,
String urlTitle)
Finds the blogs entry where groupId = ? and urlTitle = ? or throws a NoSuchEntryException if it could not be found. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByG_UT(long groupId,
String urlTitle)
Finds the blogs entry where groupId = ? and urlTitle = ? or throws a NoSuchEntryException if it could not be found. |
static BlogsEntry |
BlogsEntryUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where groupId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ?. |
BlogsEntry |
BlogsEntryPersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where groupId = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where groupId = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where groupId = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByGroupId_PrevAndNext(long entryId,
long groupId,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where groupId = ?. |
static BlogsEntry |
BlogsEntryUtil.findByPrimaryKey(long entryId)
Finds the blogs entry with the primary key or throws a NoSuchEntryException if it could not be found. |
BlogsEntry |
BlogsEntryPersistence.findByPrimaryKey(long entryId)
Finds the blogs entry with the primary key or throws a NoSuchEntryException if it could not be found. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByPrimaryKey(long entryId)
Finds the blogs entry with the primary key or throws a NoSuchEntryException if it could not be found. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
Finds the blogs entry with the primary key or throws a NoSuchModelException if it could not be found. |
static BlogsEntry |
BlogsEntryUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where uuid = ?. |
BlogsEntry |
BlogsEntryPersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where uuid = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Finds the first blogs entry in the ordered set where uuid = ?. |
static BlogsEntry |
BlogsEntryUtil.findByUUID_G(String uuid,
long groupId)
Finds the blogs entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found. |
BlogsEntry |
BlogsEntryPersistence.findByUUID_G(String uuid,
long groupId)
Finds the blogs entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByUUID_G(String uuid,
long groupId)
Finds the blogs entry where uuid = ? and groupId = ? or throws a NoSuchEntryException if it could not be found. |
static BlogsEntry |
BlogsEntryUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where uuid = ?. |
BlogsEntry |
BlogsEntryPersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where uuid = ?. |
BlogsEntry |
BlogsEntryPersistenceImpl.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Finds the last blogs entry in the ordered set where uuid = ?. |
static BlogsEntry[] |
BlogsEntryUtil.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where uuid = ?. |
BlogsEntry[] |
BlogsEntryPersistence.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where uuid = ?. |
BlogsEntry[] |
BlogsEntryPersistenceImpl.findByUuid_PrevAndNext(long entryId,
String uuid,
OrderByComparator orderByComparator)
Finds the blogs entries before and after the current blogs entry in the ordered set where uuid = ?. |
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByC_LtD_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
Date displayDate,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByC_LtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByC_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByC_U_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
long userId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByC_U_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
long userId,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByG_LtD_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
Date displayDate,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByG_LtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByG_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByG_U_LtD_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByG_U_LtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByG_U_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByUuid_PrevAndNext(Session session,
BlogsEntry blogsEntry,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
static BlogsEntry |
BlogsEntryUtil.remove(BlogsEntry blogsEntry)
|
static BlogsEntry |
BlogsEntryUtil.remove(long entryId)
Removes the blogs entry with the primary key from the database. |
BlogsEntry |
BlogsEntryPersistence.remove(long entryId)
Removes the blogs entry with the primary key from the database. |
BlogsEntry |
BlogsEntryPersistenceImpl.remove(long entryId)
Removes the blogs entry with the primary key from the database. |
BlogsEntry |
BlogsEntryPersistenceImpl.remove(Serializable primaryKey)
Removes the blogs entry with the primary key from the database. |
protected BlogsEntry |
BlogsEntryPersistenceImpl.removeImpl(BlogsEntry blogsEntry)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.toUnwrappedModel(BlogsEntry blogsEntry)
|
static BlogsEntry |
BlogsEntryUtil.update(BlogsEntry blogsEntry,
boolean merge)
|
static BlogsEntry |
BlogsEntryUtil.update(BlogsEntry blogsEntry,
boolean merge,
ServiceContext serviceContext)
|
static BlogsEntry |
BlogsEntryUtil.updateImpl(BlogsEntry blogsEntry,
boolean merge)
|
BlogsEntry |
BlogsEntryPersistence.updateImpl(BlogsEntry blogsEntry,
boolean merge)
|
BlogsEntry |
BlogsEntryPersistenceImpl.updateImpl(BlogsEntry blogsEntry,
boolean merge)
|
Methods in com.liferay.portlet.blogs.service.persistence that return types with arguments of type BlogsEntry | |
---|---|
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_LtD_S(long groupId,
Date displayDate,
int status)
Filters by the user's permissions and finds all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_LtD_S(long groupId,
Date displayDate,
int status)
Filters by the user's permissions and finds all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.filterFindByG_LtD_S(long groupId,
Date displayDate,
int status)
Filters by the user's permissions and finds all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.filterFindByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries 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)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.filterFindByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_LtD(long groupId,
Date displayDate)
Filters by the user's permissions and finds all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_LtD(long groupId,
Date displayDate)
Filters by the user's permissions and finds all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.filterFindByG_LtD(long groupId,
Date displayDate)
Filters by the user's permissions and finds all the blogs entries where groupId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_LtD(long groupId,
Date displayDate,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_LtD(long groupId,
Date displayDate,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.filterFindByG_LtD(long groupId,
Date displayDate,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries where groupId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.filterFindByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_S(long groupId,
int status)
Filters by the user's permissions and finds all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_S(long groupId,
int status)
Filters by the user's permissions and finds all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.filterFindByG_S(long groupId,
int status)
Filters by the user's permissions and finds all the blogs entries where groupId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_S(long groupId,
int status,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_S(long groupId,
int status,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.filterFindByG_S(long groupId,
int status,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries where groupId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.filterFindByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
Filters by the user's permissions and finds all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
Filters by the user's permissions and finds all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.filterFindByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
Filters by the user's permissions and finds all the blogs entries 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)
Filters by the user's permissions and finds a range of all the blogs entries 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)
Filters by the user's permissions and finds a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.filterFindByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries 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)
Filters by the user's permissions and finds an ordered range of all the blogs entries 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)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.filterFindByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate)
Filters by the user's permissions and finds all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate)
Filters by the user's permissions and finds all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate)
Filters by the user's permissions and finds all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries 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)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.filterFindByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_S(long groupId,
long userId,
int status)
Filters by the user's permissions and finds all the blogs entries where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_S(long groupId,
long userId,
int status)
Filters by the user's permissions and finds all the blogs entries where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.filterFindByG_U_S(long groupId,
long userId,
int status)
Filters by the user's permissions and finds all the blogs entries where groupId = ? and userId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries 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)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.filterFindByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the blogs entries where groupId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the blogs entries where groupId = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.filterFindByGroupId(long groupId)
Filters by the user's permissions and finds all the blogs entries where groupId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries where groupId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries where groupId = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end)
Filters by the user's permissions and finds a range of all the blogs entries where groupId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Filters by the user's permissions and finds an ordered range of all the blogs entries where groupId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findAll()
Finds all the blogs entries. |
List<BlogsEntry> |
BlogsEntryPersistence.findAll()
Finds all the blogs entries. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findAll()
Finds all the blogs entries. |
static List<BlogsEntry> |
BlogsEntryUtil.findAll(int start,
int end)
Finds a range of all the blogs entries. |
List<BlogsEntry> |
BlogsEntryPersistence.findAll(int start,
int end)
Finds a range of all the blogs entries. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findAll(int start,
int end)
Finds a range of all the blogs entries. |
static List<BlogsEntry> |
BlogsEntryUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries. |
List<BlogsEntry> |
BlogsEntryPersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findAll(int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_LtD_S(long companyId,
Date displayDate,
int status)
Finds all the blogs entries where companyId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_LtD_S(long companyId,
Date displayDate,
int status)
Finds all the blogs entries where companyId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByC_LtD_S(long companyId,
Date displayDate,
int status)
Finds 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)
Finds 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)
Finds a range of all the blogs entries where companyId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByC_LtD_S(long companyId,
Date displayDate,
int status,
int start,
int end)
Finds a range of all the blogs entries where companyId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_LtD_S(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_LtD_S(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByC_LtD_S(long companyId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_LtD(long companyId,
Date displayDate)
Finds all the blogs entries where companyId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_LtD(long companyId,
Date displayDate)
Finds all the blogs entries where companyId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByC_LtD(long companyId,
Date displayDate)
Finds all the blogs entries where companyId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_LtD(long companyId,
Date displayDate,
int start,
int end)
Finds a range of all the blogs entries where companyId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_LtD(long companyId,
Date displayDate,
int start,
int end)
Finds a range of all the blogs entries where companyId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByC_LtD(long companyId,
Date displayDate,
int start,
int end)
Finds a range of all the blogs entries where companyId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_LtD(long companyId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_LtD(long companyId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByC_LtD(long companyId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_S(long companyId,
int status)
Finds all the blogs entries where companyId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_S(long companyId,
int status)
Finds all the blogs entries where companyId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByC_S(long companyId,
int status)
Finds all the blogs entries where companyId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_S(long companyId,
int status,
int start,
int end)
Finds a range of all the blogs entries where companyId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_S(long companyId,
int status,
int start,
int end)
Finds a range of all the blogs entries where companyId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByC_S(long companyId,
int status,
int start,
int end)
Finds a range of all the blogs entries where companyId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByC_S(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_U_S(long companyId,
long userId,
int status)
Finds all the blogs entries where companyId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_U_S(long companyId,
long userId,
int status)
Finds all the blogs entries where companyId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByC_U_S(long companyId,
long userId,
int status)
Finds 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)
Finds 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)
Finds a range of all the blogs entries where companyId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByC_U_S(long companyId,
long userId,
int status,
int start,
int end)
Finds a range of all the blogs entries where companyId = ? and userId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_U_S(long companyId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_U_S(long companyId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByC_U_S(long companyId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ? and userId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_U(long companyId,
long userId)
Finds all the blogs entries where companyId = ? and userId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_U(long companyId,
long userId)
Finds all the blogs entries where companyId = ? and userId = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByC_U(long companyId,
long userId)
Finds all the blogs entries where companyId = ? and userId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_U(long companyId,
long userId,
int start,
int end)
Finds a range of all the blogs entries where companyId = ? and userId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_U(long companyId,
long userId,
int start,
int end)
Finds a range of all the blogs entries where companyId = ? and userId = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByC_U(long companyId,
long userId,
int start,
int end)
Finds a range of all the blogs entries where companyId = ? and userId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByC_U(long companyId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ? and userId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByC_U(long companyId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ? and userId = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByC_U(long companyId,
long userId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ? and userId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByCompanyId(long companyId)
Finds all the blogs entries where companyId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByCompanyId(long companyId)
Finds all the blogs entries where companyId = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByCompanyId(long companyId)
Finds all the blogs entries where companyId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the blogs entries where companyId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the blogs entries where companyId = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByCompanyId(long companyId,
int start,
int end)
Finds a range of all the blogs entries where companyId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where companyId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_LtD_S(long groupId,
Date displayDate,
int status)
Finds all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_LtD_S(long groupId,
Date displayDate,
int status)
Finds all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByG_LtD_S(long groupId,
Date displayDate,
int status)
Finds 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)
Finds 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)
Finds a range of all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end)
Finds a range of all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByG_LtD_S(long groupId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_LtD(long groupId,
Date displayDate)
Finds all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_LtD(long groupId,
Date displayDate)
Finds all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByG_LtD(long groupId,
Date displayDate)
Finds all the blogs entries where groupId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_LtD(long groupId,
Date displayDate,
int start,
int end)
Finds a range of all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_LtD(long groupId,
Date displayDate,
int start,
int end)
Finds a range of all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByG_LtD(long groupId,
Date displayDate,
int start,
int end)
Finds a range of all the blogs entries where groupId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByG_LtD(long groupId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_S(long groupId,
int status)
Finds all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_S(long groupId,
int status)
Finds all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByG_S(long groupId,
int status)
Finds all the blogs entries where groupId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_S(long groupId,
int status,
int start,
int end)
Finds a range of all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_S(long groupId,
int status,
int start,
int end)
Finds a range of all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByG_S(long groupId,
int status,
int start,
int end)
Finds a range of all the blogs entries where groupId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByG_S(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
Finds 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)
Finds all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status)
Finds 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)
Finds 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)
Finds a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end)
Finds a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByG_U_LtD_S(long groupId,
long userId,
Date displayDate,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_LtD(long groupId,
long userId,
Date displayDate)
Finds all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_LtD(long groupId,
long userId,
Date displayDate)
Finds all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByG_U_LtD(long groupId,
long userId,
Date displayDate)
Finds 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)
Finds 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)
Finds a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end)
Finds a range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByG_U_LtD(long groupId,
long userId,
Date displayDate,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and userId = ? and displayDate < ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_S(long groupId,
long userId,
int status)
Finds all the blogs entries where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_S(long groupId,
long userId,
int status)
Finds all the blogs entries where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByG_U_S(long groupId,
long userId,
int status)
Finds 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)
Finds 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)
Finds a range of all the blogs entries where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end)
Finds a range of all the blogs entries where groupId = ? and userId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByG_U_S(long groupId,
long userId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ? and userId = ? and status = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByGroupId(long groupId)
Finds all the blogs entries where groupId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByGroupId(long groupId)
Finds all the blogs entries where groupId = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByGroupId(long groupId)
Finds all the blogs entries where groupId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the blogs entries where groupId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the blogs entries where groupId = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByGroupId(long groupId,
int start,
int end)
Finds a range of all the blogs entries where groupId = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where groupId = ?. |
static List<BlogsEntry> |
BlogsEntryFinderUtil.findByGroupIds(long companyId,
long groupId,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryFinder.findByGroupIds(long companyId,
long groupId,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryFinderImpl.findByGroupIds(long companyId,
long groupId,
int status,
int start,
int end)
|
static List<BlogsEntry> |
BlogsEntryFinderUtil.findByNoAssets()
|
List<BlogsEntry> |
BlogsEntryFinder.findByNoAssets()
|
List<BlogsEntry> |
BlogsEntryFinderImpl.findByNoAssets()
|
static List<BlogsEntry> |
BlogsEntryFinderUtil.findByOrganizationId(long organizationId,
Date displayDate,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryFinder.findByOrganizationId(long organizationId,
Date displayDate,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryFinderImpl.findByOrganizationId(long organizationId,
Date displayDate,
int status,
int start,
int end)
|
static List<BlogsEntry> |
BlogsEntryFinderUtil.findByOrganizationIds(List<Long> organizationIds,
Date displayDate,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryFinder.findByOrganizationIds(List<Long> organizationIds,
Date displayDate,
int status,
int start,
int end)
|
List<BlogsEntry> |
BlogsEntryFinderImpl.findByOrganizationIds(List<Long> organizationIds,
Date displayDate,
int status,
int start,
int end)
|
static List<BlogsEntry> |
BlogsEntryUtil.findByUuid(String uuid)
Finds all the blogs entries where uuid = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByUuid(String uuid)
Finds all the blogs entries where uuid = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByUuid(String uuid)
Finds all the blogs entries where uuid = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByUuid(String uuid,
int start,
int end)
Finds a range of all the blogs entries where uuid = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByUuid(String uuid,
int start,
int end)
Finds a range of all the blogs entries where uuid = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByUuid(String uuid,
int start,
int end)
Finds a range of all the blogs entries where uuid = ?. |
static List<BlogsEntry> |
BlogsEntryUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where uuid = ?. |
List<BlogsEntry> |
BlogsEntryPersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds an ordered range of all the blogs entries where uuid = ?. |
List<BlogsEntry> |
BlogsEntryPersistenceImpl.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Finds 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 | |
---|---|
static void |
BlogsEntryUtil.cacheResult(BlogsEntry blogsEntry)
Caches the blogs entry in the entity cache if it is enabled. |
void |
BlogsEntryPersistence.cacheResult(BlogsEntry blogsEntry)
Caches the blogs entry in the entity cache if it is enabled. |
void |
BlogsEntryPersistenceImpl.cacheResult(BlogsEntry blogsEntry)
Caches the blogs entry in the entity cache if it is enabled. |
static void |
BlogsEntryUtil.clearCache(BlogsEntry blogsEntry)
|
void |
BlogsEntryPersistenceImpl.clearCache(BlogsEntry blogsEntry)
Clears the cache for the blogs entry. |
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByC_LtD_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
Date displayDate,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByC_LtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
Date displayDate,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByC_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByC_U_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
long userId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByC_U_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
long userId,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByCompanyId_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long companyId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByG_LtD_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
Date displayDate,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByG_LtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
Date displayDate,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByG_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByG_U_LtD_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
Date displayDate,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByG_U_LtD_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
Date displayDate,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByG_U_S_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
long userId,
int status,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByGroupId_PrevAndNext(Session session,
BlogsEntry blogsEntry,
long groupId,
OrderByComparator orderByComparator,
boolean previous)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.getByUuid_PrevAndNext(Session session,
BlogsEntry blogsEntry,
String uuid,
OrderByComparator orderByComparator,
boolean previous)
|
static BlogsEntry |
BlogsEntryUtil.remove(BlogsEntry blogsEntry)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.removeImpl(BlogsEntry blogsEntry)
|
protected BlogsEntry |
BlogsEntryPersistenceImpl.toUnwrappedModel(BlogsEntry blogsEntry)
|
static BlogsEntry |
BlogsEntryUtil.update(BlogsEntry blogsEntry,
boolean merge)
|
static BlogsEntry |
BlogsEntryUtil.update(BlogsEntry blogsEntry,
boolean merge,
ServiceContext serviceContext)
|
static BlogsEntry |
BlogsEntryUtil.updateImpl(BlogsEntry blogsEntry,
boolean merge)
|
BlogsEntry |
BlogsEntryPersistence.updateImpl(BlogsEntry blogsEntry,
boolean merge)
|
BlogsEntry |
BlogsEntryPersistenceImpl.updateImpl(BlogsEntry blogsEntry,
boolean merge)
|
Method parameters in com.liferay.portlet.blogs.service.persistence with type arguments of type BlogsEntry | |
---|---|
static void |
BlogsEntryUtil.cacheResult(List<BlogsEntry> blogsEntries)
Caches the blogs entries in the entity cache if it is enabled. |
void |
BlogsEntryPersistence.cacheResult(List<BlogsEntry> blogsEntries)
Caches the blogs entries in the entity cache if it is enabled. |
void |
BlogsEntryPersistenceImpl.cacheResult(List<BlogsEntry> blogsEntries)
Caches the blogs entries in the entity cache if it is enabled. |
Uses of BlogsEntry in com.liferay.portlet.blogs.util |
---|
Methods in com.liferay.portlet.blogs.util that return BlogsEntry | |
---|---|
protected BlogsEntry |
PingbackMethodImpl.getBlogsEntry(long companyId)
|
Methods in com.liferay.portlet.blogs.util with parameters of type BlogsEntry | |
---|---|
static void |
LinkbackConsumerUtil.verifyPost(BlogsEntry entry,
MBMessage message)
|
Uses of BlogsEntry in com.liferay.portlet.blogs.workflow |
---|
Methods in com.liferay.portlet.blogs.workflow that return BlogsEntry | |
---|---|
BlogsEntry |
BlogsEntryWorkflowHandler.updateStatus(int status,
Map<String,Serializable> workflowContext)
|
Uses of BlogsEntry in com.liferay.portlet.messageboards.service.impl |
---|
Methods in com.liferay.portlet.messageboards.service.impl with parameters of type BlogsEntry | |
---|---|
protected void |
MBMessageLocalServiceImpl.sendBlogsCommentsEmail(long userId,
BlogsEntry entry,
MBMessage message,
ServiceContext serviceContext)
|
|
Liferay 6.0.5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |