Liferay 6.1.2-ce-ga3

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

Packages that use JournalArticleResource
com.liferay.portal.tools.samplesqlbuilder   
com.liferay.portlet.journal.model   
com.liferay.portlet.journal.model.impl   
com.liferay.portlet.journal.service   
com.liferay.portlet.journal.service.base   
com.liferay.portlet.journal.service.impl   
com.liferay.portlet.journal.service.persistence   
 

Uses of JournalArticleResource in com.liferay.portal.tools.samplesqlbuilder
 

Methods in com.liferay.portal.tools.samplesqlbuilder that return JournalArticleResource
 JournalArticleResource DataFactory.addJournalArticleResource(long groupId)
           
 

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.model.impl
 

Classes in com.liferay.portlet.journal.model.impl that implement JournalArticleResource
 class JournalArticleResourceBaseImpl
          The extended model base implementation for the JournalArticleResource service.
 class JournalArticleResourceImpl
           
 

Methods in com.liferay.portlet.journal.model.impl that return JournalArticleResource
 JournalArticleResource JournalArticleImpl.getArticleResource()
           
 JournalArticleResource JournalArticleResourceCacheModel.toEntityModel()
           
 JournalArticleResource JournalArticleResourceModelImpl.toEscapedModel()
           
 JournalArticleResource JournalArticleResourceModelImpl.toUnescapedModel()
           
 

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

