Class TorqueTurbineUserGroupRole

    • Method Detail

      • getTurbineUser

        public User getTurbineUser()
                            throws org.apache.torque.TorqueException
        Description copied from interface: TurbineUserGroupRoleModelPeerMapper
        Returns the associated TurbineUser object. If it was not retrieved before, the object is retrieved from the database
        Specified by:
        getTurbineUser in interface TurbineUserGroupRoleModelPeerMapper
        Returns:
        the associated TurbineUser object
        Throws:
        org.apache.torque.TorqueException - if any database error occurs when reading from the database fails.
      • getTurbineUser

        public User getTurbineUser​(Connection connection)
                            throws org.apache.torque.TorqueException
        Description copied from interface: TurbineUserGroupRoleModelPeerMapper
        Return the associated TurbineUser object If it was not retrieved before, the object is retrieved from the database using the passed connection
        Specified by:
        getTurbineUser in interface TurbineUserGroupRoleModelPeerMapper
        Parameters:
        connection - the connection used to retrieve the associated object from the database, if it was not retrieved before
        Returns:
        the associated TurbineUser object
        Throws:
        org.apache.torque.TorqueException - if any database error occurs
      • getTurbineGroup

        public Group getTurbineGroup​(Connection connection)
                              throws org.apache.torque.TorqueException
        Description copied from interface: TurbineUserGroupRoleModelPeerMapper
        Return the associated TurbineGroup object If it was not retrieved before, the object is retrieved from the database using the passed connection
        Specified by:
        getTurbineGroup in interface TurbineUserGroupRoleModelPeerMapper
        Parameters:
        connection - the connection used to retrieve the associated object from the database, if it was not retrieved before
        Returns:
        the associated TurbineGroup object
        Throws:
        org.apache.torque.TorqueException - if any database error occurs
      • getTurbineRole

        public Role getTurbineRole()
                            throws org.apache.torque.TorqueException
        Description copied from interface: TurbineUserGroupRoleModelPeerMapper
        Returns the associated TurbineRole object. If it was not retrieved before, the object is retrieved from the database
        Specified by:
        getTurbineRole in interface TurbineUserGroupRoleModelPeerMapper
        Returns:
        the associated TurbineRole object
        Throws:
        org.apache.torque.TorqueException - if any database error occurs when reading from the database fails.
      • getTurbineRole

        public Role getTurbineRole​(Connection connection)
                            throws org.apache.torque.TorqueException
        Description copied from interface: TurbineUserGroupRoleModelPeerMapper
        Return the associated TurbineRole object If it was not retrieved before, the object is retrieved from the database using the passed connection
        Specified by:
        getTurbineRole in interface TurbineUserGroupRoleModelPeerMapper
        Parameters:
        connection - the connection used to retrieve the associated object from the database, if it was not retrieved before
        Returns:
        the associated TurbineRole object
        Throws:
        org.apache.torque.TorqueException - if any database error occurs