Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.resources
Class ResourceBank

java.lang.Object
  extended by org.nuxeo.theme.resources.ResourceBank
All Implemented Interfaces:
Type

public class ResourceBank
extends Object
implements Type


Field Summary
 String name
           
 
Constructor Summary
ResourceBank()
           
 
Method Summary
 boolean checkStatus()
           
 void connect(String themeName)
           
 void disconnect(String themeName)
           
 List<String> getCollections()
           
 String getConnectionUrl()
           
 List<ImageInfo> getImages()
           
 String getName()
           
 List<PresetInfo> getPresets()
           
 byte[] getResourceContent(String collectionName, String typeName, String resourceId)
           
 List<SkinInfo> getSkins()
           
 List<StyleInfo> getStyles()
           
 TypeFamily getTypeFamily()
           
 String getTypeName()
           
 void setConnectionUrl(String connectionUrl)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name
Constructor Detail

ResourceBank

public ResourceBank()
Method Detail

setConnectionUrl

public void setConnectionUrl(String connectionUrl)

getConnectionUrl

public String getConnectionUrl()

getTypeName

public String getTypeName()
Specified by:
getTypeName in interface Type

getTypeFamily

public TypeFamily getTypeFamily()
Specified by:
getTypeFamily in interface Type

checkStatus

public boolean checkStatus()

getResourceContent

public byte[] getResourceContent(String collectionName,
                                 String typeName,
                                 String resourceId)

getImages

public List<ImageInfo> getImages()

getCollections

public List<String> getCollections()

getSkins

public List<SkinInfo> getSkins()

getStyles

public List<StyleInfo> getStyles()

getPresets

public List<PresetInfo> getPresets()

getName

public String getName()

connect

public void connect(String themeName)
             throws ThemeException
Throws:
ThemeException

disconnect

public void disconnect(String themeName)
                throws ThemeException
Throws:
ThemeException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.