|
Primavera Integration API Release 8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntegratedObjectType | |
---|---|
com.primavera.integration.client.bo.enm | Typesafe enumerations |
com.primavera.integration.client.bo.object | Client business object classes |
Uses of IntegratedObjectType in com.primavera.integration.client.bo.enm |
---|
Fields in com.primavera.integration.client.bo.enm declared as IntegratedObjectType | |
---|---|
static IntegratedObjectType |
IntegratedObjectType.ERP
|
static IntegratedObjectType |
IntegratedObjectType.FUSION
|
static IntegratedObjectType |
IntegratedObjectType.NULL
|
Methods in com.primavera.integration.client.bo.enm that return IntegratedObjectType | |
---|---|
static IntegratedObjectType |
IntegratedObjectType.getIntegratedObjectType(int iIntegratedObjectType)
Gets an instance of IntegratedObjectType based on the integer value specified. |
static IntegratedObjectType |
IntegratedObjectType.getIntegratedObjectType(String sIntegratedObjectType)
Gets an instance of IntegratedObjectType based on the String value specified. |
Uses of IntegratedObjectType in com.primavera.integration.client.bo.object |
---|
Methods in com.primavera.integration.client.bo.object that return IntegratedObjectType | |
---|---|
IntegratedObjectType |
WBS.getIntegratedType()
Gets the flag indicating whether the WBS is integrated with an Enterprise Resource Planning (ERP) system. |
IntegratedObjectType |
Resource.getIntegratedType()
Gets the flag indicating whether the resource is integrated with an Enterprise Resource Planning (ERP) system. |
IntegratedObjectType |
ResourceHour.getResourceIntegratedType()
Gets the flag indicating whether the resource is integrated with an Enterprise Resource Planning (ERP) system. |
Methods in com.primavera.integration.client.bo.object with parameters of type IntegratedObjectType | |
---|---|
void |
WBS.setIntegratedType(IntegratedObjectType enm)
Sets the flag indicating whether the WBS is integrated with an Enterprise Resource Planning (ERP) system. |
void |
Resource.setIntegratedType(IntegratedObjectType enm)
Sets the flag indicating whether the resource is integrated with an Enterprise Resource Planning (ERP) system. |
|
Primavera Integration API Release 8 | |||||||||
PREV NEXT | FRAMES NO FRAMES |