Liferay 6.2-ce-ga5

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.http   
com.liferay.portlet.journal.service.impl   
com.liferay.portlet.journal.service.permission   
com.liferay.portlet.journal.util   
com.liferay.portlet.journal.webdav   
 

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

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

Methods in com.liferay.portlet.journal.model with parameters of type JournalTemplate
 int JournalTemplateAdapter.compareTo(JournalTemplate journalTemplate)
           
 void JournalTemplate.setExpandoBridgeAttributes(JournalTemplate journalTemplate)
           
 void JournalTemplateAdapter.setExpandoBridgeAttributes(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)
           
 

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

Methods in com.liferay.portlet.journal.service that return JournalTemplate
 JournalTemplate JournalTemplateLocalService.addJournalTemplate(JournalTemplate template)
          Deprecated.  
static JournalTemplate JournalTemplateLocalServiceUtil.addJournalTemplate(JournalTemplate template)
          Deprecated.  
 JournalTemplate JournalTemplateLocalServiceWrapper.addJournalTemplate(JournalTemplate template)
          Deprecated.  
 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)
          Deprecated.  
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)
          Deprecated.  
 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)
          Deprecated.  
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)
          Deprecated.  
 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)
          Deprecated.  
 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)
          Deprecated.  
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)
          Deprecated.  
 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)
          Deprecated.  
 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)
          Deprecated.  
 JournalTemplate JournalTemplateLocalService.copyTemplate(long userId, long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
          Deprecated.  
static JournalTemplate JournalTemplateLocalServiceUtil.copyTemplate(long userId, long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
          Deprecated.  
 JournalTemplate JournalTemplateLocalServiceWrapper.copyTemplate(long userId, long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
          Deprecated.  
static JournalTemplate JournalTemplateServiceUtil.copyTemplate(long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
          Deprecated.  
 JournalTemplate JournalTemplateServiceWrapper.copyTemplate(long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
          Deprecated.  
 JournalTemplate JournalTemplateService.copyTemplate(long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
          Deprecated.  
 JournalTemplate JournalTemplateLocalService.createJournalTemplate(long id)
          Deprecated.  
static JournalTemplate JournalTemplateLocalServiceUtil.createJournalTemplate(long id)
          Deprecated.  
 JournalTemplate JournalTemplateLocalServiceWrapper.createJournalTemplate(long id)
          Deprecated.  
static JournalTemplate JournalTemplateServiceUtil.getTemplate(long groupId, String templateId)
          Deprecated.  
 JournalTemplate JournalTemplateLocalService.getTemplate(long groupId, String templateId)
          Deprecated.  
static JournalTemplate JournalTemplateLocalServiceUtil.getTemplate(long groupId, String templateId)
          Deprecated.  
 JournalTemplate JournalTemplateServiceWrapper.getTemplate(long groupId, String templateId)
          Deprecated.  
 JournalTemplate JournalTemplateLocalServiceWrapper.getTemplate(long groupId, String templateId)
          Deprecated.  
 JournalTemplate JournalTemplateService.getTemplate(long groupId, String templateId)
          Deprecated.  
static JournalTemplate JournalTemplateServiceUtil.getTemplate(long groupId, String templateId, boolean includeGlobalTemplates)
          Deprecated.  
 JournalTemplate JournalTemplateLocalService.getTemplate(long groupId, String templateId, boolean includeGlobalTemplates)
          Deprecated.  
static JournalTemplate JournalTemplateLocalServiceUtil.getTemplate(long groupId, String templateId, boolean includeGlobalTemplates)
          Deprecated.  
 JournalTemplate JournalTemplateServiceWrapper.getTemplate(long groupId, String templateId, boolean includeGlobalTemplates)
          Deprecated.  
 JournalTemplate JournalTemplateLocalServiceWrapper.getTemplate(long groupId, String templateId, boolean includeGlobalTemplates)
          Deprecated.  
 JournalTemplate JournalTemplateService.getTemplate(long groupId, String templateId, boolean includeGlobalTemplates)
          Deprecated.  
 JournalTemplate JournalTemplateLocalService.getTemplateBySmallImageId(long smallImageId)
          Deprecated.  
static JournalTemplate JournalTemplateLocalServiceUtil.getTemplateBySmallImageId(long smallImageId)
          Deprecated.  
 JournalTemplate JournalTemplateLocalServiceWrapper.getTemplateBySmallImageId(long smallImageId)
          Deprecated.  
 JournalTemplate JournalTemplateLocalService.updateJournalTemplate(JournalTemplate template)
          Deprecated.  
static JournalTemplate JournalTemplateLocalServiceUtil.updateJournalTemplate(JournalTemplate template)
          Deprecated.  
 JournalTemplate JournalTemplateLocalServiceWrapper.updateJournalTemplate(JournalTemplate template)
          Deprecated.  
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)
          Deprecated.  
 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)
          Deprecated.  
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)
          Deprecated.  
 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)
          Deprecated.  
 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)
          Deprecated.  
 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)
          Deprecated.  
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)
          Deprecated.  
 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)
          Deprecated.  
 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)
          Deprecated.  
 

