Skip navigation links
com.oracle.e1.jdemf
Class GridAction
java.lang.Object
com.oracle.e1.jdemf.GridAction
-
public class GridAction
- extends java.lang.Object
Contains actions for updating or inserting grid records to an EnterpriseOne grid. This will be part of an FSREvent that is sent with a form service request, when grid actions are desired.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridAction
public GridAction()
throws CapabilityException
-
- Throws:
CapabilityException
insertGridRow
public void insertGridRow(java.lang.String gridID,
GridRowInsertEvent gridInsert)
- Insert Grid Row to a Grid Row Insert Event
-
- Parameters:
gridID - - String ID of Grid
gridInsert - - GridRowInsertEvent holds a set of rows
insertGridRow
public void insertGridRow(GridRowInsertEvent gridInsert)
updateGridRow
public void updateGridRow(java.lang.String gridID,
int rowNumber,
GridRowUpdateEvent gridRowUpdateEvent)
updateGridRow
public void updateGridRow(int rowNumber,
GridRowUpdateEvent gridRowUpdateEvent)
setGridID
public void setGridID(java.lang.String gridID)
getGridID
public java.lang.String getGridID()
setGridRowUpdateEvents
public void setGridRowUpdateEvents(java.util.ArrayList gridRowUpdateEvents)
getGridRowUpdateEvents
public java.util.ArrayList getGridRowUpdateEvents()
setGridRowInsertEvents
public void setGridRowInsertEvents(java.util.ArrayList gridRowInsertEvents)
getGridRowInsertEvents
public java.util.ArrayList getGridRowInsertEvents()
Skip navigation links
Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.