| java.lang.Object org.romaframework.module.crud.CRUDHelper
CRUDHelper | public class CRUDHelper (Code) | | Helper class to resolve common CRUD tasks.
author: Luca Garulli (luca.garulli@assetdata.it) |
Method Summary | |
public static T | show(Class<T> iClass, Object iEntityInstance) Show the form of the class specified. | public static T | show(Class<T> iClass, Object iSourceObject, String iSourceFieldName) Show the form of the class specified. | public static T | show(Class<T> iClass, Object iSourceObject, String iSourceFieldName, Object iCaller) Show the form of the class specified. | public static Bindable | show(Bindable iSelectObj, Object iSourceObject, String iSourceFieldName) Show the form specified. |
show | public static T show(Class<T> iClass, Object iEntityInstance)(Code) | | Show the form of the class specified.
< Parameters: T - >Selection form Parameters: iClass - Parameters: iEntityInstance - |
show | public static T show(Class<T> iClass, Object iSourceObject, String iSourceFieldName)(Code) | | Show the form of the class specified.
< Parameters: T - >Selection form Parameters: iClass - Parameters: iSourceObject - Parameters: iSourceFieldName - |
show | public static T show(Class<T> iClass, Object iSourceObject, String iSourceFieldName, Object iCaller)(Code) | | Show the form of the class specified.
< Parameters: T - >Selection form Parameters: iClass - Parameters: iSourceObject - Parameters: iSourceFieldName - Parameters: iCaller - |
show | public static Bindable show(Bindable iSelectObj, Object iSourceObject, String iSourceFieldName)(Code) | | Show the form specified.
Parameters: iSelectObj - Parameters: iSourceObject - Parameters: iSourceFieldName - |
|
|