Liferay 7.0-ce-m6

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

Packages that use JournalFeed
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.http   
com.liferay.portlet.journal.service.impl   
com.liferay.portlet.journal.service.permission   
com.liferay.portlet.journal.service.persistence   
com.liferay.portlet.journal.service.persistence.impl   
 

Uses of JournalFeed in com.liferay.portlet.journal.model
 

Classes in com.liferay.portlet.journal.model that implement JournalFeed
 class JournalFeedWrapper
           This class is a wrapper for JournalFeed.
 

Methods in com.liferay.portlet.journal.model that return JournalFeed
 JournalFeed JournalFeedWrapper.getWrappedJournalFeed()
          Deprecated. As of 6.1.0, replaced by JournalFeedWrapper.getWrappedModel()
 JournalFeed JournalFeedWrapper.getWrappedModel()
           
 JournalFeed JournalFeedModel.toEscapedModel()
           
 JournalFeed JournalFeedWrapper.toEscapedModel()
           
 JournalFeed JournalFeedModel.toUnescapedModel()
           
 JournalFeed JournalFeedWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.journal.model that return types with arguments of type JournalFeed
 CacheModel<JournalFeed> JournalFeedModel.toCacheModel()
           
 CacheModel<JournalFeed> JournalFeedWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.journal.model with parameters of type JournalFeed
 int JournalFeedModel.compareTo(JournalFeed journalFeed)
           
 int JournalFeedWrapper.compareTo(JournalFeed journalFeed)
           
static JournalFeedSoap JournalFeedSoap.toSoapModel(JournalFeed model)
           
static JournalFeedSoap[] JournalFeedSoap.toSoapModels(JournalFeed[] models)
           
static JournalFeedSoap[][] JournalFeedSoap.toSoapModels(JournalFeed[][] models)
           
 

Method parameters in com.liferay.portlet.journal.model with type arguments of type JournalFeed
static JournalFeedSoap[] JournalFeedSoap.toSoapModels(List<JournalFeed> models)
           
 

Constructors in com.liferay.portlet.journal.model with parameters of type JournalFeed
JournalFeedWrapper(JournalFeed journalFeed)
           
 

Uses of JournalFeed in com.liferay.portlet.journal.model.impl
 

Classes in com.liferay.portlet.journal.model.impl that implement JournalFeed
 class JournalFeedBaseImpl
          The extended model base implementation for the JournalFeed service.
 class JournalFeedImpl
           
 

Methods in com.liferay.portlet.journal.model.impl that return JournalFeed
 JournalFeed JournalFeedCacheModel.toEntityModel()
           
 JournalFeed JournalFeedModelImpl.toEscapedModel()
           
