OBEROn SDK

Uses of Class
com.oberon.ooql.sdk.Column

Packages that use Column
com.oberon.ooql.sdk   
 

Uses of Column in com.oberon.ooql.sdk
 

Methods in com.oberon.ooql.sdk that return Column
 Column ViewUserColumn.getColumn()
          Deprecated. 
 Column View.getColumn(int columnId)
          Get a View Column with the given internal id
 Column View.getColumn(java.lang.String columnName)
          Get a View Column with the given name
 Column View.getColumnAt(int index)
          Get a View Column at given position index
 

Methods in com.oberon.ooql.sdk that return types with arguments of type Column
 java.util.Vector<Column> View.getAccessColumns(int accessType, java.util.Vector<java.lang.Object> filterArgs, Framework framework)
          Get all View Column for which the framework User has access
 java.util.Vector<Column> View.getColumns()
          Get all View Columns
 

Methods in com.oberon.ooql.sdk with parameters of type Column
 void View.addColumn(Column column)
          Appends a new Column to the View
 void View.addColumnAfter(Column column, java.lang.String refColumn)
          Add a Column after another reference Column
 void View.addColumnBefore(Column column, java.lang.String refColumn)
          Add a Column before another reference Column
 void Column.compareUpdate(Column refColumn, boolean checkImage, Framework framework)
          Return/apply the OOQL command to update this Column object and let it become equals to another reference object.
 boolean Column.equals(Column column)
          Compare two Columns
 void View.removeColumn(Column column)
          Remove a Column from the View
 

Method parameters in com.oberon.ooql.sdk with type arguments of type Column
 void View.setColumns(java.util.Vector<Column> columns)
          Set all View Columns
 void View.updateColumns(java.util.Vector<Column> columns)
          Update the columns on the basis of a given list
 

Constructors in com.oberon.ooql.sdk with parameters of type Column
ViewUserColumn(Column column, java.util.Vector<java.lang.Object> filterArgs, Framework framework)
          Constructor
ViewUserColumn(Column column, java.util.Vector<java.lang.Object> filterArgs, Framework framework, java.util.Hashtable<java.lang.String,java.lang.Integer> counters)
          Constructor
 


OBEROn SDK

Copyright © 2008-2014 Mirko Solazzi. All Rights Reserved.