Class SplibCoreBl

java.lang.Object
jp.ecuacion.splib.core.bl.SplibCoreBl

public class SplibCoreBl extends Object
Supplies utilities.
  • Constructor Details

    • SplibCoreBl

      public SplibCoreBl()
  • Method Details

    • throwExceptionWhenDuplicated

      public static void throwExceptionWhenDuplicated(boolean isDuplicated, String[] itemPropertyPaths, jp.ecuacion.lib.core.item.EclibItemContainer container) throws jp.ecuacion.lib.core.exception.checked.BizLogicAppException
      Throws an exception when duplicated. It only has a function to throw exception, not one to check the occuring of duplication.
      Throws:
      jp.ecuacion.lib.core.exception.checked.BizLogicAppException
    • throwExceptionWhenDuplicated

      public static void throwExceptionWhenDuplicated(boolean isDuplicated, String[] itemPropertyPaths, String[] itemNameKeys) throws jp.ecuacion.lib.core.exception.checked.BizLogicAppException
      Throws an exception when duplicated. It only has a function to throw exception, not one to check the occuring of duplication.
      Throws:
      jp.ecuacion.lib.core.exception.checked.BizLogicAppException