Class TvUtils

java.lang.Object
ru.bitel.bgbilling.modules.tv.server.TvUtils

public class TvUtils extends Object
  • Constructor Details

    • TvUtils

      public TvUtils()
  • Method Details

    • secondsFrom

      public static long secondsFrom(Date time)
    • secondsTo

      public static long secondsTo(Date time)
    • dateFrom

      public static long dateFrom(Date dateFrom, Calendar utilCalendar)
    • dateTo

      public static long dateTo(Date dateTo, Calendar utilCalendar)
    • toCalendar

      public static Calendar toCalendar(long millis)
    • toCalendarFrom

      public static Calendar toCalendarFrom(Date time)
    • toCalendarTo

      public static Calendar toCalendarTo(Date time)
    • toDate

      public static Date toDate(long millis)
    • moveSecond

      public static Date moveSecond(Date time, int amount, Calendar utilCalendar)
    • periodAmountToUnit

      public static long periodAmountToUnit(int periodMode, int periodAmount, TimeUnit unit)
    • parseMacAddress

      public static byte[] parseMacAddress(String macAddress)
    • macAddressToString

      public static String macAddressToString(byte[] macAddress)
    • createServiceCostList

      public static List<ru.bitel.bgbilling.modules.tv.server.tariff.TvServiceCost> createServiceCostList(ru.bitel.bgbilling.modules.tv.server.runtime.ProductSpecRuntimeMap productSpecRuntimeMap, List<ru.bitel.bgbilling.modules.tv.server.ProductManager.Entry> entryList) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • createServiceCostListForRecalculate

      public static List<ru.bitel.bgbilling.modules.tv.server.tariff.TvServiceCost> createServiceCostListForRecalculate(ru.bitel.bgbilling.modules.tv.server.runtime.ProductSpecRuntimeMap productSpecRuntimeMap, List<ru.bitel.bgbilling.modules.tv.server.ProductManager.Entry> entryList) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • createServiceCostList

      public static List<ru.bitel.bgbilling.modules.tv.server.tariff.TvServiceCost> createServiceCostList(ru.bitel.bgbilling.modules.tv.server.runtime.ProductSpecRuntimeMap productSpecRuntimeMap, ru.bitel.bgbilling.modules.tv.server.runtime.TvAccountRuntime tvAccountRuntime, long millis) throws ru.bitel.bgbilling.common.BGException
      Список TvServiceCost для текущих активных периодов. Для выяснении стоимости.
      Parameters:
      productSpecRuntimeMap -
      tvAccountRuntime -
      millis -
      Returns:
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getProductOfferingMap

      public static Map<Pair<Integer,Integer>,Pair<ProductOffering,ProductOfferingActivationMode>> getProductOfferingMap(List<ProductOffering> productOfferingList)
    • filterServiceCostList

      public static void filterServiceCostList(List<ru.bitel.bgbilling.modules.tv.server.tariff.TvServiceCost> serviceCostList, Calendar tariffPeriodStart, Calendar tariffPeriodStop, List<ru.bitel.bgbilling.modules.tv.server.tariff.TvServiceCost> workingServiceCostList, Set<ru.bitel.bgbilling.modules.tv.server.tariff.TvServiceCost> processedSet)
      Отфильтровывание по началу нового тарифа
      Parameters:
      tariffPeriod -
      serviceCostList -
      workingServiceCostList -
      processedSet -
    • getTariffPeriods

      public static Set<Calendar> getTariffPeriods(Date begin, ru.bitel.bgbilling.kernel.tariff.server.tree.TariffModuleTreeSet tariffTreeSet)
      Получение дат смены тарифа (набор dateFrom и dateTo из contract_tariff). При этом это всегда 23:59:59.999 (даже для dateFrom - для него отнимается 1мс).
      Parameters:
      tariffTreeSet -
      Returns:
    • getUrl

      public static URL getUrl(Device<?,?> tvDevice, ParameterMap config, String paramName, String paramName2, String defaultHost, int defaultPort) throws MalformedURLException
      Получение URL для подключения к MW по http/https.
      Parameters:
      tvDevice - устройство.
      config - конфиг устройства.
      paramName - параметр конфигурации, где может быть указан URL.
      paramName2 - дополнительный параметр конфигурации, где может быть указан URL.
      defaultHost - хост по умолчанию.
      defaultPort - порт по умолчанию.
      Returns:
      Throws:
      MalformedURLException