public abstract class UserBase extends JdbcPersistent
Persistent
user Object.
See org.melati.poem.prepro.TableDef#generatePersistentBaseJava| Constructor and Description |
|---|
UserBase() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getId_unsafe()
Retrieves the
Id value, without locking,
for this user Persistent. |
Integer |
getId()
Retrieves the Id value, with locking, for this
user Persistent. |
Field<Integer> |
getIdField()
Retrieves the
Id value as a Field
from this user Persistent. |
String |
getLogin_unsafe()
Retrieves the
Login value, without locking,
for this user Persistent. |
String |
getLogin()
Retrieves the Login value, with locking, for this
user Persistent. |
Field<String> |
getLoginField()
Retrieves the
Login value as a Field
from this user Persistent. |
String |
getName_unsafe()
Retrieves the
Name value, without locking,
for this user Persistent. |
String |
getName()
Retrieves the Name value, with locking, for this
user Persistent. |
Field<String> |
getNameField()
Retrieves the
Name value as a Field
from this user Persistent. |
String |
getPassword_unsafe()
Retrieves the
Password value, without locking,
for this user Persistent. |
String |
getPassword()
Retrieves the Password value, with locking, for this
user Persistent. |
Field<String> |
getPasswordField()
Retrieves the
Password value as a Field
from this user Persistent. |
PoemDatabaseTables |
getPoemDatabaseTables()
Retrieves the Database object.
|
List<GroupMembership> |
getUserGroupMembershipList()
References to this User in the GroupMembership table via its user field, as a List.
|
Enumeration<GroupMembership> |
getUserGroupMemberships()
References to this User in the GroupMembership table via its user field.
|
UserTable<User> |
getUserTable()
Retrieves the
UserTable table
which this Persistent is from. |
void |
setId_unsafe(Integer cooked)
Sets the
Id value directly, without checking,
for this user Persistent. |
void |
setId(int cooked)
Sets the
Id value, with checking, for this
user Persistent. |
void |
setId(Integer cooked)
Sets the
Id value, with checking, for this
user Persistent. |
void |
setLogin_unsafe(String cooked)
Sets the
Login value directly, without checking,
for this user Persistent. |
void |
setLogin(String cooked)
Sets the
Login value, with checking, for this
user Persistent. |
void |
setName_unsafe(String cooked)
Sets the
Name value directly, without checking,
for this user Persistent. |
void |
setName(String cooked)
Sets the
Name value, with checking, for this
user Persistent. |
void |
setPassword_unsafe(String cooked)
Sets the
Password value directly, without checking,
for this user Persistent. |
void |
setPassword(String cooked)
Sets the
Password value, with checking, for this
user Persistent. |
assertCanCreate, assertCanCreate, assertCanDelete, assertCanDelete, assertCanRead, assertCanRead, assertCanWrite, assertCanWrite, delete_unsafe, delete, delete, deleteAndCommit, deleteAndCommit, displayString, displayString, displayString, dump, dump, duplicated, duplicatedFloating, equals, existenceLock, fieldsOfColumns, getChildren, getCooked, getCookedString, getDatabase, getDetailDisplayFields, getField, getFields, getPrimaryDisplayField, getRaw, getRawString, getReadable, getRecordDisplayFields, getSearchCriterionFields, getSummaryDisplayFields, getTable, getTroid, hashCode, invalidate, isDirty, makePersistent, postEdit, postInsert, postModify, postWrite, preEdit, setCooked, setDirty, setRaw, setRawString, statusExistent, statusNonexistent, toString, troidmarkValidpublic PoemDatabaseTables getPoemDatabaseTables()
public UserTable<User> getUserTable()
UserTable table
which this Persistent is from.
See org.melati.poem.prepro.TableDef#generatePersistentBaseJavapublic Integer getId_unsafe()
Id value, without locking,
for this user Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setId_unsafe(Integer cooked)
Id value directly, without checking,
for this user Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic Integer getId() throws AccessPoemException
user Persistent.
Field description:
The Table Row Object ID
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsId for this
user PersistentAccessPoemException - if the current AccessToken
does not confer write access rightspublic void setId(Integer cooked) throws AccessPoemException, ValidationPoemException
Id value, with checking, for this
user Persistent.
Field description:
The Table Row Object ID
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodscooked - a validated intAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic final void setId(int cooked)
throws AccessPoemException,
ValidationPoemException
Id value, with checking, for this
user Persistent.
Field description:
The Table Row Object ID
Generated by org.melati.poem.prepro.IntegerFieldDef#generateBaseMethodscooked - a validated intAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic Field<Integer> getIdField() throws AccessPoemException
Id value as a Field
from this user Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic String getName_unsafe()
Name value, without locking,
for this user Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setName_unsafe(String cooked)
Name value directly, without checking,
for this user Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic String getName() throws AccessPoemException
user Persistent.
Field description:
The user's real name
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsgetName in interface TreeablegetName in class JdbcPersistentName for this
user PersistentAccessPoemException - if the current AccessToken
does not confer write access rightsTreeable.getName()public void setName(String cooked) throws AccessPoemException, ValidationPoemException
Name value, with checking, for this
user Persistent.
Field description:
The user's real name
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodscooked - a validated intAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic Field<String> getNameField() throws AccessPoemException
Name value as a Field
from this user Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic String getLogin_unsafe()
Login value, without locking,
for this user Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setLogin_unsafe(String cooked)
Login value directly, without checking,
for this user Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic String getLogin() throws AccessPoemException
user Persistent.
Field description:
The user's login name
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsLogin for this
user PersistentAccessPoemException - if the current AccessToken
does not confer write access rightspublic void setLogin(String cooked) throws AccessPoemException, ValidationPoemException
Login value, with checking, for this
user Persistent.
Field description:
The user's login name
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodscooked - a validated intAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic Field<String> getLoginField() throws AccessPoemException
Login value as a Field
from this user Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic String getPassword_unsafe()
Password value, without locking,
for this user Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodspublic void setPassword_unsafe(String cooked)
Password value directly, without checking,
for this user Persistent.
see org.melati.poem.prepro.FieldDef#generateBaseMethodscooked - the pre-validated value to setpublic String getPassword() throws AccessPoemException
user Persistent.
Field description:
The user's password
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodsPassword for this
user PersistentAccessPoemException - if the current AccessToken
does not confer write access rightspublic void setPassword(String cooked) throws AccessPoemException, ValidationPoemException
Password value, with checking, for this
user Persistent.
Field description:
The user's password
Generated by org.melati.poem.prepro.AtomFieldDef#generateBaseMethodscooked - a validated intAccessPoemException - if the current AccessToken
does not confer write access rightsValidationPoemException - if the value is not validpublic Field<String> getPasswordField() throws AccessPoemException
Password value as a Field
from this user Persistent.
see org.melati.poem.prepro.FieldDef#generateFieldCreatorAccessPoemException - if the current AccessToken
does not confer write access rightspublic Enumeration<GroupMembership> getUserGroupMemberships()
public List<GroupMembership> getUserGroupMembershipList()
Copyright © 2000–2021 PanEris. All rights reserved.