static JournalFeed JournalFeedModelImpl.toModel(JournalFeedSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.journal.model.impl that return types with arguments of type JournalFeed
 CacheModel<JournalFeed> JournalFeedModelImpl.toCacheModel()
           
static List<JournalFeed> JournalFeedModelImpl.toModels(JournalFeedSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.journal.model.impl with parameters of type JournalFeed
 int JournalFeedModelImpl.compareTo(JournalFeed journalFeed)
           
 

Uses of JournalFeed in com.liferay.portlet.journal.service
 

Methods in com.liferay.portlet.journal.service that return JournalFeed
 JournalFeed JournalFeedLocalService.addFeed(long userId, long groupId, String feedId, boolean autoFeedId, String name, String description, String ddmStructureKey, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedFormat, double feedVersion, ServiceContext serviceContext)
           
 JournalFeed JournalFeedLocalServiceWrapper.addFeed(long userId, long groupId, String feedId, boolean autoFeedId, String name, String description, String ddmStructureKey, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedFormat, double feedVersion, ServiceContext serviceContext)
           
static JournalFeed JournalFeedLocalServiceUtil.addFeed(long userId, long groupId, String feedId, boolean autoFeedId, String name, String description, String ddmStructureKey, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedFormat, double feedVersion, ServiceContext serviceContext)
           
 JournalFeed JournalFeedService.addFeed(long groupId, String feedId, boolean autoFeedId, String name, String description, String ddmStructureKey, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
 JournalFeed JournalFeedServiceWrapper.addFeed(long groupId, String feedId, boolean autoFeedId, String name, String description, String ddmStructureKey, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
static JournalFeed JournalFeedServiceUtil.addFeed(long groupId, String feedId, boolean autoFeedId, String name, String description, String ddmStructureKey, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
 JournalFeed JournalFeedLocalService.addJournalFeed(JournalFeed journalFeed)
          Adds the journal feed to the database.
 JournalFeed JournalFeedLocalServiceWrapper.addJournalFeed(JournalFeed journalFeed)
          Adds the journal feed to the database.
static JournalFeed JournalFeedLocalServiceUtil.addJournalFeed(JournalFeed journalFeed)
          Adds the journal feed to the database.
 JournalFeed JournalFeedLocalService.createJournalFeed(long id)
          Creates a new journal feed with the primary key.
 JournalFeed JournalFeedLocalServiceWrapper.createJournalFeed(long id)
          Creates a new journal feed with the primary key.
static JournalFeed JournalFeedLocalServiceUtil.createJournalFeed(long id)
          Creates a new journal feed with the primary key.
 JournalFeed JournalFeedLocalService.deleteJournalFeed(JournalFeed journalFeed)
          Deletes the journal feed from the database.
 JournalFeed JournalFeedLocalServiceWrapper.deleteJournalFeed(JournalFeed journalFeed)
          Deletes the journal feed from the database.
static JournalFeed JournalFeedLocalServiceUtil.deleteJournalFeed(JournalFeed journalFeed)
          Deletes the journal feed from the database.
 JournalFeed JournalFeedLocalService.deleteJournalFeed(long id)
          Deletes the journal feed with the primary key from the database.
 JournalFeed JournalFeedLocalServiceWrapper.deleteJournalFeed(long id)
          Deletes the journal feed with the primary key from the database.
static JournalFeed JournalFeedLocalServiceUtil.deleteJournalFeed(long id)
          Deletes the journal feed with the primary key from the database.
 JournalFeed JournalFeedLocalService.fetchFeed(long groupId, String feedId)
           
 JournalFeed JournalFeedLocalServiceWrapper.fetchFeed(long groupId, String feedId)
           
static JournalFeed JournalFeedLocalServiceUtil.fetchFeed(long groupId, String feedId)
           
 JournalFeed JournalFeedLocalService.fetchJournalFeed(long id)
           
 JournalFeed JournalFeedLocalServiceWrapper.fetchJournalFeed(long id)
           
static JournalFeed JournalFeedLocalServiceUtil.fetchJournalFeed(long id)
           
 JournalFeed JournalFeedLocalService.fetchJournalFeedByUuidAndGroupId(String uuid, long groupId)
          Returns the journal feed matching the UUID and group.
 JournalFeed JournalFeedLocalServiceWrapper.fetchJournalFeedByUuidAndGroupId(String uuid, long groupId)
          Returns the journal feed matching the UUID and group.
static JournalFeed JournalFeedLocalServiceUtil.fetchJournalFeedByUuidAndGroupId(String uuid, long groupId)
          Returns the journal feed matching the UUID and group.
 JournalFeed JournalFeedService.getFeed(long feedId)
           
 JournalFeed JournalFeedServiceWrapper.getFeed(long feedId)
           
 JournalFeed JournalFeedLocalService.getFeed(long feedId)
           
 JournalFeed JournalFeedLocalServiceWrapper.getFeed(long feedId)
           
static JournalFeed JournalFeedLocalServiceUtil.getFeed(long feedId)
           
static JournalFeed JournalFeedServiceUtil.getFeed(long feedId)
           
 JournalFeed JournalFeedService.getFeed(long groupId, long feedId)
          Deprecated. As of 6.2.0, replaced by JournalFeedService.getFeed(long, String)
 JournalFeed JournalFeedServiceWrapper.getFeed(long groupId, long feedId)
          Deprecated. As of 6.2.0, replaced by JournalFeedServiceWrapper.getFeed(long, String)
static JournalFeed JournalFeedServiceUtil.getFeed(long groupId, long feedId)
          Deprecated. As of 6.2.0, replaced by JournalFeedServiceUtil.getFeed(long, String)
 JournalFeed JournalFeedService.getFeed(long groupId, String feedId)
           
 JournalFeed JournalFeedServiceWrapper.getFeed(long groupId, String feedId)
           
 JournalFeed JournalFeedLocalService.getFeed(long groupId, String feedId)
           
 JournalFeed JournalFeedLocalServiceWrapper.getFeed(long groupId, String feedId)
           
static JournalFeed JournalFeedLocalServiceUtil.getFeed(long groupId, String feedId)
           
static JournalFeed JournalFeedServiceUtil.getFeed(long groupId, String feedId)
           
 JournalFeed JournalFeedLocalService.getJournalFeed(long id)
          Returns the journal feed with the primary key.
 JournalFeed JournalFeedLocalServiceWrapper.getJournalFeed(long id)
          Returns the journal feed with the primary key.
static JournalFeed JournalFeedLocalServiceUtil.getJournalFeed(long id)
          Returns the journal feed with the primary key.
 JournalFeed JournalFeedLocalService.getJournalFeedByUuidAndGroupId(String uuid, long groupId)
          Returns the journal feed matching the UUID and group.
 JournalFeed JournalFeedLocalServiceWrapper.getJournalFeedByUuidAndGroupId(String uuid, long groupId)
          Returns the journal feed matching the UUID and group.
static JournalFeed JournalFeedLocalServiceUtil.getJournalFeedByUuidAndGroupId(String uuid, long groupId)
          Returns the journal feed matching the UUID and group.
 JournalFeed JournalFeedService.updateFeed(long groupId, String feedId, String name, String description, String ddmStructureKey, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
 JournalFeed JournalFeedServiceWrapper.updateFeed(long groupId, String feedId, String name, String description, String ddmStructureKey, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
 JournalFeed JournalFeedLocalService.updateFeed(long groupId, String feedId, String name, String description, String ddmStructureKey, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedFormat, double feedVersion, ServiceContext serviceContext)
           
 JournalFeed JournalFeedLocalServiceWrapper.updateFeed(long groupId, String feedId, String name, String description, String ddmStructureKey, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedFormat, double feedVersion, ServiceContext serviceContext)
           
static JournalFeed JournalFeedLocalServiceUtil.updateFeed(long groupId, String feedId, String name, String description, String ddmStructureKey, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedFormat, double feedVersion, ServiceContext serviceContext)
           
static JournalFeed JournalFeedServiceUtil.updateFeed(long groupId, String feedId, String name, String description, String ddmStructureKey, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
 JournalFeed JournalFeedLocalService.updateJournalFeed(JournalFeed journalFeed)
          Updates the journal feed in the database or adds it if it does not yet exist.
 JournalFeed JournalFeedLocalServiceWrapper.updateJournalFeed(JournalFeed journalFeed)
          Updates the journal feed in the database or adds it if it does not yet exist.
static JournalFeed JournalFeedLocalServiceUtil.updateJournalFeed(JournalFeed journalFeed)
          Updates the journal feed 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 JournalFeed
 List<JournalFeed> JournalFeedLocalService.getFeeds()
           
 List<JournalFeed> JournalFeedLocalServiceWrapper.getFeeds()
           
static List<JournalFeed> JournalFeedLocalServiceUtil.getFeeds()
           
 List<JournalFeed> JournalFeedLocalService.getFeeds(long groupId)
           
 List<JournalFeed> JournalFeedLocalServiceWrapper.getFeeds(long groupId)
           
static List<JournalFeed> JournalFeedLocalServiceUtil.getFeeds(long groupId)
           
 List<JournalFeed> JournalFeedLocalService.getFeeds(long groupId, int start, int end)
           
 List<JournalFeed> JournalFeedLocalServiceWrapper.getFeeds(long groupId, int start, int end)
           
static List<JournalFeed> JournalFeedLocalServiceUtil.getFeeds(long groupId, int start, int end)
           
 List<JournalFeed> JournalFeedLocalService.getJournalFeeds(int start, int end)
          Returns a range of all the journal feeds.
 List<JournalFeed> JournalFeedLocalServiceWrapper.getJournalFeeds(int start, int end)
          Returns a range of all the journal feeds.
static List<JournalFeed> JournalFeedLocalServiceUtil.getJournalFeeds(int start, int end)
          Returns a range of all the journal feeds.
 List<JournalFeed> JournalFeedLocalService.getJournalFeedsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the journal feeds matching the UUID and company.
 List<JournalFeed> JournalFeedLocalServiceWrapper.getJournalFeedsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the journal feeds matching the UUID and company.
static List<JournalFeed> JournalFeedLocalServiceUtil.getJournalFeedsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the journal feeds matching the UUID and company.
 List<JournalFeed> JournalFeedLocalService.getJournalFeedsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns a range of journal feeds matching the UUID and company.
 List<JournalFeed> JournalFeedLocalServiceWrapper.getJournalFeedsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns a range of journal feeds matching the UUID and company.
static List<JournalFeed> JournalFeedLocalServiceUtil.getJournalFeedsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns a range of journal feeds matching the UUID and company.
 List<JournalFeed> JournalFeedLocalService.search(long companyId, long groupId, String keywords, int start, int end, OrderByComparator<JournalFeed> obc)
           
 List<JournalFeed> JournalFeedLocalServiceWrapper.search(long companyId, long groupId, String keywords, int start, int end, OrderByComparator<JournalFeed> obc)
           
static List<JournalFeed> JournalFeedLocalServiceUtil.search(long companyId, long groupId, String keywords, int start, int end, OrderByComparator<JournalFeed> obc)
           
 List<JournalFeed> JournalFeedLocalService.search(long companyId, long groupId, String feedId, String name, String description, boolean andOperator, int start, int end, OrderByComparator<JournalFeed> obc)
           
 List<JournalFeed> JournalFeedLocalServiceWrapper.search(long companyId, long groupId, String feedId, String name, String description, boolean andOperator, int start, int end, OrderByComparator<JournalFeed> obc)
           
static List<JournalFeed> JournalFeedLocalServiceUtil.search(long companyId, long groupId, String feedId, String name, String description, boolean andOperator, int start, int end, OrderByComparator<JournalFeed> obc)
           
 

Methods in com.liferay.portlet.journal.service with parameters of type JournalFeed
 void JournalFeedLocalService.addFeedResources(JournalFeed feed, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void JournalFeedLocalServiceWrapper.addFeedResources(JournalFeed feed, boolean addGroupPermissions, boolean addGuestPermissions)
           
static void JournalFeedLocalServiceUtil.addFeedResources(JournalFeed feed, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void JournalFeedLocalService.addFeedResources(JournalFeed feed, String[] groupPermissions, String[] guestPermissions)
           
 void JournalFeedLocalServiceWrapper.addFeedResources(JournalFeed feed, String[] groupPermissions, String[] guestPermissions)
           
static void JournalFeedLocalServiceUtil.addFeedResources(JournalFeed feed, String[] groupPermissions, String[] guestPermissions)
           
 JournalFeed JournalFeedLocalService.addJournalFeed(JournalFeed journalFeed)
          Adds the journal feed to the database.
 JournalFeed JournalFeedLocalServiceWrapper.addJournalFeed(JournalFeed journalFeed)
          Adds the journal feed to the database.
static JournalFeed JournalFeedLocalServiceUtil.addJournalFeed(JournalFeed journalFeed)
          Adds the journal feed to the database.
 void JournalFeedLocalService.deleteFeed(JournalFeed feed)
           
 void JournalFeedLocalServiceWrapper.deleteFeed(JournalFeed feed)
           
static void JournalFeedLocalServiceUtil.deleteFeed(JournalFeed feed)
           
 JournalFeed JournalFeedLocalService.deleteJournalFeed(JournalFeed journalFeed)
          Deletes the journal feed from the database.
 JournalFeed JournalFeedLocalServiceWrapper.deleteJournalFeed(JournalFeed journalFeed)
          Deletes the journal feed from the database.
static JournalFeed JournalFeedLocalServiceUtil.deleteJournalFeed(JournalFeed journalFeed)
          Deletes the journal feed from the database.
 JournalFeed JournalFeedLocalService.updateJournalFeed(JournalFeed journalFeed)
          Updates the journal feed in the database or adds it if it does not yet exist.
 JournalFeed JournalFeedLocalServiceWrapper.updateJournalFeed(JournalFeed journalFeed)
          Updates the journal feed in the database or adds it if it does not yet exist.
static JournalFeed JournalFeedLocalServiceUtil.updateJournalFeed(JournalFeed journalFeed)
          Updates the journal feed in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.journal.service with type arguments of type JournalFeed
 List<JournalFeed> JournalFeedLocalService.getJournalFeedsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns a range of journal feeds matching the UUID and company.
 List<JournalFeed> JournalFeedLocalServiceWrapper.getJournalFeedsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns a range of journal feeds matching the UUID and company.
static List<JournalFeed> JournalFeedLocalServiceUtil.getJournalFeedsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns a range of journal feeds matching the UUID and company.
 List<JournalFeed> JournalFeedLocalService.search(long companyId, long groupId, String keywords, int start, int end, OrderByComparator<JournalFeed> obc)
           
 List<JournalFeed> JournalFeedLocalServiceWrapper.search(long companyId, long groupId, String keywords, int start, int end, OrderByComparator<JournalFeed> obc)
           
static List<JournalFeed> JournalFeedLocalServiceUtil.search(long companyId, long groupId, String keywords, int start, int end, OrderByComparator<JournalFeed> obc)
           
 List<JournalFeed> JournalFeedLocalService.search(long companyId, long groupId, String feedId, String name, String description, boolean andOperator, int start, int end, OrderByComparator<JournalFeed> obc)
           
 List<JournalFeed> JournalFeedLocalServiceWrapper.search(long companyId, long groupId, String feedId, String name, String description, boolean andOperator, int start, int end, OrderByComparator<JournalFeed> obc)
           
static List<JournalFeed> JournalFeedLocalServiceUtil.search(long companyId, long groupId, String feedId, String name, String description, boolean andOperator, int start, int end, OrderByComparator<JournalFeed> obc)
           
 

Uses of JournalFeed in com.liferay.portlet.journal.service.base
 

Methods in com.liferay.portlet.journal.service.base that return JournalFeed
 JournalFeed JournalFeedLocalServiceBaseImpl.addJournalFeed(JournalFeed journalFeed)
          Adds the journal feed to the database.
 JournalFeed JournalFeedLocalServiceBaseImpl.createJournalFeed(long id)
          Creates a new journal feed with the primary key.
 JournalFeed JournalFeedLocalServiceBaseImpl.deleteJournalFeed(JournalFeed journalFeed)
          Deletes the journal feed from the database.
 JournalFeed JournalFeedLocalServiceBaseImpl.deleteJournalFeed(long id)
          Deletes the journal feed with the primary key from the database.
 JournalFeed JournalFeedLocalServiceBaseImpl.fetchJournalFeed(long id)
           
 JournalFeed JournalFeedLocalServiceBaseImpl.fetchJournalFeedByUuidAndGroupId(String uuid, long groupId)
          Returns the journal feed matching the UUID and group.
 JournalFeed JournalFeedLocalServiceBaseImpl.getJournalFeed(long id)
          Returns the journal feed with the primary key.
 JournalFeed JournalFeedLocalServiceBaseImpl.getJournalFeedByUuidAndGroupId(String uuid, long groupId)
          Returns the journal feed matching the UUID and group.
 JournalFeed JournalFeedLocalServiceBaseImpl.updateJournalFeed(JournalFeed journalFeed)
          Updates the journal feed 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 JournalFeed
 List<JournalFeed> JournalFeedLocalServiceBaseImpl.getJournalFeeds(int start, int end)
          Returns a range of all the journal feeds.
 List<JournalFeed> JournalFeedLocalServiceBaseImpl.getJournalFeedsByUuidAndCompanyId(String uuid, long companyId)
          Returns all the journal feeds matching the UUID and company.
 List<JournalFeed> JournalFeedLocalServiceBaseImpl.getJournalFeedsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns a range of journal feeds matching the UUID and company.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type JournalFeed
 JournalFeed JournalFeedLocalServiceBaseImpl.addJournalFeed(JournalFeed journalFeed)
          Adds the journal feed to the database.
 JournalFeed JournalFeedLocalServiceBaseImpl.deleteJournalFeed(JournalFeed journalFeed)
          Deletes the journal feed from the database.
 JournalFeed JournalFeedLocalServiceBaseImpl.updateJournalFeed(JournalFeed journalFeed)
          Updates the journal feed in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.journal.service.base with type arguments of type JournalFeed
 List<JournalFeed> JournalFeedLocalServiceBaseImpl.getJournalFeedsByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns a range of journal feeds matching the UUID and company.
 

Uses of JournalFeed in com.liferay.portlet.journal.service.http
 

Methods in com.liferay.portlet.journal.service.http that return JournalFeed
static JournalFeed JournalFeedServiceHttp.addFeed(HttpPrincipal httpPrincipal, long groupId, String feedId, boolean autoFeedId, String name, String description, String ddmStructureKey, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
static JournalFeed JournalFeedServiceHttp.getFeed(HttpPrincipal httpPrincipal, long feedId)
           
static JournalFeed JournalFeedServiceHttp.getFeed(HttpPrincipal httpPrincipal, long groupId, long feedId)
           
static JournalFeed JournalFeedServiceHttp.getFeed(HttpPrincipal httpPrincipal, long groupId, String feedId)
           
static JournalFeed JournalFeedServiceHttp.updateFeed(HttpPrincipal httpPrincipal, long groupId, String feedId, String name, String description, String ddmStructureKey, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
 

Uses of JournalFeed in com.liferay.portlet.journal.service.impl
 

Methods in com.liferay.portlet.journal.service.impl that return JournalFeed
 JournalFeed JournalFeedLocalServiceImpl.addFeed(long userId, long groupId, String feedId, boolean autoFeedId, String name, String description, String ddmStructureKey, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedFormat, double feedVersion, ServiceContext serviceContext)
           
 JournalFeed JournalFeedServiceImpl.addFeed(long groupId, String feedId, boolean autoFeedId, String name, String description, String ddmStructureKey, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
 JournalFeed JournalFeedLocalServiceImpl.fetchFeed(long groupId, String feedId)
           
 JournalFeed JournalFeedServiceImpl.getFeed(long feedId)
           
 JournalFeed JournalFeedLocalServiceImpl.getFeed(long feedId)
           
 JournalFeed JournalFeedServiceImpl.getFeed(long groupId, long feedId)
          Deprecated. As of 6.2.0, replaced by JournalFeedServiceImpl.getFeed(long, String)
 JournalFeed JournalFeedServiceImpl.getFeed(long groupId, String feedId)
           
 JournalFeed JournalFeedLocalServiceImpl.getFeed(long groupId, String feedId)
           
 JournalFeed JournalFeedServiceImpl.updateFeed(long groupId, String feedId, String name, String description, String ddmStructureKey, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
 JournalFeed JournalFeedLocalServiceImpl.updateFeed(long groupId, String feedId, String name, String description, String ddmStructureKey, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedFormat, double feedVersion, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.journal.service.impl that return types with arguments of type JournalFeed
 List<JournalFeed> JournalFeedLocalServiceImpl.getFeeds()
           
 List<JournalFeed> JournalFeedLocalServiceImpl.getFeeds(long groupId)
           
 List<JournalFeed> JournalFeedLocalServiceImpl.getFeeds(long groupId, int start, int end)
           
 List<JournalFeed> JournalFeedLocalServiceImpl.search(long companyId, long groupId, String keywords, int start, int end, OrderByComparator<JournalFeed> obc)
           
 List<JournalFeed> JournalFeedLocalServiceImpl.search(long companyId, long groupId, String feedId, String name, String description, boolean andOperator, int start, int end, OrderByComparator<JournalFeed> obc)
           
 

Methods in com.liferay.portlet.journal.service.impl with parameters of type JournalFeed
 void JournalFeedLocalServiceImpl.addFeedResources(JournalFeed feed, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void JournalFeedLocalServiceImpl.addFeedResources(JournalFeed feed, String[] groupPermissions, String[] guestPermissions)
           
 void JournalFeedLocalServiceImpl.deleteFeed(JournalFeed feed)
           
 

Method parameters in com.liferay.portlet.journal.service.impl with type arguments of type JournalFeed
 List<JournalFeed> JournalFeedLocalServiceImpl.search(long companyId, long groupId, String keywords, int start, int end, OrderByComparator<JournalFeed> obc)
           
 List<JournalFeed> JournalFeedLocalServiceImpl.search(long companyId, long groupId, String feedId, String name, String description, boolean andOperator, int start, int end, OrderByComparator<JournalFeed> obc)
           
 

Uses of JournalFeed in com.liferay.portlet.journal.service.permission
 

Methods in com.liferay.portlet.journal.service.permission with parameters of type JournalFeed
static void JournalFeedPermission.check(PermissionChecker permissionChecker, JournalFeed feed, String actionId)
           
static boolean JournalFeedPermission.contains(PermissionChecker permissionChecker, JournalFeed feed, String actionId)
           
 

Uses of JournalFeed in com.liferay.portlet.journal.service.persistence
 

Methods in com.liferay.portlet.journal.service.persistence that return JournalFeed
 JournalFeed JournalFeedPersistence.create(long id)
          Creates a new journal feed with the primary key.
static JournalFeed JournalFeedUtil.create(long id)
          Creates a new journal feed with the primary key.
 JournalFeed JournalFeedPersistence.fetchByG_F(long groupId, String feedId)
          Returns the journal feed where groupId = ? and feedId = ? or returns null if it could not be found.
static JournalFeed JournalFeedUtil.fetchByG_F(long groupId, String feedId)
          Returns the journal feed where groupId = ? and feedId = ? or returns null if it could not be found.
 JournalFeed JournalFeedPersistence.fetchByG_F(long groupId, String feedId, boolean retrieveFromCache)
          Returns the journal feed where groupId = ? and feedId = ? or returns null if it could not be found, optionally using the finder cache.
static JournalFeed JournalFeedUtil.fetchByG_F(long groupId, String feedId, boolean retrieveFromCache)
          Returns the journal feed where groupId = ? and feedId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalFeed JournalFeedPersistence.fetchByGroupId_First(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
static JournalFeed JournalFeedUtil.fetchByGroupId_First(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
static JournalFeed JournalFeedUtil.fetchByGroupId_Last(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistence.fetchByPrimaryKey(long id)
          Returns the journal feed with the primary key or returns null if it could not be found.
static JournalFeed JournalFeedUtil.fetchByPrimaryKey(long id)
          Returns the journal feed with the primary key or returns null if it could not be found.
 JournalFeed JournalFeedPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFeed JournalFeedUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFeed JournalFeedUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistence.fetchByUuid_First(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
static JournalFeed JournalFeedUtil.fetchByUuid_First(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the journal feed where uuid = ? and groupId = ? or returns null if it could not be found.
static JournalFeed JournalFeedUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the journal feed where uuid = ? and groupId = ? or returns null if it could not be found.
 JournalFeed JournalFeedPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the journal feed where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static JournalFeed JournalFeedUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the journal feed where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalFeed JournalFeedPersistence.fetchByUuid_Last(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
static JournalFeed JournalFeedUtil.fetchByUuid_Last(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
 JournalFeed[] JournalFeedPersistence.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set of journal feeds that the user has permission to view where groupId = ?.
static JournalFeed[] JournalFeedUtil.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set of journal feeds that the user has permission to view where groupId = ?.
 JournalFeed JournalFeedPersistence.findByG_F(long groupId, String feedId)
          Returns the journal feed where groupId = ? and feedId = ? or throws a NoSuchFeedException if it could not be found.
static JournalFeed JournalFeedUtil.findByG_F(long groupId, String feedId)
          Returns the journal feed where groupId = ? and feedId = ? or throws a NoSuchFeedException if it could not be found.
 JournalFeed JournalFeedPersistence.findByGroupId_First(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
static JournalFeed JournalFeedUtil.findByGroupId_First(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistence.findByGroupId_Last(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
static JournalFeed JournalFeedUtil.findByGroupId_Last(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
 JournalFeed[] JournalFeedPersistence.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where groupId = ?.
static JournalFeed[] JournalFeedUtil.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistence.findByPrimaryKey(long id)
          Returns the journal feed with the primary key or throws a NoSuchFeedException if it could not be found.
static JournalFeed JournalFeedUtil.findByPrimaryKey(long id)
          Returns the journal feed with the primary key or throws a NoSuchFeedException if it could not be found.
 JournalFeed JournalFeedPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFeed JournalFeedUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFeed JournalFeedUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed[] JournalFeedPersistence.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFeed[] JournalFeedUtil.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistence.findByUuid_First(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
static JournalFeed JournalFeedUtil.findByUuid_First(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistence.findByUUID_G(String uuid, long groupId)
          Returns the journal feed where uuid = ? and groupId = ? or throws a NoSuchFeedException if it could not be found.
static JournalFeed JournalFeedUtil.findByUUID_G(String uuid, long groupId)
          Returns the journal feed where uuid = ? and groupId = ? or throws a NoSuchFeedException if it could not be found.
 JournalFeed JournalFeedPersistence.findByUuid_Last(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
static JournalFeed JournalFeedUtil.findByUuid_Last(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
 JournalFeed[] JournalFeedPersistence.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ?.
static JournalFeed[] JournalFeedUtil.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistence.remove(long id)
          Removes the journal feed with the primary key from the database.
static JournalFeed JournalFeedUtil.remove(long id)
          Removes the journal feed with the primary key from the database.
 JournalFeed JournalFeedPersistence.removeByG_F(long groupId, String feedId)
          Removes the journal feed where groupId = ? and feedId = ? from the database.
static JournalFeed JournalFeedUtil.removeByG_F(long groupId, String feedId)
          Removes the journal feed where groupId = ? and feedId = ? from the database.
 JournalFeed JournalFeedPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the journal feed where uuid = ? and groupId = ? from the database.
static JournalFeed JournalFeedUtil.removeByUUID_G(String uuid, long groupId)
          Removes the journal feed where uuid = ? and groupId = ? from the database.
static JournalFeed JournalFeedUtil.update(JournalFeed journalFeed)
           
static JournalFeed JournalFeedUtil.update(JournalFeed journalFeed, ServiceContext serviceContext)
           
 JournalFeed JournalFeedPersistence.updateImpl(JournalFeed journalFeed)
           
static JournalFeed JournalFeedUtil.updateImpl(JournalFeed journalFeed)
           
 

Methods in com.liferay.portlet.journal.service.persistence that return types with arguments of type JournalFeed
 Map<Serializable,JournalFeed> JournalFeedPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static Map<Serializable,JournalFeed> JournalFeedUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<JournalFeed> JournalFeedPersistence.filterFindByGroupId(long groupId)
          Returns all the journal feeds that the user has permission to view where groupId = ?.
static List<JournalFeed> JournalFeedUtil.filterFindByGroupId(long groupId)
          Returns all the journal feeds that the user has permission to view where groupId = ?.
 List<JournalFeed> JournalFeedPersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the journal feeds that the user has permission to view where groupId = ?.
static List<JournalFeed> JournalFeedUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the journal feeds that the user has permission to view where groupId = ?.
 List<JournalFeed> JournalFeedPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds that the user has permissions to view where groupId = ?.
static List<JournalFeed> JournalFeedUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds that the user has permissions to view where groupId = ?.
 List<JournalFeed> JournalFeedPersistence.findAll()
          Returns all the journal feeds.
static List<JournalFeed> JournalFeedUtil.findAll()
          Returns all the journal feeds.
 List<JournalFeed> JournalFeedPersistence.findAll(int start, int end)
          Returns a range of all the journal feeds.
static List<JournalFeed> JournalFeedUtil.findAll(int start, int end)
          Returns a range of all the journal feeds.
 List<JournalFeed> JournalFeedPersistence.findAll(int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds.
static List<JournalFeed> JournalFeedUtil.findAll(int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds.
static List<JournalFeed> JournalFeedFinderUtil.findByC_G_F_N_D(long companyId, long groupId, String[] feedIds, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator<JournalFeed> obc)
           
 List<JournalFeed> JournalFeedFinder.findByC_G_F_N_D(long companyId, long groupId, String[] feedIds, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator<JournalFeed> obc)
           
static List<JournalFeed> JournalFeedFinderUtil.findByC_G_F_N_D(long companyId, long groupId, String feedId, String name, String description, boolean andOperator, int start, int end, OrderByComparator<JournalFeed> obc)
           
 List<JournalFeed> JournalFeedFinder.findByC_G_F_N_D(long companyId, long groupId, String feedId, String name, String description, boolean andOperator, int start, int end, OrderByComparator<JournalFeed> obc)
           
 List<JournalFeed> JournalFeedPersistence.findByGroupId(long groupId)
          Returns all the journal feeds where groupId = ?.
static List<JournalFeed> JournalFeedUtil.findByGroupId(long groupId)
          Returns all the journal feeds where groupId = ?.
 List<JournalFeed> JournalFeedPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the journal feeds where groupId = ?.
static List<JournalFeed> JournalFeedUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the journal feeds where groupId = ?.
 List<JournalFeed> JournalFeedPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where groupId = ?.
static List<JournalFeed> JournalFeedUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where groupId = ?.
static List<JournalFeed> JournalFeedFinderUtil.findByKeywords(long companyId, long groupId, String keywords, int start, int end, OrderByComparator<JournalFeed> obc)
           
 List<JournalFeed> JournalFeedFinder.findByKeywords(long companyId, long groupId, String keywords, int start, int end, OrderByComparator<JournalFeed> obc)
           
 List<JournalFeed> JournalFeedPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the journal feeds where uuid = ? and companyId = ?.
static List<JournalFeed> JournalFeedUtil.findByUuid_C(String uuid, long companyId)
          Returns all the journal feeds where uuid = ? and companyId = ?.
 List<JournalFeed> JournalFeedPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the journal feeds where uuid = ? and companyId = ?.
static List<JournalFeed> JournalFeedUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the journal feeds where uuid = ? and companyId = ?.
 List<JournalFeed> JournalFeedPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where uuid = ? and companyId = ?.
static List<JournalFeed> JournalFeedUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where uuid = ? and companyId = ?.
 List<JournalFeed> JournalFeedPersistence.findByUuid(String uuid)
          Returns all the journal feeds where uuid = ?.
static List<JournalFeed> JournalFeedUtil.findByUuid(String uuid)
          Returns all the journal feeds where uuid = ?.
 List<JournalFeed> JournalFeedPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the journal feeds where uuid = ?.
static List<JournalFeed> JournalFeedUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the journal feeds where uuid = ?.
 List<JournalFeed> JournalFeedPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where uuid = ?.
static List<JournalFeed> JournalFeedUtil.findByUuid(String uuid, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where uuid = ?.
static List<JournalFeed> JournalFeedUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<JournalFeed> JournalFeedUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<JournalFeed> JournalFeedUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
           
 

Methods in com.liferay.portlet.journal.service.persistence with parameters of type JournalFeed
 void JournalFeedPersistence.cacheResult(JournalFeed journalFeed)
          Caches the journal feed in the entity cache if it is enabled.
static void JournalFeedUtil.cacheResult(JournalFeed journalFeed)
          Caches the journal feed in the entity cache if it is enabled.
static void JournalFeedUtil.clearCache(JournalFeed journalFeed)
           
static JournalFeed JournalFeedUtil.update(JournalFeed journalFeed)
           
static JournalFeed JournalFeedUtil.update(JournalFeed journalFeed, ServiceContext serviceContext)
           
 JournalFeed JournalFeedPersistence.updateImpl(JournalFeed journalFeed)
           
static JournalFeed JournalFeedUtil.updateImpl(JournalFeed journalFeed)
           
 

Method parameters in com.liferay.portlet.journal.service.persistence with type arguments of type JournalFeed
 void JournalFeedPersistence.cacheResult(List<JournalFeed> journalFeeds)
          Caches the journal feeds in the entity cache if it is enabled.
static void JournalFeedUtil.cacheResult(List<JournalFeed> journalFeeds)
          Caches the journal feeds in the entity cache if it is enabled.
 JournalFeed JournalFeedPersistence.fetchByGroupId_First(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
static JournalFeed JournalFeedUtil.fetchByGroupId_First(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistence.fetchByGroupId_Last(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
static JournalFeed JournalFeedUtil.fetchByGroupId_Last(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFeed JournalFeedUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFeed JournalFeedUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistence.fetchByUuid_First(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
static JournalFeed JournalFeedUtil.fetchByUuid_First(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistence.fetchByUuid_Last(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
static JournalFeed JournalFeedUtil.fetchByUuid_Last(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
 JournalFeed[] JournalFeedPersistence.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set of journal feeds that the user has permission to view where groupId = ?.
static JournalFeed[] JournalFeedUtil.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set of journal feeds that the user has permission to view where groupId = ?.
 List<JournalFeed> JournalFeedPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds that the user has permissions to view where groupId = ?.
static List<JournalFeed> JournalFeedUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds that the user has permissions to view where groupId = ?.
 List<JournalFeed> JournalFeedPersistence.findAll(int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds.
static List<JournalFeed> JournalFeedUtil.findAll(int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds.
static List<JournalFeed> JournalFeedFinderUtil.findByC_G_F_N_D(long companyId, long groupId, String[] feedIds, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator<JournalFeed> obc)
           
 List<JournalFeed> JournalFeedFinder.findByC_G_F_N_D(long companyId, long groupId, String[] feedIds, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator<JournalFeed> obc)
           
static List<JournalFeed> JournalFeedFinderUtil.findByC_G_F_N_D(long companyId, long groupId, String feedId, String name, String description, boolean andOperator, int start, int end, OrderByComparator<JournalFeed> obc)
           
 List<JournalFeed> JournalFeedFinder.findByC_G_F_N_D(long companyId, long groupId, String feedId, String name, String description, boolean andOperator, int start, int end, OrderByComparator<JournalFeed> obc)
           
 JournalFeed JournalFeedPersistence.findByGroupId_First(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
static JournalFeed JournalFeedUtil.findByGroupId_First(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistence.findByGroupId_Last(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
static JournalFeed JournalFeedUtil.findByGroupId_Last(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
 JournalFeed[] JournalFeedPersistence.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where groupId = ?.
static JournalFeed[] JournalFeedUtil.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where groupId = ?.
 List<JournalFeed> JournalFeedPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where groupId = ?.
static List<JournalFeed> JournalFeedUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where groupId = ?.
static List<JournalFeed> JournalFeedFinderUtil.findByKeywords(long companyId, long groupId, String keywords, int start, int end, OrderByComparator<JournalFeed> obc)
           
 List<JournalFeed> JournalFeedFinder.findByKeywords(long companyId, long groupId, String keywords, int start, int end, OrderByComparator<JournalFeed> obc)
           
 JournalFeed JournalFeedPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFeed JournalFeedUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFeed JournalFeedUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed[] JournalFeedPersistence.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ? and companyId = ?.
static JournalFeed[] JournalFeedUtil.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ? and companyId = ?.
 List<JournalFeed> JournalFeedPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where uuid = ? and companyId = ?.
static List<JournalFeed> JournalFeedUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistence.findByUuid_First(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
static JournalFeed JournalFeedUtil.findByUuid_First(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistence.findByUuid_Last(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
static JournalFeed JournalFeedUtil.findByUuid_Last(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
 JournalFeed[] JournalFeedPersistence.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ?.
static JournalFeed[] JournalFeedUtil.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ?.
 List<JournalFeed> JournalFeedPersistence.findByUuid(String uuid, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where uuid = ?.
static List<JournalFeed> JournalFeedUtil.findByUuid(String uuid, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where uuid = ?.
static List<JournalFeed> JournalFeedUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
           
 

Uses of JournalFeed in com.liferay.portlet.journal.service.persistence.impl
 

Methods in com.liferay.portlet.journal.service.persistence.impl that return JournalFeed
 JournalFeed JournalFeedPersistenceImpl.create(long id)
          Creates a new journal feed with the primary key.
 JournalFeed JournalFeedPersistenceImpl.fetchByG_F(long groupId, String feedId)
          Returns the journal feed where groupId = ? and feedId = ? or returns null if it could not be found.
 JournalFeed JournalFeedPersistenceImpl.fetchByG_F(long groupId, String feedId, boolean retrieveFromCache)
          Returns the journal feed where groupId = ? and feedId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalFeed JournalFeedPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistenceImpl.fetchByPrimaryKey(long id)
          Returns the journal feed with the primary key or returns null if it could not be found.
 JournalFeed JournalFeedPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the journal feed with the primary key or returns null if it could not be found.
 JournalFeed JournalFeedPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Returns the journal feed where uuid = ? and groupId = ? or returns null if it could not be found.
 JournalFeed JournalFeedPersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the journal feed where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalFeed JournalFeedPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
 JournalFeed[] JournalFeedPersistenceImpl.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set of journal feeds that the user has permission to view where groupId = ?.
protected  JournalFeed JournalFeedPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, JournalFeed journalFeed, long groupId, OrderByComparator<JournalFeed> orderByComparator, boolean previous)
           
 JournalFeed JournalFeedPersistenceImpl.findByG_F(long groupId, String feedId)
          Returns the journal feed where groupId = ? and feedId = ? or throws a NoSuchFeedException if it could not be found.
 JournalFeed JournalFeedPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
 JournalFeed[] JournalFeedPersistenceImpl.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistenceImpl.findByPrimaryKey(long id)
          Returns the journal feed with the primary key or throws a NoSuchFeedException if it could not be found.
 JournalFeed JournalFeedPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the journal feed with the primary key or throws a NoSuchModelException if it could not be found.
 JournalFeed JournalFeedPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed[] JournalFeedPersistenceImpl.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the journal feed where uuid = ? and groupId = ? or throws a NoSuchFeedException if it could not be found.
 JournalFeed JournalFeedPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
 JournalFeed[] JournalFeedPersistenceImpl.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ?.
protected  JournalFeed JournalFeedPersistenceImpl.getByGroupId_PrevAndNext(Session session, JournalFeed journalFeed, long groupId, OrderByComparator<JournalFeed> orderByComparator, boolean previous)
           
protected  JournalFeed JournalFeedPersistenceImpl.getByUuid_C_PrevAndNext(Session session, JournalFeed journalFeed, String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator, boolean previous)
           
protected  JournalFeed JournalFeedPersistenceImpl.getByUuid_PrevAndNext(Session session, JournalFeed journalFeed, String uuid, OrderByComparator<JournalFeed> orderByComparator, boolean previous)
           
 JournalFeed JournalFeedPersistenceImpl.remove(long id)
          Removes the journal feed with the primary key from the database.
 JournalFeed JournalFeedPersistenceImpl.remove(Serializable primaryKey)
          Removes the journal feed with the primary key from the database.
 JournalFeed JournalFeedPersistenceImpl.removeByG_F(long groupId, String feedId)
          Removes the journal feed where groupId = ? and feedId = ? from the database.
 JournalFeed JournalFeedPersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the journal feed where uuid = ? and groupId = ? from the database.
protected  JournalFeed JournalFeedPersistenceImpl.removeImpl(JournalFeed journalFeed)
           
protected  JournalFeed JournalFeedPersistenceImpl.toUnwrappedModel(JournalFeed journalFeed)
           
 JournalFeed JournalFeedPersistenceImpl.updateImpl(JournalFeed journalFeed)
           
 

Methods in com.liferay.portlet.journal.service.persistence.impl that return types with arguments of type JournalFeed
 Map<Serializable,JournalFeed> JournalFeedPersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<JournalFeed> JournalFeedPersistenceImpl.filterFindByGroupId(long groupId)
          Returns all the journal feeds that the user has permission to view where groupId = ?.
 List<JournalFeed> JournalFeedPersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the journal feeds that the user has permission to view where groupId = ?.
 List<JournalFeed> JournalFeedPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds that the user has permissions to view where groupId = ?.
 List<JournalFeed> JournalFeedPersistenceImpl.findAll()
          Returns all the journal feeds.
 List<JournalFeed> JournalFeedPersistenceImpl.findAll(int start, int end)
          Returns a range of all the journal feeds.
 List<JournalFeed> JournalFeedPersistenceImpl.findAll(int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds.
 List<JournalFeed> JournalFeedFinderImpl.findByC_G_F_N_D(long companyId, long groupId, String[] feedIds, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator<JournalFeed> obc)
           
 List<JournalFeed> JournalFeedFinderImpl.findByC_G_F_N_D(long companyId, long groupId, String feedId, String name, String description, boolean andOperator, int start, int end, OrderByComparator<JournalFeed> obc)
           
 List<JournalFeed> JournalFeedPersistenceImpl.findByGroupId(long groupId)
          Returns all the journal feeds where groupId = ?.
 List<JournalFeed> JournalFeedPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the journal feeds where groupId = ?.
 List<JournalFeed> JournalFeedPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where groupId = ?.
 List<JournalFeed> JournalFeedFinderImpl.findByKeywords(long companyId, long groupId, String keywords, int start, int end, OrderByComparator<JournalFeed> obc)
           
 List<JournalFeed> JournalFeedPersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the journal feeds where uuid = ? and companyId = ?.
 List<JournalFeed> JournalFeedPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the journal feeds where uuid = ? and companyId = ?.
 List<JournalFeed> JournalFeedPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where uuid = ? and companyId = ?.
 List<JournalFeed> JournalFeedPersistenceImpl.findByUuid(String uuid)
          Returns all the journal feeds where uuid = ?.
 List<JournalFeed> JournalFeedPersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the journal feeds where uuid = ?.
 List<JournalFeed> JournalFeedPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where uuid = ?.
 

Methods in com.liferay.portlet.journal.service.persistence.impl with parameters of type JournalFeed
 void JournalFeedPersistenceImpl.cacheResult(JournalFeed journalFeed)
          Caches the journal feed in the entity cache if it is enabled.
protected  void JournalFeedPersistenceImpl.cacheUniqueFindersCache(JournalFeed journalFeed)
           
 void JournalFeedPersistenceImpl.clearCache(JournalFeed journalFeed)
          Clears the cache for the journal feed.
protected  void JournalFeedPersistenceImpl.clearUniqueFindersCache(JournalFeed journalFeed)
           
protected  JournalFeed JournalFeedPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, JournalFeed journalFeed, long groupId, OrderByComparator<JournalFeed> orderByComparator, boolean previous)
           
protected  JournalFeed JournalFeedPersistenceImpl.getByGroupId_PrevAndNext(Session session, JournalFeed journalFeed, long groupId, OrderByComparator<JournalFeed> orderByComparator, boolean previous)
           
protected  JournalFeed JournalFeedPersistenceImpl.getByUuid_C_PrevAndNext(Session session, JournalFeed journalFeed, String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator, boolean previous)
           
protected  JournalFeed JournalFeedPersistenceImpl.getByUuid_PrevAndNext(Session session, JournalFeed journalFeed, String uuid, OrderByComparator<JournalFeed> orderByComparator, boolean previous)
           
protected  JournalFeed JournalFeedPersistenceImpl.removeImpl(JournalFeed journalFeed)
           
protected  JournalFeed JournalFeedPersistenceImpl.toUnwrappedModel(JournalFeed journalFeed)
           
 JournalFeed JournalFeedPersistenceImpl.updateImpl(JournalFeed journalFeed)
           
 

Method parameters in com.liferay.portlet.journal.service.persistence.impl with type arguments of type JournalFeed
 void JournalFeedPersistenceImpl.cacheResult(List<JournalFeed> journalFeeds)
          Caches the journal feeds in the entity cache if it is enabled.
 void JournalFeedPersistenceImpl.clearCache(List<JournalFeed> journalFeeds)
           
 JournalFeed JournalFeedPersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
 JournalFeed[] JournalFeedPersistenceImpl.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set of journal feeds that the user has permission to view where groupId = ?.
 List<JournalFeed> JournalFeedPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds that the user has permissions to view where groupId = ?.
protected  JournalFeed JournalFeedPersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, JournalFeed journalFeed, long groupId, OrderByComparator<JournalFeed> orderByComparator, boolean previous)
           
 List<JournalFeed> JournalFeedPersistenceImpl.findAll(int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds.
 List<JournalFeed> JournalFeedFinderImpl.findByC_G_F_N_D(long companyId, long groupId, String[] feedIds, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator<JournalFeed> obc)
           
 List<JournalFeed> JournalFeedFinderImpl.findByC_G_F_N_D(long companyId, long groupId, String feedId, String name, String description, boolean andOperator, int start, int end, OrderByComparator<JournalFeed> obc)
           
 JournalFeed JournalFeedPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where groupId = ?.
 JournalFeed JournalFeedPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where groupId = ?.
 JournalFeed[] JournalFeedPersistenceImpl.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where groupId = ?.
 List<JournalFeed> JournalFeedPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where groupId = ?.
 List<JournalFeed> JournalFeedFinderImpl.findByKeywords(long companyId, long groupId, String keywords, int start, int end, OrderByComparator<JournalFeed> obc)
           
 JournalFeed JournalFeedPersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ? and companyId = ?.
 JournalFeed[] JournalFeedPersistenceImpl.findByUuid_C_PrevAndNext(long id, String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ? and companyId = ?.
 List<JournalFeed> JournalFeedPersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where uuid = ? and companyId = ?.
 JournalFeed JournalFeedPersistenceImpl.findByUuid_First(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the first journal feed in the ordered set where uuid = ?.
 JournalFeed JournalFeedPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the last journal feed in the ordered set where uuid = ?.
 JournalFeed[] JournalFeedPersistenceImpl.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator<JournalFeed> orderByComparator)
          Returns the journal feeds before and after the current journal feed in the ordered set where uuid = ?.
 List<JournalFeed> JournalFeedPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<JournalFeed> orderByComparator)
          Returns an ordered range of all the journal feeds where uuid = ?.
protected  JournalFeed JournalFeedPersistenceImpl.getByGroupId_PrevAndNext(Session session, JournalFeed journalFeed, long groupId, OrderByComparator<JournalFeed> orderByComparator, boolean previous)
           
protected  JournalFeed JournalFeedPersistenceImpl.getByUuid_C_PrevAndNext(Session session, JournalFeed journalFeed, String uuid, long companyId, OrderByComparator<JournalFeed> orderByComparator, boolean previous)
           
protected  JournalFeed JournalFeedPersistenceImpl.getByUuid_PrevAndNext(Session session, JournalFeed journalFeed, String uuid, OrderByComparator<JournalFeed> orderByComparator, boolean previous)
           
 


Liferay 7.0-ce-m6