public abstract class EntityStrukturTemplate extends StrukturTemplate
Constructor and Description |
---|
EntityStrukturTemplate() |
EntityStrukturTemplate(SQLCoreDataStoreI _store,
electric.xml.Document _doc,
long _elterDefault,
java.lang.StringBuilder _sbLivelist) |
EntityStrukturTemplate(SQLCoreDataStoreI _store,
EntityI _entity,
long _idElter) |
Modifier and Type | Method and Description |
---|---|
java.lang.StringBuilder |
appendFTableWithColumnsForEntity(java.lang.StringBuilder sb,
EntityI ent)
Create the XML definition for a table for the given Entity.
|
java.lang.StringBuilder |
appendFTableWithColumnsForEntity(java.lang.StringBuilder sb,
EntityI ent,
AttributeI comingFrom) |
java.lang.StringBuilder |
appendOpenRelationFTableWithColumnsForEntity(java.lang.StringBuilder sb,
AttributeI att)
Create the XML definition for a table for the given relation attribute.
|
static java.lang.String |
createColumnsForEntity(EntityI _ent,
AttributeI _comingFrom,
boolean _filterBoAttrs) |
abstract java.lang.String |
createStandardParameter(EntityI _entity) |
static void |
filterAttrs(java.util.List attlist,
boolean _filterBoAttrs)
Removes all attributes that belong directly to the classes BO, CoreBO or LogBO from the given
List of AttributI-s.
|
long |
getBotyp() |
static java.lang.String |
getDefaultName(EntityI _entity) |
java.lang.Long[] |
getGruppen() |
java.lang.Long |
getGruppen(int $4) |
java.lang.String |
getParameter() |
int |
getPrioritaet() |
void |
setBotyp(long $8) |
void |
setGruppen(int $5,
java.lang.Long $6) |
void |
setGruppen(java.lang.Long[] $3) |
void |
setParameter(java.lang.String $7) |
void |
setPrioritaet(int $9) |
getDateiname, getElter, getTid, isIstAutomatik, setDateiname, setElter, setIstAutomatik, setTid
getBeschreibung, getName, setBeschreibung, setName
getBOTName
public EntityStrukturTemplate(SQLCoreDataStoreI _store, EntityI _entity, long _idElter)
public EntityStrukturTemplate()
public EntityStrukturTemplate(SQLCoreDataStoreI _store, electric.xml.Document _doc, long _elterDefault, java.lang.StringBuilder _sbLivelist) throws CoredataGenerationException, java.sql.SQLException
CoredataGenerationException
java.sql.SQLException
public static final void filterAttrs(java.util.List attlist, boolean _filterBoAttrs)
public static java.lang.String getDefaultName(EntityI _entity)
public abstract java.lang.String createStandardParameter(EntityI _entity)
public static java.lang.String createColumnsForEntity(EntityI _ent, AttributeI _comingFrom, boolean _filterBoAttrs)
public java.lang.StringBuilder appendFTableWithColumnsForEntity(java.lang.StringBuilder sb, EntityI ent)
sb
- a StringBuilder to which the code will be appended.ent
- the EntityI for which the table should be created.comingFrom
- a relation AttributeI from which the values for the table
are coming from; defaults to null.public java.lang.StringBuilder appendFTableWithColumnsForEntity(java.lang.StringBuilder sb, EntityI ent, AttributeI comingFrom)
public java.lang.StringBuilder appendOpenRelationFTableWithColumnsForEntity(java.lang.StringBuilder sb, AttributeI att)
sb
- a StringBuilder to which the code will be appended.att
- the relation AttributeI from which the values for the table
are coming from.public java.lang.Long[] getGruppen()
public void setGruppen(java.lang.Long[] $3)
public java.lang.Long getGruppen(int $4)
public void setGruppen(int $5, java.lang.Long $6)
public java.lang.String getParameter()
public void setParameter(java.lang.String $7)
public long getBotyp()
public void setBotyp(long $8)
public int getPrioritaet()
public void setPrioritaet(int $9)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.