All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.kernel.account1.jmi1.Organization Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.account1.jmi1;

/**
 * Class {@code Organization}
 */
@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
  date = "2023-10-28T12:15:38.142260361Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface Organization
  extends org.opencrx.kernel.account1.cci2.Organization,
    org.opencrx.kernel.account1.jmi1.AbstractOrganizationalUnit,
    org.opencrx.kernel.generic.jmi1.CrxObject{

// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference {@code organizationalUnit} for the specified query.
   * Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with {@code javax.jdo.Query}
* @param query predicate which is applied to the set of referenced objects. * @return The objects for which the predicate evaluates to {@code true}. */ public java.util.List getOrganizationalUnit( org.opencrx.kernel.account1.cci2.OrganizationalUnitQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code organizationalUnit} for the specified qualifier attribute value. *

* @param idIsPersistent Defines whether value for the qualifier is persistent or not * @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.account1.jmi1.OrganizationalUnit getOrganizationalUnit( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code organizationalUnit} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getOrganizationalUnit(false,id)}. *

* @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.account1.jmi1.OrganizationalUnit getOrganizationalUnit( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceAddWithQualifier // ---------------------------------------------------------------------------- /** * Adds the specified element to the set of the values for the reference {@code organizationalUnit}. *

* Note: This is an extension to the JMI 1 standard. * @param idIsPersistent {@code true} if {@code id} is persistent * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param organizationalUnit The element to be appended. */ public void addOrganizationalUnit ( boolean idIsPersistent, java.lang.String id, org.opencrx.kernel.account1.jmi1.OrganizationalUnit organizationalUnit ); /** * Adds the specified element to the set of the values for the reference {@code organizationalUnit} using a reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param organizationalUnit The element to be appended. */ public void addOrganizationalUnit ( java.lang.String id, org.opencrx.kernel.account1.jmi1.OrganizationalUnit organizationalUnit ); /** * Adds the specified element to the set of the values for the reference {@code organizationalUnit} using an implementation-specific, reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param organizationalUnit The element to be appended. */ public void addOrganizationalUnit ( org.opencrx.kernel.account1.jmi1.OrganizationalUnit organizationalUnit ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code ouRelationship} for the specified query. * Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should substitute this method with {@code javax.jdo.Query}
* @param query predicate which is applied to the set of referenced objects. * @return The objects for which the predicate evaluates to {@code true}. */ public java.util.List getOuRelationship( org.opencrx.kernel.account1.cci2.OrganizationalUnitRelationshipQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code ouRelationship} for the specified qualifier attribute value. *

* @param idIsPersistent Defines whether value for the qualifier is persistent or not * @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.account1.jmi1.OrganizationalUnitRelationship getOuRelationship( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code ouRelationship} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getOuRelationship(false,id)}. *

* @param id The value for the qualifier attribute that qualifies this reference. * @return The possibly null value for this qualifier */ public org.opencrx.kernel.account1.jmi1.OrganizationalUnitRelationship getOuRelationship( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceAddWithQualifier // ---------------------------------------------------------------------------- /** * Adds the specified element to the set of the values for the reference {@code ouRelationship}. *

* Note: This is an extension to the JMI 1 standard. * @param idIsPersistent {@code true} if {@code id} is persistent * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param ouRelationship The element to be appended. */ public void addOuRelationship ( boolean idIsPersistent, java.lang.String id, org.opencrx.kernel.account1.jmi1.OrganizationalUnitRelationship ouRelationship ); /** * Adds the specified element to the set of the values for the reference {@code ouRelationship} using a reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param id The qualifier attribute value that qualifies the reference to get the element to be appended. * @param ouRelationship The element to be appended. */ public void addOuRelationship ( java.lang.String id, org.opencrx.kernel.account1.jmi1.OrganizationalUnitRelationship ouRelationship ); /** * Adds the specified element to the set of the values for the reference {@code ouRelationship} using an implementation-specific, reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param ouRelationship The element to be appended. */ public void addOuRelationship ( org.opencrx.kernel.account1.jmi1.OrganizationalUnitRelationship ouRelationship ); // ---------------------------------------------------------------------------- // Instance/End // ---------------------------------------------------------------------------- // ---------------------------------------------------------------------------- // Instance/Containment // ---------------------------------------------------------------------------- }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy