Uses of Class
com.primavera.integration.client.bo.object.Timesheet
Packages that use Timesheet
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of Timesheet in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type TimesheetModifier and TypeMethodDescriptionEnterpriseLoadManager.loadTimesheets(String[] fields, String sWhereClause, String sOrderBy) Loads multiple Timesheet objects from the database. -
Uses of Timesheet in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return TimesheetModifier and TypeMethodDescriptionTimesheetHelper.createBusinessObjectArray(int iSize) TimesheetHelper.newBusinessObject(Session session) TimesheetHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type TimesheetModifier and TypeMethodDescriptionTimesheetHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) TimesheetHelper.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.TimesheetHelper.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.TimesheetHelper.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 Timesheet in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return TimesheetModifier and TypeMethodDescriptionstatic TimesheetLoads a single Timesheet object from the database.ResourceHour.loadTimesheet(String[] fields) Loads an associated Timesheet object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type TimesheetModifier and TypeMethodDescriptionstatic BOIterator<Timesheet>Loads multiple Timesheet objects from the database.Resource.loadTimesheets(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated Timesheet objects from the database.TimesheetPeriod.loadTimesheets(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated Timesheet objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type TimesheetModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple Timesheet objects in the database.static voidDeletes multiple Timesheet objects from the database.static voidUpdates multiple Timesheet objects in the database.