Liferay 6.0.5

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

Packages that use JournalTemplate
com.liferay.portlet.journal.action   
com.liferay.portlet.journal.lar   
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.util   
com.liferay.portlet.journal.webdav   
 

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

Methods in com.liferay.portlet.journal.action that return JournalTemplate
protected  JournalTemplate EditTemplateAction.updateTemplate(ActionRequest actionRequest)
           
 

Methods in com.liferay.portlet.journal.action with parameters of type JournalTemplate
protected  String EditTemplateAction.getSaveAndContinueRedirect(PortletConfig portletConfig, ActionRequest actionRequest, JournalTemplate template, String redirect)
           
 

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

Methods in com.liferay.portlet.journal.lar with parameters of type JournalTemplate
protected static void JournalPortletDataHandlerImpl.exportTemplate(PortletDataContext context, Element templatesElement, Element dlFoldersElement, Element dlFileEntriesElement, Element dlFileRanksElement, Element igFoldersElement, Element igImagesElement, JournalTemplate template)
           
protected static String JournalPortletDataHandlerImpl.getTemplatePath(PortletDataContext context, JournalTemplate template)
           
protected static String JournalPortletDataHandlerImpl.getTemplateSmallImagePath(PortletDataContext context, JournalTemplate template)
           
 

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()
           
 JournalTemplate JournalTemplateWrapper.toEscapedModel()
           
 JournalTemplate JournalTemplateModel.toEscapedModel()
          Gets a copy of this journal template as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portlet.journal.model with parameters of type JournalTemplate
protected  void JournalTemplateListener.clearCache(JournalTemplate template)
           
 int JournalTemplateWrapper.compareTo(JournalTemplate journalTemplate)
           
 int JournalTemplateModel.compareTo(JournalTemplate journalTemplate)
           
 void JournalTemplateListener.onAfterRemove(JournalTemplate template)
           
 void JournalTemplateListener.onAfterUpdate(JournalTemplate template)
           
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.model.impl
 

Classes in com.liferay.portlet.journal.model.impl that implement JournalTemplate
 class JournalTemplateImpl
           
 

Methods in com.liferay.portlet.journal.model.impl that return JournalTemplate
 JournalTemplate JournalTemplateModelImpl.toEscapedModel()
           
