Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.bank
Class Utils

java.lang.Object
  extended by org.nuxeo.theme.bank.Utils

public class Utils
extends Object


Constructor Summary
Utils()
           
 
Method Summary
static List<String> getCollections(String bankName)
           
static List<String> getItemsInCollection(String bankName, String collection, String typeName)
           
static String getNavTree()
           
static Properties getPresetProperties(String bank, String collection, String category)
           
static String listBankPresets(String bankName)
           
static String listBankSkins(String bankName)
           
static String listBankStyles(String bankName)
           
static String listCollections(String bank)
           
static String listImages(String bank)
           
static List<String> listSkinsInCollection(String bankName, String collection)
           
static StreamingOutput streamFile(File file)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

getCollections

public static List<String> getCollections(String bankName)
                                   throws IOException
Throws:
IOException

getItemsInCollection

public static List<String> getItemsInCollection(String bankName,
                                                String collection,
                                                String typeName)
                                         throws IOException
Throws:
IOException

listSkinsInCollection

public static List<String> listSkinsInCollection(String bankName,
                                                 String collection)
                                          throws IOException
Throws:
IOException

getPresetProperties

public static Properties getPresetProperties(String bank,
                                             String collection,
                                             String category)

listBankSkins

public static String listBankSkins(String bankName)
                            throws IOException
Throws:
IOException

listBankStyles

public static String listBankStyles(String bankName)
                             throws IOException
Throws:
IOException

listBankPresets

public static String listBankPresets(String bankName)
                              throws IOException
Throws:
IOException

listImages

public static String listImages(String bank)
                         throws IOException
Throws:
IOException

listCollections

public static String listCollections(String bank)
                              throws IOException
Throws:
IOException

getNavTree

public static String getNavTree()
                         throws IOException
Throws:
IOException

streamFile

public static StreamingOutput streamFile(File file)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.