Uses of Interface
com.sage.orion.sdata.servlet.swtservice.tablebuilder.FieldDefinition

Packages that use FieldDefinition
com.sage.orion.sdata.servlet   
com.sage.orion.sdata.servlet.swtservice   
com.sage.orion.sdata.servlet.swtservice.tablebuilder   
 

Uses of FieldDefinition in com.sage.orion.sdata.servlet
 

Methods in com.sage.orion.sdata.servlet that return types with arguments of type FieldDefinition
protected abstract  java.util.List<FieldDefinition> JDBCResourceKind.getAllFields()
          returns a list of FieldDefinitions in the ResourceKind
 

Method parameters in com.sage.orion.sdata.servlet with type arguments of type FieldDefinition
protected  void JDBCResourceKind.maintainTable(ApplicationContext context, java.sql.Connection connection, java.lang.String xmlFileName, java.util.List<FieldDefinition> allTableFields, java.lang.String defaultKeys, java.lang.String defaultCompanyID)
          maintain the database table used by this resource kind.
 

Uses of FieldDefinition in com.sage.orion.sdata.servlet.swtservice
 

Methods in com.sage.orion.sdata.servlet.swtservice that return FieldDefinition
protected static FieldDefinition PortletCategoriesResourceKind.getField(java.lang.String name)
          Gets the field definition object for the given field name.
 

Methods in com.sage.orion.sdata.servlet.swtservice that return types with arguments of type FieldDefinition
protected  java.util.List<FieldDefinition> UIDefinitionResourceKind.getAllFields()
          returns a list of FieldDefinitions in the ResourceKind
protected  java.util.List<FieldDefinition> UIContentResourceKind.getAllFields()
          returns a list of FieldDefinitions in the ResourceKind
protected  java.util.List<FieldDefinition> TestJDBCResourceKindImpl.getAllFields()
          returns a list of FieldDefinitions in the ResourceKind
protected  java.util.List<FieldDefinition> ShortCutsResourceKind.getAllFields()
          returns a list of FieldDefinitions in the ResourceKind
protected  java.util.List<FieldDefinition> PortletsAndCategoriesResourceKind.getAllFields()
          returns a list of FieldDefinitions in the ResourceKind
protected  java.util.List<FieldDefinition> PortletCategoriesResourceKind.getAllFields()
          returns a list of FieldDefinitions in the ResourceKind
protected  java.util.List<FieldDefinition> PagesResourceKind.getAllFields()
          returns a list of FieldDefinitions in the ResourceKind
protected  java.util.List<FieldDefinition> MockJDBCResourceKind.getAllFields()
          returns a list of FieldDefinitions in the ResourceKind
protected static java.util.List<FieldDefinition> ShortCutsResourceKind.getTableFields()
          Returns a list of the fields from the resource kind table
protected static java.util.List<FieldDefinition> PortletCategoriesResourceKind.getTableFields()
          Gets the list of field definitions for fields that are actually in the table.
protected static java.util.List<FieldDefinition> PagesResourceKind.getTableFields()
           
 

Uses of FieldDefinition in com.sage.orion.sdata.servlet.swtservice.tablebuilder
 

Classes in com.sage.orion.sdata.servlet.swtservice.tablebuilder that implement FieldDefinition
 class JDBCResourceKindField
          This class provides implementation of the FieldDefinition interface
 

Method parameters in com.sage.orion.sdata.servlet.swtservice.tablebuilder with type arguments of type FieldDefinition
 void JDBCTableBuilder.addFields(java.util.Collection<FieldDefinition> fields)
          Adds fields to table
 void DBTableBuilder.addFields(java.util.Collection<FieldDefinition> fields)
          Adds fields to the table
 



Copyright © 2011 Sage Software, Inc. All rights reserved.