static JournalTemplate JournalTemplateModelImpl.toModel(JournalTemplateSoap 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 JournalTemplate
static List<JournalTemplate> JournalTemplateModelImpl.toModels(JournalTemplateSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.journal.model.impl with parameters of type JournalTemplate
 int JournalTemplateModelImpl.compareTo(JournalTemplate journalTemplate)
           
 

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

Methods in com.liferay.portlet.journal.service that return JournalTemplate
 JournalTemplate JournalTemplateLocalServiceWrapper.addJournalTemplate(JournalTemplate journalTemplate)
          Adds the journal template to the database.
static JournalTemplate JournalTemplateLocalServiceUtil.addJournalTemplate(JournalTemplate journalTemplate)
          Adds the journal template to the database.
 JournalTemplate JournalTemplateLocalService.addJournalTemplate(JournalTemplate journalTemplate)
          Adds the journal template to the database.
 JournalTemplate JournalTemplateLocalServiceWrapper.addTemplate(long userId, long groupId, String templateId, boolean autoTemplateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
static JournalTemplate JournalTemplateLocalServiceUtil.addTemplate(long userId, long groupId, String templateId, boolean autoTemplateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateLocalService.addTemplate(long userId, long groupId, String templateId, boolean autoTemplateId, String structureId, String name, String description, 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, String name, String description, 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, String name, String description, 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, String name, String description, 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, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
static JournalTemplate JournalTemplateServiceUtil.addTemplate(long groupId, String templateId, boolean autoTemplateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateService.addTemplate(long groupId, String templateId, boolean autoTemplateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateLocalServiceWrapper.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 JournalTemplateLocalService.copyTemplate(long userId, long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
           
 JournalTemplate JournalTemplateServiceWrapper.copyTemplate(long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
           
static JournalTemplate JournalTemplateServiceUtil.copyTemplate(long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
           
 JournalTemplate JournalTemplateService.copyTemplate(long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
           
 JournalTemplate JournalTemplateLocalServiceWrapper.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 JournalTemplateLocalService.createJournalTemplate(long id)
          Creates a new journal template with the primary key.
 JournalTemplate JournalTemplateLocalServiceWrapper.getJournalTemplate(long id)
          Gets the journal template with the primary key.
static JournalTemplate JournalTemplateLocalServiceUtil.getJournalTemplate(long id)
          Gets the journal template with the primary key.
 JournalTemplate JournalTemplateLocalService.getJournalTemplate(long id)
          Gets the journal template with the primary key.
 JournalTemplate JournalTemplateLocalServiceWrapper.getJournalTemplateByUuidAndGroupId(String uuid, long groupId)
          Gets the journal template with the UUID and group id.
static JournalTemplate JournalTemplateLocalServiceUtil.getJournalTemplateByUuidAndGroupId(String uuid, long groupId)
          Gets the journal template with the UUID and group id.
 JournalTemplate JournalTemplateLocalService.getJournalTemplateByUuidAndGroupId(String uuid, long groupId)
          Gets the journal template with the UUID and group id.
 JournalTemplate JournalTemplateLocalServiceWrapper.getTemplate(long id)
           
static JournalTemplate JournalTemplateLocalServiceUtil.getTemplate(long id)
           
 JournalTemplate JournalTemplateLocalService.getTemplate(long id)
           
 JournalTemplate JournalTemplateServiceWrapper.getTemplate(long groupId, String templateId)
           
static JournalTemplate JournalTemplateServiceUtil.getTemplate(long groupId, String templateId)
           
 JournalTemplate JournalTemplateService.getTemplate(long groupId, String templateId)
           
 JournalTemplate JournalTemplateLocalServiceWrapper.getTemplate(long groupId, String templateId)
           
static JournalTemplate JournalTemplateLocalServiceUtil.getTemplate(long groupId, String templateId)
           
 JournalTemplate JournalTemplateLocalService.getTemplate(long groupId, String templateId)
           
 JournalTemplate JournalTemplateLocalServiceWrapper.getTemplateBySmallImageId(long smallImageId)
           
static JournalTemplate JournalTemplateLocalServiceUtil.getTemplateBySmallImageId(long smallImageId)
           
 JournalTemplate JournalTemplateLocalService.getTemplateBySmallImageId(long smallImageId)
           
 JournalTemplate JournalTemplateLocalServiceWrapper.updateJournalTemplate(JournalTemplate journalTemplate)
          Updates the journal template in the database.
static JournalTemplate JournalTemplateLocalServiceUtil.updateJournalTemplate(JournalTemplate journalTemplate)
          Updates the journal template in the database.
 JournalTemplate JournalTemplateLocalService.updateJournalTemplate(JournalTemplate journalTemplate)
          Updates the journal template in the database.
 JournalTemplate JournalTemplateLocalServiceWrapper.updateJournalTemplate(JournalTemplate journalTemplate, boolean merge)
          Updates the journal template in the database.
static JournalTemplate JournalTemplateLocalServiceUtil.updateJournalTemplate(JournalTemplate journalTemplate, boolean merge)
          Updates the journal template in the database.
 JournalTemplate JournalTemplateLocalService.updateJournalTemplate(JournalTemplate journalTemplate, boolean merge)
          Updates the journal template in the database.
 JournalTemplate JournalTemplateServiceWrapper.updateTemplate(long groupId, String templateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
static JournalTemplate JournalTemplateServiceUtil.updateTemplate(long groupId, String templateId, String structureId, String name, String description, 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, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateLocalServiceWrapper.updateTemplate(long groupId, String templateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
static JournalTemplate JournalTemplateLocalServiceUtil.updateTemplate(long groupId, String templateId, String structureId, String name, String description, 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, String name, String description, 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, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
static JournalTemplate JournalTemplateServiceUtil.updateTemplate(long groupId, String templateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateService.updateTemplate(long groupId, String templateId, String structureId, String name, String description, 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> JournalTemplateLocalServiceWrapper.getJournalTemplates(int start, int end)
          Gets a range of all the journal templates.
static List<JournalTemplate> JournalTemplateLocalServiceUtil.getJournalTemplates(int start, int end)
          Gets a range of all the journal templates.
 List<JournalTemplate> JournalTemplateLocalService.getJournalTemplates(int start, int end)
          Gets a range of all the journal templates.
 List<JournalTemplate> JournalTemplateServiceWrapper.getStructureTemplates(long groupId, String structureId)
           
static List<JournalTemplate> JournalTemplateServiceUtil.getStructureTemplates(long groupId, String structureId)
           
 List<JournalTemplate> JournalTemplateService.getStructureTemplates(long groupId, String structureId)
           
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.getStructureTemplates(long groupId, String structureId)
           
static List<JournalTemplate> JournalTemplateLocalServiceUtil.getStructureTemplates(long groupId, String structureId)
           
 List<JournalTemplate> JournalTemplateLocalService.getStructureTemplates(long groupId, String structureId)
           
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.getStructureTemplates(long groupId, String structureId, int start, int end)
           
static List<JournalTemplate> JournalTemplateLocalServiceUtil.getStructureTemplates(long groupId, String structureId, int start, int end)
           
 List<JournalTemplate> JournalTemplateLocalService.getStructureTemplates(long groupId, String structureId, int start, int end)
           
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.getTemplates()
           
static List<JournalTemplate> JournalTemplateLocalServiceUtil.getTemplates()
           
 List<JournalTemplate> JournalTemplateLocalService.getTemplates()
           
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.getTemplates(long groupId)
           
static List<JournalTemplate> JournalTemplateLocalServiceUtil.getTemplates(long groupId)
           
 List<JournalTemplate> JournalTemplateLocalService.getTemplates(long groupId)
           
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.getTemplates(long groupId, int start, int end)
           
static List<JournalTemplate> JournalTemplateLocalServiceUtil.getTemplates(long groupId, int start, int end)
           
 List<JournalTemplate> JournalTemplateLocalService.getTemplates(long groupId, int start, int end)
           
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.search(long companyId, long groupId, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
static List<JournalTemplate> JournalTemplateLocalServiceUtil.search(long companyId, long groupId, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateLocalService.search(long companyId, long groupId, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.search(long companyId, long groupId, 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 groupId, 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 groupId, 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 JournalTemplateLocalServiceWrapper.addJournalTemplate(JournalTemplate journalTemplate)
          Adds the journal template to the database.
static JournalTemplate JournalTemplateLocalServiceUtil.addJournalTemplate(JournalTemplate journalTemplate)
          Adds the journal template to the database.
 JournalTemplate JournalTemplateLocalService.addJournalTemplate(JournalTemplate journalTemplate)
          Adds the journal template to the database.
 void JournalTemplateLocalServiceWrapper.addTemplateResources(JournalTemplate template, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void JournalTemplateLocalServiceUtil.addTemplateResources(JournalTemplate template, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalTemplateLocalService.addTemplateResources(JournalTemplate template, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalTemplateLocalServiceWrapper.addTemplateResources(JournalTemplate template, String[] communityPermissions, String[] guestPermissions)
           
static void JournalTemplateLocalServiceUtil.addTemplateResources(JournalTemplate template, String[] communityPermissions, String[] guestPermissions)
           
 void JournalTemplateLocalService.addTemplateResources(JournalTemplate template, String[] communityPermissions, String[] guestPermissions)
           
 void JournalTemplateLocalServiceWrapper.deleteJournalTemplate(JournalTemplate journalTemplate)
          Deletes the journal template from the database.
static void JournalTemplateLocalServiceUtil.deleteJournalTemplate(JournalTemplate journalTemplate)
          Deletes the journal template from the database.
 void JournalTemplateLocalService.deleteJournalTemplate(JournalTemplate journalTemplate)
          Deletes the journal template from the database.
 void JournalTemplateLocalServiceWrapper.deleteTemplate(JournalTemplate template)
           
static void JournalTemplateLocalServiceUtil.deleteTemplate(JournalTemplate template)
           
 void JournalTemplateLocalService.deleteTemplate(JournalTemplate template)
           
 JournalTemplate JournalTemplateLocalServiceWrapper.updateJournalTemplate(JournalTemplate journalTemplate)
          Updates the journal template in the database.
static JournalTemplate JournalTemplateLocalServiceUtil.updateJournalTemplate(JournalTemplate journalTemplate)
          Updates the journal template in the database.
 JournalTemplate JournalTemplateLocalService.updateJournalTemplate(JournalTemplate journalTemplate)
          Updates the journal template in the database.
 JournalTemplate JournalTemplateLocalServiceWrapper.updateJournalTemplate(JournalTemplate journalTemplate, boolean merge)
          Updates the journal template in the database.
static JournalTemplate JournalTemplateLocalServiceUtil.updateJournalTemplate(JournalTemplate journalTemplate, boolean merge)
          Updates the journal template in the database.
 JournalTemplate JournalTemplateLocalService.updateJournalTemplate(JournalTemplate journalTemplate, boolean merge)
          Updates the journal template in the database.
 

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

Methods in com.liferay.portlet.journal.service.base that return JournalTemplate
 JournalTemplate JournalTemplateLocalServiceBaseImpl.addJournalTemplate(JournalTemplate journalTemplate)
          Adds the journal template to the database.
 JournalTemplate JournalTemplateLocalServiceBaseImpl.createJournalTemplate(long id)
          Creates a new journal template with the primary key.
 JournalTemplate JournalTemplateLocalServiceBaseImpl.getJournalTemplate(long id)
          Gets the journal template with the primary key.
 JournalTemplate JournalTemplateLocalServiceBaseImpl.getJournalTemplateByUuidAndGroupId(String uuid, long groupId)
          Gets the journal template with the UUID and group id.
 JournalTemplate JournalTemplateLocalServiceBaseImpl.updateJournalTemplate(JournalTemplate journalTemplate)
          Updates the journal template in the database.
 JournalTemplate JournalTemplateLocalServiceBaseImpl.updateJournalTemplate(JournalTemplate journalTemplate, boolean merge)
          Updates the journal template in the database.
 

Methods in com.liferay.portlet.journal.service.base that return types with arguments of type JournalTemplate
 List<JournalTemplate> JournalTemplateLocalServiceBaseImpl.getJournalTemplates(int start, int end)
          Gets a range of all the journal templates.
 

Methods in com.liferay.portlet.journal.service.base with parameters of type JournalTemplate
 JournalTemplate JournalTemplateLocalServiceBaseImpl.addJournalTemplate(JournalTemplate journalTemplate)
          Adds the journal template to the database.
 void JournalTemplateLocalServiceBaseImpl.deleteJournalTemplate(JournalTemplate journalTemplate)
          Deletes the journal template from the database.
 JournalTemplate JournalTemplateLocalServiceBaseImpl.updateJournalTemplate(JournalTemplate journalTemplate)
          Updates the journal template in the database.
 JournalTemplate JournalTemplateLocalServiceBaseImpl.updateJournalTemplate(JournalTemplate journalTemplate, boolean merge)
          Updates the journal template in the database.
 

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

Methods in com.liferay.portlet.journal.service.http that return JournalTemplate
static JournalTemplate JournalTemplateServiceHttp.addTemplate(HttpPrincipal httpPrincipal, long groupId, String templateId, boolean autoTemplateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
static JournalTemplate JournalTemplateServiceHttp.addTemplate(HttpPrincipal httpPrincipal, long groupId, String templateId, boolean autoTemplateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
static JournalTemplate JournalTemplateServiceHttp.copyTemplate(HttpPrincipal httpPrincipal, long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
           
static JournalTemplate JournalTemplateServiceHttp.getTemplate(HttpPrincipal httpPrincipal, long groupId, String templateId)
           
static JournalTemplate JournalTemplateServiceHttp.updateTemplate(HttpPrincipal httpPrincipal, long groupId, String templateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
static JournalTemplate JournalTemplateServiceHttp.updateTemplate(HttpPrincipal httpPrincipal, long groupId, String templateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.journal.service.http that return types with arguments of type JournalTemplate
static List<JournalTemplate> JournalTemplateServiceHttp.getStructureTemplates(HttpPrincipal httpPrincipal, long groupId, String structureId)
           
 

Methods in com.liferay.portlet.journal.service.http with parameters of type JournalTemplate
static JSONArray JournalTemplateJSONSerializer.toJSONArray(JournalTemplate[] models)
           
static JSONArray JournalTemplateJSONSerializer.toJSONArray(JournalTemplate[][] models)
           
static JSONObject JournalTemplateJSONSerializer.toJSONObject(JournalTemplate model)
           
 

Method parameters in com.liferay.portlet.journal.service.http with type arguments of type JournalTemplate
static JSONArray JournalTemplateJSONSerializer.toJSONArray(List<JournalTemplate> models)
           
 

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

Methods in com.liferay.portlet.journal.service.impl that return JournalTemplate
 JournalTemplate JournalTemplateLocalServiceImpl.addTemplate(long userId, long groupId, String templateId, boolean autoTemplateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateServiceImpl.addTemplate(long groupId, String templateId, boolean autoTemplateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateServiceImpl.addTemplate(long groupId, String templateId, boolean autoTemplateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateLocalServiceImpl.copyTemplate(long userId, long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
           
 JournalTemplate JournalTemplateServiceImpl.copyTemplate(long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
           
 JournalTemplate JournalTemplateLocalServiceImpl.getTemplate(long id)
           
 JournalTemplate JournalTemplateServiceImpl.getTemplate(long groupId, String templateId)
           
 JournalTemplate JournalTemplateLocalServiceImpl.getTemplate(long groupId, String templateId)
           
 JournalTemplate JournalTemplateLocalServiceImpl.getTemplateBySmallImageId(long smallImageId)
           
 JournalTemplate JournalTemplateServiceImpl.updateTemplate(long groupId, String templateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateLocalServiceImpl.updateTemplate(long groupId, String templateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
           
 JournalTemplate JournalTemplateServiceImpl.updateTemplate(long groupId, String templateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.journal.service.impl that return types with arguments of type JournalTemplate
 List<JournalTemplate> JournalTemplateServiceImpl.getStructureTemplates(long groupId, String structureId)
           
 List<JournalTemplate> JournalTemplateLocalServiceImpl.getStructureTemplates(long groupId, String structureId)
           
 List<JournalTemplate> JournalTemplateLocalServiceImpl.getStructureTemplates(long groupId, String structureId, int start, int end)
           
 List<JournalTemplate> JournalTemplateLocalServiceImpl.getTemplates()
           
 List<JournalTemplate> JournalTemplateLocalServiceImpl.getTemplates(long groupId)
           
 List<JournalTemplate> JournalTemplateLocalServiceImpl.getTemplates(long groupId, int start, int end)
           
 List<JournalTemplate> JournalTemplateLocalServiceImpl.search(long companyId, long groupId, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateLocalServiceImpl.search(long companyId, long groupId, 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.impl with parameters of type JournalTemplate
 void JournalTemplateLocalServiceImpl.addTemplateResources(JournalTemplate template, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void JournalTemplateLocalServiceImpl.addTemplateResources(JournalTemplate template, String[] communityPermissions, String[] guestPermissions)
           
 void JournalTemplateLocalServiceImpl.deleteTemplate(JournalTemplate template)
           
 

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

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

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

Methods in com.liferay.portlet.journal.service.persistence that return JournalTemplate
static JournalTemplate JournalTemplateUtil.create(long id)
          Creates a new journal template with the primary key.
 JournalTemplate JournalTemplatePersistence.create(long id)
          Creates a new journal template with the primary key.
 JournalTemplate JournalTemplatePersistenceImpl.create(long id)
          Creates a new journal template with the primary key.
static JournalTemplate JournalTemplateUtil.fetchByG_T(long groupId, String templateId)
          Finds the journal template where groupId = ? and templateId = ? or returns null if it could not be found.
 JournalTemplate JournalTemplatePersistence.fetchByG_T(long groupId, String templateId)
          Finds the journal template where groupId = ? and templateId = ? or returns null if it could not be found.
 JournalTemplate JournalTemplatePersistenceImpl.fetchByG_T(long groupId, String templateId)
          Finds 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, boolean retrieveFromCache)
          Finds the journal template where groupId = ? and templateId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalTemplate JournalTemplatePersistence.fetchByG_T(long groupId, String templateId, boolean retrieveFromCache)
          Finds the journal template where groupId = ? and templateId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalTemplate JournalTemplatePersistenceImpl.fetchByG_T(long groupId, String templateId, boolean retrieveFromCache)
          Finds the journal template where groupId = ? and templateId = ? or returns null if it could not be found, optionally using the finder cache.
static JournalTemplate JournalTemplateUtil.fetchByPrimaryKey(long id)
          Finds the journal template with the primary key or returns null if it could not be found.
 JournalTemplate JournalTemplatePersistence.fetchByPrimaryKey(long id)
          Finds the journal template with the primary key or returns null if it could not be found.
 JournalTemplate JournalTemplatePersistenceImpl.fetchByPrimaryKey(long id)
          Finds the journal template with the primary key or returns null if it could not be found.
 JournalTemplate JournalTemplatePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the journal template with the primary key or returns null if it could not be found.
static JournalTemplate JournalTemplateUtil.fetchBySmallImageId(long smallImageId)
          Finds the journal template where smallImageId = ? or returns null if it could not be found.
 JournalTemplate JournalTemplatePersistence.fetchBySmallImageId(long smallImageId)
          Finds the journal template where smallImageId = ? or returns null if it could not be found.
 JournalTemplate JournalTemplatePersistenceImpl.fetchBySmallImageId(long smallImageId)
          Finds the journal template where smallImageId = ? or returns null if it could not be found.
static JournalTemplate JournalTemplateUtil.fetchBySmallImageId(long smallImageId, boolean retrieveFromCache)
          Finds the journal template where smallImageId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalTemplate JournalTemplatePersistence.fetchBySmallImageId(long smallImageId, boolean retrieveFromCache)
          Finds the journal template where smallImageId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalTemplate JournalTemplatePersistenceImpl.fetchBySmallImageId(long smallImageId, boolean retrieveFromCache)
          Finds the journal template where smallImageId = ? or returns null if it could not be found, optionally using the finder cache.
static JournalTemplate JournalTemplateUtil.fetchByUUID_G(String uuid, long groupId)
          Finds the journal template where uuid = ? and groupId = ? or returns null if it could not be found.
 JournalTemplate JournalTemplatePersistence.fetchByUUID_G(String uuid, long groupId)
          Finds the journal template where uuid = ? and groupId = ? or returns null if it could not be found.
 JournalTemplate JournalTemplatePersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Finds 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, boolean retrieveFromCache)
          Finds the journal template where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalTemplate JournalTemplatePersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Finds the journal template where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 JournalTemplate JournalTemplatePersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Finds the journal template where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static JournalTemplate JournalTemplateUtil.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the first journal template in the ordered set where groupId = ? and structureId = ?.
 JournalTemplate JournalTemplatePersistence.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the first journal template in the ordered set where groupId = ? and structureId = ?.
 JournalTemplate JournalTemplatePersistenceImpl.findByG_S_First(long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the first journal template in the ordered set where groupId = ? and structureId = ?.
static JournalTemplate JournalTemplateUtil.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the last journal template in the ordered set where groupId = ? and structureId = ?.
 JournalTemplate JournalTemplatePersistence.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the last journal template in the ordered set where groupId = ? and structureId = ?.
 JournalTemplate JournalTemplatePersistenceImpl.findByG_S_Last(long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the last journal template in the ordered set where groupId = ? and structureId = ?.
static JournalTemplate[] JournalTemplateUtil.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the journal templates before and after the current journal template in the ordered set where groupId = ? and structureId = ?.
 JournalTemplate[] JournalTemplatePersistence.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the journal templates before and after the current journal template in the ordered set where groupId = ? and structureId = ?.
 JournalTemplate[] JournalTemplatePersistenceImpl.findByG_S_PrevAndNext(long id, long groupId, String structureId, OrderByComparator orderByComparator)
          Finds the journal templates before and after the current journal template in the ordered set where groupId = ? and structureId = ?.
static JournalTemplate JournalTemplateUtil.findByG_T(long groupId, String templateId)
          Finds the journal template where groupId = ? and templateId = ? or throws a NoSuchTemplateException if it could not be found.
 JournalTemplate JournalTemplatePersistence.findByG_T(long groupId, String templateId)
          Finds the journal template where groupId = ? and templateId = ? or throws a NoSuchTemplateException if it could not be found.
 JournalTemplate JournalTemplatePersistenceImpl.findByG_T(long groupId, String templateId)
          Finds the journal template where groupId = ? and templateId = ? or throws a NoSuchTemplateException if it could not be found.
static JournalTemplate JournalTemplateUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first journal template in the ordered set where groupId = ?.
 JournalTemplate JournalTemplatePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first journal template in the ordered set where groupId = ?.
 JournalTemplate JournalTemplatePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first journal template in the ordered set where groupId = ?.
static JournalTemplate JournalTemplateUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last journal template in the ordered set where groupId = ?.
 JournalTemplate JournalTemplatePersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last journal template in the ordered set where groupId = ?.
 JournalTemplate JournalTemplatePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last journal template in the ordered set where groupId = ?.
static JournalTemplate[] JournalTemplateUtil.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Finds the journal templates before and after the current journal template in the ordered set where groupId = ?.
 JournalTemplate[] JournalTemplatePersistence.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Finds the journal templates before and after the current journal template in the ordered set where groupId = ?.
 JournalTemplate[] JournalTemplatePersistenceImpl.findByGroupId_PrevAndNext(long id, long groupId, OrderByComparator orderByComparator)
          Finds the journal templates before and after the current journal template in the ordered set where groupId = ?.
static JournalTemplate JournalTemplateUtil.findByPrimaryKey(long id)
          Finds the journal template with the primary key or throws a NoSuchTemplateException if it could not be found.
 JournalTemplate JournalTemplatePersistence.findByPrimaryKey(long id)
          Finds the journal template with the primary key or throws a NoSuchTemplateException if it could not be found.
 JournalTemplate JournalTemplatePersistenceImpl.findByPrimaryKey(long id)
          Finds the journal template with the primary key or throws a NoSuchTemplateException if it could not be found.
 JournalTemplate JournalTemplatePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the journal template with the primary key or throws a NoSuchModelException if it could not be found.
static JournalTemplate JournalTemplateUtil.findBySmallImageId(long smallImageId)
          Finds the journal template where smallImageId = ? or throws a NoSuchTemplateException if it could not be found.
 JournalTemplate JournalTemplatePersistence.findBySmallImageId(long smallImageId)
          Finds the journal template where smallImageId = ? or throws a NoSuchTemplateException if it could not be found.
 JournalTemplate JournalTemplatePersistenceImpl.findBySmallImageId(long smallImageId)
          Finds the journal template where smallImageId = ? or throws a NoSuchTemplateException if it could not be found.
static JournalTemplate JournalTemplateUtil.findByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Finds the first journal template in the ordered set where templateId = ?.
 JournalTemplate JournalTemplatePersistence.findByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Finds the first journal template in the ordered set where templateId = ?.
 JournalTemplate JournalTemplatePersistenceImpl.findByTemplateId_First(String templateId, OrderByComparator orderByComparator)
          Finds the first journal template in the ordered set where templateId = ?.
static JournalTemplate JournalTemplateUtil.findByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Finds the last journal template in the ordered set where templateId = ?.
 JournalTemplate JournalTemplatePersistence.findByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Finds the last journal template in the ordered set where templateId = ?.
 JournalTemplate JournalTemplatePersistenceImpl.findByTemplateId_Last(String templateId, OrderByComparator orderByComparator)
          Finds the last journal template in the ordered set where templateId = ?.
static JournalTemplate[] JournalTemplateUtil.findByTemplateId_PrevAndNext(long id, String templateId, OrderByComparator orderByComparator)
          Finds the journal templates before and after the current journal template in the ordered set where templateId = ?.
 JournalTemplate[] JournalTemplatePersistence.findByTemplateId_PrevAndNext(long id, String templateId, OrderByComparator orderByComparator)
          Finds the journal templates before and after the current journal template in the ordered set where templateId = ?.
 JournalTemplate[] JournalTemplatePersistenceImpl.findByTemplateId_PrevAndNext(long id, String templateId, OrderByComparator orderByComparator)
          Finds the journal templates before and after the current journal template in the ordered set where templateId = ?.
static JournalTemplate JournalTemplateUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first journal template in the ordered set where uuid = ?.
 JournalTemplate JournalTemplatePersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first journal template in the ordered set where uuid = ?.
 JournalTemplate JournalTemplatePersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first journal template in the ordered set where uuid = ?.
static JournalTemplate JournalTemplateUtil.findByUUID_G(String uuid, long groupId)
          Finds the journal template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found.
 JournalTemplate JournalTemplatePersistence.findByUUID_G(String uuid, long groupId)
          Finds the journal template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found.
 JournalTemplate JournalTemplatePersistenceImpl.findByUUID_G(String uuid, long groupId)
          Finds the journal template where uuid = ? and groupId = ? or throws a NoSuchTemplateException if it could not be found.
static JournalTemplate JournalTemplateUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last journal template in the ordered set where uuid = ?.
 JournalTemplate JournalTemplatePersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last journal template in the ordered set where uuid = ?.
 JournalTemplate JournalTemplatePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last journal template in the ordered set where uuid = ?.
static JournalTemplate[] JournalTemplateUtil.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Finds the journal templates before and after the current journal template in the ordered set where uuid = ?.
 JournalTemplate[] JournalTemplatePersistence.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Finds the journal templates before and after the current journal template in the ordered set where uuid = ?.
 JournalTemplate[] JournalTemplatePersistenceImpl.findByUuid_PrevAndNext(long id, String uuid, OrderByComparator orderByComparator)
          Finds the journal templates before and after the current journal template in the ordered set where uuid = ?.
protected  JournalTemplate JournalTemplatePersistenceImpl.getByG_S_PrevAndNext(Session session, JournalTemplate journalTemplate, long groupId, String structureId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalTemplate JournalTemplatePersistenceImpl.getByGroupId_PrevAndNext(Session session, JournalTemplate journalTemplate, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalTemplate JournalTemplatePersistenceImpl.getByTemplateId_PrevAndNext(Session session, JournalTemplate journalTemplate, String templateId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalTemplate JournalTemplatePersistenceImpl.getByUuid_PrevAndNext(Session session, JournalTemplate journalTemplate, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static JournalTemplate JournalTemplateUtil.remove(JournalTemplate journalTemplate)
           
static JournalTemplate JournalTemplateUtil.remove(long id)
          Removes the journal template with the primary key from the database.
 JournalTemplate JournalTemplatePersistence.remove(long id)
          Removes the journal template with the primary key from the database.
 JournalTemplate JournalTemplatePersistenceImpl.remove(long id)
          Removes the journal template with the primary key from the database.
 JournalTemplate JournalTemplatePersistenceImpl.remove(Serializable primaryKey)
          Removes the journal template with the primary key from the database.
protected  JournalTemplate JournalTemplatePersistenceImpl.removeImpl(JournalTemplate journalTemplate)
           
protected  JournalTemplate JournalTemplatePersistenceImpl.toUnwrappedModel(JournalTemplate journalTemplate)
           
static JournalTemplate JournalTemplateUtil.update(JournalTemplate journalTemplate, boolean merge)
           
static JournalTemplate JournalTemplateUtil.update(JournalTemplate journalTemplate, boolean merge, ServiceContext serviceContext)
           
static JournalTemplate JournalTemplateUtil.updateImpl(JournalTemplate journalTemplate, boolean merge)
           
 JournalTemplate JournalTemplatePersistence.updateImpl(JournalTemplate journalTemplate, boolean merge)
           
 JournalTemplate JournalTemplatePersistenceImpl.updateImpl(JournalTemplate journalTemplate, boolean merge)
           
 

Methods in com.liferay.portlet.journal.service.persistence that return types with arguments of type JournalTemplate
static List<JournalTemplate> JournalTemplateUtil.filterFindByG_S(long groupId, String structureId)
          Filters by the user's permissions and finds all the journal templates where groupId = ? and structureId = ?.
 List<JournalTemplate> JournalTemplatePersistence.filterFindByG_S(long groupId, String structureId)
          Filters by the user's permissions and finds all the journal templates where groupId = ? and structureId = ?.
 List<JournalTemplate> JournalTemplatePersistenceImpl.filterFindByG_S(long groupId, String structureId)
          Filters by the user's permissions and finds all the journal templates where groupId = ? and structureId = ?.
static List<JournalTemplate> JournalTemplateUtil.filterFindByG_S(long groupId, String structureId, int start, int end)
          Filters by the user's permissions and finds a range of all the journal templates where groupId = ? and structureId = ?.
 List<JournalTemplate> JournalTemplatePersistence.filterFindByG_S(long groupId, String structureId, int start, int end)
          Filters by the user's permissions and finds a range of all the journal templates where groupId = ? and structureId = ?.
 List<JournalTemplate> JournalTemplatePersistenceImpl.filterFindByG_S(long groupId, String structureId, int start, int end)
          Filters by the user's permissions and finds a range of all the journal templates where groupId = ? and structureId = ?.
static List<JournalTemplate> JournalTemplateUtil.filterFindByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal templates where groupId = ? and structureId = ?.
 List<JournalTemplate> JournalTemplatePersistence.filterFindByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal templates where groupId = ? and structureId = ?.
 List<JournalTemplate> JournalTemplatePersistenceImpl.filterFindByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal templates where groupId = ? and structureId = ?.
static List<JournalTemplate> JournalTemplateUtil.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the journal templates where groupId = ?.
 List<JournalTemplate> JournalTemplatePersistence.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the journal templates where groupId = ?.
 List<JournalTemplate> JournalTemplatePersistenceImpl.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the journal templates where groupId = ?.
static List<JournalTemplate> JournalTemplateUtil.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the journal templates where groupId = ?.
 List<JournalTemplate> JournalTemplatePersistence.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the journal templates where groupId = ?.
 List<JournalTemplate> JournalTemplatePersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the journal templates where groupId = ?.
static List<JournalTemplate> JournalTemplateUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal templates where groupId = ?.
 List<JournalTemplate> JournalTemplatePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal templates where groupId = ?.
 List<JournalTemplate> JournalTemplatePersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the journal templates where groupId = ?.
static List<JournalTemplate> JournalTemplateUtil.findAll()
          Finds all the journal templates.
 List<JournalTemplate> JournalTemplatePersistence.findAll()
          Finds all the journal templates.
 List<JournalTemplate> JournalTemplatePersistenceImpl.findAll()
          Finds all the journal templates.
static List<JournalTemplate> JournalTemplateUtil.findAll(int start, int end)
          Finds a range of all the journal templates.
 List<JournalTemplate> JournalTemplatePersistence.findAll(int start, int end)
          Finds a range of all the journal templates.
 List<JournalTemplate> JournalTemplatePersistenceImpl.findAll(int start, int end)
          Finds a range of all the journal templates.
static List<JournalTemplate> JournalTemplateUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal templates.
 List<JournalTemplate> JournalTemplatePersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal templates.
 List<JournalTemplate> JournalTemplatePersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal templates.
static List<JournalTemplate> JournalTemplateFinderUtil.findByC_G_T_S_N_D(long companyId, long groupId, String[] templateIds, String structureId, String structureIdComparator, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateFinder.findByC_G_T_S_N_D(long companyId, long groupId, String[] templateIds, String structureId, String structureIdComparator, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateFinderImpl.findByC_G_T_S_N_D(long companyId, long groupId, String[] templateIds, String structureId, String structureIdComparator, String[] names, String[] descriptions, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalTemplate> JournalTemplateFinderUtil.findByC_G_T_S_N_D(long companyId, long groupId, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateFinder.findByC_G_T_S_N_D(long companyId, long groupId, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateFinderImpl.findByC_G_T_S_N_D(long companyId, long groupId, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
           
static List<JournalTemplate> JournalTemplateUtil.findByG_S(long groupId, String structureId)
          Finds all the journal templates where groupId = ? and structureId = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByG_S(long groupId, String structureId)
          Finds all the journal templates where groupId = ? and structureId = ?.
 List<JournalTemplate> JournalTemplatePersistenceImpl.findByG_S(long groupId, String structureId)
          Finds all the journal templates where groupId = ? and structureId = ?.
static List<JournalTemplate> JournalTemplateUtil.findByG_S(long groupId, String structureId, int start, int end)
          Finds a range of all the journal templates where groupId = ? and structureId = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByG_S(long groupId, String structureId, int start, int end)
          Finds a range of all the journal templates where groupId = ? and structureId = ?.
 List<JournalTemplate> JournalTemplatePersistenceImpl.findByG_S(long groupId, String structureId, int start, int end)
          Finds 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, OrderByComparator orderByComparator)
          Finds an ordered 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)
          Finds an ordered range of all the journal templates where groupId = ? and structureId = ?.
 List<JournalTemplate> JournalTemplatePersistenceImpl.findByG_S(long groupId, String structureId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal templates where groupId = ? and structureId = ?.
static List<JournalTemplate> JournalTemplateUtil.findByGroupId(long groupId)
          Finds all the journal templates where groupId = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByGroupId(long groupId)
          Finds all the journal templates where groupId = ?.
 List<JournalTemplate> JournalTemplatePersistenceImpl.findByGroupId(long groupId)
          Finds all the journal templates where groupId = ?.
static List<JournalTemplate> JournalTemplateUtil.findByGroupId(long groupId, int start, int end)
          Finds a range of all the journal templates where groupId = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByGroupId(long groupId, int start, int end)
          Finds a range of all the journal templates where groupId = ?.
 List<JournalTemplate> JournalTemplatePersistenceImpl.findByGroupId(long groupId, int start, int end)
          Finds a range of all the journal templates where groupId = ?.
static List<JournalTemplate> JournalTemplateUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal templates where groupId = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal templates where groupId = ?.
 List<JournalTemplate> JournalTemplatePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal templates where groupId = ?.
static List<JournalTemplate> JournalTemplateFinderUtil.findByKeywords(long companyId, long groupId, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateFinder.findByKeywords(long companyId, long groupId, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
 List<JournalTemplate> JournalTemplateFinderImpl.findByKeywords(long companyId, long groupId, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
           
static List<JournalTemplate> JournalTemplateUtil.findByTemplateId(String templateId)
          Finds all the journal templates where templateId = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByTemplateId(String templateId)
          Finds all the journal templates where templateId = ?.
 List<JournalTemplate> JournalTemplatePersistenceImpl.findByTemplateId(String templateId)
          Finds all the journal templates where templateId = ?.
static List<JournalTemplate> JournalTemplateUtil.findByTemplateId(String templateId, int start, int end)
          Finds a range of all the journal templates where templateId = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByTemplateId(String templateId, int start, int end)
          Finds a range of all the journal templates where templateId = ?.
 List<JournalTemplate> JournalTemplatePersistenceImpl.findByTemplateId(String templateId, int start, int end)
          Finds a range of all the journal templates where templateId = ?.
static List<JournalTemplate> JournalTemplateUtil.findByTemplateId(String templateId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal templates where templateId = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByTemplateId(String templateId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal templates where templateId = ?.
 List<JournalTemplate> JournalTemplatePersistenceImpl.findByTemplateId(String templateId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal templates where templateId = ?.
static List<JournalTemplate> JournalTemplateUtil.findByUuid(String uuid)
          Finds all the journal templates where uuid = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByUuid(String uuid)
          Finds all the journal templates where uuid = ?.
 List<JournalTemplate> JournalTemplatePersistenceImpl.findByUuid(String uuid)
          Finds all the journal templates where uuid = ?.
static List<JournalTemplate> JournalTemplateUtil.findByUuid(String uuid, int start, int end)
          Finds a range of all the journal templates where uuid = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByUuid(String uuid, int start, int end)
          Finds a range of all the journal templates where uuid = ?.
 List<JournalTemplate> JournalTemplatePersistenceImpl.findByUuid(String uuid, int start, int end)
          Finds a range of all the journal templates where uuid = ?.
static List<JournalTemplate> JournalTemplateUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal templates where uuid = ?.
 List<JournalTemplate> JournalTemplatePersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the journal templates where uuid = ?.
 List<JournalTemplate> JournalTemplatePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds 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
static void JournalTemplateUtil.cacheResult(JournalTemplate journalTemplate)
          Caches the journal template in the entity cache if it is enabled.
 void JournalTemplatePersistence.cacheResult(JournalTemplate journalTemplate)
          Caches the journal template in the entity cache if it is enabled.
 void JournalTemplatePersistenceImpl.cacheResult(JournalTemplate journalTemplate)
          Caches the journal template in the entity cache if it is enabled.
static void JournalTemplateUtil.clearCache(JournalTemplate journalTemplate)
           
 void JournalTemplatePersistenceImpl.clearCache(JournalTemplate journalTemplate)
          Clears the cache for the journal template.
protected  JournalTemplate JournalTemplatePersistenceImpl.getByG_S_PrevAndNext(Session session, JournalTemplate journalTemplate, long groupId, String structureId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalTemplate JournalTemplatePersistenceImpl.getByGroupId_PrevAndNext(Session session, JournalTemplate journalTemplate, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalTemplate JournalTemplatePersistenceImpl.getByTemplateId_PrevAndNext(Session session, JournalTemplate journalTemplate, String templateId, OrderByComparator orderByComparator, boolean previous)
           
protected  JournalTemplate JournalTemplatePersistenceImpl.getByUuid_PrevAndNext(Session session, JournalTemplate journalTemplate, String uuid, OrderByComparator orderByComparator, boolean previous)
           
static JournalTemplate JournalTemplateUtil.remove(JournalTemplate journalTemplate)
           
protected  JournalTemplate JournalTemplatePersistenceImpl.removeImpl(JournalTemplate journalTemplate)
           
protected  JournalTemplate JournalTemplatePersistenceImpl.toUnwrappedModel(JournalTemplate journalTemplate)
           
static JournalTemplate JournalTemplateUtil.update(JournalTemplate journalTemplate, boolean merge)
           
static JournalTemplate JournalTemplateUtil.update(JournalTemplate journalTemplate, boolean merge, ServiceContext serviceContext)
           
static JournalTemplate JournalTemplateUtil.updateImpl(JournalTemplate journalTemplate, boolean merge)
           
 JournalTemplate JournalTemplatePersistence.updateImpl(JournalTemplate journalTemplate, boolean merge)
           
 JournalTemplate JournalTemplatePersistenceImpl.updateImpl(JournalTemplate journalTemplate, boolean merge)
           
 

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

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

Methods in com.liferay.portlet.journal.util that return types with arguments of type JournalTemplate
static Stack<JournalTemplate> JournalUtil.getRecentTemplates(PortletRequest portletRequest)
           
 

Methods in com.liferay.portlet.journal.util with parameters of type JournalTemplate
static void JournalUtil.addRecentTemplate(PortletRequest portletRequest, JournalTemplate template)
           
static String JournalUtil.getTemplateScript(JournalTemplate template, Map<String,String> tokens, String languageId, boolean transform)
           
 

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

Methods in com.liferay.portlet.journal.webdav with parameters of type JournalTemplate
protected  Resource JournalWebDAVStorageImpl.toResource(WebDAVRequest webDavRequest, JournalTemplate template, boolean appendPath)
           
 

Constructors in com.liferay.portlet.journal.webdav with parameters of type JournalTemplate
JournalTemplateResourceImpl(JournalTemplate template, String parentPath, String name)
           
 


Liferay 6.0.5