public class BOProcIFormatter
extends java.lang.Object
BOProcI
.Modifier and Type | Method and Description |
---|---|
static java.lang.StringBuilder |
appendDescription(java.lang.StringBuilder sb,
BOI bo)
Creates a nice user-readable description of the given {
BO and
appends it to the given StringBuilder . |
static java.lang.StringBuilder |
appendDescription(java.lang.StringBuilder sb,
BOI bo,
boolean asHTML) |
static java.lang.StringBuilder |
appendDescription(java.lang.StringBuilder sb,
BOI bo,
boolean asHTML,
int maxCharsForDesc) |
static java.lang.StringBuilder |
appendDescription(java.lang.StringBuilder sb,
BOI bo,
boolean asHTML,
int maxCharsForDesc,
boolean asHeading) |
static java.lang.StringBuilder |
appendDescription(java.lang.StringBuilder sb,
BOI bo,
boolean asHTML,
int maxCharsForDesc,
boolean asHeading,
boolean rawValue) |
static java.lang.StringBuilder |
appendDescription(java.lang.StringBuilder sb,
BOI bo,
boolean asHTML,
int maxCharsForDesc,
boolean asHeading,
boolean rawValue,
de.ipcon.db.core.BOSet introSet) |
static void |
appendTo(java.lang.Appendable appendable,
BOProcI proc,
SchemaI schema)
Creates a nice user-readable description of the given BOProcI and appends it
to the given Appendable.
|
static void |
appendTo(java.lang.Appendable appendable,
BOProcI proc,
SchemaI schema,
boolean asHTML) |
static void |
appendTo(java.lang.Appendable appendable,
BOProcI proc,
SchemaI schema,
boolean asHTML,
boolean hideBO) |
static void |
appendTo(java.lang.Appendable appendable,
BOProcI proc,
SchemaI schema,
boolean asHTML,
boolean hideBO,
int maxCharsForDesc) |
static void |
appendTo(java.lang.Appendable appendable,
BOProcI proc,
SchemaI schema,
boolean asHTML,
boolean hideBO,
int maxCharsForDesc,
de.ipcon.db.core.BOSet introSet) |
static void |
appendTo(java.lang.Appendable appendable,
BOProcI proc,
SchemaI schema,
boolean asHTML,
boolean hideBO,
int maxCharsForDesc,
de.ipcon.db.core.BOSet introSet,
boolean asSubGroupHeader) |
static void |
appendTo(java.lang.Appendable appendable,
BOProcI proc,
SchemaI schema,
boolean asHTML,
boolean hideBO,
int maxCharsForDesc,
de.ipcon.db.core.BOSet introSet,
boolean asSubGroupHeader,
int countSubGroupChanges) |
static void |
appendTo(java.lang.Appendable appendable,
BOProcI proc,
SchemaI schema,
boolean asHTML,
boolean hideBO,
int maxCharsForDesc,
de.ipcon.db.core.BOSet introSet,
boolean asSubGroupHeader,
int countSubGroupChanges,
boolean asSubGroupItem) |
public static final void appendTo(java.lang.Appendable appendable, BOProcI proc, SchemaI schema)
public static final void appendTo(java.lang.Appendable appendable, BOProcI proc, SchemaI schema, boolean asHTML)
public static final void appendTo(java.lang.Appendable appendable, BOProcI proc, SchemaI schema, boolean asHTML, boolean hideBO)
public static final void appendTo(java.lang.Appendable appendable, BOProcI proc, SchemaI schema, boolean asHTML, boolean hideBO, int maxCharsForDesc)
public static final void appendTo(java.lang.Appendable appendable, BOProcI proc, SchemaI schema, boolean asHTML, boolean hideBO, int maxCharsForDesc, de.ipcon.db.core.BOSet introSet)
public static final void appendTo(java.lang.Appendable appendable, BOProcI proc, SchemaI schema, boolean asHTML, boolean hideBO, int maxCharsForDesc, de.ipcon.db.core.BOSet introSet, boolean asSubGroupHeader)
public static final void appendTo(java.lang.Appendable appendable, BOProcI proc, SchemaI schema, boolean asHTML, boolean hideBO, int maxCharsForDesc, de.ipcon.db.core.BOSet introSet, boolean asSubGroupHeader, int countSubGroupChanges)
public static final void appendTo(java.lang.Appendable appendable, BOProcI proc, SchemaI schema, boolean asHTML, boolean hideBO, int maxCharsForDesc, de.ipcon.db.core.BOSet introSet, boolean asSubGroupHeader, int countSubGroupChanges, boolean asSubGroupItem)
public static final java.lang.StringBuilder appendDescription(java.lang.StringBuilder sb, BOI bo)
BO
and
appends it to the given StringBuilder
.sb
- the StringBuilder
to append the description tobo
- the BO
whose description should be appendedasHTML
- if false (the default), produce plain text output, if true
produce HTMLintroSet
- FIXMEmaxCharsForDesc
- at most this many characters will be used
for the actual description of the BO
(entity name and other
prefixes or HTML tags that get included in the appended string do not
count against this limit)asHeading
- if true, BOT, ID and descriptions are printed. Ineffective when rawValue is true.rawValue
- if true, only the BOT and ID are printed, not the description (display value). False by default.public static final java.lang.StringBuilder appendDescription(java.lang.StringBuilder sb, BOI bo, boolean asHTML)
public static final java.lang.StringBuilder appendDescription(java.lang.StringBuilder sb, BOI bo, boolean asHTML, int maxCharsForDesc)
public static final java.lang.StringBuilder appendDescription(java.lang.StringBuilder sb, BOI bo, boolean asHTML, int maxCharsForDesc, boolean asHeading)
public static final java.lang.StringBuilder appendDescription(java.lang.StringBuilder sb, BOI bo, boolean asHTML, int maxCharsForDesc, boolean asHeading, boolean rawValue)
public static final java.lang.StringBuilder appendDescription(java.lang.StringBuilder sb, BOI bo, boolean asHTML, int maxCharsForDesc, boolean asHeading, boolean rawValue, de.ipcon.db.core.BOSet introSet)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.