Methods in com.liferay.portlet.journal.service that return types with arguments of type JournalTemplate
static List<JournalTemplate> JournalTemplateServiceUtil.getStructureTemplates(long groupId, String structureId)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalService.getStructureTemplates(long groupId, String structureId)
          Deprecated.  
static List<JournalTemplate> JournalTemplateLocalServiceUtil.getStructureTemplates(long groupId, String structureId)
          Deprecated.  
 List<JournalTemplate> JournalTemplateServiceWrapper.getStructureTemplates(long groupId, String structureId)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.getStructureTemplates(long groupId, String structureId)
          Deprecated.  
 List<JournalTemplate> JournalTemplateService.getStructureTemplates(long groupId, String structureId)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalService.getStructureTemplates(long groupId, String structureId, boolean includeGlobalTemplates)
          Deprecated.  
static List<JournalTemplate> JournalTemplateLocalServiceUtil.getStructureTemplates(long groupId, String structureId, boolean includeGlobalTemplates)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.getStructureTemplates(long groupId, String structureId, boolean includeGlobalTemplates)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalService.getStructureTemplates(long groupId, String structureId, int start, int end)
          Deprecated.  
static List<JournalTemplate> JournalTemplateLocalServiceUtil.getStructureTemplates(long groupId, String structureId, int start, int end)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.getStructureTemplates(long groupId, String structureId, int start, int end)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalService.getTemplates()
          Deprecated.  
static List<JournalTemplate> JournalTemplateLocalServiceUtil.getTemplates()
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.getTemplates()
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalService.getTemplates(long groupId)
          Deprecated.  
static List<JournalTemplate> JournalTemplateLocalServiceUtil.getTemplates(long groupId)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.getTemplates(long groupId)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalService.getTemplates(long groupId, int start, int end)
          Deprecated.  
static List<JournalTemplate> JournalTemplateLocalServiceUtil.getTemplates(long groupId, int start, int end)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.getTemplates(long groupId, int start, int end)
          Deprecated.  
static List<JournalTemplate> JournalTemplateServiceUtil.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalService.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
          Deprecated.  
static List<JournalTemplate> JournalTemplateLocalServiceUtil.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalTemplate> JournalTemplateServiceWrapper.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalServiceWrapper.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalTemplate> JournalTemplateService.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
          Deprecated.  
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)
          Deprecated.  
 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)
          Deprecated.  
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)
          Deprecated.  
 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)
          Deprecated.  
 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)
          Deprecated.  
 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)
          Deprecated.  
 

Methods in com.liferay.portlet.journal.service with parameters of type JournalTemplate
 JournalTemplate JournalTemplateLocalService.addJournalTemplate(JournalTemplate template)
          Deprecated.  
static JournalTemplate JournalTemplateLocalServiceUtil.addJournalTemplate(JournalTemplate template)
          Deprecated.  
 JournalTemplate JournalTemplateLocalServiceWrapper.addJournalTemplate(JournalTemplate template)
          Deprecated.  
 void JournalTemplateLocalService.addTemplateResources(JournalTemplate template, boolean addGroupPermissions, boolean addGuestPermissions)
          Deprecated.  
