|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.populate.Utilities
Constructor Summary | |
Utilities()
|
Method Summary | |
static User |
getAdminUser()
Method getAdminUser. |
static String |
getBaseString(String sSeed)
Returns a string appropriate for using in data fields, based upon the String sSeed. |
static File |
getBinaryFile()
Returns a binary (image/gif) file |
static String |
getUniqueBaseString()
Returns a string guranteed to be unique for every second that this method is run. |
static List |
getUsersIDs(int numUsers)
Returns a list of at most numUsers BigDecimal User ID's |
static String |
makeText(int iIndex)
Method makeText. |
static String |
makeTextBody()
Method makeText. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Utilities()
Method Detail |
public static String getUniqueBaseString()
public static String getBaseString(String sSeed)
sSeed
- the seed String value for constructing the base String
public static File getBinaryFile()
public static String makeText(int iIndex)
iIndex
- an index to place at the beginning of the returned string
in order to make it unique
public static String makeTextBody()
public static User getAdminUser()
public static List getUsersIDs(int numUsers)
numUsers
- at most the number of User ID's to return
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |