Interface ISignUpValidator
-
public interface ISignUpValidator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
validate(IDBManager dbManager, ISFSObject data)
-
-
-
Method Detail
-
validate
void validate(IDBManager dbManager, ISFSObject data) throws SignUpValidationException
- Throws:
SignUpValidationException
-
-