Class BulkOperationUtils.Choice
- java.lang.Object
-
- net.n2oapp.framework.ui.controller.BulkOperationUtils.Choice
-
- Enclosing class:
- BulkOperationUtils
public static class BulkOperationUtils.Choice extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Choice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorIdsCount()intgetIdsCount()java.util.Map<java.lang.String,java.lang.Boolean>getIgnoreIdsMap()intgetSuccessIdsCount()booleanisConfirmationPast()booleanisIgnore()booleanisIgnoreAll()
-
-
-
Method Detail
-
isConfirmationPast
public boolean isConfirmationPast()
-
isIgnoreAll
public boolean isIgnoreAll()
-
isIgnore
public boolean isIgnore()
-
getIgnoreIdsMap
public java.util.Map<java.lang.String,java.lang.Boolean> getIgnoreIdsMap()
-
getSuccessIdsCount
public int getSuccessIdsCount()
-
getErrorIdsCount
public int getErrorIdsCount()
-
getIdsCount
public int getIdsCount()
-
-