Liferay 6.1.2-ce-ga3

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

Packages that use JournalTemplate
com.liferay.portlet.journal.model   
com.liferay.portlet.journal.service   
com.liferay.portlet.journal.service.persistence   
 

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

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

Methods in com.liferay.portlet.journal.model that return JournalTemplate
 JournalTemplate JournalTemplateWrapper.getWrappedJournalTemplate()
          Deprecated. Renamed to JournalTemplateWrapper.getWrappedModel()
 JournalTemplate JournalTemplateWrapper.getWrappedModel()
           
 JournalTemplate JournalTemplateWrapper.toEscapedModel()
           
 JournalTemplate JournalTemplateModel.toEscapedModel()
           
 JournalTemplate JournalTemplateWrapper.toUnescapedModel()
           
 JournalTemplate JournalTemplateModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.journal.model that return types with arguments of type JournalTemplate
 CacheModel<JournalTemplate> JournalTemplateWrapper.toCacheModel()
           
 CacheModel<JournalTemplate> JournalTemplateModel.toCacheModel()
           
 

Methods in com.liferay.portlet.journal.model with parameters of type JournalTemplate
 int JournalTemplateWrapper.compareTo(JournalTemplate journalTemplate)
           
 int JournalTemplateModel.compareTo(JournalTemplate journalTemplate)
           
static JournalTemplateSoap JournalTemplateSoap.toSoapModel(JournalTemplate model)
           
static JournalTemplateSoap[] JournalTemplateSoap.toSoapModels(JournalTemplate[] models)
           
static JournalTemplateSoap[][] JournalTemplateSoap.toSoapModels(JournalTemplate[][] models)
           
 

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

Constructors in com.liferay.portlet.journal.model with parameters of type JournalTemplate
JournalTemplateWrapper(JournalTemplate journalTemplate)
           
 

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

Methods in com.liferay.portlet.journal.service that return JournalTemplate
 JournalTemplate JournalTemplateLocalService.addJournalTemplate(JournalTemplate journalTemplate)
          Adds the journal template to the database.
static JournalTemplate JournalTemplateLocalServiceUtil.addJournalTemplate(JournalTemplate journalTemplate)
          Adds the journal template to the database.
 JournalTemplate JournalTemplateLocalServiceWrapper.addJournalTemplate(JournalTemplate journalTemplate)
          Adds the journal template to the database.
 JournalTemplate JournalTemplateLocalService.addTemplate(long userId, long groupId, String templateId, boolean autoTemplateId, String structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallImageFile, ServiceContext serviceContext)
           
