Liferay 6.0.5

com.liferay.portlet.journal.service.impl
Class JournalTemplateServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.base.PrincipalBean
      extended by com.liferay.portlet.journal.service.base.JournalTemplateServiceBaseImpl
          extended by com.liferay.portlet.journal.service.impl.JournalTemplateServiceImpl
All Implemented Interfaces:
JournalTemplateService

public class JournalTemplateServiceImpl
extends JournalTemplateServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.journal.service.base.JournalTemplateServiceBaseImpl
counterLocalService, expandoValueLocalService, expandoValuePersistence, expandoValueService, imageLocalService, imagePersistence, imageService, journalArticleFinder, journalArticleImageLocalService, journalArticleImagePersistence, journalArticleLocalService, journalArticlePersistence, journalArticleResourceLocalService, journalArticleResourcePersistence, journalArticleService, journalContentSearchLocalService, journalContentSearchPersistence, journalFeedFinder, journalFeedLocalService, journalFeedPersistence, journalFeedService, journalStructureFinder, journalStructureLocalService, journalStructurePersistence, journalStructureService, journalTemplateFinder, journalTemplateLocalService, journalTemplatePersistence, journalTemplateService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService, webDAVPropsLocalService, webDAVPropsPersistence
 
Fields inherited from class com.liferay.portal.service.base.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
JournalTemplateServiceImpl()
           
 
Method Summary
 JournalTemplate 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 addTemplate(long groupId, String templateId, boolean autoTemplateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
 JournalTemplate copyTemplate(long groupId, String oldTemplateId, String newTemplateId, boolean autoTemplateId)
           
 void deleteTemplate(long groupId, String templateId)
           
 List<JournalTemplate> getStructureTemplates(long groupId, String structureId)
           
 JournalTemplate getTemplate(long groupId, String templateId)
           
 JournalTemplate 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 updateTemplate(long groupId, String templateId, String structureId, String name, String description, String xsl, boolean formatXsl, String langType, boolean cacheable, ServiceContext serviceContext)
           
 
Methods inherited from class com.liferay.portlet.journal.service.base.JournalTemplateServiceBaseImpl
getCounterLocalService, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, getImageLocalService, getImagePersistence, getImageService, getJournalArticleFinder, getJournalArticleImageLocalService, getJournalArticleImagePersistence, getJournalArticleLocalService, getJournalArticlePersistence, getJournalArticleResourceLocalService, getJournalArticleResourcePersistence, getJournalArticleService, getJournalContentSearchLocalService, getJournalContentSearchPersistence, getJournalFeedFinder, getJournalFeedLocalService, getJournalFeedPersistence, getJournalFeedService, getJournalStructureFinder, getJournalStructureLocalService, getJournalStructurePersistence, getJournalStructureService, getJournalTemplateFinder, getJournalTemplateLocalService, getJournalTemplatePersistence, getJournalTemplateService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, getWebDAVPropsLocalService, getWebDAVPropsPersistence, runSQL, setCounterLocalService, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService, setImageLocalService, setImagePersistence, setImageService, setJournalArticleFinder, setJournalArticleImageLocalService, setJournalArticleImagePersistence, setJournalArticleLocalService, setJournalArticlePersistence, setJournalArticleResourceLocalService, setJournalArticleResourcePersistence, setJournalArticleService, setJournalContentSearchLocalService, setJournalContentSearchPersistence, setJournalFeedFinder, setJournalFeedLocalService, setJournalFeedPersistence, setJournalFeedService, setJournalStructureFinder, setJournalStructureLocalService, setJournalStructurePersistence, setJournalStructureService, setJournalTemplateFinder, setJournalTemplateLocalService, setJournalTemplatePersistence, setJournalTemplateService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, setWebDAVPropsLocalService, setWebDAVPropsPersistence
 
Methods inherited from class com.liferay.portal.service.base.PrincipalBean
getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalTemplateServiceImpl

public JournalTemplateServiceImpl()
Method Detail

addTemplate

public JournalTemplate addTemplate(long groupId,
                                   String templateId,
                                   boolean autoTemplateId,
                                   String structureId,
                                   String name,
                                   String description,
                                   String xsl,
                                   boolean formatXsl,
                                   String langType,
                                   boolean cacheable,
                                   ServiceContext serviceContext)
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

addTemplate

public JournalTemplate 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)
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

copyTemplate

public JournalTemplate copyTemplate(long groupId,
                                    String oldTemplateId,
                                    String newTemplateId,
                                    boolean autoTemplateId)
                             throws PortalException,
                                    SystemException
Throws:
PortalException
SystemException

deleteTemplate

public void deleteTemplate(long groupId,
                           String templateId)
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

getStructureTemplates

public List<JournalTemplate> getStructureTemplates(long groupId,
                                                   String structureId)
                                            throws PortalException,
                                                   SystemException
Throws:
PortalException
SystemException

getTemplate

public JournalTemplate getTemplate(long groupId,
                                   String templateId)
                            throws PortalException,
                                   SystemException
Throws:
PortalException
SystemException

updateTemplate

public JournalTemplate updateTemplate(long groupId,
                                      String templateId,
                                      String structureId,
                                      String name,
                                      String description,
                                      String xsl,
                                      boolean formatXsl,
                                      String langType,
                                      boolean cacheable,
                                      ServiceContext serviceContext)
                               throws PortalException,
                                      SystemException
Throws:
PortalException
SystemException

updateTemplate

public JournalTemplate 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)
                               throws PortalException,
                                      SystemException
Throws:
PortalException
SystemException

Liferay 6.0.5