Package | Description |
---|---|
org.sistema.cs.doc.persist |
Classes and interfaces based on the Persistent framework/library
modeling generic documents.
|
Modifier and Type | Class and Description |
---|---|
class |
ItemPerc
A percentage value of an
Item |
Modifier and Type | Method and Description |
---|---|
IItemPerc |
IItem.getPercentage(byte typeId)
Retrieves an
ItemPercentage by type. |
IItemPerc |
Item.getPercentage(byte typeId) |
static IItemPerc |
DocUtilities.loadPercentage(byte typeId,
int order)
Loads a percentage instance from the persistent service.
|
static IItemPerc |
DocUtilities.readPercentage(IDocItem di,
byte typeId)
Retrieves a percentage of a given type
from the item of a
IDocItem relationship. |
static IItemPerc |
DocUtilities.readPercentage(IItem i,
byte typeId,
int order)
Retrieves the percentage of a given type from an item.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<IItemPerc> |
DocUtilities.getDefaultPercentages(java.util.Date date,
java.lang.String ticket) |
java.util.Collection<IItemPerc> |
IItem.getPercentages() |
java.util.Collection<IItemPerc> |
Item.getPercentages() |
static java.lang.Iterable<IItemPerc> |
DocUtilities.getPercentages(IDocValued doc,
int typeId) |
Modifier and Type | Method and Description |
---|---|
void |
IItem.addPercentage(IItemPerc itemPercentage) |
void |
Item.addPercentage(IItemPerc ip) |
void |
IItem.removePercentage(IItemPerc itemPercentage)
Removes a percentage from this item.
|
void |
Item.removePercentage(IItemPerc itemPercentage) |