public interface TurbineUserGroupRoleModelPeerMapper
Modifier and Type | Method and Description |
---|---|
Group |
getTurbineGroup()
Returns the associated TurbineGroup object.
|
Group |
getTurbineGroup(Connection connection)
Return the associated TurbineGroup object
If it was not retrieved before, the object is retrieved from
the database using the passed connection
|
Role |
getTurbineRole()
Returns the associated TurbineRole object.
|
Role |
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
|
User |
getTurbineUser()
Returns the associated TurbineUser object.
|
User |
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
|
User getTurbineUser() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
- if any database error occurs when reading from the database fails.User getTurbineUser(Connection connection) throws org.apache.torque.TorqueException
connection
- the connection used to retrieve the associated object
from the database, if it was not retrieved beforeorg.apache.torque.TorqueException
- if any database error occursGroup getTurbineGroup() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
- if any database error occurs when reading from the database fails.Group getTurbineGroup(Connection connection) throws org.apache.torque.TorqueException
connection
- the connection used to retrieve the associated object
from the database, if it was not retrieved beforeorg.apache.torque.TorqueException
- if any database error occursRole getTurbineRole() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
- if any database error occurs when reading from the database fails.Role getTurbineRole(Connection connection) throws org.apache.torque.TorqueException
connection
- the connection used to retrieve the associated object
from the database, if it was not retrieved beforeorg.apache.torque.TorqueException
- if any database error occursCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.