public interface BOI extends Identifiable, DescribableI, SchemaProviderI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATT_Badge |
static java.lang.String |
ATT_Badge2 |
static java.lang.String |
ATT_Badge3 |
static java.lang.String |
ATT_Badge4 |
static java.lang.String |
ATT_BLOBCreatedBy |
static java.lang.String |
ATT_BLOBCreatedOn |
static java.lang.String |
ATT_BLOBDeletedBy |
static java.lang.String |
ATT_BLOBDeletedOn |
static java.lang.String |
ATT_BLOBLastModifiedBy |
static java.lang.String |
ATT_BLOBLastModifiedOn |
static java.lang.String |
ATT_Bot |
static java.lang.String |
ATT_Crea |
static java.lang.String |
ATT_CreatedBy |
static java.lang.String |
ATT_CreatedModifiedText |
static java.lang.String |
ATT_Id |
static java.lang.String |
ATT_InvolvedInProcs |
static java.lang.String |
ATT_LastModifiedBy |
static java.lang.String |
ATT_Ldel |
static java.lang.String |
ATT_Lmod |
static java.lang.String |
ATT_Procs |
static BOI[] |
EMPTY_ARRAY |
static java.lang.String |
ENT_BO |
$0
$0
Modifier and Type | Method and Description |
---|---|
void |
bumpVersion()
increase version value to signal a modification
|
boolean |
cancelCheckConstraints()
should we check constraints (read only etc) before calling set/add/remove?
|
void |
consumeAndAssureTransientPropertyExists(java.lang.String name,
java.util.function.Consumer<java.lang.Object[]> operation,
java.lang.Object[] args)
Performs the given Consumer operation on the passed args.
|
static boolean |
contains(java.util.Collection<?> haystack,
BOI needle) |
boolean |
equalsBO(BOI bo)
BO.nullSafeEqualsBO(BOI, BOI) is called with this BOI as first parameter and the passed BOI as second one. |
boolean |
equalsBO(BOI bo,
boolean idComparisonOnly)
BO.nullSafeEqualsBO(BOI, BOI) is called with this BOI as first parameter and the passed BOI as second one. |
default AttributeI |
getAttribute(java.lang.String attPath)
Returns the AttributeI at the end of the given attribute path within this BOI's entity.
|
default AttributeI |
getAttribute(java.lang.String attPath,
boolean throwFlag) |
long |
getBLOB(java.io.OutputStream target) |
long |
getBLOB(java.io.OutputStream target,
boolean closeOS) |
int |
getBOVersion()
A value that is incremented each time the BO is modified.
|
java.lang.Class<? extends BOI> |
getClazz() |
java.util.Date |
getCrea() |
default EntityI |
getEntity()
Returns the associated EntityI of this BOI within its current SchemaI.
|
default EntityI |
getEntity(boolean throwFlag)
Returns the associated EntityI of this BOI within the current SchemaI.
|
SchemaI |
getRootLoaderSchema() |
SchemaI |
getSchema() |
java.lang.Object |
getTransientProperty(java.lang.String name)
Returns the value that was saved using the given transient property name.
|
boolean |
hasBLOB() |
boolean |
hasTransientProperty(java.lang.String name)
Returns true, if a transient property with the given name currently exists.
|
boolean |
hasTransientPropertyUnfiltered(java.lang.String name)
Returns true, if a transient property with the given name exists or existed,
i.e. not filtering out already expired versions.
|
boolean |
isDeleted()
Checks whether this BO has been marked as (soft) deleted and should therefore no longer
be taken into account.
|
boolean |
isMandatory(AttributeI attr) |
boolean |
isNew()
Checks whether this BO has been created recently.
|
boolean |
isReadOnly(AttributeI attr) |
default boolean |
isSubEntityOf(java.lang.String possibleSuperEntityName)
Checks if this BOI's EntityI is a sub-entity of the specified super entity or that entity itself.
|
default boolean |
isSubEntityOf(StructuredEntityI possibleSuperEntity)
Checks if this BOI's EntityI is a sub-entity of the specified super entity or that entity itself.
|
boolean |
isTemporary() |
boolean |
isVisible(AttributeI attr) |
java.lang.Object |
setTransientProperty(java.lang.String name,
java.lang.Object value)
Saves a transient value with the provided name for this BO.
|
static java.util.Map<java.lang.Long,BOI> |
toRelationMapRO(java.util.Map<java.lang.Long,BOI> m)
Returns an unmodifiable
Map with the same entries as the passed Map,
suitable for usage as return value of a getter for a read-only virtual relation. |
collectIds, collectIds, getCommaSeparatedIdList, getId, toMap, toMap
collectDescribe, collectDescribe, conciseDesc, conciseDesc, conciseDesc, conciseDesc, conciseDesc, conciseDesc, conciseDesc, conciseDesc, describe, describe, describe, describe, describeAndConciseDesc, describeAndConciseDesc, describeAndConciseDesc, describeAndConciseDesc, describeAndConciseDesc, describeNE, describeNE, join, join, join, notEmptyDescription
static final java.lang.String ENT_BO
static final java.lang.String ATT_Id
static final java.lang.String ATT_Crea
static final java.lang.String ATT_Lmod
static final java.lang.String ATT_Ldel
static final java.lang.String ATT_Bot
static final java.lang.String ATT_Procs
static final java.lang.String ATT_InvolvedInProcs
static final java.lang.String ATT_Badge
static final java.lang.String ATT_Badge2
static final java.lang.String ATT_Badge3
static final java.lang.String ATT_Badge4
static final java.lang.String ATT_CreatedBy
static final java.lang.String ATT_LastModifiedBy
static final java.lang.String ATT_BLOBCreatedBy
static final java.lang.String ATT_BLOBCreatedOn
static final java.lang.String ATT_BLOBDeletedBy
static final java.lang.String ATT_BLOBDeletedOn
static final java.lang.String ATT_BLOBLastModifiedBy
static final java.lang.String ATT_BLOBLastModifiedOn
static final java.lang.String ATT_CreatedModifiedText
static final BOI[] EMPTY_ARRAY
boolean equalsBO(BOI bo)
BO.nullSafeEqualsBO(BOI, BOI)
is called with this BOI as first parameter and the passed BOI as second one.boolean equalsBO(BOI bo, boolean idComparisonOnly)
BO.nullSafeEqualsBO(BOI, BOI)
is called with this BOI as first parameter and the passed BOI as second one.java.lang.Class<? extends BOI> getClazz()
java.util.Date getCrea()
SchemaI getRootLoaderSchema()
SchemaI getSchema()
getSchema
in interface SchemaProviderI
default EntityI getEntity()
default EntityI getEntity(boolean throwFlag)
throwFlag
- If true, throws IllegalStateException if no Schema is available; if false, returns null.java.lang.IllegalStateException
- if no Schema is available and throwFlag is truedefault AttributeI getAttribute(java.lang.String attPath)
attPath
- The attribute path to retrieve the attribute from.default AttributeI getAttribute(java.lang.String attPath, boolean throwFlag)
java.lang.IllegalStateException
- if throwFlag is true and schema is missing.AttributeResolveException
- if throwFlag is true and an attribute along the attPath is unknown.default boolean isSubEntityOf(java.lang.String possibleSuperEntityName)
possibleSuperEntityName
- The name of the possible super entity to check against.default boolean isSubEntityOf(StructuredEntityI possibleSuperEntity)
possibleSuperEntity
- The possible super entity to check against.boolean isNew()
boolean isTemporary()
boolean isDeleted()
boolean isReadOnly(AttributeI attr)
boolean isMandatory(AttributeI attr)
boolean isVisible(AttributeI attr)
boolean cancelCheckConstraints()
boolean hasTransientProperty(java.lang.String name)
name
- the name of the transient property that should be checkedboolean hasTransientPropertyUnfiltered(java.lang.String name)
name
- the name of the transient property that should be checkedjava.lang.Object getTransientProperty(java.lang.String name)
name
- the name of the transient property of which the value should be returnedjava.lang.Object setTransientProperty(java.lang.String name, java.lang.Object value)
Those values are only transient regarding the persistence in the database. Transient properties created by the client will never be available on the server.
Upon frapping / deepCloning any stored value that cannot be serialized will be dropped and replaced by a null-value while logging a warning about that. So keep in mind that non-serializable transient properties might get "lost" then.
name
- the name of the transient propertyvalue
- the value of this propertyBO.bumpVersion()
void consumeAndAssureTransientPropertyExists(java.lang.String name, java.util.function.Consumer<java.lang.Object[]> operation, java.lang.Object[] args)
If the Consumer itself throws an (unchecked) exception, the exception is rethrown.
Typically called for running default value expression and init script of scripted attributes.
int getBOVersion()
void bumpVersion()
static java.util.Map<java.lang.Long,BOI> toRelationMapRO(java.util.Map<java.lang.Long,BOI> m)
Map
with the same entries as the passed Map,
suitable for usage as return value of a getter for a read-only virtual relation.
If no Map is passed or the passed Map is empty, the Collections.emptyMap() is returned.static boolean contains(java.util.Collection<?> haystack, BOI needle)
boolean hasBLOB()
long getBLOB(java.io.OutputStream target) throws java.io.IOException
java.io.IOException
long getBLOB(java.io.OutputStream target, boolean closeOS) throws java.io.IOException
java.io.IOException
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.