Methods in com.liferay.portlet.journal.model.impl with parameters of type JournalArticleResource
 int JournalArticleResourceModelImpl.compareTo(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.base
 

Methods in com.liferay.portlet.journal.service.base that return JournalArticleResource
 JournalArticleResource JournalArticleResourceLocalServiceBaseImpl.addJournalArticleResource(JournalArticleResource journalArticleResource)
          Adds the journal article resource to the database.
 JournalArticleResource JournalArticleResourceLocalServiceBaseImpl.createJournalArticleResource(long resourcePrimKey)
          Creates a new journal article resource with the primary key.
 JournalArticleResource JournalArticleResourceLocalServiceBaseImpl.deleteJournalArticleResource(JournalArticleResource journalArticleResource)
          Deletes the journal article resource from the database.
 JournalArticleResource JournalArticleResourceLocalServiceBaseImpl.deleteJournalArticleResource(long resourcePrimKey)
          Deletes the journal article resource with the primary key from the database.
 JournalArticleResource JournalArticleResourceLocalServiceBaseImpl.fetchJournalArticleResource(long resourcePrimKey)
           
 JournalArticleResource JournalArticleResourceLocalServiceBaseImpl.getJournalArticleResource(long resourcePrimKey)
          Returns the journal article resource with the primary key.
 JournalArticleResource JournalArticleResourceLocalServiceBaseImpl.getJournalArticleResourceByUuidAndGroupId(String uuid, long groupId)
          Returns the journal article resource with the UUID in the group.
 JournalArticleResource JournalArticleResourceLocalServiceBaseImpl.updateJournalArticleResource(JournalArticleResource journalArticleResource)
          Updates the journal article resource in the database or adds it if it does not yet exist.
 JournalArticleResource JournalArticleResourceLocalServiceBaseImpl.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.base that return types with arguments of type JournalArticleResource
 List<JournalArticleResource> JournalArticleResourceLocalServiceBaseImpl.getJournalArticleResources(int start, int end)
          Returns a range of all the journal article resources.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type JournalArticleResource
 JournalArticleResource JournalArticleResourceLocalServiceBaseImpl.addJournalArticleResource(JournalArticleResource journalArticleResource)
          Adds the journal article resource to the database.
 JournalArticleResource JournalArticleResourceLocalServiceBaseImpl.deleteJournalArticleResource(JournalArticleResource journalArticleResource)
          Deletes the journal article resource from the database.
 JournalArticleResource JournalArticleResourceLocalServiceBaseImpl.updateJournalArticleResource(JournalArticleResource journalArticleResource)
          Updates the journal article resource in the database or adds it if it does not yet exist.
 JournalArticleResource JournalArticleResourceLocalServiceBaseImpl.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.impl
 

Methods in com.liferay.portlet.journal.service.impl that return JournalArticleResource
 JournalArticleResource JournalArticleResourceLocalServiceImpl.getArticleResource(long articleResourcePrimKey)
           
 

Methods in com.liferay.portlet.journal.service.impl that return types with arguments of type JournalArticleResource
 List<JournalArticleResource> JournalArticleResourceLocalServiceImpl.getArticleResources(long groupId)
           
 

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 JournalArticleResourcePersistenceImpl.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 JournalArticleResourcePersistenceImpl.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 JournalArticleResourcePersistenceImpl.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 JournalArticleResourcePersistenceImpl.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 JournalArticleResourcePersistenceImpl.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 JournalArticleResourcePersistenceImpl.fetchByPrimaryKey(long resourcePrimKey)
          Returns the journal article resource with the primary key or returns null if it could not be found.
 JournalArticleResource JournalArticleResourcePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          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 JournalArticleResourcePersistenceImpl.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 JournalArticleResourcePersistenceImpl.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 JournalArticleResourcePersistenceImpl.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 JournalArticleResourcePersistenceImpl.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 JournalArticleResourcePersistenceImpl.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 JournalArticleResourcePersistenceImpl.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 JournalArticleResourcePersistenceImpl.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[] JournalArticleResourcePersistenceImpl.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 JournalArticleResourcePersistenceImpl.findByPrimaryKey(long resourcePrimKey)
          Returns the journal article resource with the primary key or throws a NoSuchArticleResourceException if it could not be found.
 JournalArticleResource JournalArticleResourcePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the journal article resource with the primary key or throws a NoSuchModelException 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 JournalArticleResourcePersistenceImpl.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 JournalArticleResourcePersistenceImpl.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 JournalArticleResourcePersistenceImpl.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[] JournalArticleResourcePersistenceImpl.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 = ?.
protected  JournalArticleResource JournalArticleResourcePersistenceImpl.getByGroupId_PrevAndNext(Session session, JournalArticleResource journalArticleResource, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticleResource JournalArticleResourcePersistenceImpl.getByUuid_PrevAndNext(Session session, JournalArticleResource journalArticleResource, String uuid, OrderByComparator orderByComparator, boolean previous)
           
 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 JournalArticleResourcePersistenceImpl.remove(long resourcePrimKey)
          Removes the journal article resource with the primary key from the database.
 JournalArticleResource JournalArticleResourcePersistenceImpl.remove(Serializable primaryKey)
          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 JournalArticleResourcePersistenceImpl.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.
 JournalArticleResource JournalArticleResourcePersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the journal article resource where uuid = ? and groupId = ? from the database.
protected  JournalArticleResource JournalArticleResourcePersistenceImpl.removeImpl(JournalArticleResource journalArticleResource)
           
protected  JournalArticleResource JournalArticleResourcePersistenceImpl.toUnwrappedModel(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)
           
 JournalArticleResource JournalArticleResourcePersistenceImpl.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> JournalArticleResourcePersistenceImpl.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> JournalArticleResourcePersistenceImpl.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> JournalArticleResourcePersistenceImpl.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> JournalArticleResourcePersistenceImpl.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> JournalArticleResourcePersistenceImpl.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> JournalArticleResourcePersistenceImpl.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> JournalArticleResourcePersistenceImpl.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> JournalArticleResourcePersistenceImpl.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 = ?.
 List<JournalArticleResource> JournalArticleResourcePersistenceImpl.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.
 void JournalArticleResourcePersistenceImpl.cacheResult(JournalArticleResource journalArticleResource)
          Caches the journal article resource in the entity cache if it is enabled.
protected  void JournalArticleResourcePersistenceImpl.cacheUniqueFindersCache(JournalArticleResource journalArticleResource)
           
static void JournalArticleResourceUtil.clearCache(JournalArticleResource journalArticleResource)
           
 void JournalArticleResourcePersistenceImpl.clearCache(JournalArticleResource journalArticleResource)
          Clears the cache for the journal article resource.
protected  void JournalArticleResourcePersistenceImpl.clearUniqueFindersCache(JournalArticleResource journalArticleResource)
           
protected  JournalArticleResource JournalArticleResourcePersistenceImpl.getByGroupId_PrevAndNext(Session session, JournalArticleResource journalArticleResource, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticleResource JournalArticleResourcePersistenceImpl.getByUuid_PrevAndNext(Session session, JournalArticleResource journalArticleResource, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalArticleResource JournalArticleResourcePersistenceImpl.removeImpl(JournalArticleResource journalArticleResource)
           
protected  JournalArticleResource JournalArticleResourcePersistenceImpl.toUnwrappedModel(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)
           
 JournalArticleResource JournalArticleResourcePersistenceImpl.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.
 void JournalArticleResourcePersistenceImpl.cacheResult(List<JournalArticleResource> journalArticleResources)
          Caches the journal article resources in the entity cache if it is enabled.
 void JournalArticleResourcePersistenceImpl.clearCache(List<JournalArticleResource> journalArticleResources)
           
 


Liferay 6.1.2-ce-ga3