Uses of Interface
org.ujoframework.UjoAction

Packages that use UjoAction
org.ujoframework The UJO Framework tutorial. 
org.ujoframework.core The core classes. 
org.ujoframework.extensions UJO extensions. 
org.ujoframework.implementation.orm   
org.ujoframework.orm The ORM support. 
org.ujoframework.swing Swing support. 
 

Uses of UjoAction in org.ujoframework
 

Fields in org.ujoframework declared as UjoAction
static UjoAction UjoAction.DUMMY
          A dummy action have got an ACTION_UNDEFINED id and the null context.
 

Methods in org.ujoframework with parameters of type UjoAction
 UjoProperty UjoPropertyList.find(Ujo ujo, java.lang.String name, UjoAction action, boolean result, boolean throwException)
          Find a property by property name from parameter.
 boolean Ujo.readAuthorization(UjoAction action, UjoProperty property, java.lang.Object value)
          Get an authorization of the property for different actions.
 

Uses of UjoAction in org.ujoframework.core
 

Classes in org.ujoframework.core that implement UjoAction
 class UjoActionImpl
          A default implementation of the UjoAction.
 

Fields in org.ujoframework.core declared as UjoAction
protected  UjoAction UjoManagerXML.actionElement
          A CONTEXT of the actionExport
protected  UjoAction UjoManagerXML.actionExport
          A CONTEXT of the actionExport
 

Methods in org.ujoframework.core with parameters of type UjoAction
 void UjoManager.copy(Ujo source, Ujo target, UjoAction action, UjoProperty... properties)
          Copy selected properties from source to target.
 java.util.List<UjoPropertyRow> UjoManager.createPropertyList(Ujo content, UjoAction action)
          Create a list of UjoPropertyList
 UjoProperty UjoPropertyListImpl.find(Ujo ujo, java.lang.String name, UjoAction action, boolean result, boolean throwException)
          Find a property by property name from parameter.
 UjoProperty UjoManager.findProperty(Ujo ujo, java.lang.String name, UjoAction action, boolean result, boolean throwException)
          Find a property by property name from parameter.
 java.lang.String UjoService.getText(UJO ujo, UjoProperty<? super Ujo,?> prop, java.lang.Object value, UjoAction action)
          Returns TEXT
 java.lang.String UjoManager.getText(Ujo ujo, UjoProperty property, UjoAction action)
          Get a text value from property
 void UjoService.setText(UJO ujo, UjoProperty prop, java.lang.Class type, java.lang.String value, UjoAction action)
          Returns TEXT
 void UjoManager.setText(Ujo ujo, UjoProperty property, java.lang.String value, java.lang.Class type, UjoAction action)
          Set a text value by property.
protected  void UjoManagerCSV.writeValue(UJO ujo, java.lang.StringBuilder value, int propPointer, int lineCounter, UjoAction action)
          Write value to UJO
 

Uses of UjoAction in org.ujoframework.extensions
 

Methods in org.ujoframework.extensions with parameters of type UjoAction
 boolean AbstractUjo.readAuthorization(UjoAction action, UjoProperty property, java.lang.Object value)
          Get an authorization of the property for different actions.
 java.lang.String UjoTextable.readValueString(UjoProperty property, UjoAction action)
          Get an original value in a String format.
 java.lang.String AbstractUjo.readValueString(UjoProperty property, UjoAction action)
          Get an original value in a String format.
 void UjoTextable.writeValueString(UjoProperty property, java.lang.String value, java.lang.Class type, UjoAction action)
          Set value from a String format.
 void AbstractUjo.writeValueString(UjoProperty property, java.lang.String value, java.lang.Class type, UjoAction action)
          Set value from a String format.
 

Uses of UjoAction in org.ujoframework.implementation.orm
 

Methods in org.ujoframework.implementation.orm with parameters of type UjoAction
 boolean OrmTable.readAuthorization(UjoAction action, UjoProperty property, java.lang.Object value)
          Test an authorization of the action.
 

Uses of UjoAction in org.ujoframework.orm
 

Methods in org.ujoframework.orm with parameters of type UjoAction
 boolean AbstractMetaModel.readAuthorization(UjoAction action, UjoProperty property, java.lang.Object value)
           
 

Uses of UjoAction in org.ujoframework.swing
 

Methods in org.ujoframework.swing with parameters of type UjoAction
 void UjoPropertyRow.writeValueString(UjoProperty aProperty, java.lang.String value, java.lang.Class subtype, UjoAction action)
          Write a text value.
 



Copyright © 2010. All Rights Reserved.