Skip navigation links

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


com.oracle.e1.jdemf
Class GridAction

java.lang.Object
  extended by 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.


Constructor Summary
GridAction()
           

 

Method Summary
 java.lang.String getGridID()
           
 java.util.ArrayList getGridRowInsertEvents()
           
 java.util.ArrayList getGridRowUpdateEvents()
           
 void insertGridRow(GridRowInsertEvent gridInsert)
           
 void insertGridRow(java.lang.String gridID, GridRowInsertEvent gridInsert)
          Insert Grid Row to a Grid Row Insert Event
 void setGridID(java.lang.String gridID)
           
 void setGridRowInsertEvents(java.util.ArrayList gridRowInsertEvents)
           
 void setGridRowUpdateEvents(java.util.ArrayList gridRowUpdateEvents)
           
 void updateGridRow(int rowNumber, GridRowUpdateEvent gridRowUpdateEvent)
           
 void updateGridRow(java.lang.String gridID, int rowNumber, GridRowUpdateEvent gridRowUpdateEvent)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

GridAction

public GridAction()
           throws CapabilityException
Throws:
CapabilityException

Method Detail

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

JD Edwards EnterpriseOne Mobile Framework Java API Reference

Release 1.0.0

E58374-01


Copyright © 2014 Oracle and/or its affiliates. All Rights Reserved.