Uses of Class
com.jalios.jstore.Store

Packages that use Store
com.jalios.jcms Contains the core JCMS classes. 
com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers). 
com.jalios.jcms.workspace Contains classes about workspace features. 
com.jalios.jstore Contains JStore core classes. 
com.jalios.jstore.jsync Contains JSync core classes. 
 

Uses of Store in com.jalios.jcms
 

Fields in com.jalios.jcms declared as Store
protected  Store Channel.store
           
 

Methods in com.jalios.jcms that return Store
 Store Channel.getStore()
          Returns the store.
 

Methods in com.jalios.jcms with parameters of type Store
 Map Notification_HANDLER.getAttributes(Storable storable, Store store)
           
 Map NotificationCriteria_HANDLER.getAttributes(Storable storable, Store store)
           
 Map Member_HANDLER.getAttributes(Storable storable, Store store)
           
 Map Group_HANDLER.getAttributes(Storable storable, Store store)
           
 Map FileDocument_HANDLER.getAttributes(Storable storable, Store store)
           
 Map DataRight_HANDLER.getAttributes(Storable storable, Store store)
           
 Map Category_HANDLER.getAttributes(Storable storable, Store store)
           
 Map CategoryRight_HANDLER.getAttributes(Storable storable, Store store)
           
 void Notification_HANDLER.setAttributes(Storable storable, Map attributes, Store store)
           
 void NotificationCriteria_HANDLER.setAttributes(Storable storable, Map attributes, Store store)
           
 void Member_HANDLER.setAttributes(Storable storable, Map attributes, Store store)
           
 void Group_HANDLER.setAttributes(Storable storable, Map attributes, Store store)
           
 void FileDocument_HANDLER.setAttributes(Storable storable, Map attributes, Store store)
           
 void DataRight_HANDLER.setAttributes(Storable storable, Map attributes, Store store)
           
 void Category_HANDLER.setAttributes(Storable storable, Map attributes, Store store)
           
 void CategoryRight_HANDLER.setAttributes(Storable storable, Map attributes, Store store)
           
 

Uses of Store in com.jalios.jcms.handler
 

Fields in com.jalios.jcms.handler declared as Store
protected  Store DeployManagerUpgradeHandler.srcStore
           
protected  Store DeployManagerUpgradeHandler.tgtStore
           
 

Uses of Store in com.jalios.jcms.workspace
 

Methods in com.jalios.jcms.workspace with parameters of type Store
 Map WSTypeEntry_HANDLER.getAttributes(Storable storable, Store store)
           
 Map Workspace_HANDLER.getAttributes(Storable storable, Store store)
           
 Map WKRole_HANDLER.getAttributes(Storable storable, Store store)
           
 void WSTypeEntry_HANDLER.setAttributes(Storable storable, Map attributes, Store store)
           
 void Workspace_HANDLER.setAttributes(Storable storable, Map attributes, Store store)
           
 void WKRole_HANDLER.setAttributes(Storable storable, Map attributes, Store store)
           
 

Uses of Store in com.jalios.jstore
 

Fields in com.jalios.jstore declared as Store
protected  Store StoreCleaner.store
           
protected  Store FTSearchEngine.store
           
protected  Store BasicStorable.store
           
 

Methods in com.jalios.jstore that return Store
 Store SyncManager.getStore()
           
 Store Storable.getStore()
          Get the value of store.
 Store BasicStorable.getStore()
          Get the value of store.
 

Methods in com.jalios.jstore with parameters of type Store
static ArrayList<?> StoreUtil.decodeArrayList(String listStr, Store store)
           
static Class<?> StoreUtil.decodeClass(String classStr, Store store)
           
static Collection<?> StoreUtil.decodeCollection(String collStr, Store store, Collection<Object> coll)
           
static HashMap<?,?> StoreUtil.decodeHashMap(String mapStr, Store store)
           
static HashSet<?> StoreUtil.decodeHashSet(String setStr, Store store)
           
static Hashtable<?,?> StoreUtil.decodeHashtable(String mapStr, Store store)
           
static LinkedHashMap<?,?> StoreUtil.decodeLinkedHashMap(String mapStr, Store store)
           
static LinkedList<?> StoreUtil.decodeLinkedList(String listStr, Store store)
           
static Map<?,?> StoreUtil.decodeMap(String mapStr, Store store, Map<Object,Object> map)
           
static Object StoreUtil.decodeObject(Class<?> clazz, String objStr, Store store)
          Generic object decoder
static Object[] StoreUtil.decodeObjectArray(String arrayStr, Class<?> componentType, Store store)
           
static Storable StoreUtil.decodeStorable(String id, Store store)
           
static TreeMap<?,?> StoreUtil.decodeTreeMap(String mapStr, Store store)
           
static TreeSet<?> StoreUtil.decodeTreeSet(String setStr, Store store)
           
static Vector<?> StoreUtil.decodeVector(String vectorStr, Store store)
           
static String StoreUtil.encodeArrayList(ArrayList<?> list, Store store)
           
static String StoreUtil.encodeCollection(Collection<?> coll, Store store)
           
static String StoreUtil.encodeHashMap(HashMap<?,?> map, Store store)
           
static String StoreUtil.encodeHashSet(HashSet<?> set, Store store)
           
static String StoreUtil.encodeHashtable(Hashtable<?,?> map, Store store)
           
static String StoreUtil.encodeLinkedHashMap(LinkedHashMap<?,?> map, Store store)
           
static String StoreUtil.encodeLinkedList(LinkedList<?> list, Store store)
           
static String StoreUtil.encodeMap(Map<?,?> map, Store store)
           
static String StoreUtil.encodeObject(Object obj, Store store)
          Generic object encoder
static String StoreUtil.encodeObjectArray(Object[] array, Store store)
           
static String StoreUtil.encodeStorable(Storable storable, Store store)
           
static String StoreUtil.encodeTreeMap(TreeMap<?,?> map, Store store)
           
static String StoreUtil.encodeTreeSet(TreeSet<?> set, Store store)
           
static String StoreUtil.encodeVector(Vector<?> vector, Store store)
           
 Map<String,String> StorableHandler.getAttributes(Storable storable, Store store)
          Storable attributes getter
 void StorableHandler.setAttributes(Storable storable, Map<String,String> attributes, Store store)
          Storable attributes setter
 void Storable.setStore(Store v)
          Set the value of store.
 void BasicStorable.setStore(Store v)
          Set the value of store.
 

Constructors in com.jalios.jstore with parameters of type Store
FTSearchEngine(Store store)
           
LogCleaner(Store store)
           
SyncManager(Store store, LogManager logMgr)
           
 

Uses of Store in com.jalios.jstore.jsync
 

Methods in com.jalios.jstore.jsync with parameters of type Store
static JSyncReplica JSyncReplica.getInstance(Store store, String url, boolean syncFiles, boolean canBeJoined, boolean canLeaderJoin, boolean autoUpdate, File logDir, File fileDir, File downloadDir, long downloadInterval, String leaderUrl)
          Gets a replica
 



Copyright © 2001-2007 Jalios SA. All Rights Reserved.