Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.journal.model.JournalArticleResource

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. Renamed to JournalArticleResourceWrapper.getWrappedModel()
 JournalArticleResource JournalArticleResourceWrapper.getWrappedModel()
           
 JournalArticleResource JournalArticleResourceModel.toEscapedModel()
           
 JournalArticleResource JournalArticleResourceWrapper.toEscapedModel()
           
 JournalArticleResource JournalArticleResourceModel.toUnescapedModel()
           
 JournalArticleResource JournalArticleResourceWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.journal.model that return types with arguments of type JournalArticleResource
 CacheModel<JournalArticleResource> JournalArticleResourceModel.toCacheModel()
           
 CacheModel<JournalArticleResource> JournalArticleResourceWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.journal.model with parameters of type JournalArticleResource
 int JournalArticleResourceModel.compareTo(JournalArticleResource journalArticleResource)
           
 int JournalArticleResourceWrapper.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 JournalArticleResourceLocalService.addJournalArticleResource(JournalArticleResource journalArticleResource)
          Adds the journal article resource to the database.
 JournalArticleResource JournalArticleResourceLocalServiceWrapper.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 JournalArticleResourceLocalService.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.
static JournalArticleResource JournalArticleResourceLocalServiceUtil.deleteJournalArticleResource(JournalArticleResource journalArticleResource)
          Deletes the journal article resource from the database.
 JournalArticleResource JournalArticleResourceLocalService.deleteJournalArticleResource(JournalArticleResource journalArticleResource)
          Deletes the journal article resource from the database.
 JournalArticleResource JournalArticleResourceLocalServiceWrapper.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 JournalArticleResourceLocalService.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.
static JournalArticleResource JournalArticleResourceLocalServiceUtil.fetchJournalArticleResource(long resourcePrimKey)
           
 JournalArticleResource JournalArticleResourceLocalService.fetchJournalArticleResource(long resourcePrimKey)
           
 JournalArticleResource JournalArticleResourceLocalServiceWrapper.fetchJournalArticleResource(long resourcePrimKey)
           
static JournalArticleResource JournalArticleResourceLocalServiceUtil.getArticleResource(long articleResourcePrimKey)
           
 JournalArticleResource JournalArticleResourceLocalService.getArticleResource(long articleResourcePrimKey)
           
 JournalArticleResource JournalArticleResourceLocalServiceWrapper.getArticleResource(long articleResourcePrimKey)
           
static JournalArticleResource JournalArticleResourceLocalServiceUtil.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.
 JournalArticleResource JournalArticleResourceLocalServiceWrapper.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 with the UUID in the group.
 JournalArticleResource JournalArticleResourceLocalService.getJournalArticleResourceByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article resource with the UUID in the group.
 JournalArticleResource JournalArticleResourceLocalServiceWrapper.getJournalArticleResourceByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article resource with the UUID in the 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 JournalArticleResourceLocalService.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.
static JournalArticleResource JournalArticleResourceLocalServiceUtil.updateJournalArticleResource(JournalArticleResource journalArticleResource, boolean merge)
          Updates the journal article resource in the database or adds it if it does not yet exist.
 JournalArticleResource JournalArticleResourceLocalService.updateJournalArticleResource(JournalArticleResource journalArticleResource, boolean merge)
          Updates the journal article resource in the database or adds it if it does not yet exist.
 JournalArticleResource JournalArticleResourceLocalServiceWrapper.updateJournalArticleResource(JournalArticleResource journalArticleResource, boolean merge)
          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> JournalArticleResourceLocalService.getArticleResources(long groupId)
           
 List<JournalArticleResource> JournalArticleResourceLocalServiceWrapper.getArticleResources(long groupId)
           
static List<JournalArticleResource> JournalArticleResourceLocalServiceUtil.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.
 List<JournalArticleResource> JournalArticleResourceLocalServiceWrapper.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 JournalArticleResourceLocalService.addJournalArticleResource(JournalArticleResource journalArticleResource)
          Adds the journal article resource to the database.
 JournalArticleResource JournalArticleResourceLocalServiceWrapper.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 JournalArticleResourceLocalService.deleteJournalArticleResource(JournalArticleResource journalArticleResource)
          Deletes the journal article resource from the database.
 JournalArticleResource JournalArticleResourceLocalServiceWrapper.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 JournalArticleResourceLocalService.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.
static JournalArticleResource JournalArticleResourceLocalServiceUtil.updateJournalArticleResource(JournalArticleResource journalArticleResource, boolean merge)
          Updates the journal article resource in the database or adds it if it does not yet exist.
 JournalArticleResource JournalArticleResourceLocalService.updateJournalArticleResource(JournalArticleResource journalArticleResource, boolean merge)
          Updates the journal article resource in the database or adds it if it does not yet exist.
 JournalArticleResource JournalArticleResourceLocalServiceWrapper.updateJournalArticleResource(JournalArticleResource journalArticleResource, boolean merge)
          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
 JournalArticleResource JournalArticleResourcePersistence.create(long resourcePrimKey)
          Creates a new journal article resource with the primary key.
