Uses of Class
com.primavera.integration.client.bo.object.ScheduleCheckOption
Packages that use ScheduleCheckOption
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of ScheduleCheckOption in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type ScheduleCheckOptionModifier and TypeMethodDescriptionEnterpriseLoadManager.loadScheduleCheckOptions(String[] fields, String sWhereClause, String sOrderBy) Loads multiple ScheduleCheckOption objects from the database. -
Uses of ScheduleCheckOption in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return ScheduleCheckOptionModifier and TypeMethodDescriptionScheduleCheckOptionHelper.createBusinessObjectArray(int iSize) ScheduleCheckOptionHelper.newBusinessObject(Session session) ScheduleCheckOptionHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ScheduleCheckOptionModifier and TypeMethodDescriptionScheduleCheckOptionHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ScheduleCheckOptionHelper.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.ScheduleCheckOptionHelper.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.ScheduleCheckOptionHelper.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 ScheduleCheckOption in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ScheduleCheckOptionModifier and TypeMethodDescriptionstatic ScheduleCheckOptionLoads a single ScheduleCheckOption object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type ScheduleCheckOptionModifier and TypeMethodDescriptionstatic BOIterator<ScheduleCheckOption>Loads multiple ScheduleCheckOption objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type ScheduleCheckOptionModifier and TypeMethodDescriptionstatic ObjectId[]ScheduleCheckOption.create(Session session, ScheduleCheckOption[] schedulecheckoptions) Creates multiple ScheduleCheckOption objects in the database.static voidScheduleCheckOption.delete(Session session, ScheduleCheckOption[] schedulecheckoptions) Deletes multiple ScheduleCheckOption objects from the database.static voidScheduleCheckOption.update(Session session, ScheduleCheckOption[] schedulecheckoptions) Updates multiple ScheduleCheckOption objects in the database.