Package ru.bitel.common.model
Class Tied.Utils<T,TT extends Tied>
java.lang.Object
ru.bitel.common.model.Tied.Utils<T,TT>
- Enclosing interface:
- Tied
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
checkClose
(List<T> currentList, T close, Date date, int field) void
checkRemove
(List<T> currentList, Iterable<T> remove, int field) void
checkRemove
(List<T> currentList, T remove, int field)
-
Constructor Details
-
Utils
-
-
Method Details
-
checkAdd
- Throws:
Tied.TieUnresolvedException
-
checkAdd
public void checkAdd(List<T> currentList, Iterable<T> add, int field) throws Tied.TieUnresolvedException - Throws:
Tied.TieUnresolvedException
-
checkRemove
public void checkRemove(List<T> currentList, T remove, int field) throws Tied.TieUnresolvedException - Throws:
Tied.TieUnresolvedException
-
checkRemove
public void checkRemove(List<T> currentList, Iterable<T> remove, int field) throws Tied.TieUnresolvedException - Throws:
Tied.TieUnresolvedException
-
checkClose
public void checkClose(List<T> currentList, T close, Date date, int field) throws Tied.TieUnresolvedException - Throws:
Tied.TieUnresolvedException
-
checkClose
public void checkClose(List<T> currentList, Iterable<T> close, Date date, int field) throws Tied.TieUnresolvedException - Throws:
Tied.TieUnresolvedException
-