static JournalArticleResource JournalArticleResourceUtil.create(long resourcePrimKey)
          Creates a new journal article resource with the primary key.
 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)
          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, 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.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.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article resource in the ordered set where groupId = ?.
static JournalArticleResource JournalArticleResourceUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first 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.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal article resource in the ordered set where groupId = ?.
 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.fetchByPrimaryKey(long resourcePrimKey)
          Returns the journal article resource with the primary key or returns null if it could not be found.
 JournalArticleResource JournalArticleResourcePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article resource in the ordered set where uuid = ?.
static JournalArticleResource JournalArticleResourceUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article resource in the ordered set where uuid = ?.
 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)
          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, 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_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_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article resource in the ordered set where uuid = ?.
static JournalArticleResource JournalArticleResourceUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article resource in the ordered set where uuid = ?.
 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.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.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal article resource in the ordered set where groupId = ?.
static JournalArticleResource JournalArticleResourceUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first 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_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last 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.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.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.findByPrimaryKey(long resourcePrimKey)
          Returns the journal article resource with the primary key or throws a NoSuchArticleResourceException if it could not be found.
 JournalArticleResource JournalArticleResourcePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article resource in the ordered set where uuid = ?.
static JournalArticleResource JournalArticleResourceUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal article resource in the ordered set where uuid = ?.
 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_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_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal article resource in the ordered set where uuid = ?.
static JournalArticleResource JournalArticleResourceUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last 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.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.remove(long resourcePrimKey)
          Removes the journal article resource with the primary key from the database.
static JournalArticleResource JournalArticleResourceUtil.remove(long resourcePrimKey)
          Removes the journal article resource with the primary key 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.removeByG_A(long groupId, String articleId)
          Removes the journal article resource where groupId = ? and articleId = ? 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.removeByUUID_G(String uuid, long groupId)
          Removes the journal article resource where uuid = ? and groupId = ? from the database.
static JournalArticleResource JournalArticleResourceUtil.update(JournalArticleResource journalArticleResource, boolean merge)
           
static JournalArticleResource JournalArticleResourceUtil.update(JournalArticleResource journalArticleResource, boolean merge, ServiceContext serviceContext)
           
 JournalArticleResource JournalArticleResourcePersistence.updateImpl(JournalArticleResource journalArticleResource, boolean merge)
           
static JournalArticleResource JournalArticleResourceUtil.updateImpl(JournalArticleResource journalArticleResource, boolean merge)
           
 

Methods in com.liferay.portlet.journal.service.persistence that return types with arguments of type JournalArticleResource
 List<JournalArticleResource> JournalArticleResourcePersistence.findAll()
          Returns all the journal article resources.
static List<JournalArticleResource> JournalArticleResourceUtil.findAll()
          Returns 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)
          Returns a 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.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article resources.
 List<JournalArticleResource> JournalArticleResourcePersistence.findByGroupId(long groupId)
          Returns all the journal article resources where groupId = ?.
static List<JournalArticleResource> JournalArticleResourceUtil.findByGroupId(long groupId)
          Returns 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)
          Returns a 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.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal article resources where groupId = ?.
 List<JournalArticleResource> JournalArticleResourcePersistence.findByUuid(String uuid)
          Returns all the journal article resources where uuid = ?.
static List<JournalArticleResource> JournalArticleResourceUtil.findByUuid(String uuid)
          Returns 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)
          Returns a 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.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
 void JournalArticleResourcePersistence.cacheResult(JournalArticleResource journalArticleResource)
          Caches the journal article resource in the entity cache if it is enabled.
static void JournalArticleResourceUtil.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, boolean merge)
           
static JournalArticleResource JournalArticleResourceUtil.update(JournalArticleResource journalArticleResource, boolean merge, ServiceContext serviceContext)
           
 JournalArticleResource JournalArticleResourcePersistence.updateImpl(JournalArticleResource journalArticleResource, boolean merge)
           
static JournalArticleResource JournalArticleResourceUtil.updateImpl(JournalArticleResource journalArticleResource, boolean merge)
           
 

Method parameters in com.liferay.portlet.journal.service.persistence with type arguments of type JournalArticleResource
 void JournalArticleResourcePersistence.cacheResult(List<JournalArticleResource> journalArticleResources)
          Caches the journal article resources in the entity cache if it is enabled.
static void JournalArticleResourceUtil.cacheResult(List<JournalArticleResource> journalArticleResources)
          Caches the journal article resources in the entity cache if it is enabled.
 


Liferay 6.1.2-ce-ga3