kotkabeans
Class Account
java.lang.Object
|
+--kotkabeans.Account
- public class Account
- extends java.lang.Object
Bean for uploading files from client computer to server.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_SAME_ACCOUNTS
public static final int MAX_SAME_ACCOUNTS
- See Also:
- Constant Field Values
MAX_LENGTH
public static final int MAX_LENGTH
- See Also:
- Constant Field Values
MIN_LENGTH
public static final int MIN_LENGTH
- See Also:
- Constant Field Values
Account
public Account()
generateAccount
public static java.lang.String generateAccount(User user)
throws java.lang.Exception
java.lang.Exception
isAccountUsed
public static int isAccountUsed(User user,
java.lang.StringBuffer acc,
DB db)
throws java.lang.Exception
java.lang.Exception
replaceIllegals
public static java.lang.String replaceIllegals(java.lang.String account)