org.openmdx.security.realm1.jpa3.Group Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:05:03 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.security.realm1.jpa3;
/**
* Class Group
*
* isFrozen
*/
@SuppressWarnings("serial")
public class Group extends org.openmdx.security.realm1.jpa3.Principal
implements org.openmdx.security.realm1.cci2.Group
{
/**
* Constructor
*/
public Group(
){
// Implements Serializable
}
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the members of the given container referencing this object via member
.
*
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with javax.jdo.Query
* @param principalContainer The container of the objects to be retrieved.
* @return The members referencing ths object via member
.
*/
public java.util.Collection getMember(
org.openmdx.security.realm1.cci2.Realm principalContainer
){
throw new java.lang.UnsupportedOperationException("Not yet implemented");
}
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:05:03 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
}