static JournalTemplate JournalTemplateLocalServiceUtil.addTemplate(long userId, long groupId, String templateId, boolean autoTemplateId, String structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallImageFile, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateLocalServiceWrapper.addTemplate(long userId, long groupId, String templateId, boolean autoTemplateId, String structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallImageFile, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateService.addTemplate(long groupId, String templateId, boolean autoTemplateId, String structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
static JournalTemplate JournalTemplateServiceUtil.addTemplate(long groupId, String templateId, boolean autoTemplateId, String structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateServiceWrapper.addTemplate(long groupId, String templateId, boolean autoTemplateId, String structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateService.addTemplate(long groupId, String templateId, boolean autoTemplateId, String structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
static JournalTemplate JournalTemplateServiceUtil.addTemplate(long groupId, String templateId, boolean autoTemplateId, String structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateServiceWrapper.addTemplate(long groupId, String templateId, boolean autoTemplateId, String structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateLocalService.copyTemplate(long userId, long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
           
static JournalTemplate JournalTemplateLocalServiceUtil.copyTemplate(long userId, long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
           
 JournalTemplate JournalTemplateLocalServiceWrapper.copyTemplate(long userId, long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
           
 JournalTemplate JournalTemplateService.copyTemplate(long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
           
static JournalTemplate JournalTemplateServiceUtil.copyTemplate(long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
           
 JournalTemplate JournalTemplateServiceWrapper.copyTemplate(long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
           
 JournalTemplate JournalTemplateLocalService.createJournalTemplate(long id)
          Creates a new journal template with the primary key.
static JournalTemplate JournalTemplateLocalServiceUtil.createJournalTemplate(long id)
          Creates a new journal template with the primary key.
 JournalTemplate JournalTemplateLocalServiceWrapper.createJournalTemplate(long id)
          Creates a new journal template with the primary key.
 JournalTemplate JournalTemplateLocalService.deleteJournalTemplate(JournalTemplate journalTemplate)
          Deletes the journal template from the database.
static JournalTemplate JournalTemplateLocalServiceUtil.deleteJournalTemplate(JournalTemplate journalTemplate)
          Deletes the journal template from the database.
 JournalTemplate JournalTemplateLocalServiceWrapper.deleteJournalTemplate(JournalTemplate journalTemplate)
          Deletes the journal template from the database.
 JournalTemplate JournalTemplateLocalService.deleteJournalTemplate(long id)
          Deletes the journal template with the primary key from the database.
static JournalTemplate JournalTemplateLocalServiceUtil.deleteJournalTemplate(long id)
          Deletes the journal template with the primary key from the database.
 JournalTemplate JournalTemplateLocalServiceWrapper.deleteJournalTemplate(long id)
          Deletes the journal template with the primary key from the database.
 JournalTemplate JournalTemplateLocalService.fetchJournalTemplate(long id)
           
static JournalTemplate JournalTemplateLocalServiceUtil.fetchJournalTemplate(long id)
           
 JournalTemplate JournalTemplateLocalServiceWrapper.fetchJournalTemplate(long id)
           
 JournalTemplate JournalTemplateLocalService.getJournalTemplate(long id)
          Returns the journal template with the primary key.
static JournalTemplate JournalTemplateLocalServiceUtil.getJournalTemplate(long id)
          Returns the journal template with the primary key.
 JournalTemplate JournalTemplateLocalServiceWrapper.getJournalTemplate(long id)
          Returns the journal template with the primary key.
 JournalTemplate JournalTemplateLocalService.getJournalTemplateByUuidAndGroupId(String uuid, long groupId)
          Returns the journal template with the UUID in the group.
static JournalTemplate JournalTemplateLocalServiceUtil.getJournalTemplateByUuidAndGroupId(String uuid, long groupId)
          Returns the journal template with the UUID in the group.
 JournalTemplate JournalTemplateLocalServiceWrapper.getJournalTemplateByUuidAndGroupId(String uuid, long groupId)
          Returns the journal template with the UUID in the group.
 JournalTemplate JournalTemplateLocalService.getTemplate(long id)
           
static JournalTemplate JournalTemplateLocalServiceUtil.getTemplate(long id)
           
 JournalTemplate JournalTemplateLocalServiceWrapper.getTemplate(long id)
           
 JournalTemplate JournalTemplateService.getTemplate(long groupId, String templateId)
           
 JournalTemplate JournalTemplateLocalService.getTemplate(long groupId, String templateId)
           
static JournalTemplate JournalTemplateLocalServiceUtil.getTemplate(long groupId, String templateId)
           
 JournalTemplate JournalTemplateLocalServiceWrapper.getTemplate(long groupId, String templateId)
           
static JournalTemplate JournalTemplateServiceUtil.getTemplate(long groupId, String templateId)
           
 JournalTemplate JournalTemplateServiceWrapper.getTemplate(long groupId, String templateId)
           
 JournalTemplate JournalTemplateService.getTemplate(long groupId, String templateId, boolean includeGlobalTemplates)
           
 JournalTemplate JournalTemplateLocalService.getTemplate(long groupId, String templateId, boolean includeGlobalTemplates)
           
static JournalTemplate JournalTemplateLocalServiceUtil.getTemplate(long groupId, String templateId, boolean includeGlobalTemplates)
           
 JournalTemplate JournalTemplateLocalServiceWrapper.getTemplate(long groupId, String templateId, boolean includeGlobalTemplates)
           
static JournalTemplate JournalTemplateServiceUtil.getTemplate(long groupId, String templateId, boolean includeGlobalTemplates)
           
 JournalTemplate JournalTemplateServiceWrapper.getTemplate(long groupId, String templateId, boolean includeGlobalTemplates)
           
 JournalTemplate JournalTemplateLocalService.getTemplateBySmallImageId(long smallImageId)
           
static JournalTemplate JournalTemplateLocalServiceUtil.getTemplateBySmallImageId(long smallImageId)
           
 JournalTemplate JournalTemplateLocalServiceWrapper.getTemplateBySmallImageId(long smallImageId)
           
 JournalTemplate JournalTemplateLocalService.updateJournalTemplate(JournalTemplate journalTemplate)
          Updates the journal template in the database or adds it if it does not yet exist.
static JournalTemplate JournalTemplateLocalServiceUtil.updateJournalTemplate(JournalTemplate journalTemplate)
          Updates the journal template in the database or adds it if it does not yet exist.
 JournalTemplate JournalTemplateLocalServiceWrapper.updateJournalTemplate(JournalTemplate journalTemplate)
          Updates the journal template in the database or adds it if it does not yet exist.
 JournalTemplate JournalTemplateLocalService.updateJournalTemplate(JournalTemplate journalTemplate, boolean merge)
          Updates the journal template in the database or adds it if it does not yet exist.
static JournalTemplate JournalTemplateLocalServiceUtil.updateJournalTemplate(JournalTemplate journalTemplate, boolean merge)
          Updates the journal template in the database or adds it if it does not yet exist.
 JournalTemplate JournalTemplateLocalServiceWrapper.updateJournalTemplate(JournalTemplate journalTemplate, boolean merge)
          Updates the journal template in the database or adds it if it does not yet exist.
 JournalTemplate JournalTemplateService.updateTemplate(long groupId, String templateId, String structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateLocalService.updateTemplate(long groupId, String templateId, String structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallImageFile, ServiceContext serviceContext)
           
static JournalTemplate JournalTemplateLocalServiceUtil.updateTemplate(long groupId, String templateId, String structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallImageFile, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateLocalServiceWrapper.updateTemplate(long groupId, String templateId, String structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallImageFile, ServiceContext serviceContext)
           
static JournalTemplate JournalTemplateServiceUtil.updateTemplate(long groupId, String templateId, String structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateServiceWrapper.updateTemplate(long groupId, String templateId, String structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateService.updateTemplate(long groupId, String templateId, String structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
static JournalTemplate JournalTemplateServiceUtil.updateTemplate(long groupId, String templateId, String structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateServiceWrapper.updateTemplate(long groupId, String templateId, String structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.journal.service that return types with arguments of type JournalTemplate
 List<JournalTemplate> JournalTemplateLocalService.getJournalTemplates(int start, int end)
          Returns a range of all the journal templates.
static List<JournalTemplate> JournalTemplateLocalServiceUtil.getJournalTemplates(int start, int end)
          Returns a range of all the journal templates.
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.getJournalTemplates(int start, int end)
          Returns a range of all the journal templates.
 List<JournalTemplate> JournalTemplateService.getStructureTemplates(long groupId, String structureId)
           
 List<JournalTemplate> JournalTemplateLocalService.getStructureTemplates(long groupId, String structureId)
           
static List<JournalTemplate> JournalTemplateLocalServiceUtil.getStructureTemplates(long groupId, String structureId)
           
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.getStructureTemplates(long groupId, String structureId)
           
static List<JournalTemplate> JournalTemplateServiceUtil.getStructureTemplates(long groupId, String structureId)
           
 List<JournalTemplate> JournalTemplateServiceWrapper.getStructureTemplates(long groupId, String structureId)
           
 List<JournalTemplate> JournalTemplateLocalService.getStructureTemplates(long groupId, String structureId, int start, int end)
           
static List<JournalTemplate> JournalTemplateLocalServiceUtil.getStructureTemplates(long groupId, String structureId, int start, int end)
           
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.getStructureTemplates(long groupId, String structureId, int start, int end)
           
 List<JournalTemplate> JournalTemplateLocalService.getTemplates()
           
static List<JournalTemplate> JournalTemplateLocalServiceUtil.getTemplates()
           
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.getTemplates()
           
 List<JournalTemplate> JournalTemplateLocalService.getTemplates(long groupId)
           
static List<JournalTemplate> JournalTemplateLocalServiceUtil.getTemplates(long groupId)
           
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.getTemplates(long groupId)
           
 List<JournalTemplate> JournalTemplateLocalService.getTemplates(long groupId, int start, int end)
           
static List<JournalTemplate> JournalTemplateLocalServiceUtil.getTemplates(long groupId, int start, int end)
           
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.getTemplates(long groupId, int start, int end)
           
 List<JournalTemplate> JournalTemplateService.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateLocalService.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
static List<JournalTemplate> JournalTemplateLocalServiceUtil.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
static List<JournalTemplate> JournalTemplateServiceUtil.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateServiceWrapper.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateService.search(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateLocalService.search(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalTemplate> JournalTemplateLocalServiceUtil.search(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.search(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalTemplate> JournalTemplateServiceUtil.search(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateServiceWrapper.search(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 

Methods in com.liferay.portlet.journal.service with parameters of type JournalTemplate
 JournalTemplate JournalTemplateLocalService.addJournalTemplate(JournalTemplate journalTemplate)
          Adds the journal template to the database.
static JournalTemplate JournalTemplateLocalServiceUtil.addJournalTemplate(JournalTemplate journalTemplate)
          Adds the journal template to the database.
 JournalTemplate JournalTemplateLocalServiceWrapper.addJournalTemplate(JournalTemplate journalTemplate)
          Adds the journal template to the database.
 void JournalTemplateLocalService.addTemplateResources(JournalTemplate template, boolean addGroupPermissions, boolean addGuestPermissions)
           
static void JournalTemplateLocalServiceUtil.addTemplateResources(JournalTemplate template, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void JournalTemplateLocalServiceWrapper.addTemplateResources(JournalTemplate template, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void JournalTemplateLocalService.addTemplateResources(JournalTemplate template, String[] groupPermissions, String[] guestPermissions)
           
static void JournalTemplateLocalServiceUtil.addTemplateResources(JournalTemplate template, String[] groupPermissions, String[] guestPermissions)
           
 void JournalTemplateLocalServiceWrapper.addTemplateResources(JournalTemplate template, String[] groupPermissions, String[] guestPermissions)
           
 JournalTemplate JournalTemplateLocalService.deleteJournalTemplate(JournalTemplate journalTemplate)
          Deletes the journal template from the database.
static JournalTemplate JournalTemplateLocalServiceUtil.deleteJournalTemplate(JournalTemplate journalTemplate)
          Deletes the journal template from the database.
 JournalTemplate JournalTemplateLocalServiceWrapper.deleteJournalTemplate(JournalTemplate journalTemplate)
          Deletes the journal template from the database.
 void JournalTemplateLocalService.deleteTemplate(JournalTemplate template)
           
static void JournalTemplateLocalServiceUtil.deleteTemplate(JournalTemplate template)
           
 void JournalTemplateLocalServiceWrapper.deleteTemplate(JournalTemplate template)
           
 JournalTemplate JournalTemplateLocalService.updateJournalTemplate(JournalTemplate journalTemplate)
          Updates the journal template in the database or adds it if it does not yet exist.
static JournalTemplate JournalTemplateLocalServiceUtil.updateJournalTemplate(JournalTemplate journalTemplate)
          Updates the journal template in the database or adds it if it does not yet exist.
 JournalTemplate JournalTemplateLocalServiceWrapper.updateJournalTemplate(JournalTemplate journalTemplate)
          Updates the journal template in the database or adds it if it does not yet exist.
 JournalTemplate JournalTemplateLocalService.updateJournalTemplate(JournalTemplate journalTemplate, boolean merge)
          Updates the journal template in the database or adds it if it does not yet exist.
static JournalTemplate JournalTemplateLocalServiceUtil.updateJournalTemplate(JournalTemplate journalTemplate, boolean merge)
          Updates the journal template in the database or adds it if it does not yet exist.
 JournalTemplate JournalTemplateLocalServiceWrapper.updateJournalTemplate(JournalTemplate journalTemplate, boolean merge)
          Updates the journal template in the database or adds it if it does not yet exist.
 

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

Methods in com.liferay.portlet.journal.service.persistence that return JournalTemplate
 JournalTemplate JournalTemplatePersistence.create(long id)
          Creates a new journal template with the primary key.
static JournalTemplate JournalTemplateUtil.create(long id)
          Creates a new journal template with the primary key.
 JournalTemplate JournalTemplatePersistence.fetchByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where groupId = ? and structureId = ?.
static JournalTemplate JournalTemplateUtil.fetchByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where groupId = ? and structureId = ?.
 JournalTemplate JournalTemplatePersistence.fetchByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where groupId = ? and structureId = ?.
static JournalTemplate JournalTemplateUtil.fetchByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where groupId = ? and structureId = ?.
 JournalTemplate JournalTemplatePersistence.fetchByG_T(long groupId, String templateId)
          Returns the journal template where groupId = ? and templateId = ? or returns null if it could not be found.
static JournalTemplate JournalTemplateUtil.fetchByG_T(long groupId, String templateId)
          Returns the journal template where groupId = ? and templateId = ? or returns null if it could not be found.
 JournalTemplate JournalTemplatePersistence.fetchByG_T(long groupId, String templateId, boolean retrieveFromCache)
          Returns the journal template where groupId = ? and templateId = ? or returns null if it could not be found, optionally using the finder cache.
static JournalTemplate JournalTemplateUtil.fetchByG_T(long groupId, String templateId, boolean retrieveFromCache)
          Returns the journal template where groupId = ? and templateId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalTemplate JournalTemplatePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where groupId = ?.
static JournalTemplate JournalTemplateUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where groupId = ?.
 JournalTemplate JournalTemplatePersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where groupId = ?.
static JournalTemplate JournalTemplateUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where groupId = ?.
 JournalTemplate JournalTemplatePersistence.fetchByPrimaryKey(long id)
          Returns the journal template with the primary key or returns null if it could not be found.
static JournalTemplate JournalTemplateUtil.fetchByPrimaryKey(long id)
          Returns the journal template with the primary key or returns null if it could not be found.
 JournalTemplate JournalTemplatePersistence.fetchBySmallImageId(long smallImageId)
          Returns the journal template where smallImageId = ? or returns null if it could not be found.
static JournalTemplate JournalTemplateUtil.fetchBySmallImageId(long smallImageId)
          Returns the journal template where smallImageId = ? or returns null if it could not be found.
 JournalTemplate JournalTemplatePersistence.fetchBySmallImageId(long smallImageId, boolean retrieveFromCache)
          Returns the journal template where smallImageId = ? or returns null if it could not be found, optionally using the finder cache.
static JournalTemplate JournalTemplateUtil.fetchBySmallImageId(long smallImageId, boolean retrieveFromCache)
          Returns the journal template where smallImageId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalTemplate JournalTemplatePersistence.fetchByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where structureId = ?.
static JournalTemplate JournalTemplateUtil.fetchByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where structureId = ?.
 JournalTemplate JournalTemplatePersistence.fetchByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where structureId = ?.
static JournalTemplate JournalTemplateUtil.fetchByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where structureId = ?.
 JournalTemplate JournalTemplatePersistence.fetchByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where templateId = ?.
static JournalTemplate JournalTemplateUtil.fetchByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where templateId = ?.
 JournalTemplate JournalTemplatePersistence.fetchByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where templateId = ?.
static JournalTemplate JournalTemplateUtil.fetchByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where templateId = ?.
 JournalTemplate JournalTemplatePersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where uuid = ?.
static JournalTemplate JournalTemplateUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where uuid = ?.
 JournalTemplate JournalTemplatePersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the journal template where uuid = ? and groupId = ? or returns null if it could not be found.
static JournalTemplate JournalTemplateUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the journal template where uuid = ? and groupId = ? or returns null if it could not be found.
 JournalTemplate JournalTemplatePersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the journal template where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static JournalTemplate JournalTemplateUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the journal template where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalTemplate JournalTemplatePersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where uuid = ?.
static JournalTemplate JournalTemplateUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where uuid = ?.
 JournalTemplate[] JournalTemplatePersistence.filterFindByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission to view where groupId = ? and structureId = ?.
static JournalTemplate[] JournalTemplateUtil.filterFindByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission to view where groupId = ? and structureId = ?.
 JournalTemplate[] JournalTemplatePersistence.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission to view where groupId = ?.
static JournalTemplate[] JournalTemplateUtil.filterFindByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set of journal templates that the user has permission to view where groupId = ?.
 JournalTemplate JournalTemplatePersistence.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where groupId = ? and structureId = ?.
static JournalTemplate JournalTemplateUtil.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where groupId = ? and structureId = ?.
 JournalTemplate JournalTemplatePersistence.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where groupId = ? and structureId = ?.
static JournalTemplate JournalTemplateUtil.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where groupId = ? and structureId = ?.
 JournalTemplate[] JournalTemplatePersistence.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where groupId = ? and structureId = ?.
static JournalTemplate[] JournalTemplateUtil.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where groupId = ? and structureId = ?.
 JournalTemplate JournalTemplatePersistence.findByG_T(long groupId, String templateId)
          Returns the journal template where groupId = ? and templateId = ? or throws a NoSuchTemplateException if it could not be found.
static JournalTemplate JournalTemplateUtil.findByG_T(long groupId, String templateId)
          Returns the journal template where groupId = ? and templateId = ? or throws a NoSuchTemplateException if it could not be found.
 JournalTemplate JournalTemplatePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where groupId = ?.
static JournalTemplate JournalTemplateUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where groupId = ?.
 JournalTemplate JournalTemplatePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where groupId = ?.
static JournalTemplate JournalTemplateUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where groupId = ?.
 JournalTemplate[] JournalTemplatePersistence.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where groupId = ?.
static JournalTemplate[] JournalTemplateUtil.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where groupId = ?.
 JournalTemplate JournalTemplatePersistence.findByPrimaryKey(long id)
          Returns the journal template with the primary key or throws a NoSuchTemplateException if it could not be found.
static JournalTemplate JournalTemplateUtil.findByPrimaryKey(long id)
          Returns the journal template with the primary key or throws a NoSuchTemplateException if it could not be found.
 JournalTemplate JournalTemplatePersistence.findBySmallImageId(long smallImageId)
          Returns the journal template where smallImageId = ? or throws a NoSuchTemplateException if it could not be found.
static JournalTemplate JournalTemplateUtil.findBySmallImageId(long smallImageId)
          Returns the journal template where smallImageId = ? or throws a NoSuchTemplateException if it could not be found.
 JournalTemplate JournalTemplatePersistence.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where structureId = ?.
static JournalTemplate JournalTemplateUtil.findByStructureId_First(String structureId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where structureId = ?.
 JournalTemplate JournalTemplatePersistence.findByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where structureId = ?.
static JournalTemplate JournalTemplateUtil.findByStructureId_Last(String structureId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where structureId = ?.
 JournalTemplate[] JournalTemplatePersistence.findByStructureId_PrevAndNext(long id, String structureId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where structureId = ?.
static JournalTemplate[] JournalTemplateUtil.findByStructureId_PrevAndNext(long id, String structureId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where structureId = ?.
 JournalTemplate JournalTemplatePersistence.findByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where templateId = ?.
static JournalTemplate JournalTemplateUtil.findByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where templateId = ?.
 JournalTemplate JournalTemplatePersistence.findByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where templateId = ?.
static JournalTemplate JournalTemplateUtil.findByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where templateId = ?.
 JournalTemplate[] JournalTemplatePersistence.findByTemplateId_PrevAndNext(long id, String templateId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where templateId = ?.
static JournalTemplate[] JournalTemplateUtil.findByTemplateId_PrevAndNext(long id, String templateId, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where templateId = ?.
 JournalTemplate JournalTemplatePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where uuid = ?.
static JournalTemplate JournalTemplateUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first journal template in the ordered set where uuid = ?.
 JournalTemplate JournalTemplatePersistence.findByUUID_G(String uuid, long groupId)
          Returns the journal template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found.
static JournalTemplate JournalTemplateUtil.findByUUID_G(String uuid, long groupId)
          Returns the journal template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found.
 JournalTemplate JournalTemplatePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where uuid = ?.
static JournalTemplate JournalTemplateUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last journal template in the ordered set where uuid = ?.
 JournalTemplate[] JournalTemplatePersistence.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where uuid = ?.
static JournalTemplate[] JournalTemplateUtil.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Returns the journal templates before and after the current journal template in the ordered set where uuid = ?.
 JournalTemplate JournalTemplatePersistence.remove(long id)
          Removes the journal template with the primary key from the database.
static JournalTemplate JournalTemplateUtil.remove(long id)
          Removes the journal template with the primary key from the database.
 JournalTemplate JournalTemplatePersistence.removeByG_T(long groupId, String templateId)
          Removes the journal template where groupId = ? and templateId = ? from the database.
static JournalTemplate JournalTemplateUtil.removeByG_T(long groupId, String templateId)
          Removes the journal template where groupId = ? and templateId = ? from the database.
 JournalTemplate JournalTemplatePersistence.removeBySmallImageId(long smallImageId)
          Removes the journal template where smallImageId = ? from the database.
static JournalTemplate JournalTemplateUtil.removeBySmallImageId(long smallImageId)
          Removes the journal template where smallImageId = ? from the database.
 JournalTemplate JournalTemplatePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the journal template where uuid = ? and groupId = ? from the database.
static JournalTemplate JournalTemplateUtil.removeByUUID_G(String uuid, long groupId)
          Removes the journal template where uuid = ? and groupId = ? from the database.
static JournalTemplate JournalTemplateUtil.update(JournalTemplate journalTemplate, boolean merge)
           
static JournalTemplate JournalTemplateUtil.update(JournalTemplate journalTemplate, boolean merge, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplatePersistence.updateImpl(JournalTemplate journalTemplate, boolean merge)
           
static JournalTemplate JournalTemplateUtil.updateImpl(JournalTemplate journalTemplate, boolean merge)
           
 

Methods in com.liferay.portlet.journal.service.persistence that return types with arguments of type JournalTemplate
 List<JournalTemplate> JournalTemplateFinder.filterFindByC_G_T_S_N_D(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalTemplate> JournalTemplateFinderUtil.filterFindByC_G_T_S_N_D(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplatePersistence.filterFindByG_S(long groupId, String structureId)
          Returns all the journal templates that the user has permission to view where groupId = ? and structureId = ?.
static List<JournalTemplate> JournalTemplateUtil.filterFindByG_S(long groupId, String structureId)
          Returns all the journal templates that the user has permission to view where groupId = ? and structureId = ?.
 List<JournalTemplate> JournalTemplatePersistence.filterFindByG_S(long groupId, String structureId, int start, int end)
          Returns a range of all the journal templates that the user has permission to view where groupId = ? and structureId = ?.
static List<JournalTemplate> JournalTemplateUtil.filterFindByG_S(long groupId, String structureId, int start, int end)
          Returns a range of all the journal templates that the user has permission to view where groupId = ? and structureId = ?.
 List<JournalTemplate> JournalTemplatePersistence.filterFindByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates that the user has permissions to view where groupId = ? and structureId = ?.
static List<JournalTemplate> JournalTemplateUtil.filterFindByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates that the user has permissions to view where groupId = ? and structureId = ?.
 List<JournalTemplate> JournalTemplatePersistence.filterFindByGroupId(long groupId)
          Returns all the journal templates that the user has permission to view where groupId = ?.
static List<JournalTemplate> JournalTemplateUtil.filterFindByGroupId(long groupId)
          Returns all the journal templates that the user has permission to view where groupId = ?.
 List<JournalTemplate> JournalTemplatePersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the journal templates that the user has permission to view where groupId = ?.
static List<JournalTemplate> JournalTemplateUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the journal templates that the user has permission to view where groupId = ?.
 List<JournalTemplate> JournalTemplatePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates that the user has permissions to view where groupId = ?.
static List<JournalTemplate> JournalTemplateUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates that the user has permissions to view where groupId = ?.
 List<JournalTemplate> JournalTemplateFinder.filterFindByKeywords(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
static List<JournalTemplate> JournalTemplateFinderUtil.filterFindByKeywords(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplatePersistence.findAll()
          Returns all the journal templates.
static List<JournalTemplate> JournalTemplateUtil.findAll()
          Returns all the journal templates.
 List<JournalTemplate> JournalTemplatePersistence.findAll(int start, int end)
          Returns a range of all the journal templates.
static List<JournalTemplate> JournalTemplateUtil.findAll(int start, int end)
          Returns a range of all the journal templates.
 List<JournalTemplate> JournalTemplatePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates.
static List<JournalTemplate> JournalTemplateUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates.
 List<JournalTemplate> JournalTemplateFinder.findByC_G_T_S_N_D(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalTemplate> JournalTemplateFinderUtil.findByC_G_T_S_N_D(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplatePersistence.findByG_S(long groupId, String structureId)
          Returns all the journal templates where groupId = ? and structureId = ?.
static List<JournalTemplate> JournalTemplateUtil.findByG_S(long groupId, String structureId)
          Returns all the journal templates where groupId = ? and structureId = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByG_S(long groupId, String structureId, int start, int end)
          Returns a range of all the journal templates where groupId = ? and structureId = ?.
static List<JournalTemplate> JournalTemplateUtil.findByG_S(long groupId, String structureId, int start, int end)
          Returns a range of all the journal templates where groupId = ? and structureId = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates where groupId = ? and structureId = ?.
static List<JournalTemplate> JournalTemplateUtil.findByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates where groupId = ? and structureId = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByGroupId(long groupId)
          Returns all the journal templates where groupId = ?.
static List<JournalTemplate> JournalTemplateUtil.findByGroupId(long groupId)
          Returns all the journal templates where groupId = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the journal templates where groupId = ?.
static List<JournalTemplate> JournalTemplateUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the journal templates where groupId = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates where groupId = ?.
static List<JournalTemplate> JournalTemplateUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates where groupId = ?.
 List<JournalTemplate> JournalTemplateFinder.findByKeywords(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
static List<JournalTemplate> JournalTemplateFinderUtil.findByKeywords(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplatePersistence.findByStructureId(String structureId)
          Returns all the journal templates where structureId = ?.
static List<JournalTemplate> JournalTemplateUtil.findByStructureId(String structureId)
          Returns all the journal templates where structureId = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByStructureId(String structureId, int start, int end)
          Returns a range of all the journal templates where structureId = ?.
static List<JournalTemplate> JournalTemplateUtil.findByStructureId(String structureId, int start, int end)
          Returns a range of all the journal templates where structureId = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByStructureId(String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates where structureId = ?.
static List<JournalTemplate> JournalTemplateUtil.findByStructureId(String structureId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates where structureId = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByTemplateId(String templateId)
          Returns all the journal templates where templateId = ?.
static List<JournalTemplate> JournalTemplateUtil.findByTemplateId(String templateId)
          Returns all the journal templates where templateId = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByTemplateId(String templateId, int start, int end)
          Returns a range of all the journal templates where templateId = ?.
static List<JournalTemplate> JournalTemplateUtil.findByTemplateId(String templateId, int start, int end)
          Returns a range of all the journal templates where templateId = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByTemplateId(String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates where templateId = ?.
static List<JournalTemplate> JournalTemplateUtil.findByTemplateId(String templateId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates where templateId = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByUuid(String uuid)
          Returns all the journal templates where uuid = ?.
static List<JournalTemplate> JournalTemplateUtil.findByUuid(String uuid)
          Returns all the journal templates where uuid = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the journal templates where uuid = ?.
static List<JournalTemplate> JournalTemplateUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the journal templates where uuid = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates where uuid = ?.
static List<JournalTemplate> JournalTemplateUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the journal templates where uuid = ?.
static List<JournalTemplate> JournalTemplateUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<JournalTemplate> JournalTemplateUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<JournalTemplate> JournalTemplateUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.journal.service.persistence with parameters of type JournalTemplate
 void JournalTemplatePersistence.cacheResult(JournalTemplate journalTemplate)
          Caches the journal template in the entity cache if it is enabled.
static void JournalTemplateUtil.cacheResult(JournalTemplate journalTemplate)
          Caches the journal template in the entity cache if it is enabled.
static void JournalTemplateUtil.clearCache(JournalTemplate journalTemplate)
           
static JournalTemplate JournalTemplateUtil.update(JournalTemplate journalTemplate, boolean merge)
           
static JournalTemplate JournalTemplateUtil.update(JournalTemplate journalTemplate, boolean merge, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplatePersistence.updateImpl(JournalTemplate journalTemplate, boolean merge)
           
static JournalTemplate JournalTemplateUtil.updateImpl(JournalTemplate journalTemplate, boolean merge)
           
 

Method parameters in com.liferay.portlet.journal.service.persistence with type arguments of type JournalTemplate
 void JournalTemplatePersistence.cacheResult(List<JournalTemplate> journalTemplates)
          Caches the journal templates in the entity cache if it is enabled.
static void JournalTemplateUtil.cacheResult(List<JournalTemplate> journalTemplates)
          Caches the journal templates in the entity cache if it is enabled.
 


Liferay 6.1.2-ce-ga3