Klasse TorqueTurbineUserGroupRole
java.lang.Object
org.apache.fulcrum.security.torque.om.BaseTorqueTurbineUserGroupRole
org.apache.fulcrum.security.torque.om.TorqueTurbineUserGroupRole
- Alle implementierten Schnittstellen:
- Serializable,- TurbineUserGroupRoleModelPeerMapper,- org.apache.torque.om.ObjectModel,- org.apache.torque.om.Persistent
public class TorqueTurbineUserGroupRole
extends BaseTorqueTurbineUserGroupRole
implements TurbineUserGroupRoleModelPeerMapper
The skeleton for this class was autogenerated by Torque on:
 [Mon Dec 21 09:31:58 CET 2020]
 You should add additional methods to this class to meet the
 application requirements.  This class will only be generated as
 long as it does not already exist in the output directory.
- Siehe auch:
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungReturns the associated TurbineGroup object.getTurbineGroup(Connection connection) Return the associated TurbineGroup object If it was not retrieved before, the object is retrieved from the database using the passed connectionReturns the associated TurbineRole object.getTurbineRole(Connection connection) Return the associated TurbineRole object If it was not retrieved before, the object is retrieved from the database using the passed connectionReturns the associated TurbineUser object.getTurbineUser(Connection connection) Return the associated TurbineUser object If it was not retrieved before, the object is retrieved from the database using the passed connectionVon Klasse geerbte Methoden org.apache.fulcrum.security.torque.om.BaseTorqueTurbineUserGroupRolecopy, copy, copy, copy, copyInto, copyInto, copyInto, copyInto, equals, getForeignKeyForTorqueTurbineGroup, getForeignKeyForTorqueTurbineRole, getForeignKeyForTorqueTurbineUser, getGroupId, getPeer, getPrimaryKey, getRoleId, getTableMap, getTorqueTurbineGroup, getTorqueTurbineGroup, getTorqueTurbineRole, getTorqueTurbineRole, getTorqueTurbineUser, getTorqueTurbineUser, getUserId, hashCode, isDeleted, isLoading, isModified, isNew, isSaving, resetModified, save, save, save, setDeleted, setGroupId, setLoading, setModified, setNew, setPrimaryKey, setPrimaryKey, setPrimaryKey, setRoleId, setSaving, setTorqueTurbineGroup, setTorqueTurbineGroupKey, setTorqueTurbineRole, setTorqueTurbineRoleKey, setTorqueTurbineUser, setTorqueTurbineUserKey, setUserId, toString, valueEquals
- 
Konstruktordetails- 
TorqueTurbineUserGroupRolepublic TorqueTurbineUserGroupRole()
 
- 
- 
Methodendetails- 
getTurbineUserBeschreibung aus Schnittstelle kopiert:TurbineUserGroupRoleModelPeerMapperReturns the associated TurbineUser object. If it was not retrieved before, the object is retrieved from the database- Angegeben von:
- getTurbineUserin Schnittstelle- TurbineUserGroupRoleModelPeerMapper
- Gibt zurück:
- the associated TurbineUser object
- Löst aus:
- org.apache.torque.TorqueException- if any database error occurs when reading from the database fails.
 
- 
getTurbineUserBeschreibung aus Schnittstelle kopiert:TurbineUserGroupRoleModelPeerMapperReturn the associated TurbineUser object If it was not retrieved before, the object is retrieved from the database using the passed connection- Angegeben von:
- getTurbineUserin Schnittstelle- TurbineUserGroupRoleModelPeerMapper
- Parameter:
- connection- the connection used to retrieve the associated object from the database, if it was not retrieved before
- Gibt zurück:
- the associated TurbineUser object
- Löst aus:
- org.apache.torque.TorqueException- if any database error occurs
 
- 
getTurbineGroupBeschreibung aus Schnittstelle kopiert:TurbineUserGroupRoleModelPeerMapperReturns the associated TurbineGroup object. If it was not retrieved before, the object is retrieved from the database- Angegeben von:
- getTurbineGroupin Schnittstelle- TurbineUserGroupRoleModelPeerMapper
- Gibt zurück:
- the associated TurbineGroup object
- Löst aus:
- org.apache.torque.TorqueException- if any database error occurs when reading from the database fails.
 
- 
getTurbineGroupBeschreibung aus Schnittstelle kopiert:TurbineUserGroupRoleModelPeerMapperReturn the associated TurbineGroup object If it was not retrieved before, the object is retrieved from the database using the passed connection- Angegeben von:
- getTurbineGroupin Schnittstelle- TurbineUserGroupRoleModelPeerMapper
- Parameter:
- connection- the connection used to retrieve the associated object from the database, if it was not retrieved before
- Gibt zurück:
- the associated TurbineGroup object
- Löst aus:
- org.apache.torque.TorqueException- if any database error occurs
 
- 
getTurbineRoleBeschreibung aus Schnittstelle kopiert:TurbineUserGroupRoleModelPeerMapperReturns the associated TurbineRole object. If it was not retrieved before, the object is retrieved from the database- Angegeben von:
- getTurbineRolein Schnittstelle- TurbineUserGroupRoleModelPeerMapper
- Gibt zurück:
- the associated TurbineRole object
- Löst aus:
- org.apache.torque.TorqueException- if any database error occurs when reading from the database fails.
 
- 
getTurbineRoleBeschreibung aus Schnittstelle kopiert:TurbineUserGroupRoleModelPeerMapperReturn the associated TurbineRole object If it was not retrieved before, the object is retrieved from the database using the passed connection- Angegeben von:
- getTurbineRolein Schnittstelle- TurbineUserGroupRoleModelPeerMapper
- Parameter:
- connection- the connection used to retrieve the associated object from the database, if it was not retrieved before
- Gibt zurück:
- the associated TurbineRole object
- Löst aus:
- org.apache.torque.TorqueException- if any database error occurs
 
 
-