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. 
 

Uses of Program in com.sage.accpac.sm
 

Methods in com.sage.accpac.sm that return Program
 Program DBLink.getParent()
          gets the Program object that is the parent of this object
 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
static boolean Report.isAuthorizedForReport(Program program, java.lang.String report)
          checks that the user is permitted to run the report
 

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)
           
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
 



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