Uses of Class
com.primavera.integration.client.bo.object.TimesheetPeriod
Packages that use TimesheetPeriod
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of TimesheetPeriod in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type TimesheetPeriodModifier and TypeMethodDescriptionEnterpriseLoadManager.loadTimesheetPeriods(String[] fields, String sWhereClause, String sOrderBy) Loads multiple TimesheetPeriod objects from the database.GlobalObjectManager.loadTimesheetPeriods(String[] fields, String sWhereClause, String sOrderBy) Loads multiple TimesheetPeriod objects from the database.Methods in com.primavera.integration.client with parameters of type TimesheetPeriodModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createTimesheetPeriods(TimesheetPeriod[] timesheetperiods) Creates multiple TimesheetPeriod objects in the database.voidGlobalObjectManager.deleteTimesheetPeriods(TimesheetPeriod[] timesheetperiods) Deletes multiple TimesheetPeriod objects from the database.voidGlobalObjectManager.updateTimesheetPeriods(TimesheetPeriod[] timesheetperiods) Updates multiple TimesheetPeriod objects in the database. -
Uses of TimesheetPeriod in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return TimesheetPeriodModifier and TypeMethodDescriptionTimesheetPeriodHelper.createBusinessObjectArray(int iSize) TimesheetPeriodHelper.newBusinessObject(Session session) TimesheetPeriodHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type TimesheetPeriodModifier and TypeMethodDescriptionTimesheetPeriodHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) TimesheetPeriodHelper.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.TimesheetPeriodHelper.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.TimesheetPeriodHelper.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 TimesheetPeriod in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return TimesheetPeriodModifier and TypeMethodDescriptionstatic TimesheetPeriodLoads a single TimesheetPeriod object from the database.ResourceHour.loadTimesheetPeriod(String[] fields) Loads an associated TimesheetPeriod object from the database.Timesheet.loadTimesheetPeriod(String[] fields) Loads an associated TimesheetPeriod object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type TimesheetPeriodModifier and TypeMethodDescriptionstatic BOIterator<TimesheetPeriod>Loads multiple TimesheetPeriod objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type TimesheetPeriodModifier and TypeMethodDescriptionstatic ObjectId[]TimesheetPeriod.create(Session session, TimesheetPeriod[] timesheetperiods) Creates multiple TimesheetPeriod objects in the database.static voidTimesheetPeriod.delete(Session session, TimesheetPeriod[] timesheetperiods) Deletes multiple TimesheetPeriod objects from the database.static voidTimesheetPeriod.update(Session session, TimesheetPeriod[] timesheetperiods) Updates multiple TimesheetPeriod objects in the database.