org.outerj.daisy.frontend.components.siteconf
Interface SiteConf

All Known Implementing Classes:
SiteConfImpl

public interface SiteConf


Method Summary
 boolean contextualizedTree()
           
 boolean getAutoExtendLock()
           
 boolean getAutomaticLocking()
           
 long getBranchId()
           
 java.lang.String getCocoonSitemapLocation()
           
 long getCollectionId()
           
 long getDefaultDocumentTypeId()
          Returns -1 if no default configured.
 long getDefaultLockTime()
          Default lock time in milliseconds.
 java.lang.String getDescription()
           
 java.io.File getDirectory()
           
 java.lang.String getGlobalCocoonSitemapLocation()
           
 long getHomePageDocId()
           
 long getLanguageId()
           
 org.outerj.daisy.repository.LockType getLockType()
           
 java.lang.String getName()
           
 org.outerj.daisy.repository.VariantKey getNavigationDoc()
           
 long getNavigationDocId()
           
 org.outerj.daisy.navigation.LookupAlternative[] getNavigationLookupAlternatives()
          Returns the lookup alternatives for navigation lookups.
 org.outerj.daisy.repository.VersionState getNewVersionStateDefault()
           
 java.lang.String getPublisherRequestSet()
           
 java.lang.String getSkin()
           
 SaxBuffer getSkinConf()
          A SaxBuffer containing XML configuration data intended to customise the skin.
 java.lang.String getTitle()
           
 

Method Detail

getNavigationDoc

org.outerj.daisy.repository.VariantKey getNavigationDoc()

getNavigationDocId

long getNavigationDocId()

getHomePageDocId

long getHomePageDocId()

getCollectionId

long getCollectionId()

contextualizedTree

boolean contextualizedTree()

getName

java.lang.String getName()

getTitle

java.lang.String getTitle()

getDescription

java.lang.String getDescription()

getSkin

java.lang.String getSkin()

getCocoonSitemapLocation

java.lang.String getCocoonSitemapLocation()

getGlobalCocoonSitemapLocation

java.lang.String getGlobalCocoonSitemapLocation()

getNewVersionStateDefault

org.outerj.daisy.repository.VersionState getNewVersionStateDefault()

getAutomaticLocking

boolean getAutomaticLocking()

getLockType

org.outerj.daisy.repository.LockType getLockType()

getDefaultLockTime

long getDefaultLockTime()
Default lock time in milliseconds.


getAutoExtendLock

boolean getAutoExtendLock()

getSkinConf

SaxBuffer getSkinConf()
A SaxBuffer containing XML configuration data intended to customise the skin. The SaxBuffer does not contain startDocument and endDocument events.


getBranchId

long getBranchId()

getLanguageId

long getLanguageId()

getDirectory

java.io.File getDirectory()

getDefaultDocumentTypeId

long getDefaultDocumentTypeId()
Returns -1 if no default configured.


getPublisherRequestSet

java.lang.String getPublisherRequestSet()

getNavigationLookupAlternatives

org.outerj.daisy.navigation.LookupAlternative[] getNavigationLookupAlternatives()
Returns the lookup alternatives for navigation lookups. This list should contain at least one entry, the first entry should always represent the current site.



Copyright © -2006 . All Rights Reserved.