Examples of IsValidAdminInfo()


Examples of club.data.DataConfig.IsValidAdminInfo()

            if (configBean != null) {
                //start checking object
                // System.out.println("not null");
                if (DataConfig.IsValidDBInfo(configBean)) {
                    //db info is ok, now check the admin
                    if (dataConfig.IsValidAdminInfo(configBean)) {
                        //admin info ok, now we should clear ther admin info then open the main form
                        //configBean.setAdminID(-1);
                        configBean.setAdminAccount("");
                        dataConfig.writeConfigFile(configBean);
                        return true;
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.