|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JournalArticle | |
---|---|
com.liferay.portlet.journal.model | |
com.liferay.portlet.journal.service | |
com.liferay.portlet.journal.service.persistence |
Uses of JournalArticle in com.liferay.portlet.journal.model |
---|
Classes in com.liferay.portlet.journal.model that implement JournalArticle | |
---|---|
class |
JournalArticleWrapper
This class is a wrapper for JournalArticle . |
Methods in com.liferay.portlet.journal.model that return JournalArticle | |
---|---|
JournalArticle |
JournalArticleWrapper.getWrappedJournalArticle()
Deprecated. Renamed to JournalArticleWrapper.getWrappedModel() |
JournalArticle |
JournalArticleWrapper.getWrappedModel()
|
JournalArticle |
JournalArticleModel.toEscapedModel()
|
JournalArticle |
JournalArticleWrapper.toEscapedModel()
|
JournalArticle |
JournalArticleModel.toUnescapedModel()
|
JournalArticle |
JournalArticleWrapper.toUnescapedModel()
|
Methods in com.liferay.portlet.journal.model that return types with arguments of type JournalArticle | |
---|---|
CacheModel<JournalArticle> |
JournalArticleModel.toCacheModel()
|
CacheModel<JournalArticle> |
JournalArticleWrapper.toCacheModel()
|
Methods in com.liferay.portlet.journal.model with parameters of type JournalArticle | |
---|---|
int |
JournalArticleModel.compareTo(JournalArticle journalArticle)
|
int |
JournalArticleWrapper.compareTo(JournalArticle journalArticle)
|
static JournalArticleSoap |
JournalArticleSoap.toSoapModel(JournalArticle model)
|
static JournalArticleSoap[] |
JournalArticleSoap.toSoapModels(JournalArticle[] models)
|
static JournalArticleSoap[][] |
JournalArticleSoap.toSoapModels(JournalArticle[][] models)
|
Method parameters in com.liferay.portlet.journal.model with type arguments of type JournalArticle | |
---|---|
static JournalArticleSoap[] |
JournalArticleSoap.toSoapModels(List<JournalArticle> models)
|
Constructors in com.liferay.portlet.journal.model with parameters of type JournalArticle | |
---|---|
JournalArticleWrapper(JournalArticle journalArticle)
|
Uses of JournalArticle in com.liferay.portlet.journal.service |
---|
Methods in com.liferay.portlet.journal.service that return JournalArticle | |
---|---|
static JournalArticle |
JournalArticleLocalServiceUtil.addArticle(long userId,
long groupId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalService.addArticle(long userId,
long groupId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalServiceWrapper.addArticle(long userId,
long groupId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleService.addArticle(long groupId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleServiceUtil.addArticle(long groupId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleServiceWrapper.addArticle(long groupId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleService.addArticle(long groupId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
String articleURL,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleServiceUtil.addArticle(long groupId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleServiceWrapper.addArticle(long groupId,
long classNameId,
long classPK,
String articleId,
boolean autoArticleId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
String articleURL,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleLocalServiceUtil.addJournalArticle(JournalArticle journalArticle)
Adds the journal article to the database. |
JournalArticle |
JournalArticleLocalService.addJournalArticle(JournalArticle journalArticle)
Adds the journal article to the database. |
JournalArticle |
JournalArticleLocalServiceWrapper.addJournalArticle(JournalArticle journalArticle)
Adds the journal article to the database. |
static JournalArticle |
JournalArticleLocalServiceUtil.checkArticleResourcePrimKey(long groupId,
String articleId,
double version)
|
JournalArticle |
JournalArticleLocalService.checkArticleResourcePrimKey(long groupId,
String articleId,
double version)
|
JournalArticle |
JournalArticleLocalServiceWrapper.checkArticleResourcePrimKey(long groupId,
String articleId,
double version)
|
static JournalArticle |
JournalArticleLocalServiceUtil.copyArticle(long userId,
long groupId,
String oldArticleId,
String newArticleId,
boolean autoArticleId,
double version)
|
JournalArticle |
JournalArticleLocalService.copyArticle(long userId,
long groupId,
String oldArticleId,
String newArticleId,
boolean autoArticleId,
double version)
|
JournalArticle |
JournalArticleLocalServiceWrapper.copyArticle(long userId,
long groupId,
String oldArticleId,
String newArticleId,
boolean autoArticleId,
double version)
|
JournalArticle |
JournalArticleService.copyArticle(long groupId,
String oldArticleId,
String newArticleId,
boolean autoArticleId,
double version)
|
static JournalArticle |
JournalArticleServiceUtil.copyArticle(long groupId,
String oldArticleId,
String newArticleId,
boolean autoArticleId,
double version)
|
JournalArticle |
JournalArticleServiceWrapper.copyArticle(long groupId,
String oldArticleId,
String newArticleId,
boolean autoArticleId,
double version)
|
static JournalArticle |
JournalArticleLocalServiceUtil.createJournalArticle(long id)
Creates a new journal article with the primary key. |
JournalArticle |
JournalArticleLocalService.createJournalArticle(long id)
Creates a new journal article with the primary key. |
JournalArticle |
JournalArticleLocalServiceWrapper.createJournalArticle(long id)
Creates a new journal article with the primary key. |
static JournalArticle |
JournalArticleLocalServiceUtil.deleteJournalArticle(JournalArticle journalArticle)
Deletes the journal article from the database. |
JournalArticle |
JournalArticleLocalService.deleteJournalArticle(JournalArticle journalArticle)
Deletes the journal article from the database. |
JournalArticle |
JournalArticleLocalServiceWrapper.deleteJournalArticle(JournalArticle journalArticle)
Deletes the journal article from the database. |
static JournalArticle |
JournalArticleLocalServiceUtil.deleteJournalArticle(long id)
Deletes the journal article with the primary key from the database. |
JournalArticle |
JournalArticleLocalService.deleteJournalArticle(long id)
Deletes the journal article with the primary key from the database. |
JournalArticle |
JournalArticleLocalServiceWrapper.deleteJournalArticle(long id)
Deletes the journal article with the primary key from the database. |
static JournalArticle |
JournalArticleLocalServiceUtil.expireArticle(long userId,
long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalService.expireArticle(long userId,
long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalServiceWrapper.expireArticle(long userId,
long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleService.expireArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleServiceUtil.expireArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleServiceWrapper.expireArticle(long groupId,
String articleId,
double version,
String articleURL,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleLocalServiceUtil.fetchJournalArticle(long id)
|
JournalArticle |
JournalArticleLocalService.fetchJournalArticle(long id)
|
JournalArticle |
JournalArticleLocalServiceWrapper.fetchJournalArticle(long id)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getArticle(long id)
|
JournalArticle |
JournalArticleService.getArticle(long id)
|
JournalArticle |
JournalArticleLocalService.getArticle(long id)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getArticle(long id)
|
static JournalArticle |
JournalArticleServiceUtil.getArticle(long id)
|
JournalArticle |
JournalArticleServiceWrapper.getArticle(long id)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getArticle(long groupId,
String articleId)
|
JournalArticle |
JournalArticleService.getArticle(long groupId,
String articleId)
|
JournalArticle |
JournalArticleLocalService.getArticle(long groupId,
String articleId)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getArticle(long groupId,
String articleId)
|
static JournalArticle |
JournalArticleServiceUtil.getArticle(long groupId,
String articleId)
|
JournalArticle |
JournalArticleServiceWrapper.getArticle(long groupId,
String articleId)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getArticle(long groupId,
String articleId,
double version)
|
JournalArticle |
JournalArticleService.getArticle(long groupId,
String articleId,
double version)
|
JournalArticle |
JournalArticleLocalService.getArticle(long groupId,
String articleId,
double version)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getArticle(long groupId,
String articleId,
double version)
|
static JournalArticle |
JournalArticleServiceUtil.getArticle(long groupId,
String articleId,
double version)
|
JournalArticle |
JournalArticleServiceWrapper.getArticle(long groupId,
String articleId,
double version)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getArticle(long groupId,
String className,
long classPK)
|
JournalArticle |
JournalArticleService.getArticle(long groupId,
String className,
long classPK)
|
JournalArticle |
JournalArticleLocalService.getArticle(long groupId,
String className,
long classPK)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getArticle(long groupId,
String className,
long classPK)
|
static JournalArticle |
JournalArticleServiceUtil.getArticle(long groupId,
String className,
long classPK)
|
JournalArticle |
JournalArticleServiceWrapper.getArticle(long groupId,
String className,
long classPK)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getArticleByUrlTitle(long groupId,
String urlTitle)
|
JournalArticle |
JournalArticleService.getArticleByUrlTitle(long groupId,
String urlTitle)
|
JournalArticle |
JournalArticleLocalService.getArticleByUrlTitle(long groupId,
String urlTitle)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getArticleByUrlTitle(long groupId,
String urlTitle)
|
static JournalArticle |
JournalArticleServiceUtil.getArticleByUrlTitle(long groupId,
String urlTitle)
|
JournalArticle |
JournalArticleServiceWrapper.getArticleByUrlTitle(long groupId,
String urlTitle)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getDisplayArticle(long groupId,
String articleId)
|
JournalArticle |
JournalArticleLocalService.getDisplayArticle(long groupId,
String articleId)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getDisplayArticle(long groupId,
String articleId)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getDisplayArticleByUrlTitle(long groupId,
String urlTitle)
|
JournalArticle |
JournalArticleService.getDisplayArticleByUrlTitle(long groupId,
String urlTitle)
|
JournalArticle |
JournalArticleLocalService.getDisplayArticleByUrlTitle(long groupId,
String urlTitle)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getDisplayArticleByUrlTitle(long groupId,
String urlTitle)
|
static JournalArticle |
JournalArticleServiceUtil.getDisplayArticleByUrlTitle(long groupId,
String urlTitle)
|
JournalArticle |
JournalArticleServiceWrapper.getDisplayArticleByUrlTitle(long groupId,
String urlTitle)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getJournalArticle(long id)
Returns the journal article with the primary key. |
JournalArticle |
JournalArticleLocalService.getJournalArticle(long id)
Returns the journal article with the primary key. |
JournalArticle |
JournalArticleLocalServiceWrapper.getJournalArticle(long id)
Returns the journal article with the primary key. |
static JournalArticle |
JournalArticleLocalServiceUtil.getJournalArticleByUuidAndGroupId(String uuid,
long groupId)
Returns the journal article with the UUID in the group. |
JournalArticle |
JournalArticleLocalService.getJournalArticleByUuidAndGroupId(String uuid,
long groupId)
Returns the journal article with the UUID in the group. |
JournalArticle |
JournalArticleLocalServiceWrapper.getJournalArticleByUuidAndGroupId(String uuid,
long groupId)
Returns the journal article with the UUID in the group. |
static JournalArticle |
JournalArticleLocalServiceUtil.getLatestArticle(long resourcePrimKey)
|
JournalArticle |
JournalArticleService.getLatestArticle(long resourcePrimKey)
|
JournalArticle |
JournalArticleLocalService.getLatestArticle(long resourcePrimKey)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getLatestArticle(long resourcePrimKey)
|
static JournalArticle |
JournalArticleServiceUtil.getLatestArticle(long resourcePrimKey)
|
JournalArticle |
JournalArticleServiceWrapper.getLatestArticle(long resourcePrimKey)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getLatestArticle(long resourcePrimKey,
int status)
|
JournalArticle |
JournalArticleLocalService.getLatestArticle(long resourcePrimKey,
int status)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getLatestArticle(long resourcePrimKey,
int status)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getLatestArticle(long resourcePrimKey,
int status,
boolean preferApproved)
|
JournalArticle |
JournalArticleLocalService.getLatestArticle(long resourcePrimKey,
int status,
boolean preferApproved)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getLatestArticle(long resourcePrimKey,
int status,
boolean preferApproved)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getLatestArticle(long groupId,
String articleId)
|
JournalArticle |
JournalArticleLocalService.getLatestArticle(long groupId,
String articleId)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getLatestArticle(long groupId,
String articleId)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getLatestArticle(long groupId,
String articleId,
int status)
|
JournalArticle |
JournalArticleService.getLatestArticle(long groupId,
String articleId,
int status)
|
JournalArticle |
JournalArticleLocalService.getLatestArticle(long groupId,
String articleId,
int status)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getLatestArticle(long groupId,
String articleId,
int status)
|
static JournalArticle |
JournalArticleServiceUtil.getLatestArticle(long groupId,
String articleId,
int status)
|
JournalArticle |
JournalArticleServiceWrapper.getLatestArticle(long groupId,
String articleId,
int status)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getLatestArticle(long groupId,
String className,
long classPK)
|
JournalArticle |
JournalArticleService.getLatestArticle(long groupId,
String className,
long classPK)
|
JournalArticle |
JournalArticleLocalService.getLatestArticle(long groupId,
String className,
long classPK)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getLatestArticle(long groupId,
String className,
long classPK)
|
static JournalArticle |
JournalArticleServiceUtil.getLatestArticle(long groupId,
String className,
long classPK)
|
JournalArticle |
JournalArticleServiceWrapper.getLatestArticle(long groupId,
String className,
long classPK)
|
static JournalArticle |
JournalArticleLocalServiceUtil.getLatestArticleByUrlTitle(long groupId,
String urlTitle,
int status)
|
JournalArticle |
JournalArticleLocalService.getLatestArticleByUrlTitle(long groupId,
String urlTitle,
int status)
|
JournalArticle |
JournalArticleLocalServiceWrapper.getLatestArticleByUrlTitle(long groupId,
String urlTitle,
int status)
|
static JournalArticle |
JournalArticleLocalServiceUtil.removeArticleLocale(long groupId,
String articleId,
double version,
String languageId)
|
JournalArticle |
JournalArticleService.removeArticleLocale(long groupId,
String articleId,
double version,
String languageId)
|
JournalArticle |
JournalArticleLocalService.removeArticleLocale(long groupId,
String articleId,
double version,
String languageId)
|
JournalArticle |
JournalArticleLocalServiceWrapper.removeArticleLocale(long groupId,
String articleId,
double version,
String languageId)
|
static JournalArticle |
JournalArticleServiceUtil.removeArticleLocale(long groupId,
String articleId,
double version,
String languageId)
|
JournalArticle |
JournalArticleServiceWrapper.removeArticleLocale(long groupId,
String articleId,
double version,
String languageId)
|
static JournalArticle |
JournalArticleLocalServiceUtil.updateArticle(long userId,
long groupId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String layoutUuid,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleService.updateArticle(long userId,
long groupId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String layoutUuid,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalService.updateArticle(long userId,
long groupId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String layoutUuid,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalServiceWrapper.updateArticle(long userId,
long groupId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String layoutUuid,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleServiceUtil.updateArticle(long userId,
long groupId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String layoutUuid,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleServiceWrapper.updateArticle(long userId,
long groupId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String layoutUuid,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleLocalServiceUtil.updateArticle(long userId,
long groupId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalService.updateArticle(long userId,
long groupId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalServiceWrapper.updateArticle(long userId,
long groupId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallImageFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleLocalServiceUtil.updateArticle(long userId,
long groupId,
String articleId,
double version,
String content,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalService.updateArticle(long userId,
long groupId,
String articleId,
double version,
String content,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalServiceWrapper.updateArticle(long userId,
long groupId,
String articleId,
double version,
String content,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleService.updateArticle(long groupId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleServiceUtil.updateArticle(long groupId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleServiceWrapper.updateArticle(long groupId,
String articleId,
double version,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String content,
String type,
String structureId,
String templateId,
String layoutUuid,
int displayDateMonth,
int displayDateDay,
int displayDateYear,
int displayDateHour,
int displayDateMinute,
int expirationDateMonth,
int expirationDateDay,
int expirationDateYear,
int expirationDateHour,
int expirationDateMinute,
boolean neverExpire,
int reviewDateMonth,
int reviewDateDay,
int reviewDateYear,
int reviewDateHour,
int reviewDateMinute,
boolean neverReview,
boolean indexable,
boolean smallImage,
String smallImageURL,
File smallFile,
Map<String,byte[]> images,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleService.updateArticle(long groupId,
String articleId,
double version,
String content,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleServiceUtil.updateArticle(long groupId,
String articleId,
double version,
String content,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleServiceWrapper.updateArticle(long groupId,
String articleId,
double version,
String content,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleLocalServiceUtil.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images)
Deprecated. JournalArticleLocalServiceUtil.updateArticleTranslation(long, String, double,
Locale, String, String, String, Map, ServiceContext) |
JournalArticle |
JournalArticleService.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images)
Deprecated. JournalArticleService.updateArticleTranslation(long, String, double,
Locale, String, String, String, Map, ServiceContext) |
JournalArticle |
JournalArticleLocalService.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images)
Deprecated. JournalArticleLocalService.updateArticleTranslation(long, String, double,
Locale, String, String, String, Map, ServiceContext) |
JournalArticle |
JournalArticleLocalServiceWrapper.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images)
Deprecated. JournalArticleLocalServiceWrapper.updateArticleTranslation(long, String, double,
Locale, String, String, String, Map, ServiceContext) |
static JournalArticle |
JournalArticleServiceUtil.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images)
Deprecated. JournalArticleServiceUtil.updateArticleTranslation(long, String, double,
Locale, String, String, String, Map, ServiceContext) |
JournalArticle |
JournalArticleServiceWrapper.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images)
Deprecated. JournalArticleServiceWrapper.updateArticleTranslation(long, String, double,
Locale, String, String, String, Map, ServiceContext) |
static JournalArticle |
JournalArticleLocalServiceUtil.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleService.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalService.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalServiceWrapper.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleServiceUtil.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleServiceWrapper.updateArticleTranslation(long groupId,
String articleId,
double version,
Locale locale,
String title,
String description,
String content,
Map<String,byte[]> images,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleLocalServiceUtil.updateContent(long groupId,
String articleId,
double version,
String content)
|
JournalArticle |
JournalArticleService.updateContent(long groupId,
String articleId,
double version,
String content)
|
JournalArticle |
JournalArticleLocalService.updateContent(long groupId,
String articleId,
double version,
String content)
|
JournalArticle |
JournalArticleLocalServiceWrapper.updateContent(long groupId,
String articleId,
double version,
String content)
|
static JournalArticle |
JournalArticleServiceUtil.updateContent(long groupId,
String articleId,
double version,
String content)
|
JournalArticle |
JournalArticleServiceWrapper.updateContent(long groupId,
String articleId,
double version,
String content)
|
static JournalArticle |
JournalArticleLocalServiceUtil.updateJournalArticle(JournalArticle journalArticle)
Updates the journal article in the database or adds it if it does not yet exist. |
JournalArticle |
JournalArticleLocalService.updateJournalArticle(JournalArticle journalArticle)
Updates the journal article in the database or adds it if it does not yet exist. |
JournalArticle |
JournalArticleLocalServiceWrapper.updateJournalArticle(JournalArticle journalArticle)
Updates the journal article in the database or adds it if it does not yet exist. |
static JournalArticle |
JournalArticleLocalServiceUtil.updateJournalArticle(JournalArticle journalArticle,
boolean merge)
Updates the journal article in the database or adds it if it does not yet exist. |
JournalArticle |
JournalArticleLocalService.updateJournalArticle(JournalArticle journalArticle,
boolean merge)
Updates the journal article in the database or adds it if it does not yet exist. |
JournalArticle |
JournalArticleLocalServiceWrapper.updateJournalArticle(JournalArticle journalArticle,
boolean merge)
Updates the journal article in the database or adds it if it does not yet exist. |
static JournalArticle |
JournalArticleLocalServiceUtil.updateStatus(long userId,
JournalArticle article,
int status,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalService.updateStatus(long userId,
JournalArticle article,
int status,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalServiceWrapper.updateStatus(long userId,
JournalArticle article,
int status,
String articleURL,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleLocalServiceUtil.updateStatus(long userId,
long classPK,
int status,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalService.updateStatus(long userId,
long classPK,
int status,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalServiceWrapper.updateStatus(long userId,
long classPK,
int status,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleLocalServiceUtil.updateStatus(long userId,
long groupId,
String articleId,
double version,
int status,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalService.updateStatus(long userId,
long groupId,
String articleId,
double version,
int status,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalServiceWrapper.updateStatus(long userId,
long groupId,
String articleId,
double version,
int status,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleService.updateStatus(long groupId,
String articleId,
double version,
int status,
String articleURL,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleServiceUtil.updateStatus(long groupId,
String articleId,
double version,
int status,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleServiceWrapper.updateStatus(long groupId,
String articleId,
double version,
int status,
String articleURL,
ServiceContext serviceContext)
|
Methods in com.liferay.portlet.journal.service that return types with arguments of type JournalArticle | |
---|---|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getArticles()
|
List<JournalArticle> |
JournalArticleLocalService.getArticles()
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getArticles()
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getArticles(long groupId)
|
List<JournalArticle> |
JournalArticleLocalService.getArticles(long groupId)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getArticles(long groupId)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getArticles(long groupId,
int start,
int end)
|
List<JournalArticle> |
JournalArticleLocalService.getArticles(long groupId,
int start,
int end)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getArticles(long groupId,
int start,
int end)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getArticles(long groupId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleLocalService.getArticles(long groupId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getArticles(long groupId,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getArticles(long groupId,
String articleId)
|
List<JournalArticle> |
JournalArticleLocalService.getArticles(long groupId,
String articleId)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getArticles(long groupId,
String articleId)
|
List<JournalArticle> |
JournalArticleService.getArticlesByArticleId(long groupId,
String articleId,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleServiceUtil.getArticlesByArticleId(long groupId,
String articleId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleServiceWrapper.getArticlesByArticleId(long groupId,
String articleId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleService.getArticlesByLayoutUuid(long groupId,
String layoutUuid)
|
static List<JournalArticle> |
JournalArticleServiceUtil.getArticlesByLayoutUuid(long groupId,
String layoutUuid)
|
List<JournalArticle> |
JournalArticleServiceWrapper.getArticlesByLayoutUuid(long groupId,
String layoutUuid)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getArticlesBySmallImageId(long smallImageId)
|
List<JournalArticle> |
JournalArticleLocalService.getArticlesBySmallImageId(long smallImageId)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getArticlesBySmallImageId(long smallImageId)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getCompanyArticles(long companyId,
double version,
int status,
int start,
int end)
|
List<JournalArticle> |
JournalArticleLocalService.getCompanyArticles(long companyId,
double version,
int status,
int start,
int end)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getCompanyArticles(long companyId,
double version,
int status,
int start,
int end)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getCompanyArticles(long companyId,
int status,
int start,
int end)
|
List<JournalArticle> |
JournalArticleLocalService.getCompanyArticles(long companyId,
int status,
int start,
int end)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getCompanyArticles(long companyId,
int status,
int start,
int end)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getJournalArticles(int start,
int end)
Returns a range of all the journal articles. |
List<JournalArticle> |
JournalArticleLocalService.getJournalArticles(int start,
int end)
Returns a range of all the journal articles. |
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getJournalArticles(int start,
int end)
Returns a range of all the journal articles. |
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getStructureArticles(long groupId,
String structureId)
|
List<JournalArticle> |
JournalArticleLocalService.getStructureArticles(long groupId,
String structureId)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getStructureArticles(long groupId,
String structureId)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getStructureArticles(long groupId,
String structureId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleLocalService.getStructureArticles(long groupId,
String structureId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getStructureArticles(long groupId,
String structureId,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getTemplateArticles(long groupId,
String templateId)
|
List<JournalArticle> |
JournalArticleLocalService.getTemplateArticles(long groupId,
String templateId)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getTemplateArticles(long groupId,
String templateId)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.getTemplateArticles(long groupId,
String templateId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleLocalService.getTemplateArticles(long groupId,
String templateId,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.getTemplateArticles(long groupId,
String templateId,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.search(long companyId,
long groupId,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleService.search(long companyId,
long groupId,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleLocalService.search(long companyId,
long groupId,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.search(long companyId,
long groupId,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleServiceUtil.search(long companyId,
long groupId,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleServiceWrapper.search(long companyId,
long groupId,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.search(long companyId,
long groupId,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleService.search(long companyId,
long groupId,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleLocalService.search(long companyId,
long groupId,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.search(long companyId,
long groupId,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleServiceUtil.search(long companyId,
long groupId,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleServiceWrapper.search(long companyId,
long groupId,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleLocalServiceUtil.search(long companyId,
long groupId,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleService.search(long companyId,
long groupId,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleLocalService.search(long companyId,
long groupId,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleLocalServiceWrapper.search(long companyId,
long groupId,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
static List<JournalArticle> |
JournalArticleServiceUtil.search(long companyId,
long groupId,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
List<JournalArticle> |
JournalArticleServiceWrapper.search(long companyId,
long groupId,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator obc)
|
Methods in com.liferay.portlet.journal.service with parameters of type JournalArticle | |
---|---|
static void |
JournalArticleLocalServiceUtil.addArticleResources(JournalArticle article,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalArticleLocalService.addArticleResources(JournalArticle article,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
JournalArticleLocalServiceWrapper.addArticleResources(JournalArticle article,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
JournalArticleLocalServiceUtil.addArticleResources(JournalArticle article,
String[] groupPermissions,
String[] guestPermissions)
|
void |
JournalArticleLocalService.addArticleResources(JournalArticle article,
String[] groupPermissions,
String[] guestPermissions)
|
void |
JournalArticleLocalServiceWrapper.addArticleResources(JournalArticle article,
String[] groupPermissions,
String[] guestPermissions)
|
static JournalArticle |
JournalArticleLocalServiceUtil.addJournalArticle(JournalArticle journalArticle)
Adds the journal article to the database. |
JournalArticle |
JournalArticleLocalService.addJournalArticle(JournalArticle journalArticle)
Adds the journal article to the database. |
JournalArticle |
JournalArticleLocalServiceWrapper.addJournalArticle(JournalArticle journalArticle)
Adds the journal article to the database. |
static void |
JournalArticleLocalServiceUtil.deleteArticle(JournalArticle article,
String articleURL,
ServiceContext serviceContext)
|
void |
JournalArticleLocalService.deleteArticle(JournalArticle article,
String articleURL,
ServiceContext serviceContext)
|
void |
JournalArticleLocalServiceWrapper.deleteArticle(JournalArticle article,
String articleURL,
ServiceContext serviceContext)
|
static JournalArticle |
JournalArticleLocalServiceUtil.deleteJournalArticle(JournalArticle journalArticle)
Deletes the journal article from the database. |
JournalArticle |
JournalArticleLocalService.deleteJournalArticle(JournalArticle journalArticle)
Deletes the journal article from the database. |
JournalArticle |
JournalArticleLocalServiceWrapper.deleteJournalArticle(JournalArticle journalArticle)
Deletes the journal article from the database. |
static String |
JournalArticleLocalServiceUtil.getArticleContent(JournalArticle article,
String templateId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
String |
JournalArticleLocalService.getArticleContent(JournalArticle article,
String templateId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
String |
JournalArticleLocalServiceWrapper.getArticleContent(JournalArticle article,
String templateId,
String viewMode,
String languageId,
ThemeDisplay themeDisplay)
|
static JournalArticleDisplay |
JournalArticleLocalServiceUtil.getArticleDisplay(JournalArticle article,
String templateId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
JournalArticleLocalService.getArticleDisplay(JournalArticle article,
String templateId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
|
JournalArticleDisplay |
JournalArticleLocalServiceWrapper.getArticleDisplay(JournalArticle article,
String templateId,
String viewMode,
String languageId,
int page,
String xmlRequest,
ThemeDisplay themeDisplay)
|
static void |
JournalArticleLocalServiceUtil.updateAsset(long userId,
JournalArticle article,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
void |
JournalArticleLocalService.updateAsset(long userId,
JournalArticle article,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
void |
JournalArticleLocalServiceWrapper.updateAsset(long userId,
JournalArticle article,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
static JournalArticle |
JournalArticleLocalServiceUtil.updateJournalArticle(JournalArticle journalArticle)
Updates the journal article in the database or adds it if it does not yet exist. |
JournalArticle |
JournalArticleLocalService.updateJournalArticle(JournalArticle journalArticle)
Updates the journal article in the database or adds it if it does not yet exist. |
JournalArticle |
JournalArticleLocalServiceWrapper.updateJournalArticle(JournalArticle journalArticle)
Updates the journal article in the database or adds it if it does not yet exist. |
static JournalArticle |
JournalArticleLocalServiceUtil.updateJournalArticle(JournalArticle journalArticle,
boolean merge)
Updates the journal article in the database or adds it if it does not yet exist. |
JournalArticle |
JournalArticleLocalService.updateJournalArticle(JournalArticle journalArticle,
boolean merge)
Updates the journal article in the database or adds it if it does not yet exist. |
JournalArticle |
JournalArticleLocalServiceWrapper.updateJournalArticle(JournalArticle journalArticle,
boolean merge)
Updates the journal article in the database or adds it if it does not yet exist. |
static JournalArticle |
JournalArticleLocalServiceUtil.updateStatus(long userId,
JournalArticle article,
int status,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalService.updateStatus(long userId,
JournalArticle article,
int status,
String articleURL,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticleLocalServiceWrapper.updateStatus(long userId,
JournalArticle article,
int status,
String articleURL,
ServiceContext serviceContext)
|
Uses of JournalArticle in com.liferay.portlet.journal.service.persistence |
---|
Methods in com.liferay.portlet.journal.service.persistence that return JournalArticle | |
---|---|
JournalArticle |
JournalArticlePersistence.create(long id)
Creates a new journal article with the primary key. |
static JournalArticle |
JournalArticleUtil.create(long id)
Creates a new journal article with the primary key. |
JournalArticle |
JournalArticlePersistence.fetchByC_ST_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByC_ST_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByC_ST_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByC_ST_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByC_V_First(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ?. |
static JournalArticle |
JournalArticleUtil.fetchByC_V_First(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ?. |
JournalArticle |
JournalArticlePersistence.fetchByC_V_Last(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ?. |
static JournalArticle |
JournalArticleUtil.fetchByC_V_Last(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ?. |
JournalArticle |
JournalArticlePersistence.fetchByC_V_ST_First(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByC_V_ST_First(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByC_V_ST_Last(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByC_V_ST_Last(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_A_First(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_A_First(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_A_Last(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_A_Last(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_A_ST_First(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_A_ST_First(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_A_ST_Last(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_A_ST_Last(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_A_V(long groupId,
String articleId,
double version)
Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found. |
static JournalArticle |
JournalArticleUtil.fetchByG_A_V(long groupId,
String articleId,
double version)
Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found. |
JournalArticle |
JournalArticlePersistence.fetchByG_A_V(long groupId,
String articleId,
double version,
boolean retrieveFromCache)
Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalArticle |
JournalArticleUtil.fetchByG_A_V(long groupId,
String articleId,
double version,
boolean retrieveFromCache)
Returns the journal article where groupId = ? and articleId = ? and version = ? or returns null if it could not be found, optionally using the finder cache. |
JournalArticle |
JournalArticlePersistence.fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_C_L_First(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_C_L_First(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_C_L_Last(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_C_L_Last(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_C_S(long groupId,
long classNameId,
String structureId)
Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or returns null if it could not be found. |
static JournalArticle |
JournalArticleUtil.fetchByG_C_S(long groupId,
long classNameId,
String structureId)
Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or returns null if it could not be found. |
JournalArticle |
JournalArticlePersistence.fetchByG_C_S(long groupId,
long classNameId,
String structureId,
boolean retrieveFromCache)
Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalArticle |
JournalArticleUtil.fetchByG_C_S(long groupId,
long classNameId,
String structureId,
boolean retrieveFromCache)
Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalArticle |
JournalArticlePersistence.fetchByG_C_T_First(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_C_T_First(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_C_T_Last(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_C_T_Last(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_L_First(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_L_First(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_L_Last(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_L_Last(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and structureId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and structureId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and structureId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and structureId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_ST_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_ST_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_ST_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_ST_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_T_First(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and templateId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_T_First(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and templateId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_T_Last(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and templateId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_T_Last(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and templateId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_UT_First(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_UT_First(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_UT_Last(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_UT_Last(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_UT_ST_First(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_UT_ST_First(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByG_UT_ST_Last(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByG_UT_ST_Last(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByLayoutUuid_First(String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.fetchByLayoutUuid_First(String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.fetchByLayoutUuid_Last(String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.fetchByLayoutUuid_Last(String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.fetchByPrimaryKey(long id)
Returns the journal article with the primary key or returns null if it could not be found. |
static JournalArticle |
JournalArticleUtil.fetchByPrimaryKey(long id)
Returns the journal article with the primary key or returns null if it could not be found. |
JournalArticle |
JournalArticlePersistence.fetchByR_ST_First(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByR_ST_First(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByR_ST_Last(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.fetchByR_ST_Last(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.fetchByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ?. |
static JournalArticle |
JournalArticleUtil.fetchByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ?. |
JournalArticle |
JournalArticlePersistence.fetchByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ?. |
static JournalArticle |
JournalArticleUtil.fetchByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ?. |
JournalArticle |
JournalArticlePersistence.fetchBySmallImageId_First(long smallImageId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where smallImageId = ?. |
static JournalArticle |
JournalArticleUtil.fetchBySmallImageId_First(long smallImageId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where smallImageId = ?. |
JournalArticle |
JournalArticlePersistence.fetchBySmallImageId_Last(long smallImageId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where smallImageId = ?. |
static JournalArticle |
JournalArticleUtil.fetchBySmallImageId_Last(long smallImageId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where smallImageId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where structureId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where structureId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where structureId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where structureId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where templateId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where templateId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where templateId = ?. |
static JournalArticle |
JournalArticleUtil.fetchByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where templateId = ?. |
JournalArticle |
JournalArticlePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where uuid = ?. |
static JournalArticle |
JournalArticleUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where uuid = ?. |
JournalArticle |
JournalArticlePersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found. |
static JournalArticle |
JournalArticleUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found. |
JournalArticle |
JournalArticlePersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalArticle |
JournalArticleUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal article where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalArticle |
JournalArticlePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where uuid = ?. |
static JournalArticle |
JournalArticleUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where uuid = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_A_PrevAndNext(long id,
long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_A_PrevAndNext(long id,
long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_A_ST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_A_ST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_C_T_PrevAndNext(long id,
long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_C_T_PrevAndNext(long id,
long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_L_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_L_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and structureId = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and structureId = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_ST_PrevAndNext(long id,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_ST_PrevAndNext(long id,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_T_PrevAndNext(long id,
long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and templateId = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_T_PrevAndNext(long id,
long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and templateId = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_UT_PrevAndNext(long id,
long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_UT_PrevAndNext(long id,
long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByG_UT_ST_PrevAndNext(long id,
long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByG_UT_ST_PrevAndNext(long id,
long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?. |
static JournalArticle[] |
JournalArticleUtil.filterFindByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set of journal articles that the user has permission to view where groupId = ?. |
JournalArticle |
JournalArticlePersistence.findByC_ST_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByC_ST_First(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByC_ST_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByC_ST_Last(long companyId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.findByC_ST_PrevAndNext(long id,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.findByC_ST_PrevAndNext(long id,
long companyId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByC_V_First(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ?. |
static JournalArticle |
JournalArticleUtil.findByC_V_First(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ?. |
JournalArticle |
JournalArticlePersistence.findByC_V_Last(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ?. |
static JournalArticle |
JournalArticleUtil.findByC_V_Last(long companyId,
double version,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ?. |
JournalArticle[] |
JournalArticlePersistence.findByC_V_PrevAndNext(long id,
long companyId,
double version,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?. |
static JournalArticle[] |
JournalArticleUtil.findByC_V_PrevAndNext(long id,
long companyId,
double version,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ?. |
JournalArticle |
JournalArticlePersistence.findByC_V_ST_First(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByC_V_ST_First(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ? and version = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByC_V_ST_Last(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByC_V_ST_Last(long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ? and version = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.findByC_V_ST_PrevAndNext(long id,
long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.findByC_V_ST_PrevAndNext(long id,
long companyId,
double version,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ? and version = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ?. |
static JournalArticle |
JournalArticleUtil.findByCompanyId_First(long companyId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where companyId = ?. |
JournalArticle |
JournalArticlePersistence.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ?. |
static JournalArticle |
JournalArticleUtil.findByCompanyId_Last(long companyId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where companyId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByCompanyId_PrevAndNext(long id,
long companyId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByCompanyId_PrevAndNext(long id,
long companyId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where companyId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_A_First(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_A_First(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_A_Last(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_A_Last(long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_A_PrevAndNext(long id,
long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_A_PrevAndNext(long id,
long groupId,
String articleId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_A_ST_First(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByG_A_ST_First(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByG_A_ST_Last(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByG_A_ST_Last(long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_A_ST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_A_ST_PrevAndNext(long id,
long groupId,
String articleId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and articleId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByG_A_V(long groupId,
String articleId,
double version)
Returns the journal article where groupId = ? and articleId = ? and version = ? or throws a NoSuchArticleException if it could not be found. |
static JournalArticle |
JournalArticleUtil.findByG_A_V(long groupId,
String articleId,
double version)
Returns the journal article where groupId = ? and articleId = ? and version = ? or throws a NoSuchArticleException if it could not be found. |
JournalArticle |
JournalArticlePersistence.findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle |
JournalArticleUtil.findByG_C_C_First(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle |
JournalArticlePersistence.findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle |
JournalArticleUtil.findByG_C_C_Last(long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_C_C_PrevAndNext(long id,
long groupId,
long classNameId,
long classPK,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and classPK = ?. |
JournalArticle |
JournalArticlePersistence.findByG_C_L_First(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.findByG_C_L_First(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.findByG_C_L_Last(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.findByG_C_L_Last(long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_C_L_PrevAndNext(long id,
long groupId,
long classNameId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.findByG_C_S(long groupId,
long classNameId,
String structureId)
Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or throws a NoSuchArticleException if it could not be found. |
static JournalArticle |
JournalArticleUtil.findByG_C_S(long groupId,
long classNameId,
String structureId)
Returns the journal article where groupId = ? and classNameId = ? and structureId = ? or throws a NoSuchArticleException if it could not be found. |
JournalArticle |
JournalArticlePersistence.findByG_C_T_First(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_C_T_First(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_C_T_Last(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_C_T_Last(long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_C_T_PrevAndNext(long id,
long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_C_T_PrevAndNext(long id,
long groupId,
long classNameId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and classNameId = ? and templateId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_L_First(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.findByG_L_First(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.findByG_L_Last(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.findByG_L_Last(long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and layoutUuid = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_L_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_L_PrevAndNext(long id,
long groupId,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.findByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and structureId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_S_First(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and structureId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and structureId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_S_Last(long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and structureId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_S_PrevAndNext(long id,
long groupId,
String structureId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and structureId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_ST_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByG_ST_First(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByG_ST_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByG_ST_Last(long groupId,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_ST_PrevAndNext(long id,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_ST_PrevAndNext(long id,
long groupId,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByG_T_First(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and templateId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_T_First(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and templateId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_T_Last(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and templateId = ?. |
static JournalArticle |
JournalArticleUtil.findByG_T_Last(long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and templateId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_T_PrevAndNext(long id,
long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_T_PrevAndNext(long id,
long groupId,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and templateId = ?. |
JournalArticle |
JournalArticlePersistence.findByG_UT_First(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?. |
static JournalArticle |
JournalArticleUtil.findByG_UT_First(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ?. |
JournalArticle |
JournalArticlePersistence.findByG_UT_Last(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?. |
static JournalArticle |
JournalArticleUtil.findByG_UT_Last(long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_UT_PrevAndNext(long id,
long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_UT_PrevAndNext(long id,
long groupId,
String urlTitle,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ?. |
JournalArticle |
JournalArticlePersistence.findByG_UT_ST_First(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByG_UT_ST_First(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByG_UT_ST_Last(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByG_UT_ST_Last(long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.findByG_UT_ST_PrevAndNext(long id,
long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.findByG_UT_ST_PrevAndNext(long id,
long groupId,
String urlTitle,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ? and urlTitle = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ?. |
static JournalArticle |
JournalArticleUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where groupId = ?. |
JournalArticle |
JournalArticlePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ?. |
static JournalArticle |
JournalArticleUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where groupId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByGroupId_PrevAndNext(long id,
long groupId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where groupId = ?. |
JournalArticle |
JournalArticlePersistence.findByLayoutUuid_First(String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.findByLayoutUuid_First(String layoutUuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.findByLayoutUuid_Last(String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where layoutUuid = ?. |
static JournalArticle |
JournalArticleUtil.findByLayoutUuid_Last(String layoutUuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where layoutUuid = ?. |
JournalArticle[] |
JournalArticlePersistence.findByLayoutUuid_PrevAndNext(long id,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?. |
static JournalArticle[] |
JournalArticleUtil.findByLayoutUuid_PrevAndNext(long id,
String layoutUuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where layoutUuid = ?. |
JournalArticle |
JournalArticlePersistence.findByPrimaryKey(long id)
Returns the journal article with the primary key or throws a NoSuchArticleException if it could not be found. |
static JournalArticle |
JournalArticleUtil.findByPrimaryKey(long id)
Returns the journal article with the primary key or throws a NoSuchArticleException if it could not be found. |
static JournalArticle |
JournalArticleFinderUtil.findByR_D(long resourcePrimKey,
Date displayDate)
|
JournalArticle |
JournalArticleFinder.findByR_D(long resourcePrimKey,
Date displayDate)
|
JournalArticle |
JournalArticlePersistence.findByR_ST_First(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByR_ST_First(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByR_ST_Last(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?. |
static JournalArticle |
JournalArticleUtil.findByR_ST_Last(long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ? and status = ?. |
JournalArticle[] |
JournalArticlePersistence.findByR_ST_PrevAndNext(long id,
long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?. |
static JournalArticle[] |
JournalArticleUtil.findByR_ST_PrevAndNext(long id,
long resourcePrimKey,
int status,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ? and status = ?. |
JournalArticle |
JournalArticlePersistence.findByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ?. |
static JournalArticle |
JournalArticleUtil.findByResourcePrimKey_First(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where resourcePrimKey = ?. |
JournalArticle |
JournalArticlePersistence.findByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ?. |
static JournalArticle |
JournalArticleUtil.findByResourcePrimKey_Last(long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where resourcePrimKey = ?. |
JournalArticle[] |
JournalArticlePersistence.findByResourcePrimKey_PrevAndNext(long id,
long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?. |
static JournalArticle[] |
JournalArticleUtil.findByResourcePrimKey_PrevAndNext(long id,
long resourcePrimKey,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where resourcePrimKey = ?. |
JournalArticle |
JournalArticlePersistence.findBySmallImageId_First(long smallImageId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where smallImageId = ?. |
static JournalArticle |
JournalArticleUtil.findBySmallImageId_First(long smallImageId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where smallImageId = ?. |
JournalArticle |
JournalArticlePersistence.findBySmallImageId_Last(long smallImageId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where smallImageId = ?. |
static JournalArticle |
JournalArticleUtil.findBySmallImageId_Last(long smallImageId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where smallImageId = ?. |
JournalArticle[] |
JournalArticlePersistence.findBySmallImageId_PrevAndNext(long id,
long smallImageId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?. |
static JournalArticle[] |
JournalArticleUtil.findBySmallImageId_PrevAndNext(long id,
long smallImageId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where smallImageId = ?. |
JournalArticle |
JournalArticlePersistence.findByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where structureId = ?. |
static JournalArticle |
JournalArticleUtil.findByStructureId_First(String structureId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where structureId = ?. |
JournalArticle |
JournalArticlePersistence.findByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where structureId = ?. |
static JournalArticle |
JournalArticleUtil.findByStructureId_Last(String structureId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where structureId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByStructureId_PrevAndNext(long id,
String structureId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where structureId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByStructureId_PrevAndNext(long id,
String structureId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where structureId = ?. |
JournalArticle |
JournalArticlePersistence.findByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where templateId = ?. |
static JournalArticle |
JournalArticleUtil.findByTemplateId_First(String templateId,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where templateId = ?. |
JournalArticle |
JournalArticlePersistence.findByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where templateId = ?. |
static JournalArticle |
JournalArticleUtil.findByTemplateId_Last(String templateId,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where templateId = ?. |
JournalArticle[] |
JournalArticlePersistence.findByTemplateId_PrevAndNext(long id,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where templateId = ?. |
static JournalArticle[] |
JournalArticleUtil.findByTemplateId_PrevAndNext(long id,
String templateId,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where templateId = ?. |
JournalArticle |
JournalArticlePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where uuid = ?. |
static JournalArticle |
JournalArticleUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal article in the ordered set where uuid = ?. |
JournalArticle |
JournalArticlePersistence.findByUUID_G(String uuid,
long groupId)
Returns the journal article where uuid = ? and groupId = ? or throws a NoSuchArticleException if it could not be found. |
static JournalArticle |
JournalArticleUtil.findByUUID_G(String uuid,
long groupId)
Returns the journal article where uuid = ? and groupId = ? or throws a NoSuchArticleException if it could not be found. |
JournalArticle |
JournalArticlePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where uuid = ?. |
static JournalArticle |
JournalArticleUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal article in the ordered set where uuid = ?. |
JournalArticle[] |
JournalArticlePersistence.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where uuid = ?. |
static JournalArticle[] |
JournalArticleUtil.findByUuid_PrevAndNext(long id,
String uuid,
OrderByComparator orderByComparator)
Returns the journal articles before and after the current journal article in the ordered set where uuid = ?. |
JournalArticle |
JournalArticlePersistence.remove(long id)
Removes the journal article with the primary key from the database. |
static JournalArticle |
JournalArticleUtil.remove(long id)
Removes the journal article with the primary key from the database. |
JournalArticle |
JournalArticlePersistence.removeByG_A_V(long groupId,
String articleId,
double version)
Removes the journal article where groupId = ? and articleId = ? and version = ? from the database. |
static JournalArticle |
JournalArticleUtil.removeByG_A_V(long groupId,
String articleId,
double version)
Removes the journal article where groupId = ? and articleId = ? and version = ? from the database. |
JournalArticle |
JournalArticlePersistence.removeByG_C_S(long groupId,
long classNameId,
String structureId)
Removes the journal article where groupId = ? and classNameId = ? and structureId = ? from the database. |
static JournalArticle |
JournalArticleUtil.removeByG_C_S(long groupId,
long classNameId,
String structureId)
Removes the journal article where groupId = ? and classNameId = ? and structureId = ? from the database. |
JournalArticle |
JournalArticlePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the journal article where uuid = ? and groupId = ? from the database. |
static JournalArticle |
JournalArticleUtil.removeByUUID_G(String uuid,
long groupId)
Removes the journal article where uuid = ? and groupId = ? from the database. |
static JournalArticle |
JournalArticleUtil.update(JournalArticle journalArticle,
boolean merge)
|
static JournalArticle |
JournalArticleUtil.update(JournalArticle journalArticle,
boolean merge,
ServiceContext serviceContext)
|
JournalArticle |
JournalArticlePersistence.updateImpl(JournalArticle journalArticle,
boolean merge)
|
static JournalArticle |
JournalArticleUtil.updateImpl(JournalArticle journalArticle,
boolean merge)
|
Methods in com.liferay.portlet.journal.service.persistence that return types with arguments of type JournalArticle | |
---|---|
static List<JournalArticle> |
JournalArticleFinderUtil.filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
long classNameId,
String[] articleIds,
Double version,
String[] titles,
String[] descriptions,
String[] contents,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalArticle> |
JournalArticleFinder.filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
long classNameId,
String[] articleIds,
Double version,
String[] titles,
String[] descriptions,
String[] contents,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<JournalArticle> |
JournalArticleFinderUtil.filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalArticle> |
JournalArticleFinder.filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<JournalArticle> |
JournalArticleFinderUtil.filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalArticle> |
JournalArticleFinder.filterFindByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_A_ST(long groupId,
String articleId,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_A_ST(long groupId,
String articleId,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses)
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses)
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_A(long groupId,
String articleId)
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_A(long groupId,
String articleId)
Returns all the journal articles that the user has permission to view where groupId = ? and articleId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_A(long groupId,
String articleId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_A(long groupId,
String articleId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and articleId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and articleId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and classPK = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and classPK = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_C_T(long groupId,
long classNameId,
String templateId)
Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_C_T(long groupId,
long classNameId,
String templateId)
Returns all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and classNameId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and classNameId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_L(long groupId,
String layoutUuid)
Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_L(long groupId,
String layoutUuid)
Returns all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_L(long groupId,
String layoutUuid,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_L(long groupId,
String layoutUuid,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_L(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_L(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_S(long groupId,
String structureId)
Returns all the journal articles that the user has permission to view where groupId = ? and structureId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_S(long groupId,
String structureId)
Returns all the journal articles that the user has permission to view where groupId = ? and structureId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_S(long groupId,
String structureId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and structureId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_S(long groupId,
String structureId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and structureId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and structureId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and structureId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_ST(long groupId,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_ST(long groupId,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_ST(long groupId,
int status,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_ST(long groupId,
int status,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_ST(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_ST(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_T(long groupId,
String templateId)
Returns all the journal articles that the user has permission to view where groupId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_T(long groupId,
String templateId)
Returns all the journal articles that the user has permission to view where groupId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_T(long groupId,
String templateId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_T(long groupId,
String templateId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_T(long groupId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_T(long groupId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_UT_ST(long groupId,
String urlTitle,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_UT_ST(long groupId,
String urlTitle,
int status)
Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and urlTitle = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_UT(long groupId,
String urlTitle)
Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_UT(long groupId,
String urlTitle)
Returns all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_UT(long groupId,
String urlTitle,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_UT(long groupId,
String urlTitle,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ? and urlTitle = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByG_UT(long groupId,
String urlTitle,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByG_UT(long groupId,
String urlTitle,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ? and urlTitle = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByGroupId(long groupId)
Returns all the journal articles that the user has permission to view where groupId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByGroupId(long groupId)
Returns all the journal articles that the user has permission to view where groupId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal articles that the user has permission to view where groupId = ?. |
List<JournalArticle> |
JournalArticlePersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?. |
static List<JournalArticle> |
JournalArticleUtil.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles that the user has permissions to view where groupId = ?. |
static List<JournalArticle> |
JournalArticleFinderUtil.filterFindByKeywords(long companyId,
long groupId,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalArticle> |
JournalArticleFinder.filterFindByKeywords(long companyId,
long groupId,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalArticle> |
JournalArticlePersistence.findAll()
Returns all the journal articles. |
static List<JournalArticle> |
JournalArticleUtil.findAll()
Returns all the journal articles. |
List<JournalArticle> |
JournalArticlePersistence.findAll(int start,
int end)
Returns a range of all the journal articles. |
static List<JournalArticle> |
JournalArticleUtil.findAll(int start,
int end)
Returns a range of all the journal articles. |
List<JournalArticle> |
JournalArticlePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles. |
static List<JournalArticle> |
JournalArticleUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles. |
static List<JournalArticle> |
JournalArticleFinderUtil.findByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
long classNameId,
String[] articleIds,
Double version,
String[] titles,
String[] descriptions,
String[] contents,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalArticle> |
JournalArticleFinder.findByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
long classNameId,
String[] articleIds,
Double version,
String[] titles,
String[] descriptions,
String[] contents,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<JournalArticle> |
JournalArticleFinderUtil.findByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalArticle> |
JournalArticleFinder.findByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String[] structureIds,
String[] templateIds,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
static List<JournalArticle> |
JournalArticleFinderUtil.findByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalArticle> |
JournalArticleFinder.findByC_G_C_A_V_T_D_C_T_S_T_D_S_R(long companyId,
long groupId,
long classNameId,
String articleId,
Double version,
String title,
String description,
String content,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
boolean andOperator,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalArticle> |
JournalArticlePersistence.findByC_ST(long companyId,
int status)
Returns all the journal articles where companyId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_ST(long companyId,
int status)
Returns all the journal articles where companyId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByC_ST(long companyId,
int status,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_ST(long companyId,
int status,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByC_ST(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_ST(long companyId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByC_V_ST(long companyId,
double version,
int status)
Returns all the journal articles where companyId = ? and version = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_V_ST(long companyId,
double version,
int status)
Returns all the journal articles where companyId = ? and version = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByC_V_ST(long companyId,
double version,
int status,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and version = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_V_ST(long companyId,
double version,
int status,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and version = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByC_V_ST(long companyId,
double version,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_V_ST(long companyId,
double version,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and version = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByC_V(long companyId,
double version)
Returns all the journal articles where companyId = ? and version = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_V(long companyId,
double version)
Returns all the journal articles where companyId = ? and version = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByC_V(long companyId,
double version,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and version = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_V(long companyId,
double version,
int start,
int end)
Returns a range of all the journal articles where companyId = ? and version = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByC_V(long companyId,
double version,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and version = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByC_V(long companyId,
double version,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ? and version = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByCompanyId(long companyId)
Returns all the journal articles where companyId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByCompanyId(long companyId)
Returns all the journal articles where companyId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the journal articles where companyId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the journal articles where companyId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where companyId = ?. |
static List<JournalArticle> |
JournalArticleFinderUtil.findByExpirationDate(long classNameId,
int status,
Date expirationDateLT)
|
List<JournalArticle> |
JournalArticleFinder.findByExpirationDate(long classNameId,
int status,
Date expirationDateLT)
|
List<JournalArticle> |
JournalArticlePersistence.findByG_A_ST(long groupId,
String articleId,
int status)
Returns all the journal articles where groupId = ? and articleId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_A_ST(long groupId,
String articleId,
int status)
Returns all the journal articles where groupId = ? and articleId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_A_ST(long groupId,
String articleId,
int[] statuses)
Returns all the journal articles where groupId = ? and articleId = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_A_ST(long groupId,
String articleId,
int[] statuses)
Returns all the journal articles where groupId = ? and articleId = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and articleId = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and articleId = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_A_ST(long groupId,
String articleId,
int[] statuses,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = any ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and articleId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and articleId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_A_ST(long groupId,
String articleId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_A(long groupId,
String articleId)
Returns all the journal articles where groupId = ? and articleId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_A(long groupId,
String articleId)
Returns all the journal articles where groupId = ? and articleId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_A(long groupId,
String articleId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and articleId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_A(long groupId,
String articleId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and articleId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_A(long groupId,
String articleId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and articleId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the journal articles where groupId = ? and classNameId = ? and classPK = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_C_C(long groupId,
long classNameId,
long classPK)
Returns all the journal articles where groupId = ? and classNameId = ? and classPK = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_C_C(long groupId,
long classNameId,
long classPK,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and classPK = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Returns all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_C_L(long groupId,
long classNameId,
String layoutUuid)
Returns all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_C_L(long groupId,
long classNameId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_C_T(long groupId,
long classNameId,
String templateId)
Returns all the journal articles where groupId = ? and classNameId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_C_T(long groupId,
long classNameId,
String templateId)
Returns all the journal articles where groupId = ? and classNameId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_C_T(long groupId,
long classNameId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and classNameId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_L(long groupId,
String layoutUuid)
Returns all the journal articles where groupId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_L(long groupId,
String layoutUuid)
Returns all the journal articles where groupId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_L(long groupId,
String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_L(long groupId,
String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_L(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_L(long groupId,
String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_S(long groupId,
String structureId)
Returns all the journal articles where groupId = ? and structureId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_S(long groupId,
String structureId)
Returns all the journal articles where groupId = ? and structureId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_S(long groupId,
String structureId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and structureId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_S(long groupId,
String structureId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and structureId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and structureId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_S(long groupId,
String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and structureId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_ST(long groupId,
int status)
Returns all the journal articles where groupId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_ST(long groupId,
int status)
Returns all the journal articles where groupId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_ST(long groupId,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_ST(long groupId,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_ST(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_ST(long groupId,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_T(long groupId,
String templateId)
Returns all the journal articles where groupId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_T(long groupId,
String templateId)
Returns all the journal articles where groupId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_T(long groupId,
String templateId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_T(long groupId,
String templateId,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_T(long groupId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_T(long groupId,
String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_UT_ST(long groupId,
String urlTitle,
int status)
Returns all the journal articles where groupId = ? and urlTitle = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_UT_ST(long groupId,
String urlTitle,
int status)
Returns all the journal articles where groupId = ? and urlTitle = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and urlTitle = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and urlTitle = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_UT_ST(long groupId,
String urlTitle,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_UT(long groupId,
String urlTitle)
Returns all the journal articles where groupId = ? and urlTitle = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_UT(long groupId,
String urlTitle)
Returns all the journal articles where groupId = ? and urlTitle = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_UT(long groupId,
String urlTitle,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and urlTitle = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_UT(long groupId,
String urlTitle,
int start,
int end)
Returns a range of all the journal articles where groupId = ? and urlTitle = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByG_UT(long groupId,
String urlTitle,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByG_UT(long groupId,
String urlTitle,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ? and urlTitle = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByGroupId(long groupId)
Returns all the journal articles where groupId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByGroupId(long groupId)
Returns all the journal articles where groupId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal articles where groupId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal articles where groupId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where groupId = ?. |
static List<JournalArticle> |
JournalArticleFinderUtil.findByKeywords(long companyId,
long groupId,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalArticle> |
JournalArticleFinder.findByKeywords(long companyId,
long groupId,
long classNameId,
String keywords,
Double version,
String type,
String structureId,
String templateId,
Date displayDateGT,
Date displayDateLT,
int status,
Date reviewDate,
int start,
int end,
OrderByComparator orderByComparator)
|
List<JournalArticle> |
JournalArticlePersistence.findByLayoutUuid(String layoutUuid)
Returns all the journal articles where layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByLayoutUuid(String layoutUuid)
Returns all the journal articles where layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByLayoutUuid(String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByLayoutUuid(String layoutUuid,
int start,
int end)
Returns a range of all the journal articles where layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByLayoutUuid(String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where layoutUuid = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByLayoutUuid(String layoutUuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where layoutUuid = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByR_ST(long resourcePrimKey,
int status)
Returns all the journal articles where resourcePrimKey = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByR_ST(long resourcePrimKey,
int status)
Returns all the journal articles where resourcePrimKey = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByR_ST(long resourcePrimKey,
int status,
int start,
int end)
Returns a range of all the journal articles where resourcePrimKey = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByR_ST(long resourcePrimKey,
int status,
int start,
int end)
Returns a range of all the journal articles where resourcePrimKey = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByR_ST(long resourcePrimKey,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByR_ST(long resourcePrimKey,
int status,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ? and status = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByResourcePrimKey(long resourcePrimKey)
Returns all the journal articles where resourcePrimKey = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByResourcePrimKey(long resourcePrimKey)
Returns all the journal articles where resourcePrimKey = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByResourcePrimKey(long resourcePrimKey,
int start,
int end)
Returns a range of all the journal articles where resourcePrimKey = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByResourcePrimKey(long resourcePrimKey,
int start,
int end)
Returns a range of all the journal articles where resourcePrimKey = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByResourcePrimKey(long resourcePrimKey,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByResourcePrimKey(long resourcePrimKey,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where resourcePrimKey = ?. |
static List<JournalArticle> |
JournalArticleFinderUtil.findByReviewDate(long classNameId,
Date reviewDateLT,
Date reviewDateGT)
|
List<JournalArticle> |
JournalArticleFinder.findByReviewDate(long classNameId,
Date reviewDateLT,
Date reviewDateGT)
|
List<JournalArticle> |
JournalArticlePersistence.findBySmallImageId(long smallImageId)
Returns all the journal articles where smallImageId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findBySmallImageId(long smallImageId)
Returns all the journal articles where smallImageId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findBySmallImageId(long smallImageId,
int start,
int end)
Returns a range of all the journal articles where smallImageId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findBySmallImageId(long smallImageId,
int start,
int end)
Returns a range of all the journal articles where smallImageId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findBySmallImageId(long smallImageId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where smallImageId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findBySmallImageId(long smallImageId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where smallImageId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByStructureId(String structureId)
Returns all the journal articles where structureId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByStructureId(String structureId)
Returns all the journal articles where structureId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByStructureId(String structureId,
int start,
int end)
Returns a range of all the journal articles where structureId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByStructureId(String structureId,
int start,
int end)
Returns a range of all the journal articles where structureId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByStructureId(String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where structureId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByStructureId(String structureId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where structureId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByTemplateId(String templateId)
Returns all the journal articles where templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByTemplateId(String templateId)
Returns all the journal articles where templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByTemplateId(String templateId,
int start,
int end)
Returns a range of all the journal articles where templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByTemplateId(String templateId,
int start,
int end)
Returns a range of all the journal articles where templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findByTemplateId(String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where templateId = ?. |
static List<JournalArticle> |
JournalArticleUtil.findByTemplateId(String templateId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal articles where templateId = ?. |
List<JournalArticle> |
JournalArticlePersistence.findBy |