|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JournalArticleResource | |
---|---|
com.liferay.portlet.journal.model | |
com.liferay.portlet.journal.service | |
com.liferay.portlet.journal.service.persistence |
Uses of JournalArticleResource in com.liferay.portlet.journal.model |
---|
Classes in com.liferay.portlet.journal.model that implement JournalArticleResource | |
---|---|
class |
JournalArticleResourceWrapper
This class is a wrapper for JournalArticleResource . |
Methods in com.liferay.portlet.journal.model that return JournalArticleResource | |
---|---|
JournalArticleResource |
JournalArticle.getArticleResource()
|
JournalArticleResource |
JournalArticleWrapper.getArticleResource()
|
JournalArticleResource |
JournalArticleResourceWrapper.getWrappedJournalArticleResource()
Deprecated. As of 6.1.0, replaced by JournalArticleResourceWrapper.getWrappedModel() |
JournalArticleResource |
JournalArticleResourceWrapper.getWrappedModel()
|
JournalArticleResource |
JournalArticleResourceWrapper.toEscapedModel()
|
JournalArticleResource |
JournalArticleResourceModel.toEscapedModel()
|
JournalArticleResource |
JournalArticleResourceWrapper.toUnescapedModel()
|
JournalArticleResource |
JournalArticleResourceModel.toUnescapedModel()
|
Methods in com.liferay.portlet.journal.model that return types with arguments of type JournalArticleResource | |
---|---|
CacheModel<JournalArticleResource> |
JournalArticleResourceWrapper.toCacheModel()
|
CacheModel<JournalArticleResource> |
JournalArticleResourceModel.toCacheModel()
|
Methods in com.liferay.portlet.journal.model with parameters of type JournalArticleResource | |
---|---|
int |
JournalArticleResourceWrapper.compareTo(JournalArticleResource journalArticleResource)
|
int |
JournalArticleResourceModel.compareTo(JournalArticleResource journalArticleResource)
|
static JournalArticleResourceSoap |
JournalArticleResourceSoap.toSoapModel(JournalArticleResource model)
|
static JournalArticleResourceSoap[] |
JournalArticleResourceSoap.toSoapModels(JournalArticleResource[] models)
|
static JournalArticleResourceSoap[][] |
JournalArticleResourceSoap.toSoapModels(JournalArticleResource[][] models)
|
Method parameters in com.liferay.portlet.journal.model with type arguments of type JournalArticleResource | |
---|---|
static JournalArticleResourceSoap[] |
JournalArticleResourceSoap.toSoapModels(List<JournalArticleResource> models)
|
Constructors in com.liferay.portlet.journal.model with parameters of type JournalArticleResource | |
---|---|
JournalArticleResourceWrapper(JournalArticleResource journalArticleResource)
|
Uses of JournalArticleResource in com.liferay.portlet.journal.service |
---|
Methods in com.liferay.portlet.journal.service that return JournalArticleResource | |
---|---|
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.addJournalArticleResource(JournalArticleResource journalArticleResource)
Adds the journal article resource to the database. |
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.addJournalArticleResource(JournalArticleResource journalArticleResource)
Adds the journal article resource to the database. |
JournalArticleResource |
JournalArticleResourceLocalService.addJournalArticleResource(JournalArticleResource journalArticleResource)
Adds the journal article resource to the database. |
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.createJournalArticleResource(long resourcePrimKey)
Creates a new journal article resource with the primary key. |
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.createJournalArticleResource(long resourcePrimKey)
Creates a new journal article resource with the primary key. |
JournalArticleResource |
JournalArticleResourceLocalService.createJournalArticleResource(long resourcePrimKey)
Creates a new journal article resource with the primary key. |
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.deleteJournalArticleResource(JournalArticleResource journalArticleResource)
Deletes the journal article resource from the database. |
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.deleteJournalArticleResource(JournalArticleResource journalArticleResource)
Deletes the journal article resource from the database. |
JournalArticleResource |
JournalArticleResourceLocalService.deleteJournalArticleResource(JournalArticleResource journalArticleResource)
Deletes the journal article resource from the database. |
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.deleteJournalArticleResource(long resourcePrimKey)
Deletes the journal article resource with the primary key from the database. |
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.deleteJournalArticleResource(long resourcePrimKey)
Deletes the journal article resource with the primary key from the database. |
JournalArticleResource |
JournalArticleResourceLocalService.deleteJournalArticleResource(long resourcePrimKey)
Deletes the journal article resource with the primary key from the database. |
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.fetchArticleResource(long groupId,
String articleId)
|
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.fetchArticleResource(long groupId,
String articleId)
|
JournalArticleResource |
JournalArticleResourceLocalService.fetchArticleResource(long groupId,
String articleId)
|
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.fetchArticleResource(String uuid,
long groupId)
|
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.fetchArticleResource(String uuid,
long groupId)
|
JournalArticleResource |
JournalArticleResourceLocalService.fetchArticleResource(String uuid,
long groupId)
|
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.fetchJournalArticleResource(long resourcePrimKey)
|
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.fetchJournalArticleResource(long resourcePrimKey)
|
JournalArticleResource |
JournalArticleResourceLocalService.fetchJournalArticleResource(long resourcePrimKey)
|
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.fetchJournalArticleResourceByUuidAndGroupId(String uuid,
long groupId)
Returns the journal article resource matching the UUID and group. |
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.fetchJournalArticleResourceByUuidAndGroupId(String uuid,
long groupId)
Returns the journal article resource matching the UUID and group. |
JournalArticleResource |
JournalArticleResourceLocalService.fetchJournalArticleResourceByUuidAndGroupId(String uuid,
long groupId)
Returns the journal article resource matching the UUID and group. |
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.getArticleResource(long articleResourcePrimKey)
|
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.getArticleResource(long articleResourcePrimKey)
|
JournalArticleResource |
JournalArticleResourceLocalService.getArticleResource(long articleResourcePrimKey)
|
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.getJournalArticleResource(long resourcePrimKey)
Returns the journal article resource with the primary key. |
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.getJournalArticleResource(long resourcePrimKey)
Returns the journal article resource with the primary key. |
JournalArticleResource |
JournalArticleResourceLocalService.getJournalArticleResource(long resourcePrimKey)
Returns the journal article resource with the primary key. |
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.getJournalArticleResourceByUuidAndGroupId(String uuid,
long groupId)
Returns the journal article resource matching the UUID and group. |
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.getJournalArticleResourceByUuidAndGroupId(String uuid,
long groupId)
Returns the journal article resource matching the UUID and group. |
JournalArticleResource |
JournalArticleResourceLocalService.getJournalArticleResourceByUuidAndGroupId(String uuid,
long groupId)
Returns the journal article resource matching the UUID and group. |
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.updateJournalArticleResource(JournalArticleResource journalArticleResource)
Updates the journal article resource in the database or adds it if it does not yet exist. |
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.updateJournalArticleResource(JournalArticleResource journalArticleResource)
Updates the journal article resource in the database or adds it if it does not yet exist. |
JournalArticleResource |
JournalArticleResourceLocalService.updateJournalArticleResource(JournalArticleResource journalArticleResource)
Updates the journal article resource in the database or adds it if it does not yet exist. |
Methods in com.liferay.portlet.journal.service that return types with arguments of type JournalArticleResource | |
---|---|
static List<JournalArticleResource> |
JournalArticleResourceLocalServiceUtil.getArticleResources(long groupId)
|
List<JournalArticleResource> |
JournalArticleResourceLocalServiceWrapper.getArticleResources(long groupId)
|
List<JournalArticleResource> |
JournalArticleResourceLocalService.getArticleResources(long groupId)
|
static List<JournalArticleResource> |
JournalArticleResourceLocalServiceUtil.getJournalArticleResources(int start,
int end)
Returns a range of all the journal article resources. |
List<JournalArticleResource> |
JournalArticleResourceLocalServiceWrapper.getJournalArticleResources(int start,
int end)
Returns a range of all the journal article resources. |
List<JournalArticleResource> |
JournalArticleResourceLocalService.getJournalArticleResources(int start,
int end)
Returns a range of all the journal article resources. |
Methods in com.liferay.portlet.journal.service with parameters of type JournalArticleResource | |
---|---|
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.addJournalArticleResource(JournalArticleResource journalArticleResource)
Adds the journal article resource to the database. |
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.addJournalArticleResource(JournalArticleResource journalArticleResource)
Adds the journal article resource to the database. |
JournalArticleResource |
JournalArticleResourceLocalService.addJournalArticleResource(JournalArticleResource journalArticleResource)
Adds the journal article resource to the database. |
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.deleteJournalArticleResource(JournalArticleResource journalArticleResource)
Deletes the journal article resource from the database. |
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.deleteJournalArticleResource(JournalArticleResource journalArticleResource)
Deletes the journal article resource from the database. |
JournalArticleResource |
JournalArticleResourceLocalService.deleteJournalArticleResource(JournalArticleResource journalArticleResource)
Deletes the journal article resource from the database. |
static JournalArticleResource |
JournalArticleResourceLocalServiceUtil.updateJournalArticleResource(JournalArticleResource journalArticleResource)
Updates the journal article resource in the database or adds it if it does not yet exist. |
JournalArticleResource |
JournalArticleResourceLocalServiceWrapper.updateJournalArticleResource(JournalArticleResource journalArticleResource)
Updates the journal article resource in the database or adds it if it does not yet exist. |
JournalArticleResource |
JournalArticleResourceLocalService.updateJournalArticleResource(JournalArticleResource journalArticleResource)
Updates the journal article resource in the database or adds it if it does not yet exist. |
Uses of JournalArticleResource in com.liferay.portlet.journal.service.persistence |
---|
Methods in com.liferay.portlet.journal.service.persistence that return JournalArticleResource | |
---|---|
static JournalArticleResource |
JournalArticleResourceUtil.create(long resourcePrimKey)
Creates a new journal article resource with the primary key. |
JournalArticleResource |
JournalArticleResourcePersistence.create(long resourcePrimKey)
Creates a new journal article resource with the primary key. |
static JournalArticleResource |
JournalArticleResourceUtil.fetchByG_A(long groupId,
String articleId)
Returns the journal article resource where groupId = ? and articleId = ? or returns null if it could not be found. |
JournalArticleResource |
JournalArticleResourcePersistence.fetchByG_A(long groupId,
String articleId)
Returns the journal article resource where groupId = ? and articleId = ? or returns null if it could not be found. |
static JournalArticleResource |
JournalArticleResourceUtil.fetchByG_A(long groupId,
String articleId,
boolean retrieveFromCache)
Returns the journal article resource where groupId = ? and articleId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalArticleResource |
JournalArticleResourcePersistence.fetchByG_A(long groupId,
String articleId,
boolean retrieveFromCache)
Returns the journal article resource where groupId = ? and articleId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalArticleResource |
JournalArticleResourceUtil.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article resource in the ordered set where groupId = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.fetchByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article resource in the ordered set where groupId = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article resource in the ordered set where groupId = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.fetchByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article resource in the ordered set where groupId = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.fetchByPrimaryKey(long resourcePrimKey)
Returns the journal article resource with the primary key or returns null if it could not be found. |
JournalArticleResource |
JournalArticleResourcePersistence.fetchByPrimaryKey(long resourcePrimKey)
Returns the journal article resource with the primary key or returns null if it could not be found. |
static JournalArticleResource |
JournalArticleResourceUtil.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal article resource in the ordered set where uuid = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.fetchByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal article resource in the ordered set where uuid = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.fetchByUUID_G(String uuid,
long groupId)
Returns the journal article resource where uuid = ? and groupId = ? or returns null if it could not be found. |
JournalArticleResource |
JournalArticleResourcePersistence.fetchByUUID_G(String uuid,
long groupId)
Returns the journal article resource where uuid = ? and groupId = ? or returns null if it could not be found. |
static JournalArticleResource |
JournalArticleResourceUtil.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal article resource where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
JournalArticleResource |
JournalArticleResourcePersistence.fetchByUUID_G(String uuid,
long groupId,
boolean retrieveFromCache)
Returns the journal article resource where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache. |
static JournalArticleResource |
JournalArticleResourceUtil.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal article resource in the ordered set where uuid = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.fetchByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal article resource in the ordered set where uuid = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.findByG_A(long groupId,
String articleId)
Returns the journal article resource where groupId = ? and articleId = ? or throws a NoSuchArticleResourceException if it could not be found. |
JournalArticleResource |
JournalArticleResourcePersistence.findByG_A(long groupId,
String articleId)
Returns the journal article resource where groupId = ? and articleId = ? or throws a NoSuchArticleResourceException if it could not be found. |
static JournalArticleResource |
JournalArticleResourceUtil.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article resource in the ordered set where groupId = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.findByGroupId_First(long groupId,
OrderByComparator orderByComparator)
Returns the first journal article resource in the ordered set where groupId = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article resource in the ordered set where groupId = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.findByGroupId_Last(long groupId,
OrderByComparator orderByComparator)
Returns the last journal article resource in the ordered set where groupId = ?. |
static JournalArticleResource[] |
JournalArticleResourceUtil.findByGroupId_PrevAndNext(long resourcePrimKey,
long groupId,
OrderByComparator orderByComparator)
Returns the journal article resources before and after the current journal article resource in the ordered set where groupId = ?. |
JournalArticleResource[] |
JournalArticleResourcePersistence.findByGroupId_PrevAndNext(long resourcePrimKey,
long groupId,
OrderByComparator orderByComparator)
Returns the journal article resources before and after the current journal article resource in the ordered set where groupId = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.findByPrimaryKey(long resourcePrimKey)
Returns the journal article resource with the primary key or throws a NoSuchArticleResourceException if it could not be found. |
JournalArticleResource |
JournalArticleResourcePersistence.findByPrimaryKey(long resourcePrimKey)
Returns the journal article resource with the primary key or throws a NoSuchArticleResourceException if it could not be found. |
static JournalArticleResource |
JournalArticleResourceUtil.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal article resource in the ordered set where uuid = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.findByUuid_First(String uuid,
OrderByComparator orderByComparator)
Returns the first journal article resource in the ordered set where uuid = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.findByUUID_G(String uuid,
long groupId)
Returns the journal article resource where uuid = ? and groupId = ? or throws a NoSuchArticleResourceException if it could not be found. |
JournalArticleResource |
JournalArticleResourcePersistence.findByUUID_G(String uuid,
long groupId)
Returns the journal article resource where uuid = ? and groupId = ? or throws a NoSuchArticleResourceException if it could not be found. |
static JournalArticleResource |
JournalArticleResourceUtil.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal article resource in the ordered set where uuid = ?. |
JournalArticleResource |
JournalArticleResourcePersistence.findByUuid_Last(String uuid,
OrderByComparator orderByComparator)
Returns the last journal article resource in the ordered set where uuid = ?. |
static JournalArticleResource[] |
JournalArticleResourceUtil.findByUuid_PrevAndNext(long resourcePrimKey,
String uuid,
OrderByComparator orderByComparator)
Returns the journal article resources before and after the current journal article resource in the ordered set where uuid = ?. |
JournalArticleResource[] |
JournalArticleResourcePersistence.findByUuid_PrevAndNext(long resourcePrimKey,
String uuid,
OrderByComparator orderByComparator)
Returns the journal article resources before and after the current journal article resource in the ordered set where uuid = ?. |
static JournalArticleResource |
JournalArticleResourceUtil.remove(long resourcePrimKey)
Removes the journal article resource with the primary key from the database. |
JournalArticleResource |
JournalArticleResourcePersistence.remove(long resourcePrimKey)
Removes the journal article resource with the primary key from the database. |
static JournalArticleResource |
JournalArticleResourceUtil.removeByG_A(long groupId,
String articleId)
Removes the journal article resource where groupId = ? and articleId = ? from the database. |
JournalArticleResource |
JournalArticleResourcePersistence.removeByG_A(long groupId,
String articleId)
Removes the journal article resource where groupId = ? and articleId = ? from the database. |
static JournalArticleResource |
JournalArticleResourceUtil.removeByUUID_G(String uuid,
long groupId)
Removes the journal article resource where uuid = ? and groupId = ? from the database. |
JournalArticleResource |
JournalArticleResourcePersistence.removeByUUID_G(String uuid,
long groupId)
Removes the journal article resource where uuid = ? and groupId = ? from the database. |
static JournalArticleResource |
JournalArticleResourceUtil.update(JournalArticleResource journalArticleResource)
|
static JournalArticleResource |
JournalArticleResourceUtil.update(JournalArticleResource journalArticleResource,
ServiceContext serviceContext)
|
static JournalArticleResource |
JournalArticleResourceUtil.updateImpl(JournalArticleResource journalArticleResource)
|
JournalArticleResource |
JournalArticleResourcePersistence.updateImpl(JournalArticleResource journalArticleResource)
|
Methods in com.liferay.portlet.journal.service.persistence that return types with arguments of type JournalArticleResource | |
---|---|
static List<JournalArticleResource> |
JournalArticleResourceUtil.findAll()
Returns all the journal article resources. |
List<JournalArticleResource> |
JournalArticleResourcePersistence.findAll()
Returns all the journal article resources. |
static List<JournalArticleResource> |
JournalArticleResourceUtil.findAll(int start,
int end)
Returns a range of all the journal article resources. |
List<JournalArticleResource> |
JournalArticleResourcePersistence.findAll(int start,
int end)
Returns a range of all the journal article resources. |
static List<JournalArticleResource> |
JournalArticleResourceUtil.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article resources. |
List<JournalArticleResource> |
JournalArticleResourcePersistence.findAll(int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article resources. |
static List<JournalArticleResource> |
JournalArticleResourceUtil.findByGroupId(long groupId)
Returns all the journal article resources where groupId = ?. |
List<JournalArticleResource> |
JournalArticleResourcePersistence.findByGroupId(long groupId)
Returns all the journal article resources where groupId = ?. |
static List<JournalArticleResource> |
JournalArticleResourceUtil.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal article resources where groupId = ?. |
List<JournalArticleResource> |
JournalArticleResourcePersistence.findByGroupId(long groupId,
int start,
int end)
Returns a range of all the journal article resources where groupId = ?. |
static List<JournalArticleResource> |
JournalArticleResourceUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article resources where groupId = ?. |
List<JournalArticleResource> |
JournalArticleResourcePersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article resources where groupId = ?. |
static List<JournalArticleResource> |
JournalArticleResourceUtil.findByUuid(String uuid)
Returns all the journal article resources where uuid = ?. |
List<JournalArticleResource> |
JournalArticleResourcePersistence.findByUuid(String uuid)
Returns all the journal article resources where uuid = ?. |
static List<JournalArticleResource> |
JournalArticleResourceUtil.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal article resources where uuid = ?. |
List<JournalArticleResource> |
JournalArticleResourcePersistence.findByUuid(String uuid,
int start,
int end)
Returns a range of all the journal article resources where uuid = ?. |
static List<JournalArticleResource> |
JournalArticleResourceUtil.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article resources where uuid = ?. |
List<JournalArticleResource> |
JournalArticleResourcePersistence.findByUuid(String uuid,
int start,
int end,
OrderByComparator orderByComparator)
Returns an ordered range of all the journal article resources where uuid = ?. |
static List<JournalArticleResource> |
JournalArticleResourceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
|
static List<JournalArticleResource> |
JournalArticleResourceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
static List<JournalArticleResource> |
JournalArticleResourceUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
Methods in com.liferay.portlet.journal.service.persistence with parameters of type JournalArticleResource | |
---|---|
static void |
JournalArticleResourceUtil.cacheResult(JournalArticleResource journalArticleResource)
Caches the journal article resource in the entity cache if it is enabled. |
void |
JournalArticleResourcePersistence.cacheResult(JournalArticleResource journalArticleResource)
Caches the journal article resource in the entity cache if it is enabled. |
static void |
JournalArticleResourceUtil.clearCache(JournalArticleResource journalArticleResource)
|
static JournalArticleResource |
JournalArticleResourceUtil.update(JournalArticleResource journalArticleResource)
|
static JournalArticleResource |
JournalArticleResourceUtil.update(JournalArticleResource journalArticleResource,
ServiceContext serviceContext)
|
static JournalArticleResource |
JournalArticleResourceUtil.updateImpl(JournalArticleResource journalArticleResource)
|
JournalArticleResource |
JournalArticleResourcePersistence.updateImpl(JournalArticleResource journalArticleResource)
|
Method parameters in com.liferay.portlet.journal.service.persistence with type arguments of type JournalArticleResource | |
---|---|
static void |
JournalArticleResourceUtil.cacheResult(List<JournalArticleResource> journalArticleResources)
Caches the journal article resources in the entity cache if it is enabled. |
void |
JournalArticleResourcePersistence.cacheResult(List<JournalArticleResource> journalArticleResources)
Caches the journal article resources in the entity cache if it is enabled. |
|
Liferay 6.2-ce-ga5 | |||||||||
PREV NEXT | FRAMES NO FRAMES |