org.seasar.tuigwaa.cms
クラス ContentsServiceImpl

java.lang.Object
  拡張org.seasar.tuigwaa.cms.ContentsServiceImpl
すべての実装インタフェース:
ContentsService

public class ContentsServiceImpl
extends Object
implements ContentsService

作成者:
nishioka

コンストラクタの概要
ContentsServiceImpl(ContentsStoreService slideService)
           
 
メソッドの概要
 void backup(String siteName, String backupDirectory)
           
 Page convert(String siteName, String pagePath, String srcContentType, Object srcContent, int targetContentType)
           
 Page convert(String siteName, String pagePath, String srcContentType, Object srcContent, int targetContentType, boolean newRequest)
           
 void copySite(String srcSiteName, String destSiteName)
           
 void createFolder(SiteConfig siteConfig, String folderPath)
           
 void createSite(SiteConfig siteConfig)
           
 void deleteSite(String siteName)
           
 Page doConvert(Page page, int contentType, boolean newRequest)
           
 Page getPage(String siteName, String pagePath, int contentType)
           
 PageComponent getPageComponent()
           
 void restore(String siteName, String backupDirectory)
           
 void savePage(String siteName, String path, String contentType, Properties props, String content, String editVersion, String sectionId)
           
 void setInitPagePath(String initPagePath)
           
 void setMenuPagePath(String menuPagePath)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ContentsServiceImpl

public ContentsServiceImpl(ContentsStoreService slideService)
メソッドの詳細

setInitPagePath

public void setInitPagePath(String initPagePath)

setMenuPagePath

public void setMenuPagePath(String menuPagePath)

getPageComponent

public PageComponent getPageComponent()
                               throws TgwSecurityException,
                                      TgwResourceNotFoundException
定義:
インタフェース ContentsService 内の getPageComponent
例外:
TgwSecurityException
TgwResourceNotFoundException

savePage

public void savePage(String siteName,
                     String path,
                     String contentType,
                     Properties props,
                     String content,
                     String editVersion,
                     String sectionId)
              throws TgwPageConflictException,
                     TgwResourceAlreadyExistsException,
                     TgwSecurityException
定義:
インタフェース ContentsService 内の savePage
例外:
TgwPageConflictException
TgwResourceAlreadyExistsException
TgwSecurityException

getPage

public Page getPage(String siteName,
                    String pagePath,
                    int contentType)
             throws TgwSecurityException
定義:
インタフェース ContentsService 内の getPage
例外:
TgwSecurityException

convert

public Page convert(String siteName,
                    String pagePath,
                    String srcContentType,
                    Object srcContent,
                    int targetContentType)
定義:
インタフェース ContentsService 内の convert

convert

public Page convert(String siteName,
                    String pagePath,
                    String srcContentType,
                    Object srcContent,
                    int targetContentType,
                    boolean newRequest)
定義:
インタフェース ContentsService 内の convert

doConvert

public Page doConvert(Page page,
                      int contentType,
                      boolean newRequest)

createSite

public void createSite(SiteConfig siteConfig)
                throws TgwSecurityException,
                       TgwResourceAlreadyExistsException
定義:
インタフェース ContentsService 内の createSite
例外:
TgwSecurityException
TgwResourceAlreadyExistsException

deleteSite

public void deleteSite(String siteName)
                throws TgwException
定義:
インタフェース ContentsService 内の deleteSite
例外:
TgwException

copySite

public void copySite(String srcSiteName,
                     String destSiteName)
              throws TgwException
定義:
インタフェース ContentsService 内の copySite
例外:
TgwException

createFolder

public void createFolder(SiteConfig siteConfig,
                         String folderPath)
                  throws TgwSecurityException,
                         TgwResourceAlreadyExistsException
定義:
インタフェース ContentsService 内の createFolder
例外:
TgwSecurityException
TgwResourceAlreadyExistsException

backup

public void backup(String siteName,
                   String backupDirectory)
            throws TgwException
定義:
インタフェース ContentsService 内の backup
例外:
TgwException

restore

public void restore(String siteName,
                    String backupDirectory)
             throws TgwException
定義:
インタフェース ContentsService 内の restore
例外:
TgwException


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.