|
Primavera Integration API 8.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimesheetPeriod | |
---|---|
com.primavera.integration.client | Main classes, including Session, JobManager and GlobalObjectManager |
com.primavera.integration.client.bo.helper | Business object helper classes |
com.primavera.integration.client.bo.object | 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 TimesheetPeriod | |
---|---|
BOIterator<TimesheetPeriod> |
EnterpriseLoadManager.loadTimesheetPeriods(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple TimesheetPeriod objects from the database. |
BOIterator<TimesheetPeriod> |
GlobalObjectManager.loadTimesheetPeriods(String[] fields,
String sWhereClause,
String sOrderBy)
Loads multiple TimesheetPeriod objects from the database. |
Uses of TimesheetPeriod in com.primavera.integration.client.bo.helper |
---|
Methods in com.primavera.integration.client.bo.helper that return TimesheetPeriod | |
---|---|
TimesheetPeriod[] |
TimesheetPeriodHelper.createBusinessObjectArray(int iSize)
|
TimesheetPeriod |
TimesheetPeriodHelper.load(Session session,
String[] fields,
ObjectId objId)
|
TimesheetPeriod |
TimesheetPeriodHelper.newBusinessObject(Session session)
|
TimesheetPeriod |
TimesheetPeriodHelper.newBusinessObject(Session session,
ObjectId objectId)
|
Methods in com.primavera.integration.client.bo.helper that return types with arguments of type TimesheetPeriod | |
---|---|
BOIterator<TimesheetPeriod> |
TimesheetPeriodHelper.load(Session session,
BusinessObject boParent,
String[] fields,
String sWhereClause,
String sOrderBy)
|
BOIterator<TimesheetPeriod> |
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. |
BOIterator<TimesheetPeriod> |
TimesheetPeriodHelper.load(Session session,
String[] fields,
ObjectId[] objIds)
|
BOIterator<TimesheetPeriod> |
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. |
BOIterator<TimesheetPeriod> |
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 TimesheetPeriod | |
---|---|
static TimesheetPeriod |
TimesheetPeriod.load(Session session,
String[] fields,
ObjectId objId)
Loads a single TimesheetPeriod object from the database. |
TimesheetPeriod |
Timesheet.loadTimesheetPeriod(String[] fields)
Loads an associated TimesheetPeriod object from the database. |
TimesheetPeriod |
ResourceHour.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 TimesheetPeriod | |
---|---|
static BOIterator<TimesheetPeriod> |
TimesheetPeriod.load(Session session,
String[] fields,
ObjectId[] objIds)
Loads multiple TimesheetPeriod objects from the database. |
|
Primavera Integration API 8.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |