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

org.opencrx.kernel.depot1.jmi1.DepotEntity Maven / Gradle / Ivy

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

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

// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference {@code bookingEntry} 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 getBookingEntry( org.opencrx.kernel.depot1.cci2.SingleBookingEntryQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code bookingEntry} 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.depot1.jmi1.SingleBookingEntry getBookingEntry( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code bookingEntry} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getBookingEntry(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.depot1.jmi1.SingleBookingEntry getBookingEntry( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceAddWithQualifier // ---------------------------------------------------------------------------- /** * Adds the specified element to the set of the values for the reference {@code bookingEntry}. *

* 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 bookingEntry The element to be appended. */ public void addBookingEntry ( boolean idIsPersistent, java.lang.String id, org.opencrx.kernel.depot1.jmi1.SingleBookingEntry bookingEntry ); /** * Adds the specified element to the set of the values for the reference {@code bookingEntry} 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 bookingEntry The element to be appended. */ public void addBookingEntry ( java.lang.String id, org.opencrx.kernel.depot1.jmi1.SingleBookingEntry bookingEntry ); /** * Adds the specified element to the set of the values for the reference {@code bookingEntry} using an implementation-specific, reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param bookingEntry The element to be appended. */ public void addBookingEntry ( org.opencrx.kernel.depot1.jmi1.SingleBookingEntry bookingEntry ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code bookingPeriod} 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 getBookingPeriod( org.opencrx.kernel.depot1.cci2.BookingPeriodQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code bookingPeriod} 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.depot1.jmi1.BookingPeriod getBookingPeriod( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code bookingPeriod} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getBookingPeriod(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.depot1.jmi1.BookingPeriod getBookingPeriod( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceAddWithQualifier // ---------------------------------------------------------------------------- /** * Adds the specified element to the set of the values for the reference {@code bookingPeriod}. *

* 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 bookingPeriod The element to be appended. */ public void addBookingPeriod ( boolean idIsPersistent, java.lang.String id, org.opencrx.kernel.depot1.jmi1.BookingPeriod bookingPeriod ); /** * Adds the specified element to the set of the values for the reference {@code bookingPeriod} 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 bookingPeriod The element to be appended. */ public void addBookingPeriod ( java.lang.String id, org.opencrx.kernel.depot1.jmi1.BookingPeriod bookingPeriod ); /** * Adds the specified element to the set of the values for the reference {@code bookingPeriod} using an implementation-specific, reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param bookingPeriod The element to be appended. */ public void addBookingPeriod ( org.opencrx.kernel.depot1.jmi1.BookingPeriod bookingPeriod ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code bookingText} 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 getBookingText( org.opencrx.kernel.depot1.cci2.BookingTextQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code bookingText} 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.depot1.jmi1.BookingText getBookingText( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code bookingText} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getBookingText(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.depot1.jmi1.BookingText getBookingText( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceAddWithQualifier // ---------------------------------------------------------------------------- /** * Adds the specified element to the set of the values for the reference {@code bookingText}. *

* 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 bookingText The element to be appended. */ public void addBookingText ( boolean idIsPersistent, java.lang.String id, org.opencrx.kernel.depot1.jmi1.BookingText bookingText ); /** * Adds the specified element to the set of the values for the reference {@code bookingText} 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 bookingText The element to be appended. */ public void addBookingText ( java.lang.String id, org.opencrx.kernel.depot1.jmi1.BookingText bookingText ); /** * Adds the specified element to the set of the values for the reference {@code bookingText} using an implementation-specific, reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param bookingText The element to be appended. */ public void addBookingText ( org.opencrx.kernel.depot1.jmi1.BookingText bookingText ); // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.depot1.jmi1.CreateBookingResult createBookingByPosition( org.opencrx.kernel.depot1.jmi1.CreateBookingByPositionParams in ); // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.depot1.jmi1.CreateBookingResult createBookingByPositionName( org.opencrx.kernel.depot1.jmi1.CreateBookingByPositionNameParams in ); // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.depot1.jmi1.CreateBookingResult createBookingByProduct( org.opencrx.kernel.depot1.jmi1.CreateBookingByProductParams in ); // ---------------------------------------------------------------------------- // Instance/Operation // ---------------------------------------------------------------------------- /** */ public org.opencrx.kernel.depot1.jmi1.CreateCompoundBookingResult createCompoundBooking( org.opencrx.kernel.depot1.jmi1.CreateCompoundBookingParams in ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code depot} 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 getDepot( org.opencrx.kernel.depot1.cci2.DepotQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code depot} 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.depot1.jmi1.Depot getDepot( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code depot} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getDepot(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.depot1.jmi1.Depot getDepot( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code depotGroup} 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 getDepotGroup( org.opencrx.kernel.depot1.cci2.DepotGroupQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code depotGroup} 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.depot1.jmi1.DepotGroup getDepotGroup( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code depotGroup} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getDepotGroup(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.depot1.jmi1.DepotGroup getDepotGroup( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceAddWithQualifier // ---------------------------------------------------------------------------- /** * Adds the specified element to the set of the values for the reference {@code depotGroup}. *

* 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 depotGroup The element to be appended. */ public void addDepotGroup ( boolean idIsPersistent, java.lang.String id, org.opencrx.kernel.depot1.jmi1.DepotGroup depotGroup ); /** * Adds the specified element to the set of the values for the reference {@code depotGroup} 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 depotGroup The element to be appended. */ public void addDepotGroup ( java.lang.String id, org.opencrx.kernel.depot1.jmi1.DepotGroup depotGroup ); /** * Adds the specified element to the set of the values for the reference {@code depotGroup} using an implementation-specific, reassignable qualifier. *

* Note: This is an extension to the JMI 1 standard. * @param depotGroup The element to be appended. */ public void addDepotGroup ( org.opencrx.kernel.depot1.jmi1.DepotGroup depotGroup ); // ---------------------------------------------------------------------------- // Instance/ReferenceGet0_nWithQuery // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code depotHolder} 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 getDepotHolder( org.opencrx.kernel.depot1.cci2.DepotHolderQuery query ); // ---------------------------------------------------------------------------- // Instance/IntfReferenceGet0_1WithQualifier // ---------------------------------------------------------------------------- /** * Retrieves the value for the reference {@code depotHolder} 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.depot1.jmi1.DepotHolder getDepotHolder( boolean idIsPersistent, java.lang.String id ); /** * Retrieves the value for the reference {@code depotHolder} for the specified qualifier attribute value. *

* This method is equivalent to the preferred invocation {@code getDepotHolder(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.depot1.jmi1.DepotHolder getDepotHolder( java.lang.String id ); // ---------------------------------------------------------------------------- // Instance/ReferenceAddWithQualifier // ---------------------------------------------------------------------------- /** * Adds the specified element to the set of the values for the reference {@code depotHolder}. *

* 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 depotHolder The element to be appended. */ public void addDepotHolder ( boolean idIsPersistent, java.lang.String id, org.opencrx.kernel.depot1.jmi1.DepotHolder depotHolder ); /** * Adds the specified element to the set of the values for the reference {@code depotHolder} 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 depotHolder The element to be appended. */ public void addDepotHolder ( java.lang.String id, org.opencrx.kernel.depot1.jmi1.DepotHolder depotHolder ); /** * Adds the specified element to the set of the values for the reference {@code depotHolder} using an implementation-specific, reassignable qualifier. *

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy