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
- 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
Group getTurbineGroup() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
- 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
Role getTurbineRole() throws org.apache.torque.TorqueException
org.apache.torque.TorqueException
- 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
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.