Class SplibCoreBl
java.lang.Object
jp.ecuacion.splib.core.bl.SplibCoreBl
Supplies utilities.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidthrowExceptionWhenDuplicated(boolean isDuplicated, String[] itemPropertyPaths, String[] itemNameKeys) Throws an exception when duplicated.static voidthrowExceptionWhenDuplicated(boolean isDuplicated, String[] itemPropertyPaths, jp.ecuacion.lib.core.item.EclibItemContainer container) Throws an exception when duplicated.
-
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
-