Schnittstelle TurbineUserGroupRoleModelPeerMapper
- Alle bekannten Implementierungsklassen:
- TorqueTurbineUserGroupRole,- TurbineUserGroupRole
public interface TurbineUserGroupRoleModelPeerMapper
This interface allows to retrieve user, group, role relationships either from custom or the default OM in 
 
 It should be implemented by appopriate om classes (interface may be set in schema).
- Autor:
- gk
- 
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 connection
- 
Methodendetails- 
getTurbineUserReturns the associated TurbineUser object. If it was not retrieved before, the object is retrieved from the database- 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.
 
- 
getTurbineUserReturn the associated TurbineUser 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 TurbineUser object
- Löst aus:
- org.apache.torque.TorqueException- if any database error occurs
 
- 
getTurbineGroupReturns the associated TurbineGroup object. If it was not retrieved before, the object is retrieved from the database- 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.
 
- 
getTurbineGroupReturn the associated TurbineGroup 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 TurbineGroup object
- Löst aus:
- org.apache.torque.TorqueException- if any database error occurs
 
- 
getTurbineRoleReturns 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.
 
- 
getTurbineRoleReturn 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
 
 
-