Package com.jalios.jcms
Class Category_HANDLER
- java.lang.Object
 - 
- com.jalios.jcms.Category_HANDLER
 
 
- 
- All Implemented Interfaces:
 StorableHandler
public class Category_HANDLER extends java.lang.Object implements StorableHandler
 
- 
- 
Field Summary
- 
Fields inherited from interface com.jalios.jstore.StorableHandler
REVISION 
 - 
 
- 
Constructor Summary
Constructors Constructor Description Category_HANDLER() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getAttributes(Storable storable, Store store)Storable attributes gettervoidsetAttributes(Storable storable, StorableLogEntry sle, Store store)Storable attributes setter 
 - 
 
- 
- 
Method Detail
- 
setAttributes
public void setAttributes(Storable storable, StorableLogEntry sle, Store store)
Description copied from interface:StorableHandlerStorable attributes setter- Specified by:
 setAttributesin interfaceStorableHandler- Parameters:
 storable- - the target storablesle- - the StorableLogEntry that contains the attributes to set:
Key=AttName(String) Value=persistant representation(String)
 
- 
getAttributes
public java.util.Map<java.lang.String,java.lang.String> getAttributes(Storable storable, Store store)
Description copied from interface:StorableHandlerStorable attributes getter- Specified by:
 getAttributesin interfaceStorableHandler- Parameters:
 storable- - the target storablestore- - the storer of the object- Returns:
 - the attributes of the storable with the mapping:
Key=Name(String) Value=persistant representation(String) 
 
 - 
 
 -