public class JGrapeParamWrapper extends Object implements Serializable
| Constructor and Description |
|---|
JGrapeParamWrapper(String action)
Create a new wrapper for the given action, setting the system time in
the
when field. |
JGrapeParamWrapper(String action,
ClientContext ctx,
FindData findData,
String dbMapping)
Create a new wrapper for the given action, client context, find data
and database mapping.
|
JGrapeParamWrapper(String action,
ClientContext ctx,
ObjectSelection objectSelection)
Create a new wrapper for the given action, client context and object
selection.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAction() |
ClientContext |
getCtx() |
String |
getDbMapping() |
FindData |
getFindData() |
ObjectSelection |
getObjectSelection() |
long |
getWhen() |
String |
toString() |
public JGrapeParamWrapper(String action)
when field.action - - the action for this wrapper.public JGrapeParamWrapper(String action, ClientContext ctx, ObjectSelection objectSelection)
action - - the action for this wrapper.ctx - - the client context.objectSelection - - the object selection.public JGrapeParamWrapper(String action, ClientContext ctx, FindData findData, String dbMapping)
action - - the action for this wrapper.ctx - - the client context.findData - - the find data settings.dbMapping - - the database mapping name.public String getAction()
public ClientContext getCtx()
public ObjectSelection getObjectSelection()
public FindData getFindData()
public String getDbMapping()
public long getWhen()
Copyright © 2006–2020 Esito AS. All rights reserved.