Package adalid.core.jee
Class CrudJavaServerPage
- java.lang.Object
-
- adalid.core.AbstractArtifact
-
- adalid.core.Display
-
- adalid.core.Page
-
- adalid.core.jee.JavaServerPage
-
- adalid.core.jee.CrudJavaServerPage
-
public class CrudJavaServerPage extends JavaServerPage
- Author:
- Jorge Campins
-
-
Constructor Summary
Constructors Constructor Description CrudJavaServerPage(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<Entity>getEntitiesReferencedByFields()java.util.List<PageField>getFields()java.util.List<PageField>getMasterHeadingFields()-
Methods inherited from class adalid.core.Page
getLocation, getLocationWithinApplicationContextRoot
-
Methods inherited from class adalid.core.Display
compareTo, fieldsToString, getChildren, getCollaterals, getDisplayFormat, getDisplayMode, getDisplaySet, getDisplayType, getEntity, getFieldNames, getHelpDocument, getHelpFileName, getJoinFieldNames, getJoinFields, getMaster, getMasterDetailViewSequence, getMasterQueryTable, getModule, getOverlayEntitiesList, getQueryTable, getReference, getRenderingFilter, getRootFieldNames, getRootFields, getRootFields, getRootFields, getRootMasterHeadingFields, getSiblings, isApplicationDefaultLocation, isChildViewDisplay, isCollateralViewDisplay, isMenuOptionEnabled, isSibling, setDisplayFormat, setDisplayMode, setDisplaySet, setDisplayType, setEntity, setHelpDocument, setHelpFileName, setMaster, setMasterDetailViewSequence, setMasterQueryTable, setModule, setQueryTable, setReference, setRenderingFilter
-
Methods inherited from class adalid.core.AbstractArtifact
a, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttribute, addAttributes, annotate, b, b, bigDecimal, bigInteger, checkName, classToString, clearAttributes, coalesce, copyLocalizedStrings, defaultLocale, depth, fa, finalise, finish, getAlias, getAttribute, getAttribute, getAttributes, getAttributesArray, getAttributesArray, getAttributesKeySetByRegex, getBooleanAttribute, getBooleanAttribute, getClassPath, getDeclaringArtifact, getDeclaringEntity, getDeclaringEntityRoot, getDeclaringField, getDeclaringFieldEntityRoot, getDeclaringFieldIndex, getDeclaringFieldNamedClassSimpleName, getDeclaringFieldPersistentEntityRoot, getDeclaringFieldPersistentEntityTableRoot, getDeclaringOperation, getDeclaringPersistentEntity, getDeclaringPersistentEntityRoot, getDefaultCollectionLabel, getDefaultCollectionShortLabel, getDefaultDescription, getDefaultLabel, getDefaultLocale, getDefaultShortDescription, getDefaultShortLabel, getDefaultSymbol, getDefaultTooltip, getDefaultWrapperClass, getFullName, getIntegerAttribute, getIntegerAttribute, getIntegerAttribute, getIntegerAttribute, getKeyValuePairAttribute, getKeyValuePairAttribute, getKeyValuePairAttribute, getKeyValuePairAttribute, getLocalizedCollectionLabel, getLocalizedCollectionShortLabel, getLocalizedDescription, getLocalizedLabel, getLocalizedShortDescription, getLocalizedShortLabel, getLocalizedSymbol, getLocalizedTooltip, getName, getPartialName, getPathList, getPathString, getSqlName, getStringAttribute, getStringAttribute, getStringAttribute, getStringAttribute, getStringKeyValuePairAttribute, getStringKeyValuePairAttribute, getTrace, getValidFieldAnnotations, getValidTypeAnnotations, getValueString, getValueString, getWrapper, greaterThanZero, h1, h2, h3, h4, h5, h6, hashCodeHexString, i, i, ic, ic, isAnnotated, isClassInPath, isDeclared, isExpression, isFinalised, isFinished, isFontAwesomeClass, isInherited, isInheritedFromAbstract, isInheritedFromConcrete, isLocalizedSymbolDefined, isNotDeclared, isNotInherited, isNotInheritedFromAbstract, isNotInheritedFromConcrete, isOperation, isUnicodeSymbolClass, isValidEmbeddedDocument, isValidFieldAnnotation, isValidHelpFileName, isValidHelpFileType, isValidJavaClassName, isValidSnippetFileName, isValidTypeAnnotation, localeReadingKey, localeWritingKey, m, m, mapsToString, put, round, s, s, setAlias, setDefaultCollectionLabel, setDefaultCollectionShortLabel, setDefaultDescription, setDefaultLabel, setDefaultShortDescription, setDefaultShortLabel, setDefaultSymbol, setDefaultTooltip, setLocalizedCollectionLabel, setLocalizedCollectionShortLabel, setLocalizedDescription, setLocalizedLabel, setLocalizedShortDescription, setLocalizedShortLabel, setLocalizedSymbol, setLocalizedTooltip, setSqlName, setStaticAttributes, settler, setTrace, specified, specified, specified, specified, specified, specified, specified, toString, toString, toString, toString, toString, u, u, ul, verifyExpression, verifyExpression, verifyExpression, verifyExpression, verifyExpression, verifyExpression, verifyNames, xs
-
-
-
-
Method Detail
-
getFields
public java.util.List<PageField> getFields()
-
getMasterHeadingFields
public java.util.List<PageField> getMasterHeadingFields()
- Overrides:
getMasterHeadingFieldsin classPage- Returns:
- the master heading fields list
-
getEntitiesReferencedByFields
public java.util.Set<Entity> getEntitiesReferencedByFields()
- Overrides:
getEntitiesReferencedByFieldsin classPage- Returns:
- the list of entities referenced by fields
-
-