Examples of ErrorList


Examples of sg.edu.nus.iss.se07.common.error.ErrorList

                return errorList;
        }

        public ErrorList update(Category newCategory, Category oldCategory) {
                ErrorList errorList = new ErrorList();
                return errorList;
        }
View Full Code Here

Examples of sg.edu.nus.iss.se07.common.error.ErrorList

                ErrorList errorList = new ErrorList();
                return errorList;
        }

        public ErrorList delete(Category category) throws AppException {
                ErrorList errorList = new ErrorList();
                return errorList;
        }
View Full Code Here

Examples of sg.edu.nus.iss.se07.common.error.ErrorList

                ErrorList errorList = new ErrorList();
                return errorList;
        }

        public ErrorList delete(String categoryCode) throws AppException {
                ErrorList errorList = new ErrorList();
                return errorList;
        }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.