Uses of Interface
org.ujoframework.UjoPropertyList

Packages that use UjoPropertyList
org.ujoframework The UJO Framework tutorial. 
org.ujoframework.core The core classes. 
org.ujoframework.extensions UJO extensions. 
 

Uses of UjoPropertyList in org.ujoframework
 

Methods in org.ujoframework that return UjoPropertyList
 UjoPropertyList Ujo.readProperties()
          Returns all direct properties.
 

Uses of UjoPropertyList in org.ujoframework.core
 

Classes in org.ujoframework.core that implement UjoPropertyList
 class UjoPropertyListImpl
          The immutable list of UjoProperties.
 

Methods in org.ujoframework.core that return UjoPropertyList
 UjoPropertyList UjoManager.readProperties(java.lang.Class type)
          Read all properties.
 

Methods in org.ujoframework.core with parameters of type UjoPropertyList
 boolean UjoManager.equalsUjo(Ujo u1, Ujo u2, UjoPropertyList properties)
          Test if obj1 equalsUjo obj2.
 int UjoManager.getHash(Ujo ujo, UjoPropertyList properties)
          Calculate a Hash Code.
 void UjoManagerXML.printProperties(java.io.Writer writer, UjoTextable ujo, UjoPropertyList properties)
          Write required properties to a XML writer.
 Ujo UjoManager.setValue(Ujo ujo, UjoPropertyList props, java.lang.Object value)
          Set a value to an Ujo object by a chain of properties.
 java.lang.String UjoManager.toString(Ujo ujo, UjoPropertyList properties)
          Print a String representation
 

Uses of UjoPropertyList in org.ujoframework.extensions
 

Methods in org.ujoframework.extensions that return UjoPropertyList
protected static UjoPropertyList AbstractUjo.init(java.lang.Class ujoClass)
          Initializa all properties.
protected static UjoPropertyList AbstractUjo.init(java.lang.Class ujoClass, boolean checkUniqueProperties)
          Initializa all properties.
 UjoPropertyList AbstractUjo.readProperties()
          Returns all direct properties.
 



Copyright © 2010. All Rights Reserved.