Klasse TorqueTurbineUserGroupRole

java.lang.Object
org.apache.fulcrum.security.torque.om.BaseTorqueTurbineUserGroupRole
org.apache.fulcrum.security.torque.om.TorqueTurbineUserGroupRole
Alle implementierten Schnittstellen:
Serializable, TurbineUserGroupRoleModelPeerMapper, org.apache.torque.om.ObjectModel, org.apache.torque.om.Persistent

public class TorqueTurbineUserGroupRole extends BaseTorqueTurbineUserGroupRole implements TurbineUserGroupRoleModelPeerMapper
The skeleton for this class was autogenerated by Torque on: [Mon Dec 21 09:31:58 CET 2020] You should add additional methods to this class to meet the application requirements. This class will only be generated as long as it does not already exist in the output directory.
Siehe auch:
  • Konstruktordetails

    • TorqueTurbineUserGroupRole

      public TorqueTurbineUserGroupRole()
  • Methodendetails

    • getTurbineUser

      public User getTurbineUser() throws org.apache.torque.TorqueException
      Beschreibung aus Schnittstelle kopiert: TurbineUserGroupRoleModelPeerMapper
      Returns the associated TurbineUser object. If it was not retrieved before, the object is retrieved from the database
      Angegeben von:
      getTurbineUser in Schnittstelle TurbineUserGroupRoleModelPeerMapper
      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.
    • getTurbineUser

      public User getTurbineUser(Connection connection) throws org.apache.torque.TorqueException
      Beschreibung aus Schnittstelle kopiert: TurbineUserGroupRoleModelPeerMapper
      Return the associated TurbineUser object If it was not retrieved before, the object is retrieved from the database using the passed connection
      Angegeben von:
      getTurbineUser in Schnittstelle TurbineUserGroupRoleModelPeerMapper
      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
    • getTurbineGroup

      public Group getTurbineGroup() throws org.apache.torque.TorqueException
      Beschreibung aus Schnittstelle kopiert: TurbineUserGroupRoleModelPeerMapper
      Returns the associated TurbineGroup object. If it was not retrieved before, the object is retrieved from the database
      Angegeben von:
      getTurbineGroup in Schnittstelle TurbineUserGroupRoleModelPeerMapper
      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.
    • getTurbineGroup

      public Group getTurbineGroup(Connection connection) throws org.apache.torque.TorqueException
      Beschreibung aus Schnittstelle kopiert: TurbineUserGroupRoleModelPeerMapper
      Return the associated TurbineGroup object If it was not retrieved before, the object is retrieved from the database using the passed connection
      Angegeben von:
      getTurbineGroup in Schnittstelle TurbineUserGroupRoleModelPeerMapper
      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
    • getTurbineRole

      public Role getTurbineRole() throws org.apache.torque.TorqueException
      Beschreibung aus Schnittstelle kopiert: TurbineUserGroupRoleModelPeerMapper
      Returns the associated TurbineRole object. If it was not retrieved before, the object is retrieved from the database
      Angegeben von:
      getTurbineRole in Schnittstelle TurbineUserGroupRoleModelPeerMapper
      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.
    • getTurbineRole

      public Role getTurbineRole(Connection connection) throws org.apache.torque.TorqueException
      Beschreibung aus Schnittstelle kopiert: TurbineUserGroupRoleModelPeerMapper
      Return the associated TurbineRole object If it was not retrieved before, the object is retrieved from the database using the passed connection
      Angegeben von:
      getTurbineRole in Schnittstelle TurbineUserGroupRoleModelPeerMapper
      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