Uses of Class
com.primavera.integration.client.bo.object.TimesheetDelegate
Packages that use TimesheetDelegate
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of TimesheetDelegate in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type TimesheetDelegateModifier and TypeMethodDescriptionEnterpriseLoadManager.loadTimesheetDelegates(String[] fields, String sWhereClause, String sOrderBy) Loads multiple TimesheetDelegate objects from the database. -
Uses of TimesheetDelegate in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return TimesheetDelegateModifier and TypeMethodDescriptionTimesheetDelegateHelper.createBusinessObjectArray(int iSize) TimesheetDelegateHelper.newBusinessObject(Session session) TimesheetDelegateHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type TimesheetDelegateModifier and TypeMethodDescriptionTimesheetDelegateHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) TimesheetDelegateHelper.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.TimesheetDelegateHelper.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.TimesheetDelegateHelper.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 TimesheetDelegate in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return TimesheetDelegateModifier and TypeMethodDescriptionstatic TimesheetDelegateLoads a single TimesheetDelegate object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type TimesheetDelegateModifier and TypeMethodDescriptionstatic BOIterator<TimesheetDelegate>Loads multiple TimesheetDelegate objects from the database.