• Packages that use AccountSetRemote 
    Package Description
    psdi.app.financial
    The Financial package deals with all the General Ledger (GL) accounting practices that are supported within MAXIMO's applications.
    • Uses of AccountSetRemote in psdi.app.financial

      Classes in psdi.app.financial that implement AccountSetRemote 
      Modifier and Type Class and Description
      class  AccountSet
      Represents the set of Account(ChartOfAccounts) objects.
      Methods in psdi.app.financial that return AccountSetRemote 
      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 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 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 GLComponentsRemote.inActivateGLComponent() 
      AccountSetRemote GLComponents.inActivateGLComponent()
      Inactivate the GL Component, also inactivate the GL Account in CHARTOFACCOUNTS where this component is used.
      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.
      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)