| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adf.view.faces.bi.model.ClientKeyManager
public abstract class ClientKeyManager
This class manages server-side cellkey Objects with client-side string keys. This class must be Serializable as it is state-saved along with the UIComponent state.
| Constructor Summary | |
|---|---|
| ClientKeyManager() | |
| Method Summary | |
|---|---|
| abstract  void | clean(java.util.Set stringCellKey)Prune the client-side key cache based on which cell keys are still in the client. | 
| abstract  void | clear()Clears the client-side key cache. | 
| abstract  CellKey | getCellKey(javax.faces.context.FacesContext context,
           javax.faces.component.UIComponent component,
           java.lang.String clientCellKey)Gets the corresponding server-side cellkey object from the given client-side string key. | 
| abstract  java.lang.String | getClientCellKey(javax.faces.context.FacesContext context,
                 javax.faces.component.UIComponent component,
                 CellKey cellKey)Gets a string version of a key that identifies the cell with the given cellkey. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ClientKeyManager()
| Method Detail | 
|---|
public abstract void clean(java.util.Set stringCellKey)
public abstract void clear()
public abstract java.lang.String getClientCellKey(javax.faces.context.FacesContext context,
                                                  javax.faces.component.UIComponent component,
                                                  CellKey cellKey)
cellKey - the cellkey to convert into a client key. Note that
 null is special and is not allowed.
public abstract CellKey getCellKey(javax.faces.context.FacesContext context,
                                   javax.faces.component.UIComponent component,
                                   java.lang.String clientCellKey)
clientCellKey - the string key
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||