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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidcheckClose(List<T> currentList, T close, Date date, int field) voidcheckRemove(List<T> currentList, Iterable<T> remove, int field) voidcheckRemove(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
 
 -