static void JournalTemplateLocalServiceUtil.addTemplateResources(JournalTemplate template, boolean addGroupPermissions, boolean addGuestPermissions)
          Deprecated.  
 void JournalTemplateLocalServiceWrapper.addTemplateResources(JournalTemplate template, boolean addGroupPermissions, boolean addGuestPermissions)
          Deprecated.  
 void JournalTemplateLocalService.addTemplateResources(JournalTemplate template, String[] groupPermissions, String[] guestPermissions)
          Deprecated.  
static void JournalTemplateLocalServiceUtil.addTemplateResources(JournalTemplate template, String[] groupPermissions, String[] guestPermissions)
          Deprecated.  
 void JournalTemplateLocalServiceWrapper.addTemplateResources(JournalTemplate template, String[] groupPermissions, String[] guestPermissions)
          Deprecated.  
 void JournalTemplateLocalService.deleteTemplate(JournalTemplate template)
          Deprecated.  
static void JournalTemplateLocalServiceUtil.deleteTemplate(JournalTemplate template)
          Deprecated.  
 void JournalTemplateLocalServiceWrapper.deleteTemplate(JournalTemplate template)
          Deprecated.  
 JournalTemplate JournalTemplateLocalService.updateJournalTemplate(JournalTemplate template)
          Deprecated.  
static JournalTemplate JournalTemplateLocalServiceUtil.updateJournalTemplate(JournalTemplate template)
          Deprecated.  
 JournalTemplate JournalTemplateLocalServiceWrapper.updateJournalTemplate(JournalTemplate template)
          Deprecated.  
 

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, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsl, boolean formatXsl, String langType, boolean cacheable, boolean smallImage, String smallImageURL, File smallFile, ServiceContext serviceContext)
          Deprecated.  
static JournalTemplate JournalTemplateServiceHttp.addTemplate(HttpPrincipal httpPrincipal, 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)
          Deprecated.  
static JournalTemplate JournalTemplateServiceHttp.copyTemplate(HttpPrincipal httpPrincipal, long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
          Deprecated.  
static JournalTemplate JournalTemplateServiceHttp.getTemplate(HttpPrincipal httpPrincipal, long groupId, String templateId)
          Deprecated.  
static JournalTemplate JournalTemplateServiceHttp.getTemplate(HttpPrincipal httpPrincipal, long groupId, String templateId, boolean includeGlobalTemplates)
          Deprecated.  
static JournalTemplate JournalTemplateServiceHttp.updateTemplate(HttpPrincipal httpPrincipal, 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)
          Deprecated.  
static JournalTemplate JournalTemplateServiceHttp.updateTemplate(HttpPrincipal httpPrincipal, long groupId, String templateId, String structureId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
          Deprecated.  
 

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)
          Deprecated.  
static List<JournalTemplate> JournalTemplateServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
          Deprecated.  
static List<JournalTemplate> JournalTemplateServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
          Deprecated.  
 

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

Methods in com.liferay.portlet.journal.service.impl that return JournalTemplate
 JournalTemplate JournalTemplateLocalServiceImpl.addJournalTemplate(JournalTemplate template)
          Deprecated.  
 JournalTemplate JournalTemplateLocalServiceImpl.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)
          Deprecated.  
 JournalTemplate JournalTemplateServiceImpl.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)
          Deprecated.  
 JournalTemplate JournalTemplateServiceImpl.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)
          Deprecated.  
 JournalTemplate JournalTemplateLocalServiceImpl.copyTemplate(long userId, long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
          Deprecated.  
 JournalTemplate JournalTemplateServiceImpl.copyTemplate(long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
          Deprecated.  
 JournalTemplate JournalTemplateLocalServiceImpl.createJournalTemplate(long id)
          Deprecated.  
protected  JournalTemplate JournalTemplateLocalServiceImpl.doGetTemplate(long groupId, String templateId)
          Deprecated.  
protected  JournalTemplate JournalTemplateLocalServiceImpl.fetchTemplate(long groupId, String templateId)
          Deprecated.  
 JournalTemplate JournalTemplateServiceImpl.getTemplate(long groupId, String templateId)
          Deprecated.  
 JournalTemplate JournalTemplateLocalServiceImpl.getTemplate(long groupId, String templateId)
          Deprecated.  
 JournalTemplate JournalTemplateServiceImpl.getTemplate(long groupId, String templateId, boolean includeGlobalTemplates)
          Deprecated.  
 JournalTemplate JournalTemplateLocalServiceImpl.getTemplate(long groupId, String templateId, boolean includeGlobalTemplates)
          Deprecated.  
 JournalTemplate JournalTemplateLocalServiceImpl.getTemplateBySmallImageId(long smallImageId)
          Deprecated.  
 JournalTemplate JournalTemplateLocalServiceImpl.updateJournalTemplate(JournalTemplate template)
          Deprecated.  
protected  JournalTemplate JournalTemplateLocalServiceImpl.updateTemplate(JournalTemplate template)
          Deprecated.  
 JournalTemplate JournalTemplateServiceImpl.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)
          Deprecated.  
 JournalTemplate JournalTemplateLocalServiceImpl.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)
          Deprecated.  
 JournalTemplate JournalTemplateServiceImpl.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)
          Deprecated.  
 

