|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.seasar.tuigwaa.system.DesignServiceImpl
| フィールドの概要 |
| インタフェース org.seasar.tuigwaa.system.DesignService から継承したフィールド |
ARCHIVE_SKIN_NAME, SYSTEM_SKIN_NAME |
| コンストラクタの概要 | |
DesignServiceImpl(ContentsStoreService storeService)
|
|
| メソッドの概要 | |
void |
deleteSkin(String skinName,
List configList)
Delete skin under template store (that is, Web-DAV area) |
void |
downloadSkin(String skinName,
ZipOutputStream zipOutput)
Download skin as zip archive, this for Web-interface |
String[] |
getAllSkinNames()
Returns all skinname available for system |
String[] |
getAvailableSkinNames(String siteName)
Returns available skinname list for a given site |
DesignConfig |
getDesignConfig(String skinName)
|
void |
init()
initialization methos at startup |
void |
saveConfig(DesignConfig designConfig)
Save design configuration |
void |
sync(SiteConfig siteConfig,
boolean overwrite)
Sync site-local skin files with repository skin files (Web-DAV or backup archive) |
void |
uploadSkin(String skinName,
ZipInputStream zipInput)
Uploads skin zip archive, this for Web-interface |
boolean |
validate(String skinName)
Validate skin directory |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public DesignServiceImpl(ContentsStoreService storeService)
| メソッドの詳細 |
public void init()
DesignService の記述:
DesignService 内の initpublic String[] getAllSkinNames()
DesignService の記述:
DesignService 内の getAllSkinNamespublic String[] getAvailableSkinNames(String siteName)
DesignService の記述:
DesignService 内の getAvailableSkinNames
public void uploadSkin(String skinName,
ZipInputStream zipInput)
throws TgwServiceException
DesignService の記述:
DesignService 内の uploadSkinTgwServiceException
public void downloadSkin(String skinName,
ZipOutputStream zipOutput)
throws TgwServiceException
DesignService の記述:
DesignService 内の downloadSkinTgwServiceException
public void deleteSkin(String skinName,
List configList)
throws TgwServiceException
DesignService の記述:
DesignService 内の deleteSkinTgwServiceException
public void sync(SiteConfig siteConfig,
boolean overwrite)
throws TgwServiceException
DesignService の記述:
DesignService 内の syncoverwrite - if set is true, overwrites site-local data with repository data,
else at first it cleans up site-local directory and then copy repository skins there.
TgwServiceExceptionpublic boolean validate(String skinName)
DesignService の記述:
DesignService 内の validate
public void saveConfig(DesignConfig designConfig)
throws TgwServiceException
DesignService の記述:
DesignService 内の saveConfigTgwServiceExceptionpublic DesignConfig getDesignConfig(String skinName)
DesignService 内の getDesignConfig
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||