Liferay 6.2-ce-ga2

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

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

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

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

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


Liferay 6.2-ce-ga2