Class TorqueTurbineRolePermission

    • Method Detail

      • getTurbineRole

        public Role getTurbineRole()
                            throws org.apache.torque.TorqueException
        Description copied from interface: TurbineRolePermissionPeerMapper
        Returns the associated TurbineRole object. If it was not retrieved before, the object is retrieved from the database
        Specified by:
        getTurbineRole in interface TurbineRolePermissionPeerMapper
        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: TurbineRolePermissionPeerMapper
        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 TurbineRolePermissionPeerMapper
        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
      • getTurbinePermission

        public TurbinePermission getTurbinePermission​(Connection connection)
                                               throws org.apache.torque.TorqueException
        Description copied from interface: TurbineRolePermissionPeerMapper
        Return the associated TurbinePermission object If it was not retrieved before, the object is retrieved from the database using the passed connection
        Specified by:
        getTurbinePermission in interface TurbineRolePermissionPeerMapper
        Parameters:
        connection - the connection used to retrieve the associated object from the database, if it was not retrieved before
        Returns:
        the associated TurbinePermission object
        Throws:
        org.apache.torque.TorqueException - If a problem occurs with the get[$filedType] method.