Klasse BaseTurbineUser
java.lang.Object
org.apache.fulcrum.security.torque.security.TorqueAbstractSecurityEntity
org.apache.fulcrum.security.torque.security.turbine.TorqueAbstractTurbineTurbineSecurityEntity
org.apache.fulcrum.security.torque.security.turbine.TorqueAbstractTurbineTurbineSecurityEntityDefault
org.apache.fulcrum.security.torque.turbine.DefaultAbstractTurbineUser
org.apache.fulcrum.security.torque.om.BaseTurbineUser
- Alle implementierten Schnittstellen:
Serializable,SecurityEntity,TurbineUserGroupRoleEntity,org.apache.torque.om.ObjectModel,org.apache.torque.om.Persistent
- Bekannte direkte Unterklassen:
TurbineUser
public abstract class BaseTurbineUser
extends DefaultAbstractTurbineUser
implements org.apache.torque.om.Persistent, Serializable
This class was autogenerated by Torque on:
[Fri Nov 03 10:19:36 CET 2023]
You should not use this class directly. It should not even be
extended; all references should be to TurbineUser
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<TurbineUserGroupRole>Defines the collTurbineUserGroupRoles field. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidMethod called to associate a TurbineUserGroupRole object to this object through the collTurbineUserGroupRoles foreign key attribute.voidMethod called to associate a TurbineUserGroupRole object to this object through the collTurbineUserGroupRoles foreign key attribute using connection.copy()Makes a copy of this object.copy(boolean deepcopy) Makes a copy of this object.copy(boolean deepcopy, Connection con) Makes a copy of this object using connection.copy(Connection con) Makes a copy of this object using a connection.copyInto(TurbineUser copyObj) Fills the copyObj with the contents of this object.protected TurbineUsercopyInto(TurbineUser copyObj, boolean deepcopy) Fills the copyObj with the contents of this object.copyInto(TurbineUser copyObj, boolean deepcopy, Connection con) Fills the copyObj with the contents of this object using connection.copyInto(TurbineUser copyObj, Connection con) Fills the copyObj with the contents of this object using connection.booleanCompares the primary key of this instance with the key of another.getEmail()Get the value of email.Get the value of entityId.Get the value of entityName.Get the value of firstName.Get the value of lastName.byte[]Get the value of objectdata.Get the value of password.getPeer()returns a peer instance associated with this om.org.apache.torque.om.ObjectKey<?>returns an id that differentiates this object from others of its class.org.apache.torque.map.TableMapRetrieves the TableMap object related to this Table data without compiler warnings of using getPeer().getTableMap().If this collection has already been initialized, returns the collection.If this collection has already been initialized, returns the collection.getTurbineUserGroupRoles(org.apache.torque.criteria.Criteria criteria) If this collection has already been initialized with an identical criteria, it returns the collection.getTurbineUserGroupRoles(org.apache.torque.criteria.Criteria criteria, Connection con) If this collection has already been initialized with an identical criteria, it returns the collection.protected List<TurbineUserGroupRole>getTurbineUserGroupRolesJoinTurbineGroup(org.apache.torque.criteria.Criteria criteria) If this collection has already been initialized with an identical criteria, it returns the collection.protected List<TurbineUserGroupRole>getTurbineUserGroupRolesJoinTurbineGroup(org.apache.torque.criteria.Criteria criteria, Connection connection) If this collection has already been initialized with an identical criteria, it returns the collection.protected List<TurbineUserGroupRole>getTurbineUserGroupRolesJoinTurbineRole(org.apache.torque.criteria.Criteria criteria) If this collection has already been initialized with an identical criteria, it returns the collection.protected List<TurbineUserGroupRole>getTurbineUserGroupRolesJoinTurbineRole(org.apache.torque.criteria.Criteria criteria, Connection connection) If this collection has already been initialized with an identical criteria, it returns the collection.inthashCode()If the primary key is notnull, return the hashcode of the primary key.Initializes the cache collTurbineUserGroupRoles for referenced objects.booleanReturns whether this object was deleted from the database.booleanReturns whether this object is currently being loaded from the database.booleanReturns whether the object has been modified.booleanisNew()Returns whether the object has ever been saved.booleanisSaving()Returns whether this object is currently saving.booleanChecks whether the cache collTurbineUserGroupRoles for referenced objects has either been loaded from the database or has been manually initialized.voidSets the modified state for the object to be false.voidMethod called to reset the cache of TurbineUserGroupRole objects which are related through the collTurbineUserGroupRoles foreign key attribute.voidsave()Stores an object in the database.voidStores an object in the database.voidsave(Connection con) Stores an object in the database.voidsetDeleted(boolean deleted) Sets whether this object was deleted from the database.voidSet the value of email.voidSet the value of entityId.voidSet the value of entityName.voidSet the value of firstName.voidSet the value of lastName.voidsetLoading(boolean loading) Sets whether this object is currently being loaded from the database.voidsetModified(boolean modified) Sets whether the object has been modified.voidsetNew(boolean isNew) Sets whether the object has ever been saved.voidsetObjectdata(byte[] v) Set the value of objectdata.voidSet the value of password.voidsetPrimaryKey(String key) Set the PrimaryKey using a String.voidsetPrimaryKey(org.apache.torque.om.ObjectKey<?> key) Set the PrimaryKey using ObjectKey.voidsetSaving(boolean saving) Sets whether this object is currently saving.toString()booleanvalueEquals(TurbineUser toCompare) Compares the content of this object to another objectVon Klasse geerbte Methoden org.apache.fulcrum.security.torque.turbine.DefaultAbstractTurbineUser
delete, retrieveAttachedObjects, retrieveAttachedObjects, retrieveAttachedObjects, updateVon Klasse geerbte Methoden org.apache.fulcrum.security.torque.security.turbine.TorqueAbstractTurbineTurbineSecurityEntity
addUserGroupRole, addUserGroupRole, getUserGroupRoleSet, removeUserGroupRole, removeUserGroupRole, setUserGroupRoleSetVon Klasse geerbte Methoden org.apache.fulcrum.security.torque.security.TorqueAbstractSecurityEntity
getId, getName, setId, setNameVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden org.apache.fulcrum.security.model.turbine.entity.TurbineUserGroupRoleEntity
addUserGroupRole, getUserGroupRoleSet, removeUserGroupRole, setUserGroupRoleSet
-
Felddetails
-
collTurbineUserGroupRoles
Defines the collTurbineUserGroupRoles field.
-
-
Konstruktordetails
-
BaseTurbineUser
public BaseTurbineUser()
-
-
Methodendetails
-
getEntityId
Get the value of entityId.- Angegeben von:
getEntityIdin KlasseTorqueAbstractSecurityEntity- Gibt zurück:
- the value of entityId as Integer
-
setEntityId
Set the value of entityId.- Angegeben von:
setEntityIdin KlasseTorqueAbstractSecurityEntity- Parameter:
v- new value of entityId
-
getEntityName
Get the value of entityName.- Angegeben von:
getEntityNamein KlasseTorqueAbstractSecurityEntity- Gibt zurück:
- the value of entityName as String
-
setEntityName
Set the value of entityName.- Angegeben von:
setEntityNamein KlasseTorqueAbstractSecurityEntity- Parameter:
v- new value of entityName
-
getPassword
Get the value of password.- Gibt zurück:
- the value of password as String
-
setPassword
Set the value of password.- Parameter:
v- new value of password
-
getFirstName
Get the value of firstName.- Gibt zurück:
- the value of firstName as String
-
setFirstName
Set the value of firstName.- Parameter:
v- new value of firstName
-
getLastName
Get the value of lastName.- Gibt zurück:
- the value of lastName as String
-
setLastName
Set the value of lastName.- Parameter:
v- new value of lastName
-
getEmail
Get the value of email.- Gibt zurück:
- the value of email as String
-
setEmail
Set the value of email.- Parameter:
v- new value of email
-
getObjectdata
public byte[] getObjectdata()Get the value of objectdata.- Gibt zurück:
- the value of objectdata as byte[]
-
setObjectdata
public void setObjectdata(byte[] v) Set the value of objectdata.- Parameter:
v- new value of objectdata
-
isNew
public boolean isNew()Returns whether the object has ever been saved. This will be false, if the object was retrieved from storage or was created and then saved.- Angegeben von:
isNewin Schnittstelleorg.apache.torque.om.ObjectModel- Gibt zurück:
- true, if the object has never been persisted.
-
setNew
public void setNew(boolean isNew) Sets whether the object has ever been saved.- Angegeben von:
setNewin Schnittstelleorg.apache.torque.om.ObjectModel- Parameter:
isNew- true if the object has never been saved, false otherwise.
-
isModified
public boolean isModified()Returns whether the object has been modified.- Angegeben von:
isModifiedin Schnittstelleorg.apache.torque.om.ObjectModel- Gibt zurück:
- True if the object has been modified.
-
setModified
public void setModified(boolean modified) Sets whether the object has been modified.- Angegeben von:
setModifiedin Schnittstelleorg.apache.torque.om.ObjectModel- Parameter:
modified- true if the object has been modified, false otherwise.
-
resetModified
public void resetModified()Sets the modified state for the object to be false. -
isSaving
public boolean isSaving()Returns whether this object is currently saving.- Gibt zurück:
- true if this object is currently saving, false otherwise.
-
setSaving
public void setSaving(boolean saving) Sets whether this object is currently saving.- Parameter:
saving- true if this object is currently saving, false otherwise.
-
isLoading
public boolean isLoading()Returns whether this object is currently being loaded from the database.- Gibt zurück:
- true if this object is currently loading, false otherwise.
-
setLoading
public void setLoading(boolean loading) Sets whether this object is currently being loaded from the database.- Parameter:
loading- true if this object is currently loading, false otherwise.
-
isDeleted
public boolean isDeleted()Returns whether this object was deleted from the database. Note that this getter does not automatically reflect database state, it will be set to true by Torque if doDelete() was called with this object. Bulk deletes and deletes via primary key do not change this flag. Also, if doDelete() was called on an object which does not exist in the database, the deleted flag is set to true even if it was not deleted.- Gibt zurück:
- true if this object was deleted, false otherwise.
-
setDeleted
public void setDeleted(boolean deleted) Sets whether this object was deleted from the database.- Parameter:
deleted- true if this object was deleted, false otherwise.
-
initTurbineUserGroupRoles
Initializes the cache collTurbineUserGroupRoles for referenced objects. This, means, if collTurbineUserGroupRoles is null when this operation is called, it is initialized with an empty collection, otherwise it remains unchanged.- Gibt zurück:
- the (possibly new) content of the field collTurbineUserGroupRoles, not null.
-
isTurbineUserGroupRolesInitialized
public boolean isTurbineUserGroupRolesInitialized()Checks whether the cache collTurbineUserGroupRoles for referenced objects has either been loaded from the database or has been manually initialized.- Gibt zurück:
- boolean true if initialized
-
addTurbineUserGroupRole
public void addTurbineUserGroupRole(TurbineUserGroupRole toAdd) throws org.apache.torque.TorqueException Method called to associate a TurbineUserGroupRole object to this object through the collTurbineUserGroupRoles foreign key attribute. If the associated objects were not retrieved before and this object is not new, the associated objects are retrieved from the database before adding thetoAddobject.- Parameter:
toAdd- the object to add to the associated objects, not null.- Löst aus:
org.apache.torque.TorqueException- if retrieval of the associated objects fails.NullPointerException- if toAdd is null.
-
addTurbineUserGroupRole
public void addTurbineUserGroupRole(TurbineUserGroupRole l, Connection con) throws org.apache.torque.TorqueException Method called to associate a TurbineUserGroupRole object to this object through the collTurbineUserGroupRoles foreign key attribute using connection.- Parameter:
l- TurbineUserGroupRole- Löst aus:
org.apache.torque.TorqueException- if retrieval of the associated objects fails.
-
resetTurbineUserGroupRole
public void resetTurbineUserGroupRole()Method called to reset the cache of TurbineUserGroupRole objects which are related through the collTurbineUserGroupRoles foreign key attribute. -
getTurbineUserGroupRoles
public List<TurbineUserGroupRole> getTurbineUserGroupRoles() throws org.apache.torque.TorqueExceptionIf this collection has already been initialized, returns the collection. Otherwise returns the results of getTurbineUserGroupRoles(new Criteria())- Gibt zurück:
- the collection of associated objects
- Löst aus:
org.apache.torque.TorqueException
-
getTurbineUserGroupRoles
public List<TurbineUserGroupRole> getTurbineUserGroupRoles(org.apache.torque.criteria.Criteria criteria) throws org.apache.torque.TorqueException If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this BaseTurbineUser has previously been saved, it will retrieve related collTurbineUserGroupRoles from storage. If this BaseTurbineUser is new, it will return an empty collection or the current collection, the criteria is ignored on a new object.- Löst aus:
org.apache.torque.TorqueException- If a problem occurs with the get[criteria] method.
-
getTurbineUserGroupRoles
public List<TurbineUserGroupRole> getTurbineUserGroupRoles(Connection con) throws org.apache.torque.TorqueException If this collection has already been initialized, returns the collection. Otherwise returns the results of getTurbineUserGroupRoles(new Criteria(),Connection) This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input- Parameter:
con- the Connection- Gibt zurück:
- List
results of the collection - Löst aus:
org.apache.torque.TorqueException- If a problem occurs with the get[connection] method.
-
getTurbineUserGroupRoles
public List<TurbineUserGroupRole> getTurbineUserGroupRoles(org.apache.torque.criteria.Criteria criteria, Connection con) throws org.apache.torque.TorqueException If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this BaseTurbineUser has previously been saved, it will retrieve the related TurbineUserGroupRole Objects from storage. If this BaseTurbineUser is new, it will return an empty collection or the current collection, the criteria is ignored on a new object. This method takes in the Connection also as input so that referenced objects can also be obtained using a Connection that is taken as input- Parameter:
con- the Connection- Gibt zurück:
- List
results of the collection - Löst aus:
org.apache.torque.TorqueException- If a problem occurs with the get[connection] method.
-
getTurbineUserGroupRolesJoinTurbineGroup
protected List<TurbineUserGroupRole> getTurbineUserGroupRolesJoinTurbineGroup(org.apache.torque.criteria.Criteria criteria) throws org.apache.torque.TorqueException If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this BaseTurbineUser is new, it will return an empty collection; or if this thisObjectClassName has previously been saved, it will retrieve the related objects from storage. This method is protected by default in order to keep the public api reasonable. You can change the access modifier to public by overriding this method in the child class.- Parameter:
criteria- the criteria to use when filling the collection.- Gibt zurück:
- List
the collection - Löst aus:
org.apache.torque.TorqueException- if associated objects are not found
-
getTurbineUserGroupRolesJoinTurbineGroup
protected List<TurbineUserGroupRole> getTurbineUserGroupRolesJoinTurbineGroup(org.apache.torque.criteria.Criteria criteria, Connection connection) throws org.apache.torque.TorqueException If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this BaseTurbineUser is new, it will return an empty collection; or if this BaseTurbineUser has previously been saved, it will retrieve the related objects from storage. This method is protected by default in order to keep the public api reasonable. You can change the access modifier to public by overriding this method in the child class.- Setzt außer Kraft:
getTurbineUserGroupRolesJoinTurbineGroupin KlasseDefaultAbstractTurbineUser- Parameter:
criteria- Criteria to define the selection of recordsconnection- a database connection- Gibt zurück:
- a list of User/Group/Role relations
- Löst aus:
org.apache.torque.TorqueException- if any database error occurs
-
getTurbineUserGroupRolesJoinTurbineRole
protected List<TurbineUserGroupRole> getTurbineUserGroupRolesJoinTurbineRole(org.apache.torque.criteria.Criteria criteria) throws org.apache.torque.TorqueException If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this BaseTurbineUser is new, it will return an empty collection; or if this thisObjectClassName has previously been saved, it will retrieve the related objects from storage. This method is protected by default in order to keep the public api reasonable. You can change the access modifier to public by overriding this method in the child class.- Parameter:
criteria- the criteria to use when filling the collection.- Gibt zurück:
- List
the collection - Löst aus:
org.apache.torque.TorqueException- if associated objects are not found
-
getTurbineUserGroupRolesJoinTurbineRole
protected List<TurbineUserGroupRole> getTurbineUserGroupRolesJoinTurbineRole(org.apache.torque.criteria.Criteria criteria, Connection connection) throws org.apache.torque.TorqueException If this collection has already been initialized with an identical criteria, it returns the collection. Otherwise if this BaseTurbineUser is new, it will return an empty collection; or if this BaseTurbineUser has previously been saved, it will retrieve the related objects from storage. This method is protected by default in order to keep the public api reasonable. You can change the access modifier to public by overriding this method in the child class.- Löst aus:
org.apache.torque.TorqueException
-
save
public void save() throws org.apache.torque.TorqueExceptionStores an object in the database. If the object is new, it is inserted; otherwise an update is performed.- Angegeben von:
savein Schnittstelleorg.apache.torque.om.Persistent- Löst aus:
org.apache.torque.TorqueException- if an error occurs during saving.
-
save
Stores an object in the database. If the object is new, it is inserted; otherwise an update is performed.- Angegeben von:
savein Schnittstelleorg.apache.torque.om.Persistent- Parameter:
dbName- the name of the database to which the object should be saved.- Löst aus:
org.apache.torque.TorqueException- if an error occurs during saving.
-
save
Stores an object in the database. If the object is new, it is inserted; otherwise an update is performed. This method is meant to be used as part of a transaction, otherwise use the save() method and the connection details will be handled internally.- Angegeben von:
savein Schnittstelleorg.apache.torque.om.Persistent- Parameter:
con- the connection to use for saving the object, not null.- Löst aus:
org.apache.torque.TorqueException- if an error occurs during saving.
-
setPrimaryKey
public void setPrimaryKey(org.apache.torque.om.ObjectKey<?> key) Set the PrimaryKey using ObjectKey.- Angegeben von:
setPrimaryKeyin Schnittstelleorg.apache.torque.om.ObjectModel- Parameter:
key- entityId ObjectKey
-
setPrimaryKey
Set the PrimaryKey using a String.- Angegeben von:
setPrimaryKeyin Schnittstelleorg.apache.torque.om.ObjectModel- Parameter:
key- the primary key to set.
-
getPrimaryKey
public org.apache.torque.om.ObjectKey<?> getPrimaryKey()returns an id that differentiates this object from others of its class.- Angegeben von:
getPrimaryKeyin Schnittstelleorg.apache.torque.om.ObjectModel
-
copy
Makes a copy of this object. It creates a new object filling in the simple attributes. It then fills all the association collections and sets the related objects to isNew=true.- Löst aus:
org.apache.torque.TorqueException- if retrieval of the associated objects fails
-
copy
Makes a copy of this object using a connection. It creates a new object filling in the simple attributes. It then fills all the association collections and sets the related objects to isNew=true.- Parameter:
con- the database connection to read associated objects.- Löst aus:
org.apache.torque.TorqueException- if retrieval of the associated objects fails
-
copy
Makes a copy of this object. It creates a new object filling in the simple attributes. If the parameter deepcopy is true, it then fills all the association collections and sets the related objects to isNew=true.- Parameter:
deepcopy- whether to copy the associated objects.- Löst aus:
org.apache.torque.TorqueException- if retrieval of the associated objects fails
-
copy
Makes a copy of this object using connection. It creates a new object filling in the simple attributes. If the parameter deepcopy is true, it then fills all the association collections and sets the related objects to isNew=true.- Parameter:
deepcopy- whether to copy the associated objects.con- the database connection to read associated objects.- Löst aus:
org.apache.torque.TorqueException- if retrieval of the associated objects fails
-
copyInto
Fills the copyObj with the contents of this object. The associated objects are also copied and treated as new objects.- Parameter:
copyObj- the object to fill.- Löst aus:
org.apache.torque.TorqueException- if retrieval of the associated objects fails
-
copyInto
public TurbineUser copyInto(TurbineUser copyObj, Connection con) throws org.apache.torque.TorqueException Fills the copyObj with the contents of this object using connection. The associated objects are also copied and treated as new objects.- Parameter:
copyObj- the object to fill.con- the database connection to read associated objects.- Löst aus:
org.apache.torque.TorqueException- if retrieval of the associated objects fails
-
copyInto
protected TurbineUser copyInto(TurbineUser copyObj, boolean deepcopy) throws org.apache.torque.TorqueException Fills the copyObj with the contents of this object. If deepcopy is true, The associated objects are also copied and treated as new objects.- Parameter:
copyObj- the object to fill.deepcopy- whether the associated objects should be copied.- Löst aus:
org.apache.torque.TorqueException- if retrieval of the associated objects fails
-
copyInto
public TurbineUser copyInto(TurbineUser copyObj, boolean deepcopy, Connection con) throws org.apache.torque.TorqueException Fills the copyObj with the contents of this object using connection. If deepcopy is true, The associated objects are also copied and treated as new objects.- Parameter:
copyObj- the object to fill.deepcopy- whether the associated objects should be copied.con- the database connection to read associated objects.- Löst aus:
org.apache.torque.TorqueException- if retrieval of the associated objects fails
-
getPeer
returns a peer instance associated with this om. Since Peer classes are not to have any instance attributes, this method returns the same instance for all member of this class. The method could therefore be static, but this would prevent one from overriding the behavior. -
getTableMap
public org.apache.torque.map.TableMap getTableMap() throws org.apache.torque.TorqueExceptionRetrieves the TableMap object related to this Table data without compiler warnings of using getPeer().getTableMap().- Gibt zurück:
- The associated TableMap object.
- Löst aus:
org.apache.torque.TorqueException- if associated objects are not found
-
toString
-
equals
Compares the primary key of this instance with the key of another. -
hashCode
public int hashCode()If the primary key is notnull, return the hashcode of the primary key. Otherwise callsObject.hashCode(). -
valueEquals
Compares the content of this object to another object- Parameter:
toCompare- The object to compare to.- Gibt zurück:
- true if all of the columns in the other object have the same value as the objects in this class.
-