Uses of Class
com.sage.accpac.sm.Program

Packages that use Program
com.sage.accpac.sm Contains the classes that provide access to Sage Accpac ERP System Manager, as well as Sage Accpac ERP application features. 
com.sage.accpac.sm.view The package contains view-related classes and interfaces of the Sage 300 ERP System Manager. 
 

Uses of Program in com.sage.accpac.sm
 

Methods in com.sage.accpac.sm that return Program
 Program DBLink.getParent()
          Deprecated. use DBLink.getProgram()
 Program View.getProgram()
          Gets the Program under which this View object is.
 

Methods in com.sage.accpac.sm with parameters of type Program
static void View.createTables(Program program, java.lang.String rid)
          Create the view's tables on the program's current database connections
static void View.dropTables(Program program, java.lang.String rid)
          Drop the view's tables on the program's current database connections
 

Constructors in com.sage.accpac.sm with parameters of type Program
PropertyBag(Program program)
          Construct a PropertyBag for the default menuid of the given program.
PropertyBag(Program program, java.lang.String menuID)
          Construct a PropertyBag for the given menuid of the given program.
Report(Program parent, java.lang.String report)
          Constructor
View(Program program, java.lang.String rid)
          Simple constructor based on Program
View(Program program, java.lang.String rid, int modes, int prefetch, int directives)
          constructor based on Program
 

Uses of Program in com.sage.accpac.sm.view
 

Methods in com.sage.accpac.sm.view that return Program
 Program IView.getProgram()
          Gets the Program under which this View object is.
 



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