org.opencrx.kernel.depot1.jmi1.DepotPosition Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.jmi1;
/**
* Class {@code DepotPosition}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:38.637240108Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface DepotPosition
extends org.opencrx.kernel.depot1.cci2.DepotPosition,
org.opencrx.kernel.generic.jmi1.CrxObject{
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code booking} 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 getBooking(
org.opencrx.kernel.depot1.cci2.SingleBookingQuery query
);
// ----------------------------------------------------------------------------
// Instance/IntfReferenceGet0_1WithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code booking} 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.SingleBooking getBooking(
boolean idIsPersistent,
java.lang.String id
);
/**
* Retrieves the value for the reference {@code booking} for the specified qualifier attribute value.
*
* This method is equivalent to the preferred invocation {@code getBooking(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.SingleBooking getBooking(
java.lang.String id
);
// ----------------------------------------------------------------------------
// 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 bookingTemplate} 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 getBookingTemplate(
org.opencrx.kernel.depot1.cci2.BookingTemplateQuery query
);
// ----------------------------------------------------------------------------
// Instance/IntfReferenceGet0_1WithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code bookingTemplate} 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.BookingTemplate getBookingTemplate(
boolean idIsPersistent,
java.lang.String id
);
/**
* Retrieves the value for the reference {@code bookingTemplate} for the specified qualifier attribute value.
*
* This method is equivalent to the preferred invocation {@code getBookingTemplate(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.BookingTemplate getBookingTemplate(
java.lang.String id
);
// ----------------------------------------------------------------------------
// Instance/ReferenceAddWithQualifier
// ----------------------------------------------------------------------------
/**
* Adds the specified element to the set of the values for the reference {@code bookingTemplate}.
*
* 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 bookingTemplate The element to be appended.
*/
public void addBookingTemplate (
boolean idIsPersistent,
java.lang.String id,
org.opencrx.kernel.depot1.jmi1.BookingTemplate bookingTemplate
);
/**
* Adds the specified element to the set of the values for the reference {@code bookingTemplate} 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 bookingTemplate The element to be appended.
*/
public void addBookingTemplate (
java.lang.String id,
org.opencrx.kernel.depot1.jmi1.BookingTemplate bookingTemplate
);
/**
* Adds the specified element to the set of the values for the reference {@code bookingTemplate} using an implementation-specific, reassignable qualifier.
*
* Note: This is an extension to the JMI 1 standard.
* @param bookingTemplate The element to be appended.
*/
public void addBookingTemplate (
org.opencrx.kernel.depot1.jmi1.BookingTemplate bookingTemplate
);
// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
/**
*/
public org.opencrx.kernel.depot1.jmi1.CloseDepotPositionResult closeDepotPosition(
org.opencrx.kernel.depot1.jmi1.CloseDepotPositionParams in
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code depot}.
* @return The non-{@code null} value for this reference.
*/
public org.opencrx.kernel.depot1.jmi1.Depot getDepot(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code depotPositionReference} 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 getDepotPositionReference(
org.opencrx.kernel.depot1.cci2.DepotPositionReferenceQuery query
);
// ----------------------------------------------------------------------------
// Instance/IntfReferenceGet0_1WithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code depotPositionReference} 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.DepotPositionReference getDepotPositionReference(
boolean idIsPersistent,
java.lang.String id
);
/**
* Retrieves the value for the reference {@code depotPositionReference} for the specified qualifier attribute value.
*
* This method is equivalent to the preferred invocation {@code getDepotPositionReference(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.DepotPositionReference getDepotPositionReference(
java.lang.String id
);
// ----------------------------------------------------------------------------
// Instance/ReferenceAddWithQualifier
// ----------------------------------------------------------------------------
/**
* Adds the specified element to the set of the values for the reference {@code depotPositionReference}.
*
* 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 depotPositionReference The element to be appended.
*/
public void addDepotPositionReference (
boolean idIsPersistent,
java.lang.String id,
org.opencrx.kernel.depot1.jmi1.DepotPositionReference depotPositionReference
);
/**
* Adds the specified element to the set of the values for the reference {@code depotPositionReference} 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 depotPositionReference The element to be appended.
*/
public void addDepotPositionReference (
java.lang.String id,
org.opencrx.kernel.depot1.jmi1.DepotPositionReference depotPositionReference
);
/**
* Adds the specified element to the set of the values for the reference {@code depotPositionReference} using an implementation-specific, reassignable qualifier.
*
* Note: This is an extension to the JMI 1 standard.
* @param depotPositionReference The element to be appended.
*/
public void addDepotPositionReference (
org.opencrx.kernel.depot1.jmi1.DepotPositionReference depotPositionReference
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code depotReportItem} 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 getDepotReportItem(
org.opencrx.kernel.depot1.cci2.DepotReportItemPositionQuery query
);
// ----------------------------------------------------------------------------
// Instance/IntfReferenceGet0_1WithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code depotReportItem} 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.DepotReportItemPosition getDepotReportItem(
boolean idIsPersistent,
java.lang.String id
);
/**
* Retrieves the value for the reference {@code depotReportItem} for the specified qualifier attribute value.
*
* This method is equivalent to the preferred invocation {@code getDepotReportItem(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.DepotReportItemPosition getDepotReportItem(
java.lang.String id
);
// ----------------------------------------------------------------------------
// Instance/ReferenceAddWithQualifier
// ----------------------------------------------------------------------------
/**
* Adds the specified element to the set of the values for the reference {@code depotReportItem}.
*
* 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 depotReportItem The element to be appended.
*/
public void addDepotReportItem (
boolean idIsPersistent,
java.lang.String id,
org.opencrx.kernel.depot1.jmi1.DepotReportItemPosition depotReportItem
);
/**
* Adds the specified element to the set of the values for the reference {@code depotReportItem} 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 depotReportItem The element to be appended.
*/
public void addDepotReportItem (
java.lang.String id,
org.opencrx.kernel.depot1.jmi1.DepotReportItemPosition depotReportItem
);
/**
* Adds the specified element to the set of the values for the reference {@code depotReportItem} using an implementation-specific, reassignable qualifier.
*
* Note: This is an extension to the JMI 1 standard.
* @param depotReportItem The element to be appended.
*/
public void addDepotReportItem (
org.opencrx.kernel.depot1.jmi1.DepotReportItemPosition depotReportItem
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code inventoryLevel} 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 getInventoryLevel(
org.opencrx.kernel.depot1.cci2.InventoryLevelQuery query
);
// ----------------------------------------------------------------------------
// Instance/IntfReferenceGet0_1WithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code inventoryLevel} 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.InventoryLevel getInventoryLevel(
boolean idIsPersistent,
java.lang.String id
);
/**
* Retrieves the value for the reference {@code inventoryLevel} for the specified qualifier attribute value.
*
* This method is equivalent to the preferred invocation {@code getInventoryLevel(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.InventoryLevel getInventoryLevel(
java.lang.String id
);
// ----------------------------------------------------------------------------
// Instance/ReferenceAddWithQualifier
// ----------------------------------------------------------------------------
/**
* Adds the specified element to the set of the values for the reference {@code inventoryLevel}.
*
* 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 inventoryLevel The element to be appended.
*/
public void addInventoryLevel (
boolean idIsPersistent,
java.lang.String id,
org.opencrx.kernel.depot1.jmi1.InventoryLevel inventoryLevel
);
/**
* Adds the specified element to the set of the values for the reference {@code inventoryLevel} 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 inventoryLevel The element to be appended.
*/
public void addInventoryLevel (
java.lang.String id,
org.opencrx.kernel.depot1.jmi1.InventoryLevel inventoryLevel
);
/**
* Adds the specified element to the set of the values for the reference {@code inventoryLevel} using an implementation-specific, reassignable qualifier.
*
* Note: This is an extension to the JMI 1 standard.
* @param inventoryLevel The element to be appended.
*/
public void addInventoryLevel (
org.opencrx.kernel.depot1.jmi1.InventoryLevel inventoryLevel
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGet0_nWithQuery
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code simpleBooking} 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 getSimpleBooking(
org.opencrx.kernel.depot1.cci2.SimpleBookingQuery query
);
// ----------------------------------------------------------------------------
// Instance/IntfReferenceGet0_1WithQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code simpleBooking} 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.SimpleBooking getSimpleBooking(
boolean idIsPersistent,
java.lang.String id
);
/**
* Retrieves the value for the reference {@code simpleBooking} for the specified qualifier attribute value.
*
* This method is equivalent to the preferred invocation {@code getSimpleBooking(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.SimpleBooking getSimpleBooking(
java.lang.String id
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
}