|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elexis.privatrechnung2.rechnung.RechnungsDrucker
public class RechnungsDrucker
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface ch.elexis.util.IRnOutputter |
|---|
IRnOutputter.TYPE |
| Field Summary |
|---|
| Fields inherited from interface ch.elexis.util.IRnOutputter |
|---|
PROP_OUTPUT_METHOD |
| Constructor Summary | |
|---|---|
RechnungsDrucker()
|
|
| Method Summary | |
|---|---|
boolean |
canBill(Fall fall)
We'll take all sorts of bills |
boolean |
canStorno(Rechnung rn)
We never storno |
Control |
createSettingsControl(Composite parent)
Create the Control that will be presented to the user before selecting the bill output target. |
Result<Rechnung> |
doOutput(IRnOutputter.TYPE type,
java.util.Collection<Rechnung> rnn,
java.util.Properties props)
Print the bill(s) |
Result<Rechnung> |
doPrint(Rechnung rn,
TextContainer tc)
print a bill into a text container |
java.lang.String |
getDescription()
A short textual description for this output (as Label) |
boolean |
printESR()
|
void |
saveComposite()
Methode is called before dialog is closed. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RechnungsDrucker()
| Method Detail |
|---|
public boolean canBill(Fall fall)
canBill in interface IRnOutputterfall - the case to check
public boolean canStorno(Rechnung rn)
canStorno in interface IRnOutputterrn - the specific bill to cancel or null, if it is just a general question
public Control createSettingsControl(Composite parent)
createSettingsControl in interface IRnOutputter
public Result<Rechnung> doOutput(IRnOutputter.TYPE type,
java.util.Collection<Rechnung> rnn,
java.util.Properties props)
doOutput in interface IRnOutputtertype - Type of the billrnn - collection with all bills to processprops - properties for various purposes. Can be null.
public java.lang.String getDescription()
IRnOutputter
getDescription in interface IRnOutputterpublic boolean printESR()
public Result<Rechnung> doPrint(Rechnung rn,
TextContainer tc)
rn - tc -
public void saveComposite()
IRnOutputter
saveComposite in interface IRnOutputter
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||