Class GeneralLedgerServices


  • public class GeneralLedgerServices
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String module  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.math.BigDecimal calculateCostCenterTotal​(java.util.Map<java.lang.String,​java.lang.String> amountPercentageMap)  
      static java.util.Map<java.lang.String,​java.lang.Object> createUpdateCostCenter​(DispatchContext dctx, java.util.Map<java.lang.String,​? extends java.lang.Object> context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • module

        public static final java.lang.String module
    • Constructor Detail

      • GeneralLedgerServices

        public GeneralLedgerServices()
    • Method Detail

      • createUpdateCostCenter

        public static java.util.Map<java.lang.String,​java.lang.Object> createUpdateCostCenter​(DispatchContext dctx,
                                                                                                    java.util.Map<java.lang.String,​? extends java.lang.Object> context)
      • calculateCostCenterTotal

        public static java.math.BigDecimal calculateCostCenterTotal​(java.util.Map<java.lang.String,​java.lang.String> amountPercentageMap)