com.jalios.jcms
Class DataRight_HANDLER

java.lang.Object
  extended by com.jalios.jcms.DataRight_HANDLER
All Implemented Interfaces:
StorableHandler

public class DataRight_HANDLER
extends Object
implements StorableHandler


Field Summary
 
Fields inherited from interface com.jalios.jstore.StorableHandler
REVISION
 
Constructor Summary
DataRight_HANDLER()
           
 
Method Summary
 Map getAttributes(Storable storable, Store store)
          Storable attributes getter
 void setAttributes(Storable storable, Map attributes, Store store)
          Storable attributes setter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataRight_HANDLER

public DataRight_HANDLER()
Method Detail

setAttributes

public void setAttributes(Storable storable,
                          Map attributes,
                          Store store)
Description copied from interface: StorableHandler
Storable attributes setter

Specified by:
setAttributes in interface StorableHandler
Parameters:
storable - - the target storable
attributes - - the attributes to set:
Key=AttName(String) Value=persistant representation(String)

getAttributes

public Map getAttributes(Storable storable,
                         Store store)
Description copied from interface: StorableHandler
Storable attributes getter

Specified by:
getAttributes in interface StorableHandler
Parameters:
storable - - the target storable
store - - the storer of the object
Returns:
the attributes of the storable with the mapping:
Key=Name(String) Value=persistant representation(String)


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