public interface DescribableI
BO
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<java.lang.String> |
collectDescribe(java.util.Collection<? extends DescribableI> col,
java.lang.String cboFormat,
boolean removeDuplicates)
Iterates over a collection of DescribableI-s (i.e.
|
static java.util.Collection<java.lang.String> |
collectDescribe(java.util.Collection<DescribableI> col,
java.lang.String cboFormat)
This method iterates over a collection of DescribableI-s (i.e.
|
java.lang.String |
conciseDesc()
Returns a concise description for this DescribableI consisting of classname, Id
and Ldel/New status.
|
java.lang.String |
conciseDesc(boolean showRuntimeInfo)
Returns a concise description for this DescribableI consisting of classname, Id
and Ldel/New status.
|
java.lang.String |
conciseDesc(boolean showRuntimeInfo,
boolean showCreaLmod)
Returns a concise description for this DescribableI consisting of classname, Id
and Ldel/New status.
|
java.lang.String |
conciseDesc(boolean showRuntimeInfo,
boolean showCreaLmod,
boolean useClientSideId)
Returns a concise description for this DescribableI consisting of classname, Id
and Ldel/New status.
|
static java.lang.String |
conciseDesc(DescribableI d)
Null-safe static version of conciseDesc.
|
static java.lang.String |
conciseDesc(DescribableI d,
boolean showRuntimeInfo) |
static java.lang.String |
conciseDesc(DescribableI d,
boolean showRuntimeInfo,
boolean showCreaLmod) |
static java.lang.String |
conciseDesc(DescribableI d,
boolean showRuntimeInfo,
boolean showCreaLmod,
boolean useClientSideId) |
java.lang.String |
describe()
Returns a nice description of this DescribableI.
|
static java.lang.String |
describe(DescribableI d)
Null-safe static version of describe.
|
static java.lang.String |
describe(DescribableI d,
java.lang.String pattern) |
java.lang.String |
describe(java.lang.String pattern)
Returns a nice description of this DescribableI.
|
static java.lang.String |
describeAndConciseDesc(DescribableI d)
Null-safe static method for undecided folks, which want both: a nice description of the given DescribableI
as well as a concise description of it in braces after that.
|
static java.lang.String |
describeAndConciseDesc(DescribableI d,
java.lang.String pattern) |
static java.lang.String |
describeAndConciseDesc(DescribableI d,
java.lang.String pattern,
boolean showRuntimeInfo) |
static java.lang.String |
describeAndConciseDesc(DescribableI d,
java.lang.String pattern,
boolean showRuntimeInfo,
boolean showCreaLmod) |
static java.lang.String |
describeAndConciseDesc(DescribableI d,
java.lang.String pattern,
boolean showRuntimeInfo,
boolean showCreaLmod,
boolean useClientSideId) |
default java.lang.String |
describeNE()
Returns a nice description of this DescribableI.
|
default java.lang.String |
describeNE(java.lang.String pattern)
Returns a nice description of this DescribableI.
|
static java.lang.String |
join(java.util.Collection col,
java.lang.String separator,
boolean removeEmptyStrings,
boolean removeDuplicates,
java.lang.String cboFormat)
Returns a
String containing a (default by comma) separated list of the
String-representations of objects which are passed by the given Collection
or an empty String if the Collection is null or empty. |
static java.lang.String |
join(java.util.Collection col,
java.lang.String separator,
boolean removeEmptyStrings,
boolean removeDuplicates,
java.lang.String cboFormat,
java.lang.String surround) |
static java.lang.String |
join(java.util.Collection col,
java.lang.String separator,
boolean removeEmptyStrings,
boolean removeDuplicates,
java.lang.String cboFormat,
java.lang.String surround,
java.lang.String prefix) |
static java.lang.String |
notEmptyDescription(java.lang.String s,
java.lang.Object o)
If the passed String is not empty, it is returned as is.
|
static final java.lang.String $0
static java.lang.String join(java.util.Collection col, java.lang.String separator, boolean removeEmptyStrings, boolean removeDuplicates, java.lang.String cboFormat)
String
containing a (default by comma) separated list of the
String-representations of objects which are passed by the given Collection
or an empty String if the Collection
is null or empty.col
- Collection
of objects, which shall be output in their String-representation.separator
- String
sequence which should be used for separating the values.
Default is #DEFAULT_SEPARATOR
.removeEmptyStrings
- If true, the resulting String will not contain empty or null fields. Default is false.removeDuplicates
- If true, duplicate fields will be filtered out; the first
Object returned by the Collection
s iterator will be retained while all following Object
s
which return true for a call to equals()
on any previously found Object will be ignored. Default is false.cboFormat
- If defined, we try to cast the objects within the collection to DescribableI and use
the given cboFormat to describe the object. Default is null.surround
- If defined each element of the collection is surrounded by this String. Default is the empty String.prefix
- If not null this String will be prepended to the returned String
. Default is null.String
with the concatenated separator-separated String representations.collectDescribe
,
collectIds
static java.lang.String join(java.util.Collection col, java.lang.String separator, boolean removeEmptyStrings, boolean removeDuplicates, java.lang.String cboFormat, java.lang.String surround)
static java.lang.String join(java.util.Collection col, java.lang.String separator, boolean removeEmptyStrings, boolean removeDuplicates, java.lang.String cboFormat, java.lang.String surround, java.lang.String prefix)
static java.util.Collection<java.lang.String> collectDescribe(java.util.Collection<DescribableI> col, java.lang.String cboFormat)
col
- The collection of DescribableI objects to describe.cboFormat
- The format of the description.static java.util.Collection<java.lang.String> collectDescribe(java.util.Collection<? extends DescribableI> col, java.lang.String cboFormat, boolean removeDuplicates)
col
- The collection of DescribableI objects to describe.cboFormat
- The format of the description.removeDuplicates
- If true, then the result will contain each text only once.
If false, duplicates are possible.static java.lang.String notEmptyDescription(java.lang.String s, java.lang.Object o)
static java.lang.String describe(DescribableI d)
static java.lang.String describe(DescribableI d, java.lang.String pattern)
static java.lang.String conciseDesc(DescribableI d)
static java.lang.String conciseDesc(DescribableI d, boolean showRuntimeInfo)
static java.lang.String conciseDesc(DescribableI d, boolean showRuntimeInfo, boolean showCreaLmod)
static java.lang.String conciseDesc(DescribableI d, boolean showRuntimeInfo, boolean showCreaLmod, boolean useClientSideId)
static java.lang.String describeAndConciseDesc(DescribableI d)
static java.lang.String describeAndConciseDesc(DescribableI d, java.lang.String pattern)
static java.lang.String describeAndConciseDesc(DescribableI d, java.lang.String pattern, boolean showRuntimeInfo)
static java.lang.String describeAndConciseDesc(DescribableI d, java.lang.String pattern, boolean showRuntimeInfo, boolean showCreaLmod)
static java.lang.String describeAndConciseDesc(DescribableI d, java.lang.String pattern, boolean showRuntimeInfo, boolean showCreaLmod, boolean useClientSideId)
java.lang.String describe()
default java.lang.String describeNE()
java.lang.String describe(java.lang.String pattern)
default java.lang.String describeNE(java.lang.String pattern)
java.lang.String conciseDesc(boolean showRuntimeInfo, boolean showCreaLmod, boolean useClientSideId)
showRuntimeInfo
- if true will also include if DescribableI is
a stub or if the DescribableI needs to be reloaded to get an instance with the
actual subclass and will include the hashCode.showCreaLmod
- if false will not show Crea and Lmod
values; if true these values will be appended to the description.useClientSideId
- if true the Id that is known on client-side is used; on
server-side we might already have an unsaved positive Id, but for the
description e.g. in a server-side error message it might be less confusing
to use the Id that is known on the client; e.g. when used inside a
SaveVetoException it might otherwise be very confusing to report an Id that
is discarded again and never used in the database ever.java.lang.String conciseDesc(boolean showRuntimeInfo, boolean showCreaLmod)
showRuntimeInfo
- if true will also include if DescribableI is
a stub or if the DescribableI needs to be reloaded to get an instance with the
actual subclass and will include the hashCode.showCreaLmod
- if false will not show Crea and Lmod
values; if true these values will be appended to the description.java.lang.String conciseDesc(boolean showRuntimeInfo)
showRuntimeInfo
- if true will also include if DescribableI is
a stub or if the DescribableI needs to be reloaded to get an instance with the
actual subclass and will include the hashCode.java.lang.String conciseDesc()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.