Klasse TorqueTurbineRolePermission
java.lang.Object
org.apache.fulcrum.security.torque.om.BaseTorqueTurbineRolePermission
org.apache.fulcrum.security.torque.om.TorqueTurbineRolePermission
- Alle implementierten Schnittstellen:
- Serializable,- TurbineRolePermissionPeerMapper,- org.apache.torque.om.ObjectModel,- org.apache.torque.om.Persistent
public class TorqueTurbineRolePermission
extends BaseTorqueTurbineRolePermission
implements TurbineRolePermissionPeerMapper
The skeleton for this class was autogenerated by Torque on:
 [Mon Dec 21 09:31:57 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 TurbinePermission object.getTurbinePermission(Connection connection) Return the associated TurbinePermission 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 connectionVon Klasse geerbte Methoden org.apache.fulcrum.security.torque.om.BaseTorqueTurbineRolePermissioncopy, copy, copy, copy, copyInto, copyInto, copyInto, copyInto, equals, getForeignKeyForTorqueTurbinePermission, getForeignKeyForTorqueTurbineRole, getPeer, getPermissionId, getPrimaryKey, getRoleId, getTableMap, getTorqueTurbinePermission, getTorqueTurbinePermission, getTorqueTurbineRole, getTorqueTurbineRole, hashCode, isDeleted, isLoading, isModified, isNew, isSaving, resetModified, save, save, save, setDeleted, setLoading, setModified, setNew, setPermissionId, setPrimaryKey, setPrimaryKey, setPrimaryKey, setRoleId, setSaving, setTorqueTurbinePermission, setTorqueTurbinePermissionKey, setTorqueTurbineRole, setTorqueTurbineRoleKey, toString, valueEquals
- 
Konstruktordetails- 
TorqueTurbineRolePermissionpublic TorqueTurbineRolePermission()
 
- 
- 
Methodendetails- 
getTurbineRoleBeschreibung aus Schnittstelle kopiert:TurbineRolePermissionPeerMapperReturns the associated TurbineRole object. If it was not retrieved before, the object is retrieved from the database- Angegeben von:
- getTurbineRolein Schnittstelle- TurbineRolePermissionPeerMapper
- 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:TurbineRolePermissionPeerMapperReturn 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- TurbineRolePermissionPeerMapper
- 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
 
- 
getTurbinePermissionBeschreibung aus Schnittstelle kopiert:TurbineRolePermissionPeerMapperReturns the associated TurbinePermission object. If it was not retrieved before, the object is retrieved from the database- Angegeben von:
- getTurbinePermissionin Schnittstelle- TurbineRolePermissionPeerMapper
- Gibt zurück:
- the associated TurbinePermission object
- Löst aus:
- org.apache.torque.TorqueException- when reading from the database fails.
 
- 
getTurbinePermissionpublic TurbinePermission getTurbinePermission(Connection connection) throws org.apache.torque.TorqueException Beschreibung aus Schnittstelle kopiert:TurbineRolePermissionPeerMapperReturn the associated TurbinePermission object If it was not retrieved before, the object is retrieved from the database using the passed connection- Angegeben von:
- getTurbinePermissionin Schnittstelle- TurbineRolePermissionPeerMapper
- Parameter:
- connection- the connection used to retrieve the associated object from the database, if it was not retrieved before
- Gibt zurück:
- the associated TurbinePermission object
- Löst aus:
- org.apache.torque.TorqueException- If a problem occurs with the get[$filedType] method.
 
 
-