Uses of Class
com.primavera.integration.client.bo.object.ScheduleOptions
Packages that use ScheduleOptions
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of ScheduleOptions in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type ScheduleOptionsModifier and TypeMethodDescriptionEnterpriseLoadManager.loadScheduleOptions(String[] fields, String sWhereClause, String sOrderBy) Loads multiple ScheduleOptions objects from the database. -
Uses of ScheduleOptions in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return ScheduleOptionsModifier and TypeMethodDescriptionScheduleOptionsHelper.createBusinessObjectArray(int iSize) ScheduleOptionsHelper.newBusinessObject(Session session) ScheduleOptionsHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ScheduleOptionsModifier and TypeMethodDescriptionScheduleOptionsHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ScheduleOptionsHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ScheduleOptionsHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.ScheduleOptionsHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code. -
Uses of ScheduleOptions in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ScheduleOptionsModifier and TypeMethodDescriptionstatic ScheduleOptionsLoads a single ScheduleOptions object from the database.BaselineProject.loadScheduleOptions(String[] fields) Loads an associated ScheduleOptions object from the database.Project.loadScheduleOptions(String[] fields) Loads an associated ScheduleOptions object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type ScheduleOptionsModifier and TypeMethodDescriptionstatic BOIterator<ScheduleOptions>Loads multiple ScheduleOptions objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type ScheduleOptionsModifier and TypeMethodDescriptionstatic voidScheduleOptions.update(Session session, ScheduleOptions[] scheduleoptions) Updates multiple ScheduleOptions objects in the database.