| 
 | ||||||||||
| 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 | addressAddress | 
| protected  java.lang.String | countryCountry | 
| protected  java.lang.String | emailemail - The user's email address | 
| protected  java.lang.String | faxfax - User's fax number | 
| protected  java.lang.String | mobileMobile - User's mobile number | 
| protected  java.lang.Boolean | newsReceive Newsletter? - Does the user want to receive the email newsletter? | 
| protected  java.lang.String | postcodePostcode - Order postcode | 
| protected  java.lang.String | telTelephone - User's telephone number | 
| protected  java.lang.String | titleTitle - User's title or role | 
| protected  java.lang.String | townTown / 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 Addressvalue, without locking, 
 for thisUserPersistent. | 
|  java.lang.String | getAddress()Retrieves the Address value, with locking, for this UserPersistent. | 
|  org.melati.poem.Field | getAddressField()Retrieves the Addressvalue as aFieldfrom thisUserPersistent. | 
|  java.lang.String | getCountry_unsafe()Retrieves the Countryvalue, without locking, 
 for thisUserPersistent. | 
|  java.lang.String | getCountry()Retrieves the Country value, with locking, for this UserPersistent. | 
|  org.melati.poem.Field | getCountryField()Retrieves the Countryvalue as aFieldfrom thisUserPersistent. | 
|  java.lang.String | getEmail_unsafe()Retrieves the Emailvalue, without locking, 
 for thisUserPersistent. | 
|  java.lang.String | getEmail()Retrieves the Email value, with locking, for this UserPersistent. | 
|  org.melati.poem.Field | getEmailField()Retrieves the Emailvalue as aFieldfrom thisUserPersistent. | 
|  java.lang.String | getFax_unsafe()Retrieves the Faxvalue, without locking, 
 for thisUserPersistent. | 
|  java.lang.String | getFax()Retrieves the Fax value, with locking, for this UserPersistent. | 
|  org.melati.poem.Field | getFaxField()Retrieves the Faxvalue as aFieldfrom thisUserPersistent. | 
|  java.lang.String | getMobile_unsafe()Retrieves the Mobilevalue, without locking, 
 for thisUserPersistent. | 
|  java.lang.String | getMobile()Retrieves the Mobile value, with locking, for this UserPersistent. | 
|  org.melati.poem.Field | getMobileField()Retrieves the Mobilevalue as aFieldfrom thisUserPersistent. | 
|  java.lang.Boolean | getNews_unsafe()Retrieves the Newsvalue, without locking, 
 for thisUserPersistent. | 
|  java.lang.Boolean | getNews()Retrieves the News value, with locking, for this UserPersistent. | 
|  org.melati.poem.Field | getNewsField()Retrieves the Newsvalue as aFieldfrom thisUserPersistent. | 
|  java.lang.String | getPostcode_unsafe()Retrieves the Postcodevalue, without locking, 
 for thisUserPersistent. | 
|  java.lang.String | getPostcode()Retrieves the Postcode value, with locking, for this UserPersistent. | 
|  org.melati.poem.Field | getPostcodeField()Retrieves the Postcodevalue as aFieldfrom thisUserPersistent. | 
|  RimauresqDatabaseTables | getRimauresqDatabaseTables()Retrieves the Database object. | 
|  java.lang.String | getTel_unsafe()Retrieves the Telvalue, without locking, 
 for thisUserPersistent. | 
|  java.lang.String | getTel()Retrieves the Tel value, with locking, for this UserPersistent. | 
|  org.melati.poem.Field | getTelField()Retrieves the Telvalue as aFieldfrom thisUserPersistent. | 
|  java.lang.String | getTitle_unsafe()Retrieves the Titlevalue, without locking, 
 for thisUserPersistent. | 
|  java.lang.String | getTitle()Retrieves the Title value, with locking, for this UserPersistent. | 
|  org.melati.poem.Field | getTitleField()Retrieves the Titlevalue as aFieldfrom thisUserPersistent. | 
|  java.lang.String | getTown_unsafe()Retrieves the Townvalue, without locking, 
 for thisUserPersistent. | 
|  java.lang.String | getTown()Retrieves the Town value, with locking, for this UserPersistent. | 
|  org.melati.poem.Field | getTownField()Retrieves the Townvalue as aFieldfrom thisUserPersistent. | 
|  org.melati.poem.UserTable | getUserTable()Retrieves the UserTabletable 
 which thisPersistentis from. | 
|  void | setAddress_unsafe(java.lang.String cooked)Sets the Addressvalue directly, without checking, 
 for this UserPersistent. | 
|  void | setAddress(java.lang.String cooked)Sets the Addressvalue, with checking, for thisUserPersistent. | 
|  void | setCountry_unsafe(java.lang.String cooked)Sets the Countryvalue directly, without checking, 
 for this UserPersistent. | 
|  void | setCountry(java.lang.String cooked)Sets the Countryvalue, with checking, for thisUserPersistent. | 
|  void | setEmail_unsafe(java.lang.String cooked)Sets the Emailvalue directly, without checking, 
 for this UserPersistent. | 
|  void | setEmail(java.lang.String cooked)Sets the Emailvalue, with checking, for thisUserPersistent. | 
|  void | setFax_unsafe(java.lang.String cooked)Sets the Faxvalue directly, without checking, 
 for this UserPersistent. | 
|  void | setFax(java.lang.String cooked)Sets the Faxvalue, with checking, for thisUserPersistent. | 
|  void | setMobile_unsafe(java.lang.String cooked)Sets the Mobilevalue directly, without checking, 
 for this UserPersistent. | 
|  void | setMobile(java.lang.String cooked)Sets the Mobilevalue, with checking, for thisUserPersistent. | 
|  void | setNews_unsafe(java.lang.Boolean cooked)Sets the Newsvalue directly, without checking, 
 for this UserPersistent. | 
|  void | setNews(boolean cooked)Sets the Newsvalue, with checking, 
 from aboolean, for thisUserPersistent. | 
|  void | setNews(java.lang.Boolean cooked)Sets the Newsvalue, with checking, for thisUserPersistent. | 
|  void | setPostcode_unsafe(java.lang.String cooked)Sets the Postcodevalue directly, without checking, 
 for this UserPersistent. | 
|  void | setPostcode(java.lang.String cooked)Sets the Postcodevalue, with checking, for thisUserPersistent. | 
|  void | setTel_unsafe(java.lang.String cooked)Sets the Telvalue directly, without checking, 
 for this UserPersistent. | 
|  void | setTel(java.lang.String cooked)Sets the Telvalue, with checking, for thisUserPersistent. | 
|  void | setTitle_unsafe(java.lang.String cooked)Sets the Titlevalue directly, without checking, 
 for this UserPersistent. | 
|  void | setTitle(java.lang.String cooked)Sets the Titlevalue, with checking, for thisUserPersistent. | 
|  void | setTown_unsafe(java.lang.String cooked)Sets the Townvalue directly, without checking, 
 for this UserPersistent. | 
|  void | setTown(java.lang.String cooked)Sets the Townvalue, with checking, for thisUserPersistent. | 
| 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 | |||||||||