Package com.jalios.jcms
Class CategoryRight_HANDLER
- java.lang.Object
-
- com.jalios.jcms.CategoryRight_HANDLER
-
- All Implemented Interfaces:
StorableHandler
public class CategoryRight_HANDLER extends java.lang.Object implements StorableHandler
-
-
Field Summary
-
Fields inherited from interface com.jalios.jstore.StorableHandler
REVISION
-
-
Constructor Summary
Constructors Constructor Description CategoryRight_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 gettervoid
setAttributes(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:StorableHandler
Storable attributes setter- Specified by:
setAttributes
in 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:StorableHandler
Storable attributes getter- Specified by:
getAttributes
in 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)
-
-