public class FormularTemplate extends EntityStrukturTemplate
Constructor and Description |
---|
FormularTemplate() |
FormularTemplate(SQLCoreDataStoreI store,
electric.xml.Document doc,
long elterDefault,
java.lang.StringBuilder sbLivelist) |
FormularTemplate(SQLCoreDataStoreI store,
EntityI entity,
long idElter) |
Modifier and Type | Method and Description |
---|---|
void |
appendAttributeByType(java.lang.StringBuilder sv,
java.lang.StringBuilder rv,
EntityI ent,
EntityI mainent,
AttributeI selflink,
java.util.Map attributeCountByName,
boolean renderTabs,
int stoprecurs,
boolean dontScroll) |
void |
appendAttributeByType(java.lang.StringBuilder sv,
java.lang.StringBuilder rv,
EntityI ent,
EntityI mainent,
AttributeI selflink,
java.util.Map attributeCountByName,
boolean renderTabs,
int stoprecurs,
boolean dontScroll,
boolean filterBoAttrs) |
void |
appendAttributeByType(java.lang.StringBuilder sv,
java.lang.StringBuilder rv,
EntityI ent,
EntityI mainent,
AttributeI selflink,
java.util.Map attributeCountByName,
boolean renderTabs,
int stoprecurs,
boolean dontScroll,
boolean filterBoAttrs,
boolean showHiddenProperties) |
void |
appendAttributeByType(java.lang.StringBuilder sv,
java.lang.StringBuilder rv,
EntityI ent,
EntityI mainent,
AttributeI selflink,
java.util.Map attributeCountByName,
boolean renderTabs,
int stoprecurs,
boolean dontScroll,
boolean filterBoAttrs,
boolean showHiddenProperties,
java.lang.Boolean virtual) |
void |
appendAttributeByType(java.lang.StringBuilder sv,
java.lang.StringBuilder rv,
EntityI ent,
EntityI mainent,
AttributeI selflink,
java.util.Map attributeCountByName,
boolean renderTabs,
int stoprecurs,
boolean dontScroll,
boolean filterBoAttrs,
boolean showHiddenProperties,
java.lang.Boolean virtual,
boolean sortAlphabetically) |
void |
appendFormElementForSimpleAttribute(java.lang.StringBuilder sv,
AttributeI col,
boolean needsVisibleIf) |
java.lang.StringBuilder |
appendPopupDetailView(java.lang.StringBuilder sb,
AttributeI currattr,
int stoprecurs,
boolean dontScroll,
boolean hasVisibleIf)
Creates the Popup and the DetailView (if stoprecurs > 0) for the entity.
|
java.lang.StringBuilder |
appendViewElementsForEntity(java.lang.StringBuilder sb,
EntityI mainent,
AttributeI selflink,
boolean renderTabs,
int stoprecurs,
boolean dontScroll)
fills a View with Elements representing the attributes of the given entity
|
java.lang.StringBuilder |
appendViewElementsForEntity(java.lang.StringBuilder sb,
EntityI mainent,
AttributeI selflink,
boolean renderTabs,
int stoprecurs,
boolean dontScroll,
boolean filterBoAttrs) |
java.lang.StringBuilder |
appendViewElementsForEntity(java.lang.StringBuilder sb,
EntityI mainent,
AttributeI selflink,
boolean renderTabs,
int stoprecurs,
boolean dontScroll,
boolean filterBoAttrs,
boolean showHiddenProperties) |
java.lang.StringBuilder |
appendViewElementsForEntity(java.lang.StringBuilder sb,
EntityI mainent,
AttributeI selflink,
boolean renderTabs,
int stoprecurs,
boolean dontScroll,
boolean filterBoAttrs,
boolean showHiddenProperties,
java.lang.Boolean virtual) |
java.lang.StringBuilder |
appendViewElementsForEntity(java.lang.StringBuilder sb,
EntityI mainent,
AttributeI selflink,
boolean renderTabs,
int stoprecurs,
boolean dontScroll,
boolean filterBoAttrs,
boolean showHiddenProperties,
java.lang.Boolean virtual,
boolean sortAlphabetically) |
java.lang.String |
createStandardParameter(EntityI entity) |
java.lang.String |
getBOTName() |
boolean |
isPolymorphic() |
void |
setPolymorphic(boolean $19) |
appendFTableWithColumnsForEntity, appendFTableWithColumnsForEntity, appendOpenRelationFTableWithColumnsForEntity, createColumnsForEntity, filterAttrs, getBotyp, getDefaultName, getGruppen, getGruppen, getParameter, getPrioritaet, setBotyp, setGruppen, setGruppen, setParameter, setPrioritaet
getDateiname, getElter, getTid, isIstAutomatik, setDateiname, setElter, setIstAutomatik, setTid
getBeschreibung, getName, setBeschreibung, setName
public FormularTemplate()
public FormularTemplate(SQLCoreDataStoreI store, EntityI entity, long idElter)
public FormularTemplate(SQLCoreDataStoreI store, electric.xml.Document doc, long elterDefault, java.lang.StringBuilder sbLivelist) throws CoredataGenerationException, java.sql.SQLException
CoredataGenerationException
java.sql.SQLException
public java.lang.String getBOTName()
getBOTName
in class BOTemplate
public java.lang.String createStandardParameter(EntityI entity)
createStandardParameter
in class EntityStrukturTemplate
public java.lang.StringBuilder appendViewElementsForEntity(java.lang.StringBuilder sb, EntityI mainent, AttributeI selflink, boolean renderTabs, int stoprecurs, boolean dontScroll)
sb
- a StringBuilder which is filled with the current content of the structure elementmainent
- the main entity of which the attributes are to be fetchedselflink
- FIXME!renderTabs
- wether to embed the elements inside a Tab of a TabbedViewstoprecurs
- FIXME!dontScroll
- wether the generated Tab should be scrollablefilterBoAttrs
- wether the attributes of the entity "BO" should be filtered out or notshowHiddenProperties
- wether the attributes of the entity, that are marked as hidden are to be shownvirtual
- wether the fetched attributes should be virtual or not. if null, both types are appendedsortAlphabetically
- wether the fetched attributes are to be sorted alphabetically or should preserve the order given in the Schema. The latter option places attributes of the super-entity above the ones of the sub-entitypublic java.lang.StringBuilder appendViewElementsForEntity(java.lang.StringBuilder sb, EntityI mainent, AttributeI selflink, boolean renderTabs, int stoprecurs, boolean dontScroll, boolean filterBoAttrs)
public java.lang.StringBuilder appendViewElementsForEntity(java.lang.StringBuilder sb, EntityI mainent, AttributeI selflink, boolean renderTabs, int stoprecurs, boolean dontScroll, boolean filterBoAttrs, boolean showHiddenProperties)
public java.lang.StringBuilder appendViewElementsForEntity(java.lang.StringBuilder sb, EntityI mainent, AttributeI selflink, boolean renderTabs, int stoprecurs, boolean dontScroll, boolean filterBoAttrs, boolean showHiddenProperties, java.lang.Boolean virtual)
public java.lang.StringBuilder appendViewElementsForEntity(java.lang.StringBuilder sb, EntityI mainent, AttributeI selflink, boolean renderTabs, int stoprecurs, boolean dontScroll, boolean filterBoAttrs, boolean showHiddenProperties, java.lang.Boolean virtual, boolean sortAlphabetically)
public void appendAttributeByType(java.lang.StringBuilder sv, java.lang.StringBuilder rv, EntityI ent, EntityI mainent, AttributeI selflink, java.util.Map attributeCountByName, boolean renderTabs, int stoprecurs, boolean dontScroll)
public void appendAttributeByType(java.lang.StringBuilder sv, java.lang.StringBuilder rv, EntityI ent, EntityI mainent, AttributeI selflink, java.util.Map attributeCountByName, boolean renderTabs, int stoprecurs, boolean dontScroll, boolean filterBoAttrs)
public void appendAttributeByType(java.lang.StringBuilder sv, java.lang.StringBuilder rv, EntityI ent, EntityI mainent, AttributeI selflink, java.util.Map attributeCountByName, boolean renderTabs, int stoprecurs, boolean dontScroll, boolean filterBoAttrs, boolean showHiddenProperties)
public void appendAttributeByType(java.lang.StringBuilder sv, java.lang.StringBuilder rv, EntityI ent, EntityI mainent, AttributeI selflink, java.util.Map attributeCountByName, boolean renderTabs, int stoprecurs, boolean dontScroll, boolean filterBoAttrs, boolean showHiddenProperties, java.lang.Boolean virtual)
public void appendAttributeByType(java.lang.StringBuilder sv, java.lang.StringBuilder rv, EntityI ent, EntityI mainent, AttributeI selflink, java.util.Map attributeCountByName, boolean renderTabs, int stoprecurs, boolean dontScroll, boolean filterBoAttrs, boolean showHiddenProperties, java.lang.Boolean virtual, boolean sortAlphabetically)
public void appendFormElementForSimpleAttribute(java.lang.StringBuilder sv, AttributeI col, boolean needsVisibleIf)
public java.lang.StringBuilder appendPopupDetailView(java.lang.StringBuilder sb, AttributeI currattr, int stoprecurs, boolean dontScroll, boolean hasVisibleIf)
public boolean isPolymorphic()
public void setPolymorphic(boolean $19)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.