net.sf.fikin.pojostate.decorate
Interface BindedState

All Superinterfaces:
java.util.Collection, java.lang.Iterable, State

public interface BindedState
extends State

Enhanced interface containing methods related to binding ClassMeta and State.

It was created in order to allow for creation of different binding algorithms to be possible. created on Mar 1, 2007

Since:
Version:
$Revision: 1.1 $
Author:
fiykov

Field Summary
 
Fields inherited from interface net.sf.fikin.pojostate.State
SORT_ASC, SORT_BY_DESC, SORT_BY_NAME, SORT_BY_VALUE, SORT_DESC
 
Method Summary
 void putAll(ClassMeta classMeta, java.lang.Object pojo)
          initialize the map with given list of MethodMeta and POJO After this call the map is supposed to be fully ready for usage.
 
Methods inherited from interface net.sf.fikin.pojostate.State
getClassLoader, getFormat, getLocale, getObject, getProperty, sort, toString, update
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

putAll

void putAll(ClassMeta classMeta,
            java.lang.Object pojo)
            throws DecorationException
initialize the map with given list of MethodMeta and POJO

After this call the map is supposed to be fully ready for usage.

Parameters:
classMeta -
pojo -
Throws:
DecorationException - in case something is wrong with the decoration process


Copyright © 2005 Nikolay Fiykov. All Rights Reserved.