Methods in com.liferay.portlet.journal.service.impl that return types with arguments of type JournalTemplate
protected  List<JournalTemplate> JournalTemplateLocalServiceImpl.doGetTemplates(long groupId)
          Deprecated.  
protected  List<JournalTemplate> JournalTemplateLocalServiceImpl.doGetTemplates(long groupId, int start, int end)
          Deprecated.  
 List<JournalTemplate> JournalTemplateServiceImpl.getStructureTemplates(long groupId, String structureId)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalServiceImpl.getStructureTemplates(long groupId, String structureId)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalServiceImpl.getStructureTemplates(long groupId, String structureId, boolean includeGlobalTemplates)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalServiceImpl.getStructureTemplates(long groupId, String structureId, int start, int end)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalServiceImpl.getTemplates()
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalServiceImpl.getTemplates(long groupId)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalServiceImpl.getTemplates(long groupId, int start, int end)
          Deprecated.  
 List<JournalTemplate> JournalTemplateServiceImpl.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalServiceImpl.search(long companyId, long[] groupIds, String keywords, String structureId, String structureIdComparator, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalTemplate> JournalTemplateServiceImpl.search(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
          Deprecated.  
 List<JournalTemplate> JournalTemplateLocalServiceImpl.search(long companyId, long[] groupIds, String templateId, String structureId, String structureIdComparator, String name, String description, boolean andOperator, int start, int end, OrderByComparator obc)
          Deprecated.  
 

Methods in com.liferay.portlet.journal.service.impl with parameters of type JournalTemplate
 JournalTemplate JournalTemplateLocalServiceImpl.addJournalTemplate(JournalTemplate template)
          Deprecated.  
 void JournalTemplateLocalServiceImpl.addTemplateResources(JournalTemplate template, boolean addGroupPermissions, boolean addGuestPermissions)
          Deprecated.  
 void JournalTemplateLocalServiceImpl.addTemplateResources(JournalTemplate template, String[] groupPermissions, String[] guestPermissions)
          Deprecated.  
 void JournalTemplateLocalServiceImpl.deleteTemplate(JournalTemplate template)
          Deprecated.  
protected  DDMTemplate JournalTemplateLocalServiceImpl.getDDMTemplate(JournalTemplate template)
          Deprecated.  
protected  String JournalTemplateLocalServiceImpl.getUuid(JournalTemplate template)
          Deprecated.  
 JournalTemplate JournalTemplateLocalServiceImpl.updateJournalTemplate(JournalTemplate template)
          Deprecated.  
protected  JournalTemplate JournalTemplateLocalServiceImpl.updateTemplate(JournalTemplate template)
          Deprecated.  
 

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.util
 

Methods in com.liferay.portlet.journal.util that return types with arguments of type JournalTemplate
static List<JournalTemplate> JournalUtil.toJournalTemplates(List<DDMTemplate> ddmTemplates)
           
 

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

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


Liferay 6.2-ce-ga5