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