Uses of Class
ensemble.DatabaseBean.Status

Packages that use DatabaseBean.Status
ensemble   
 

Uses of DatabaseBean.Status in ensemble
 

Methods in ensemble that return DatabaseBean.Status
 DatabaseBean.Status DatabaseBean.checkLogin(java.lang.String userName, java.lang.String password)
          Checks to see if a given username exists and if it matches the given password.
 DatabaseBean.Status DatabaseBean.registerUser(java.lang.String userName, java.lang.String password)
          Attempts to register a new user in the database using the given information.
static DatabaseBean.Status DatabaseBean.Status.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DatabaseBean.Status[] DatabaseBean.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.