public interface Business<T>
int
doExecute(T parameter)
int doExecute(T parameter) throws Exception
Exception