Schnittstelle TurbineRolePermissionPeerMapper
- Alle bekannten Implementierungsklassen:
TorqueTurbineRolePermission
,TurbineRolePermission
public interface TurbineRolePermissionPeerMapper
This extension to the marker interface Peer is to allow for swappable Peer implementations
in Turbine Torque Manager Implementations.
- Version:
- $Id$
- Autor:
- Georg Kallidis
-
Methodenübersicht
Modifizierer 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 connection
-
Methodendetails
-
getTurbineRole
Returns the associated TurbineRole object. If it was not retrieved before, the object is retrieved from the database- 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.
-
getTurbineRole
Return the associated TurbineRole object If it was not retrieved before, the object is retrieved from the database using the passed connection- 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
-
getTurbinePermission
Returns the associated TurbinePermission object. If it was not retrieved before, the object is retrieved from the database- Gibt zurück:
- the associated TurbinePermission object
- Löst aus:
org.apache.torque.TorqueException
- when reading from the database fails.
-
getTurbinePermission
TurbinePermission getTurbinePermission(Connection connection) throws org.apache.torque.TorqueException Return the associated TurbinePermission object If it was not retrieved before, the object is retrieved from the database using the passed connection- 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.
-