|
||||||||||
| 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.paneris.rimauresq.model.generated.UserBase
public abstract class UserBase
Melati POEM generated abstract base class for a Persistent
User Object.
| Field Summary | |
|---|---|
protected java.lang.String |
address
Address |
protected java.lang.String |
country
Country |
protected java.lang.String |
email
email - The user's email address |
protected java.lang.String |
fax
fax - User's fax number |
protected java.lang.String |
mobile
Mobile - User's mobile number |
protected java.lang.Boolean |
news
Receive Newsletter? - Does the user want to receive the email newsletter? |
protected java.lang.String |
postcode
Postcode - Order postcode |
protected java.lang.String |
tel
Telephone - User's telephone number |
protected java.lang.String |
title
Title - User's title or role |
protected java.lang.String |
town
Town / City |
| 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 | |
|---|---|
java.lang.String |
getAddress_unsafe()
Retrieves the Address value, without locking,
for this User Persistent. |
java.lang.String |
getAddress()
Retrieves the Address value, with locking, for this User Persistent. |
org.melati.poem.Field |
getAddressField()
Retrieves the Address value as a Field
from this User Persistent. |
java.lang.String |
getCountry_unsafe()
Retrieves the Country value, without locking,
for this User Persistent. |
java.lang.String |
getCountry()
Retrieves the Country value, with locking, for this User Persistent. |
org.melati.poem.Field |
getCountryField()
Retrieves the Country value as a Field
from this User Persistent. |
java.lang.String |
getEmail_unsafe()
Retrieves the Email value, without locking,
for this User Persistent. |
java.lang.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. |
java.lang.String |
getFax_unsafe()
Retrieves the Fax value, without locking,
for this User Persistent. |
java.lang.String |
getFax()
Retrieves the Fax value, with locking, for this User Persistent. |
org.melati.poem.Field |
getFaxField()
Retrieves the Fax value as a Field
from this User Persistent. |
java.lang.String |
getMobile_unsafe()
Retrieves the Mobile value, without locking,
for this User Persistent. |
java.lang.String |
getMobile()
Retrieves the Mobile value, with locking, for this User Persistent. |
org.melati.poem.Field |
getMobileField()
Retrieves the Mobile value as a Field
from this User Persistent. |
java.lang.Boolean |
getNews_unsafe()
Retrieves the News value, without locking,
for this User Persistent. |
java.lang.Boolean |
getNews()
Retrieves the News value, with locking, for this User Persistent. |
org.melati.poem.Field |
getNewsField()
Retrieves the News value as a Field
from this User Persistent. |
java.lang.String |
getPostcode_unsafe()
Retrieves the Postcode value, without locking,
for this User Persistent. |
java.lang.String |
getPostcode()
Retrieves the Postcode value, with locking, for this User Persistent. |
org.melati.poem.Field |
getPostcodeField()
Retrieves the Postcode value as a Field
from this User Persistent. |
RimauresqDatabaseTables |
getRimauresqDatabaseTables()
Retrieves the Database object. |
java.lang.String |
getTel_unsafe()
Retrieves the Tel value, without locking,
for this User Persistent. |
java.lang.String |
getTel()
Retrieves the Tel value, with locking, for this User Persistent. |
org.melati.poem.Field |
getTelField()
Retrieves the Tel value as a Field
from this User Persistent. |
java.lang.String |
getTitle_unsafe()
Retrieves the Title value, without locking,
for this User Persistent. |
java.lang.String |
getTitle()
Retrieves the Title value, with locking, for this User Persistent. |
org.melati.poem.Field |
getTitleField()
Retrieves the Title value as a Field
from this User Persistent. |
java.lang.String |
getTown_unsafe()
Retrieves the Town value, without locking,
for this User Persistent. |
java.lang.String |
getTown()
Retrieves the Town value, with locking, for this User Persistent. |
org.melati.poem.Field |
getTownField()
Retrieves the Town value as a Field
from this User Persistent. |
org.melati.poem.UserTable |
getUserTable()
Retrieves the UserTable table
which this Persistent is from. |
void |
setAddress_unsafe(java.lang.String cooked)
Sets the Address value directly, without checking,
for this User Persistent. |
void |
setAddress(java.lang.String cooked)
Sets the Address value, with checking, for this
User Persistent. |
void |
setCountry_unsafe(java.lang.String cooked)
Sets the Country value directly, without checking,
for this User Persistent. |
void |
setCountry(java.lang.String cooked)
Sets the Country value, with checking, for this
User Persistent. |
void |
setEmail_unsafe(java.lang.String cooked)
Sets the Email value directly, without checking,
for this User Persistent. |
void |
setEmail(java.lang.String cooked)
Sets the Email value, with checking, for this
User Persistent. |
void |
setFax_unsafe(java.lang.String cooked)
Sets the Fax value directly, without checking,
for this User Persistent. |
void |
setFax(java.lang.String cooked)
Sets the Fax value, with checking, for this
User Persistent. |
void |
setMobile_unsafe(java.lang.String cooked)
Sets the Mobile value directly, without checking,
for this User Persistent. |
void |
setMobile(java.lang.String cooked)
Sets the Mobile value, with checking, for this
User Persistent. |
void |
setNews_unsafe(java.lang.Boolean cooked)
Sets the News value directly, without checking,
for this User Persistent. |
void |
setNews(boolean cooked)
Sets the News value, with checking,
from a boolean, for this
User Persistent. |
void |
setNews(java.lang.Boolean cooked)
Sets the News value, with checking, for this
User Persistent. |
void |
setPostcode_unsafe(java.lang.String cooked)
Sets the Postcode value directly, without checking,
for this User Persistent. |
void |
setPostcode(java.lang.String cooked)
Sets the Postcode value, with checking, for this
User Persistent. |
void |
setTel_unsafe(java.lang.String cooked)
Sets the Tel value directly, without checking,
for this User Persistent. |
void |
setTel(java.lang.String cooked)
Sets the Tel value, with checking, for this
User Persistent. |
void |
setTitle_unsafe(java.lang.String cooked)
Sets the Title value directly, without checking,
for this User Persistent. |
void |
setTitle(java.lang.String cooked)
Sets the Title value, with checking, for this
User Persistent. |
void |
setTown_unsafe(java.lang.String cooked)
Sets the Town value directly, without checking,
for this User Persistent. |
void |
setTown(java.lang.String cooked)
Sets the Town 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 java.lang.String email
protected java.lang.String title
protected java.lang.String address
protected java.lang.String town
protected java.lang.String postcode
protected java.lang.String country
protected java.lang.String tel
protected java.lang.String fax
protected java.lang.String mobile
protected java.lang.Boolean news
| Constructor Detail |
|---|
public UserBase()
| Method Detail |
|---|
public RimauresqDatabaseTables getRimauresqDatabaseTables()
public org.melati.poem.UserTable getUserTable()
UserTable table
which this Persistent is from.
getUserTable in class org.melati.poem.generated.UserBasepublic java.lang.String getEmail_unsafe()
Email value, without locking,
for this User Persistent.
public void setEmail_unsafe(java.lang.String cooked)
Email value directly, without checking,
for this User Persistent.
cooked - the pre-validated value to set
public java.lang.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(java.lang.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 rightspublic java.lang.String getTitle_unsafe()
Title value, without locking,
for this User Persistent.
public void setTitle_unsafe(java.lang.String cooked)
Title value directly, without checking,
for this User Persistent.
cooked - the pre-validated value to set
public java.lang.String getTitle()
throws org.melati.poem.AccessPoemException
User Persistent.
Field description:
User's title or role
Title for this
User Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setTitle(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Title value, with checking, for this
User Persistent.
Field description:
User's title or role
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 getTitleField()
throws org.melati.poem.AccessPoemException
Title value as a Field
from this User Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getAddress_unsafe()
Address value, without locking,
for this User Persistent.
public void setAddress_unsafe(java.lang.String cooked)
Address value directly, without checking,
for this User Persistent.
cooked - the pre-validated value to set
public java.lang.String getAddress()
throws org.melati.poem.AccessPoemException
User Persistent.
Address for this
User Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setAddress(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Address value, with checking, for this
User Persistent.
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 getAddressField()
throws org.melati.poem.AccessPoemException
Address value as a Field
from this User Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getTown_unsafe()
Town value, without locking,
for this User Persistent.
public void setTown_unsafe(java.lang.String cooked)
Town value directly, without checking,
for this User Persistent.
cooked - the pre-validated value to set
public java.lang.String getTown()
throws org.melati.poem.AccessPoemException
User Persistent.
Town for this
User Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setTown(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Town value, with checking, for this
User Persistent.
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 getTownField()
throws org.melati.poem.AccessPoemException
Town value as a Field
from this User Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getPostcode_unsafe()
Postcode value, without locking,
for this User Persistent.
public void setPostcode_unsafe(java.lang.String cooked)
Postcode value directly, without checking,
for this User Persistent.
cooked - the pre-validated value to set
public java.lang.String getPostcode()
throws org.melati.poem.AccessPoemException
User Persistent.
Field description:
Order postcode
Postcode for this
User Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setPostcode(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Postcode value, with checking, for this
User Persistent.
Field description:
Order postcode
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 getPostcodeField()
throws org.melati.poem.AccessPoemException
Postcode value as a Field
from this User Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getCountry_unsafe()
Country value, without locking,
for this User Persistent.
public void setCountry_unsafe(java.lang.String cooked)
Country value directly, without checking,
for this User Persistent.
cooked - the pre-validated value to set
public java.lang.String getCountry()
throws org.melati.poem.AccessPoemException
User Persistent.
Country for this
User Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setCountry(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Country value, with checking, for this
User Persistent.
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 getCountryField()
throws org.melati.poem.AccessPoemException
Country value as a Field
from this User Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getTel_unsafe()
Tel value, without locking,
for this User Persistent.
public void setTel_unsafe(java.lang.String cooked)
Tel value directly, without checking,
for this User Persistent.
cooked - the pre-validated value to set
public java.lang.String getTel()
throws org.melati.poem.AccessPoemException
User Persistent.
Field description:
User's telephone number
Tel for this
User Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setTel(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Tel value, with checking, for this
User Persistent.
Field description:
User's telephone number
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 getTelField()
throws org.melati.poem.AccessPoemException
Tel value as a Field
from this User Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getFax_unsafe()
Fax value, without locking,
for this User Persistent.
public void setFax_unsafe(java.lang.String cooked)
Fax value directly, without checking,
for this User Persistent.
cooked - the pre-validated value to set
public java.lang.String getFax()
throws org.melati.poem.AccessPoemException
User Persistent.
Field description:
User's fax number
Fax for this
User Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setFax(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Fax value, with checking, for this
User Persistent.
Field description:
User's fax number
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 getFaxField()
throws org.melati.poem.AccessPoemException
Fax value as a Field
from this User Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.String getMobile_unsafe()
Mobile value, without locking,
for this User Persistent.
public void setMobile_unsafe(java.lang.String cooked)
Mobile value directly, without checking,
for this User Persistent.
cooked - the pre-validated value to set
public java.lang.String getMobile()
throws org.melati.poem.AccessPoemException
User Persistent.
Field description:
User's mobile number
Mobile for this
User Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setMobile(java.lang.String cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
Mobile value, with checking, for this
User Persistent.
Field description:
User's mobile number
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 getMobileField()
throws org.melati.poem.AccessPoemException
Mobile value as a Field
from this User Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rightspublic java.lang.Boolean getNews_unsafe()
News value, without locking,
for this User Persistent.
public void setNews_unsafe(java.lang.Boolean cooked)
News value directly, without checking,
for this User Persistent.
cooked - the pre-validated value to set
public java.lang.Boolean getNews()
throws org.melati.poem.AccessPoemException
User Persistent.
Field description:
Does the user want to receive the email newsletter?
News for this
User Persistent
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
public void setNews(java.lang.Boolean cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
News value, with checking, for this
User Persistent.
Field description:
Does the user want to receive the email newsletter?
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 final void setNews(boolean cooked)
throws org.melati.poem.AccessPoemException,
org.melati.poem.ValidationPoemException
News value, with checking,
from a boolean, for this
User Persistent.
Field description:
Does the user want to receive the email newsletter?
cooked - a boolean
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 getNewsField()
throws org.melati.poem.AccessPoemException
News value as a Field
from this User Persistent.
org.melati.poem.AccessPoemException - if the current AccessToken
does not confer write access rights
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||