Class WarehouseUtils

java.lang.Object
ru.bitel.bgbilling.plugins.shop.client.WarehouseUtils

public class WarehouseUtils extends Object
  • Constructor Details

    • WarehouseUtils

      public WarehouseUtils()
  • Method Details

    • getUserNameByUserId

      public static String getUserNameByUserId(ru.bitel.bgbilling.client.common.ClientContext context, int userId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getFullAddressByHouseId

      public static String getFullAddressByHouseId(ru.bitel.bgbilling.client.common.ClientContext context, int houseId) throws Exception
      Throws:
      Exception
    • getFormattedDateStringOfDate

      public static String getFormattedDateStringOfDate(String value)
    • getFormattedDateStringOfDatetime

      public static String getFormattedDateStringOfDatetime(String value)
    • getStockItemAttributeValue

      public static String getStockItemAttributeValue(ru.bitel.bgbilling.client.common.ClientContext context, StockItemAttributeValue attributeValue) throws Exception
      Throws:
      Exception