Class ControleJavaDataView.NXJContainerData

java.lang.Object
forms.systextil.ControleJavaDataView.NXJContainerData
All Implemented Interfaces:
systextil.nxj.ContainerData, systextil.nxj.FieldData
Enclosing class:
ControleJavaDataView

public final class ControleJavaDataView.NXJContainerData extends Object implements systextil.nxj.ContainerData
  • Constructor Details

    • NXJContainerData

      public NXJContainerData()
  • Method Details

    • getInt

      public int getInt(String name)
      Specified by:
      getInt in interface systextil.nxj.FieldData
    • getString

      public String getString(String name)
      Specified by:
      getString in interface systextil.nxj.FieldData
    • getDouble

      public double getDouble(String name)
      Specified by:
      getDouble in interface systextil.nxj.FieldData
    • getBoolean

      public boolean getBoolean(String name)
      Specified by:
      getBoolean in interface systextil.nxj.FieldData
    • getAmount

      public br.com.intersys.systextil.connection.Amount getAmount(String name)
      Specified by:
      getAmount in interface systextil.nxj.FieldData
    • getDate

      public Date getDate(String name)
      Specified by:
      getDate in interface systextil.nxj.FieldData
    • getTime

      public Time getTime(String name)
      Specified by:
      getTime in interface systextil.nxj.FieldData
    • getTimestamp

      public Timestamp getTimestamp(String name)
      Specified by:
      getTimestamp in interface systextil.nxj.FieldData
    • set

      public void set(String name, int value)
      Specified by:
      set in interface systextil.nxj.FieldData
    • set

      public void set(String name, String value)
      Specified by:
      set in interface systextil.nxj.FieldData
    • set

      public void set(String name, double value)
      Specified by:
      set in interface systextil.nxj.FieldData
    • set

      public void set(String name, br.com.intersys.systextil.connection.Amount value)
      Specified by:
      set in interface systextil.nxj.FieldData
    • set

      public void set(String name, Date value)
      Specified by:
      set in interface systextil.nxj.FieldData
    • set

      public void set(String name, Time value)
      Specified by:
      set in interface systextil.nxj.FieldData
    • set

      public void set(String name, boolean value)
      Specified by:
      set in interface systextil.nxj.FieldData
    • set

      public void set(String name, Timestamp value)
      Specified by:
      set in interface systextil.nxj.FieldData
    • setNull

      public void setNull(String fieldName)
      Specified by:
      setNull in interface systextil.nxj.FieldData
    • isNull

      public boolean isNull(String fieldName)
      Specified by:
      isNull in interface systextil.nxj.FieldData
    • isNull

      public boolean isNull(String formName, String fieldName)
      Specified by:
      isNull in interface systextil.nxj.FieldData
    • clearAddExp

      public void clearAddExp(String fieldName, String exp)
      Specified by:
      clearAddExp in interface systextil.nxj.FieldData
    • clearFindExp

      public void clearFindExp(String fieldName, String exp)
      Specified by:
      clearFindExp in interface systextil.nxj.FieldData
    • backgroundColor

      public String backgroundColor(String fieldName)
      Specified by:
      backgroundColor in interface systextil.nxj.FieldData
    • backgroundColor

      public void backgroundColor(String fieldName, String color)
      Specified by:
      backgroundColor in interface systextil.nxj.FieldData
    • searchRanges

      public void searchRanges(String fieldName, String ranges)
      Specified by:
      searchRanges in interface systextil.nxj.FieldData
    • visible

      public void visible(String fieldName, boolean visible)
      Specified by:
      visible in interface systextil.nxj.FieldData
    • visible

      public boolean visible(String fieldName)
      Specified by:
      visible in interface systextil.nxj.FieldData
    • setStippled

      public void setStippled(String fieldName, boolean stippled)
      Specified by:
      setStippled in interface systextil.nxj.FieldData
    • stopForInput

      public void stopForInput(String fieldName, boolean canStop)
      Specified by:
      stopForInput in interface systextil.nxj.FieldData
    • stopForInput

      public boolean stopForInput(String fieldName)
      Specified by:
      stopForInput in interface systextil.nxj.FieldData
    • updateable

      public void updateable(String fieldName, boolean updateable)
      Specified by:
      updateable in interface systextil.nxj.FieldData
    • updateable

      public boolean updateable(String fieldName)
      Specified by:
      updateable in interface systextil.nxj.FieldData
    • required

      public void required(String fieldName, boolean required)
      Specified by:
      required in interface systextil.nxj.FieldData
    • required

      public boolean required(String fieldName)
      Specified by:
      required in interface systextil.nxj.FieldData
    • rejectOperation

      public void rejectOperation()
      Specified by:
      rejectOperation in interface systextil.nxj.ContainerData
    • rejectRecord

      public void rejectRecord()
      Specified by:
      rejectRecord in interface systextil.nxj.ContainerData
    • queueNextField

      public void queueNextField(String fieldName)
      Specified by:
      queueNextField in interface systextil.nxj.ContainerData
    • isCurrentRecordStored

      public boolean isCurrentRecordStored()
      Specified by:
      isCurrentRecordStored in interface systextil.nxj.ContainerData
    • isCurrentRecordNew

      public boolean isCurrentRecordNew()
      Specified by:
      isCurrentRecordNew in interface systextil.nxj.ContainerData
    • inFindMode

      public boolean inFindMode()
      Specified by:
      inFindMode in interface systextil.nxj.ContainerData
    • addAllowed

      public boolean addAllowed()
      Specified by:
      addAllowed in interface systextil.nxj.ContainerData
    • queueCommand

      public void queueCommand(String command)
      Specified by:
      queueCommand in interface systextil.nxj.ContainerData
    • deleteAllowed

      public boolean deleteAllowed()
      Specified by:
      deleteAllowed in interface systextil.nxj.ContainerData
    • findAllowed

      public boolean findAllowed()
      Specified by:
      findAllowed in interface systextil.nxj.ContainerData
    • updateAllowed

      public boolean updateAllowed()
      Specified by:
      updateAllowed in interface systextil.nxj.ContainerData
    • addAllowed

      public void addAllowed(boolean allowed)
      Specified by:
      addAllowed in interface systextil.nxj.ContainerData
    • deleteAllowed

      public void deleteAllowed(boolean allowed)
      Specified by:
      deleteAllowed in interface systextil.nxj.ContainerData
    • findAllowed

      public void findAllowed(boolean allowed)
      Specified by:
      findAllowed in interface systextil.nxj.ContainerData
    • updateAllowed

      public void updateAllowed(boolean allowed)
      Specified by:
      updateAllowed in interface systextil.nxj.ContainerData
    • recordCount

      public int recordCount()
      Specified by:
      recordCount in interface systextil.nxj.ContainerData
    • currentRecordNumber

      public int currentRecordNumber()
      Specified by:
      currentRecordNumber in interface systextil.nxj.ContainerData
    • positionToRecord

      public void positionToRecord(int recordNumber) throws Exception
      Specified by:
      positionToRecord in interface systextil.nxj.ContainerData
      Throws:
      Exception
    • sqlOptionalCondition

      public void sqlOptionalCondition(String sqlOptionalCondition)
      Specified by:
      sqlOptionalCondition in interface systextil.nxj.ContainerData
    • sqlOrderByClause

      public void sqlOrderByClause(String sqlOrderByClause)
      Specified by:
      sqlOrderByClause in interface systextil.nxj.ContainerData
    • updateCurrentRecord

      public void updateCurrentRecord() throws Exception
      Specified by:
      updateCurrentRecord in interface systextil.nxj.ContainerData
      Throws:
      Exception
    • deleteCurrentRecord

      public void deleteCurrentRecord() throws Exception
      Specified by:
      deleteCurrentRecord in interface systextil.nxj.ContainerData
      Throws:
      Exception