org.opencrx.kernel.depot1.jmi1
Interface DepotReportItemDebit

All Superinterfaces:
org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, DepotReportItem, DepotReportItemBooking, DepotReportItemDebit, org.openmdx.base.cci2.ExtentCapable, RefBaseObject, RefFeatured, RefObject, SecureObject, org.openmdx.compatibility.view1.cci2.ViewCapable

public interface DepotReportItemDebit
extends DepotReportItemDebit, DepotReportItemBooking

Class DepotReportItemDebit


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.opencrx.kernel.depot1.cci2.DepotReportItemBooking
DepotReportItemBooking.Identity
 
Method Summary
 void addOwningGroup(int index, PrincipalGroup newValue)
          
 void addOwningGroup(PrincipalGroup newValue)
          
 org.openmdx.base.cci2.BasicObject getAccessGrantedByParent()
          Retrieves the value for the reference accessGrantedByParent.
 Booking getBooking()
          Retrieves the value for the reference booking.
 CompoundBooking getCb()
          Retrieves the value for the reference cb.
 User getOwningUser()
          Retrieves the value for the reference owningUser.
 DepotPosition getPosition()
          Retrieves the value for the reference position.
<T extends org.openmdx.compatibility.view1.cci2.View>
List<T>
getView(org.openmdx.compatibility.view1.cci2.ViewQuery query)
          Retrieves the value for the reference view for the specified query.
 void removeBooking()
          Removes the value for the optional reference booking.
 void removeCb()
          Removes the value for the optional reference cb.
 void removeOwningGroup(int index)
          
 void removeOwningUser()
          Removes the value for the optional reference owningUser.
 void removePosition()
          Removes the value for the optional reference position.
 void setBooking(Booking booking)
          Sets a new value for the reference booking.
 void setCb(CompoundBooking cb)
          Sets a new value for the reference cb.
 void setOwningUser(User owningUser)
          Sets a new value for the reference owningUser.
 void setPosition(DepotPosition position)
          Sets a new value for the reference position.
 
Methods inherited from interface org.opencrx.kernel.depot1.cci2.DepotReportItemDebit
getQuantityDebit, setQuantityDebit
 
Methods inherited from interface org.opencrx.kernel.depot1.jmi1.DepotReportItemBooking
setReport, setReport
 
Methods inherited from interface org.opencrx.kernel.depot1.cci2.DepotReportItemBooking
getBalance, getBalanceCredit, getBalanceDebit, getBookingDate, setBalance, setBalanceCredit, setBalanceDebit, setBookingDate
 
Methods inherited from interface org.opencrx.kernel.depot1.cci2.DepotReportItem
getPositionName, getValueDate, setPositionName, setValueDate
 
Methods inherited from interface org.opencrx.kernel.base.jmi1.SecureObject
addOwningGroup, getOwner, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setOwningUser
 
Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject
addOwningGroup, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser
 
Methods inherited from interface org.openmdx.base.jmi1.BasicObject
getCreatedBy, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getModifiedAt
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getAccessGrantedByParent

org.openmdx.base.cci2.BasicObject getAccessGrantedByParent()
Retrieves the value for the reference accessGrantedByParent.

Specified by:
getAccessGrantedByParent in interface SecureObject
Returns:
The – possibly null – value for this reference.

addOwningGroup

void addOwningGroup(int index,
                    PrincipalGroup newValue)

Parameters:
index - The qualifier attribute value that qualifies the reference to get the element to be appended.
newValue - The element to be appended.

addOwningGroup

void addOwningGroup(PrincipalGroup newValue)

Parameters:
newValue - The element to be appended.

removeOwningGroup

void removeOwningGroup(int index)


getOwningUser

User getOwningUser()
Retrieves the value for the reference owningUser.

Specified by:
getOwningUser in interface SecureObject
Returns:
The – possibly null – value for this reference.

setOwningUser

void setOwningUser(User owningUser)
Sets a new value for the reference owningUser.

Specified by:
setOwningUser in interface SecureObject
Parameters:
owningUser - The non-null new value for this reference.

removeOwningUser

void removeOwningUser()
Removes the value for the optional reference owningUser.


getPosition

DepotPosition getPosition()
Retrieves the value for the reference position.

Specified by:
getPosition in interface DepotReportItem
Returns:
The – possibly null – value for this reference.

setPosition

void setPosition(DepotPosition position)
Sets a new value for the reference position.

Specified by:
setPosition in interface DepotReportItem
Parameters:
position - The non-null new value for this reference.

removePosition

void removePosition()
Removes the value for the optional reference position.


getBooking

Booking getBooking()
Retrieves the value for the reference booking.

Specified by:
getBooking in interface DepotReportItemBooking
Returns:
The – possibly null – value for this reference.

setBooking

void setBooking(Booking booking)
Sets a new value for the reference booking.

Specified by:
setBooking in interface DepotReportItemBooking
Parameters:
booking - The non-null new value for this reference.

removeBooking

void removeBooking()
Removes the value for the optional reference booking.


getCb

CompoundBooking getCb()
Retrieves the value for the reference cb.

Specified by:
getCb in interface DepotReportItemBooking
Returns:
The – possibly null – value for this reference.

setCb

void setCb(CompoundBooking cb)
Sets a new value for the reference cb.

Specified by:
setCb in interface DepotReportItemBooking
Parameters:
cb - The non-null new value for this reference.

removeCb

void removeCb()
Removes the value for the optional reference cb.


getView

<T extends org.openmdx.compatibility.view1.cci2.View> List<T> getView(org.openmdx.compatibility.view1.cci2.ViewQuery query)
Retrieves the value for the reference view for the specified query.

Parameters:
query - predicate which is applied to the set of referenced objects.
Returns:
The objects for which the predicate evaluates to true.


This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.