Package | Description |
---|---|
org.sistema.control.module.doc |
Legacy classes based on the Persistent framework/library.
|
Modifier and Type | Class and Description |
---|---|
class |
Item
Deprecated.
since v1.8,
use
Item instead. |
Modifier and Type | Method and Description |
---|---|
IItem |
DocumentItem.getChild()
Deprecated.
|
IItem |
IDocumentItem.getChild()
Deprecated.
Retrieves the item, child of the document.
|
IItem |
IItemPercentage.getParent()
Deprecated.
Retrieves the item to which value this percentage affects.
|
IItem |
ItemPercentage.getParent()
Deprecated.
|
IItem |
IItemRelation.getSource()
Deprecated.
|
IItem |
IItemRelation.getTarget()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Iterable<IItem> |
DocUtilities.getItems(IDocumentItemized document)
Deprecated.
Builds an array with every
IItem on the invoice. |
Modifier and Type | Method and Description |
---|---|
static java.math.BigDecimal |
DocUtilities.getPercentageAmount(IItem item,
java.math.BigDecimal baseAmount,
java.math.BigDecimal runningSum,
java.lang.Integer percentageId)
Deprecated.
|
void |
DocumentItem.setChild(IItem child)
Deprecated.
|
void |
IDocumentItem.setChild(IItem child)
Deprecated.
Sets the item, child of the document.
|
void |
IItemPercentage.setParent(IItem i)
Deprecated.
Sets the item to which value this percentage affects.
|
void |
ItemPercentage.setParent(IItem parent)
Deprecated.
|
void |
IItemRelation.setSource(IItem source)
Deprecated.
Sets the source item of the relationship.
|
void |
IItemRelation.setTarget(IItem target)
Deprecated.
Sets the target item of the relationship.
|