|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.melati.poem.transaction.Transactioned
org.melati.poem.JdbcPersistent
org.melati.poem.generated.UserBase
org.melati.poem.User
org.melati.admin.test.generated.UserBase
public abstract class UserBase
Melati POEM generated abstract base class for a Persistent
User Object.
org.melati.poem.prepro.TableDef#generatePersistentBaseJava| Field Summary | |
|---|---|
protected String |
email
email - The user's email address |
| Fields inherited from class org.melati.poem.generated.UserBase |
|---|
id, login, name, password |
| Fields inherited from class org.melati.poem.transaction.Transactioned |
|---|
valid |
| Fields inherited from interface org.melati.poem.AccessToken |
|---|
root |
| Constructor Summary | |
|---|---|
UserBase()
|
|
| Method Summary | |
|---|---|
AdminTestDatabaseTables |
getAdminTestDatabaseTables()
Retrieves the Database object. |
String |
getEmail_unsafe()
Retrieves the Email value, without locking,
for this User Persistent. |
String |
getEmail()
Retrieves the Email value, with locking, for this User Persistent. |
org.melati.poem.Field |
getEmailField()
Retrieves the Email value as a Field
from this User Persistent. |
org.melati.poem.UserTable |
getUserTable()
Retrieves the UserTable table
which this Persistent is from. |
void |
setEmail_unsafe(String cooked)
Sets the Email value directly, without checking,
for this User Persistent. |
void |
setEmail(String cooked)
Sets the Email value, with checking, for this
User Persistent. |
| Methods inherited from class org.melati.poem.User |
|---|
getPassword, givesCapability, isAdministrator, isGuest, setPassword, toString |
| Methods inherited from class org.melati.poem.generated.UserBase |
|---|
getId_unsafe, getId, getIdField, getLogin_unsafe, getLogin, getLoginField, getName_unsafe, getName, getNameField, getPassword_unsafe, getPasswordField, getPoemDatabaseTables, setId_unsafe, setId, setId, setLogin_unsafe, setLogin, setName_unsafe, setName, setPassword_unsafe |
| Methods inherited from class org.melati.poem.JdbcPersistent |
|---|
assertCanCreate, assertCanCreate, assertCanDelete, assertCanDelete, assertCanRead, assertCanRead, assertCanWrite, assertCanWrite, clone, commit, countMatchSQL, delete_unsafe, delete, delete, deleteAndCommit, deleteAndCommit, deleteLock, displayString, displayString, displayString, dump, dump, duplicated, duplicatedFloating, equals, existenceLock, existenceLock, fieldsOfColumns, fromClause, getCanDelete, getCanRead, getCanSelect, getCanWrite, getChildren, getCooked, getCookedString, getDatabase, getDetailDisplayFields, getField, getFields, getPrimaryDisplayField, getRaw, getRawString, getReadable, getRecordDisplayFields, getSearchCriterionFields, getSummaryDisplayFields, getTable, getTroid, hashCode, invalidate, isDirty, load, makePersistent, postEdit, postInsert, postModify, postWrite, preEdit, readLock, readLock, readLock, rollback, setCooked, setDirty, setRaw, setRawString, statusExistent, statusNonexistent, troid, upToDate, writeDown, writeLock, writeLock, writeLock |
| Methods inherited from class org.melati.poem.transaction.Transactioned |
|---|
markValid, reset, setTransactionPool, transactionPool, unSee |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String email
| Constructor Detail |
|---|
public UserBase()
| Method Detail |
|---|
public AdminTestDatabaseTables getAdminTestDatabaseTables()
org.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic org.melati.poem.UserTable getUserTable()
UserTable table
which this Persistent is from.
getUserTable in class org.melati.poem.generated.UserBaseorg.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic String getEmail_unsafe()
Email value, without locking,
for this User Persistent.
org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setEmail_unsafe(String cooked)
Email value directly, without checking,
for this User Persistent.
cooked - the pre-validated value to setorg.melati.poem.prepro.FieldDef#generateBaseMethods
public String getEmail()
throws org.melati.poem.AccessPoemException
User Persistent.
Field description:
The user's email address
Email for this
User Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setEmail(String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Email value, with checking, for this
User Persistent.
Field description:
The user's email address
cooked - a validated int
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
org.melati.poem.ValidationPoemException - if the value is not valid
public org.melati.poem.Field getEmailField()
throws org.melati.poem.AccessPoemException
Email value as a Field
from this User Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightsorg.melati.poem.prepro.FieldDef#generateFieldCreator
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||