Package | Description |
---|---|
psdi.app.financial |
The Financial package deals with all the General Ledger (GL) accounting practices that are supported within MAXIMO's
applications.
|
Modifier and Type | Class and Description |
---|---|
class |
AccountSet
Represents the set of Account(ChartOfAccounts) objects.
|
Modifier and Type | Method and Description |
---|---|
AccountSetRemote |
GLComponentsRemote.activateGLComponent() |
AccountSetRemote |
GLComponents.activateGLComponent()
Activate the GL Component, also activate the GL Account in CHARTOFACCOUNTS where this component
is used.
|
AccountSetRemote |
GLComponentsSetRemote.activateGLComponents(java.lang.String gla,
java.util.Vector compName,
java.util.Vector compDesc,
java.util.Vector CompDescAsNameArray,
java.util.Vector componentNo,
java.lang.String ownerSysID,
java.lang.String sourceSysID,
java.lang.String senderSysID) |
AccountSetRemote |
GLComponentsSet.activateGLComponents(java.lang.String gla,
java.util.Vector compName,
java.util.Vector compDesc,
java.util.Vector compDescAsName,
java.util.Vector compOrder,
java.lang.String ownerSysID,
java.lang.String sourceSysID,
java.lang.String senderSysID)
This method activates all the GL Components passed in the vector and hence all the
chart of accounts which contain the segments.
|
AccountSetRemote |
GLComponentsRemote.inActivateGLComponent() |
AccountSetRemote |
GLComponents.inActivateGLComponent()
Inactivate the GL Component, also inactivate the GL Account in CHARTOFACCOUNTS where this component
is used.
|
AccountSetRemote |
GLComponentsSetRemote.inActivateGLComponents(java.lang.String gla,
java.util.Vector compName,
java.util.Vector compDesc,
java.util.Vector CompDescAsNameArray,
java.util.Vector componentNo,
java.lang.String ownerSysID,
java.lang.String sourceSysID,
java.lang.String senderSysID) |
AccountSetRemote |
GLComponentsSet.inActivateGLComponents(java.lang.String gla,
java.util.Vector compName,
java.util.Vector compDesc,
java.util.Vector compDescAsName,
java.util.Vector compOrder,
java.lang.String ownerSysID,
java.lang.String sourceSysID,
java.lang.String senderSysID)
This method inactivates all the GL Components passed in the vector and hence all the
chart of accounts which contain the segments.
|