|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Depot
Class Depot
| Nested Class Summary | |
|---|---|
static interface |
Depot.Identity
Object Identity |
| Method Summary | ||
|---|---|---|
org.openmdx.base.cci2.Void |
assertReports(short bookingStatusThreshold)
|
|
CloseDepotResult |
closeDepot(Date closingDate)
|
|
Date |
getClosingDate()
Retrieves the possibly null value for the optional attribute closingDate. |
|
DepotGroup |
getDepotGroup()
Retrieves the value for the reference depotGroup. |
|
DepotHolder |
getDepotHolder()
Retrieves the value for the reference depotHolder. |
|
String |
getDepotNumber()
Retrieves the value for the attribute depotNumber. |
|
|
getDepotType()
Retrieves the Collection of objects referenced by
depotType. |
|
String |
getDescription()
Retrieves the possibly null value for the optional attribute description. |
|
DepotReport |
getLatestReport()
Retrieves the value for the reference latestReport. |
|
String |
getName()
Retrieves the value for the attribute name. |
|
Date |
getOpeningDate()
Retrieves the value for the attribute openingDate. |
|
|
getPosition()
Retrieves a set containing all the elements for the reference position. |
|
DepotPosition |
getPosition(boolean idIsPersistent,
String id)
Retrieves the value for the reference position for the
specified qualifier attribute value. |
|
|
getReport()
Retrieves a set containing all the elements for the reference report. |
|
DepotReport |
getReport(boolean idIsPersistent,
String id)
Retrieves the value for the reference report for the
specified qualifier attribute value. |
|
boolean |
isAllowPositionAutoCreate()
Retrieves the value for the attribute allowPositionAutoCreate. |
|
boolean |
isDefault()
Retrieves the value for the attribute isDefault. |
|
boolean |
isLocked()
Retrieves the value for the attribute isLocked. |
|
OpenDepotPositionResult |
openDepotPosition(String description,
String name,
Date openingDate,
Product product,
ContractPositionConstrained productRole,
String qualifier)
|
|
void |
setAllowPositionAutoCreate(boolean allowPositionAutoCreate)
Sets a new value for the attribute allowPositionAutoCreate. |
|
void |
setClosingDate(Date closingDate)
Sets a new value for the attribute closingDate. |
|
void |
setDefault(boolean isDefault)
Sets a new value for the attribute isDefault. |
|
void |
setDepotGroup(DepotGroup depotGroup)
Sets a new value for the reference depotGroup. |
|
void |
setDepotNumber(String depotNumber)
Sets a new value for the attribute depotNumber. |
|
void |
setDescription(String description)
Sets a new value for the attribute description. |
|
void |
setLatestReport(DepotReport latestReport)
Sets a new value for the reference latestReport. |
|
void |
setLocked(boolean isLocked)
Sets a new value for the attribute isLocked. |
|
void |
setName(String name)
Sets a new value for the attribute name. |
|
void |
setOpeningDate(Date openingDate)
Sets a new value for the attribute openingDate. |
|
| Methods inherited from interface org.opencrx.kernel.base.cci2.PropertySet |
|---|
addProperty, getProperty, getProperty |
| Methods inherited from interface org.opencrx.kernel.contract1.cci2.ContractReferenceHolder |
|---|
getContract |
| Methods inherited from interface org.opencrx.kernel.base.cci2.AlertSender |
|---|
sendAlert |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Auditee |
|---|
getAudit, getAudit |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Cloneable |
|---|
clone_ |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Importer |
|---|
importItem |
| Methods inherited from interface org.opencrx.kernel.base.cci2.Indexed |
|---|
getIndexEntry, getIndexEntry, updateIndex |
| Methods inherited from interface org.opencrx.kernel.base.cci2.SecureObject |
|---|
addOwningGroup, checkPermissions, getAccessGrantedByParent, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwningUser, setOwningUser |
| Methods inherited from interface org.opencrx.kernel.base.cci2.XmlExporter |
|---|
exportXml |
| Methods inherited from interface org.openmdx.base.cci2.BasicObject |
|---|
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy |
| Methods inherited from interface org.openmdx.base.cci2.ExtentCapable |
|---|
getIdentity |
| Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable |
|---|
getView, getView |
| Methods inherited from interface org.opencrx.kernel.generic.cci2.DescriptionContainer |
|---|
addAdditionalDescription, getAdditionalDescription, getAdditionalDescription |
| Method Detail |
|---|
boolean isAllowPositionAutoCreate()
allowPositionAutoCreate.
allowPositionAutoCreate.void setAllowPositionAutoCreate(boolean allowPositionAutoCreate)
allowPositionAutoCreate.
allowPositionAutoCreate - The non-null new value for attribute allowPositionAutoCreate.org.openmdx.base.cci2.Void assertReports(short bookingStatusThreshold)
CloseDepotResult closeDepot(Date closingDate)
Date getClosingDate()
closingDate.
closingDate.void setClosingDate(Date closingDate)
closingDate.
closingDate - The possibly null new value for attribute closingDate.DepotGroup getDepotGroup()
depotGroup.
null – value for this reference.void setDepotGroup(DepotGroup depotGroup)
depotGroup.
depotGroup - The non-null new value for this reference.DepotHolder getDepotHolder()
depotHolder.
null value for this reference.String getDepotNumber()
depotNumber.
depotNumber.void setDepotNumber(String depotNumber)
depotNumber.
depotNumber - The non-null new value for attribute depotNumber.<T extends DepotType> List<T> getDepotType()
Collection of objects referenced by
depotType.
Collection of referenced objects.String getDescription()
description.
description.void setDescription(String description)
description.
description - The possibly null new value for attribute description.boolean isDefault()
isDefault.
isDefault.void setDefault(boolean isDefault)
isDefault.
isDefault - The non-null new value for attribute isDefault.boolean isLocked()
isLocked.
isLocked.void setLocked(boolean isLocked)
isLocked.
isLocked - The non-null new value for attribute isLocked.DepotReport getLatestReport()
latestReport.
null – value for this reference.void setLatestReport(DepotReport latestReport)
latestReport.
latestReport - The non-null new value for this reference.String getName()
name.
name.void setName(String name)
name.
name - The non-null new value for attribute name.
OpenDepotPositionResult openDepotPosition(String description,
String name,
Date openingDate,
Product product,
ContractPositionConstrained productRole,
String qualifier)
Date getOpeningDate()
openingDate.
openingDate.void setOpeningDate(Date openingDate)
openingDate.
openingDate - The non-null new value for attribute openingDate.<T extends DepotPosition> Collection<T> getPosition()
position.
DepotPosition getPosition(boolean idIsPersistent,
String id)
position for the
specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
<T extends DepotReport> Collection<T> getReport()
report.
DepotReport getReport(boolean idIsPersistent,
String id)
report for the
specified qualifier attribute value.
idIsPersistent - Defines whether value for the qualifier is persistent or notid - The value for the qualifier attribute that qualifies this reference.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||