A B C D E F G H I J K L M N O P Q R S T U V W X _ 
All Classes All Packages

A

AbstractActionGenerator - Class in net.anotheria.asg.generator.view.action
AbstractActionGenerator class.
AbstractActionGenerator() - Constructor for class net.anotheria.asg.generator.view.action.AbstractActionGenerator
 
AbstractAnoDocGenerator - Class in net.anotheria.asg.generator
Base class for generators.
AbstractAnoDocGenerator() - Constructor for class net.anotheria.asg.generator.AbstractAnoDocGenerator
 
AbstractASGDocument - Class in net.anotheria.asg.data
Root object for all generated classes of type Document (instead of ano-doc Document used previously).
AbstractASGDocument(String) - Constructor for class net.anotheria.asg.data.AbstractASGDocument
Constructor for AbstractASGDocument.
AbstractASGDocument(AbstractASGDocument) - Constructor for class net.anotheria.asg.data.AbstractASGDocument
Constructor for AbstractASGDocument.
AbstractASGService - Class in net.anotheria.asg.service
Abstract AbstractASGService class.
AbstractASGService() - Constructor for class net.anotheria.asg.service.AbstractASGService
 
AbstractDataObjectGenerator - Class in net.anotheria.asg.generator.model
Base class for the data objects generators (documents, VOs and more).
AbstractDataObjectGenerator() - Constructor for class net.anotheria.asg.generator.model.AbstractDataObjectGenerator
 
AbstractFederatedVO - Class in net.anotheria.asg.data
Abstract AbstractFederatedVO class.
AbstractFederatedVO() - Constructor for class net.anotheria.asg.data.AbstractFederatedVO
 
AbstractGenerator - Class in net.anotheria.asg.generator
TODO please remined another to comment this class.
AbstractGenerator() - Constructor for class net.anotheria.asg.generator.AbstractGenerator
 
AbstractJSPGenerator - Class in net.anotheria.asg.generator.view.jsp
Generator for the JSP files used for generations of the view jsps.
AbstractJSPGenerator() - Constructor for class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
 
AbstractJSPGenerator.TagAttribute - Class in net.anotheria.asg.generator.view.jsp
HTML/JSP tag attribute object representation.
AbstractLinkDecorator - Class in net.anotheria.asg.util.decorators
This decorator decorates a link value with the linked document name.
AbstractLinkDecorator() - Constructor for class net.anotheria.asg.util.decorators.AbstractLinkDecorator
 
AbstractMafActionGenerator - Class in net.anotheria.asg.generator.view
AbstractMafActionGenerator class.
AbstractMafActionGenerator() - Constructor for class net.anotheria.asg.generator.view.AbstractMafActionGenerator
 
AbstractModuleFactory - Class in net.anotheria.anodoc.service
Base imlementation of IModuleFactory interface which only demands createModule method.
AbstractModuleFactory() - Constructor for class net.anotheria.anodoc.service.AbstractModuleFactory
Constructor for AbstractModuleFactory.
AbstractServiceGenerator - Class in net.anotheria.asg.generator.model
Base class for service generators.
AbstractServiceGenerator() - Constructor for class net.anotheria.asg.generator.model.AbstractServiceGenerator
 
AbstractType - Class in net.anotheria.asg.generator.meta
Base class for type implementations.
AbstractType() - Constructor for class net.anotheria.asg.generator.meta.AbstractType
 
AbstractVO - Class in net.anotheria.asg.data
The base class for Value Objects which are DataObjects stored in Databases.
AbstractVO() - Constructor for class net.anotheria.asg.data.AbstractVO
 
ACTION_ADD - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
Constant ACTION_ADD="add"
ACTION_CLOSE - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
Constant ACTION_CLOSE="close"
ACTION_COPY_LANG - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
Constant ACTION_COPY_LANG="copyLang"
ACTION_CREATE - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
creates a new element.
ACTION_DEEPCOPY - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
Constant ACTION_DEEPCOPY="deepcopy"
ACTION_DELETE - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
Deletes an element.
ACTION_DUPLICATE - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
Constant ACTION_DUPLICATE="duplicate"
ACTION_EDIT - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
edit existing element.
ACTION_EXECUTE_QUERY - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
Constant ACTION_EXECUTE_QUERY="execQuery"
ACTION_EXPORT - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
Constant ACTION_EXPORT="export"
ACTION_LINKS_TO_ME - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
Constant ACTION_LINKS_TO_ME="LinksToMe"
ACTION_LOCK - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
Locks current document.
ACTION_MOVE - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
Constant ACTION_MOVE="move"
ACTION_NEW - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
new dialog.
ACTION_QUICK_ADD - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
Constant ACTION_QUICK_ADD="quickAdd"
ACTION_SEARCH - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
Constant ACTION_SEARCH="search"
ACTION_SHOW - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
Show action for data.
ACTION_SHOW_QUERIES - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
Constant ACTION_SHOW_QUERIES="showQueries"
ACTION_SHOW_USAGES - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
show usages of an element.
ACTION_SWITCH_MULTILANGUAGE_INSTANCE - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
Constant ACTION_SWITCH_MULTILANGUAGE_INSTANCE="switchMultilang"
ACTION_TRANSFER - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
Transfers current document to prod.
ACTION_UNLOCK - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
Unlocks current document.
ACTION_UPDATE - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
Updates an existing element.
ACTION_VERSIONINFO - Static variable in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
Constant ACTION_VERSIONINFO="versioninfo"
ActionUtils - Class in net.anotheria.asg.util.action
Utils for common code in actions.
ActionUtils() - Constructor for class net.anotheria.asg.util.action.ActionUtils
 
add(int, Property) - Method in class net.anotheria.anodoc.data.ListProperty
Adds the property p to the current list at position index (equal to java.util.List.set(index, object)
add(List<QueryResultEntry>) - Method in class net.anotheria.anodoc.query2.QueryResult
Adds some result entries.
add(Property) - Method in class net.anotheria.anodoc.data.ListProperty
Adds the property p to the current list.
add(QueryResultEntry) - Method in class net.anotheria.anodoc.query2.QueryResult
Adds a result entry.
ADD - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.ContainerAction
 
addAdditionalFactoryImports(GeneratedClass, MetaModule) - Method in class net.anotheria.asg.generator.model.AbstractServiceGenerator
addAdditionalFactoryImports.
addAdditionalFactoryImports(GeneratedClass, MetaModule) - Method in class net.anotheria.asg.generator.model.fixture.FixtureServiceGenerator
addAdditionalFactoryImports.
addAdditionalFactoryImports(GeneratedClass, MetaModule) - Method in class net.anotheria.asg.generator.model.inmemory.InMemoryServiceGenerator
addAdditionalFactoryImports.
addAdditionalFactoryImports(GeneratedClass, MetaModule) - Method in class net.anotheria.asg.generator.model.rmi.RMIServiceGenerator
addAdditionalFactoryImports.
addAnnotation(String) - Method in class net.anotheria.asg.generator.GeneratedClass
addAnnotation.
addCMSViewHelper(String, CMSViewHelper) - Static method in class net.anotheria.asg.util.helper.cmsview.CMSViewHelperRegistry
addCMSViewHelper.
addColumn(String) - Method in class net.anotheria.asg.generator.meta.MetaTableProperty
addColumn.
addColumn(MetaFormTableColumn) - Method in class net.anotheria.asg.generator.forms.meta.MetaFormTableField
addColumn.
addContextParameter(String, String) - Method in class net.anotheria.asg.generator.Context
addContextParameter.
addContextParameter(ContextParameter) - Method in class net.anotheria.asg.generator.Context
addContextParameter.
addDataHolder(DataHolder) - Method in class net.anotheria.anodoc.data.Document
Puts the given DataHolder (which can be a document, a list or a property) in the internal storage.
addDecorator(MetaDecorator) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
Adds the decorator to the storage.
addDecorators(List<MetaDecorator>) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
Adds some decorators to the storage.
addDialog(MetaDialog) - Method in class net.anotheria.asg.generator.view.meta.MetaModuleSection
Adds dialog.
addDocument(D) - Method in class net.anotheria.anodoc.data.DocumentList
Adds given document to list (at last position).
addDocument(MetaDocument) - Method in class net.anotheria.asg.generator.meta.MetaModule
Adds a document definition to the module.
addElement(MetaFormField) - Method in class net.anotheria.asg.generator.forms.meta.MetaForm
Adds element of the form.
addElement(MetaViewElement) - Method in class net.anotheria.asg.generator.view.meta.MetaDialog
Adds new dialog element.
addElement(MetaViewElement) - Method in class net.anotheria.asg.generator.view.meta.MetaListElement
addElement.
addElement(MetaViewElement) - Method in class net.anotheria.asg.generator.view.meta.MetaModuleSection
Adds element to view.
addFederatedModule(String, String) - Method in class net.anotheria.asg.generator.meta.MetaFederationModule
addFederatedModule.
addFilter(MetaFilter) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
Adds parsed filter.
addFilters(List<MetaFilter>) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
Adds parsed filters.
addImport(Class<?>) - Method in class net.anotheria.asg.generator.GeneratedClass
addImport.
addImport(String) - Method in class net.anotheria.asg.generator.GeneratedClass
addImport.
addInterface(Class<?>) - Method in class net.anotheria.asg.generator.GeneratedClass
addInterface.
addInterface(String) - Method in class net.anotheria.asg.generator.GeneratedClass
addInterface.
addLanguage(String) - Method in class net.anotheria.asg.generator.Context
addLanguage.
addLink(MetaLink) - Method in class net.anotheria.asg.generator.meta.MetaDocument
Adds a link to the document.
addListener(String) - Method in class net.anotheria.asg.generator.meta.MetaModule
addListener.
addMapping(FederatedDocumentMapping) - Method in class net.anotheria.asg.generator.meta.MetaFederationModule
addMapping.
addMetaFilter(MetaFilter) - Method in class net.anotheria.asg.generator.view.meta.MetaModuleSection
Adds filter in the view part of this section.
addModule(MetaModule) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
Adds a new parsed module to the storage.
addModuleListener(String, String, IModuleListener) - Method in interface net.anotheria.anodoc.service.IModuleService
Adds listener for module.
addModuleListener(String, String, IModuleListener) - Method in class net.anotheria.anodoc.service.ModuleServiceImpl
Adds listener for module.
addModuleListener(IModuleListener) - Method in interface net.anotheria.anodoc.service.IModuleStorage
Adds a module listener.
addModuleListener(IModuleListener) - Method in class net.anotheria.anodoc.util.CommonHashtableModuleStorage
Adds a module listener.
addModuleListener(IModuleListener) - Method in class net.anotheria.anodoc.util.CommonModuleStorageWrapper
Adds a module listener.
addModuleListener(IModuleListener) - Method in class net.anotheria.anodoc.util.StoragePlaceHolder
Adds a module listener.
addModuleParameter(ModuleParameter) - Method in class net.anotheria.asg.generator.meta.MetaModule
addModuleParameter.
addModules(List<MetaModule>) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
Adds some modules to the storage.
addProperty(MetaProperty) - Method in class net.anotheria.asg.generator.meta.MetaDocument
Adds a property to the document.
addSection(MetaSection) - Method in class net.anotheria.asg.generator.view.meta.MetaView
Adds a section to this view.
addServiceListener(IServiceListener) - Method in class net.anotheria.asg.service.AbstractASGService
Adds a service listener to this service.
addServiceListener(IServiceListener) - Method in interface net.anotheria.asg.service.ASGService
Adds a service listener to this service.
addShutdownHook() - Static method in class net.anotheria.anodoc.service.LockHolder
addShutdownHook.
addTarget(String) - Method in class net.anotheria.asg.generator.forms.meta.MetaForm
Adds recipients of the submitted form.
addType(DataType) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
Adds parsed data type.
addTypes(List<DataType>) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
Adds parsed data types.
addValidator(MetaValidator) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
Adds parsed validator.
addValidators(List<MetaValidator>) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
Adds parsed validators.
addValue(String) - Method in class net.anotheria.asg.generator.types.meta.EnumerationType
addValue.
addView(MetaView) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
Adds a view to the storage.
addViews(List<MetaView>) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
Adds some view to the storage.
adjustTill(int) - Method in class net.anotheria.anodoc.data.IDHolder
adjustTill.
adjustTill(String) - Method in class net.anotheria.anodoc.data.IDHolder
adjustTill.
ALPHABETHICAL - net.anotheria.asg.generator.view.meta.SortingType
Default is alphabethical (a,b,c)
ANY_STRING_EXPRESSION - Static variable in class net.anotheria.anodoc.query2.string.ContainsStringQuery
Any string constant
ANY_STRING_REG_EXPRESSION - Static variable in class net.anotheria.anodoc.query2.string.ContainsStringQuery
Any string regular expression for replace()
append(String...) - Method in class net.anotheria.asg.generator.AbstractGenerator
append.
appendCatch(Class<? extends Throwable>) - Method in class net.anotheria.asg.generator.AbstractGenerator
appendCatch.
appendCatch(String) - Method in class net.anotheria.asg.generator.AbstractGenerator
appendCatch.
appendComment(String) - Method in class net.anotheria.asg.generator.AbstractGenerator
appendComment.
appendComment(StringBuilder, String) - Method in class net.anotheria.asg.generator.AbstractGenerator
appendComment.
appendCommentLine(String) - Method in class net.anotheria.asg.generator.AbstractGenerator
appendCommentLine.
appendCommentLine(String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
appendCommentLine.
appendCommentLine(StringBuilder, String) - Method in class net.anotheria.asg.generator.AbstractGenerator
appendCommentLine.
appendEmptyline() - Static method in class net.anotheria.asg.generator.AbstractGenerator
Deprecated.
use emptyline instead
appendGenerationPoint(String) - Method in class net.anotheria.asg.generator.AbstractGenerator
appendGenerationPoint.
appendImport(String) - Method in class net.anotheria.asg.generator.AbstractGenerator
Deprecated.
use clazz.addImport(imp) instead
appendImport(StringBuilder, String) - Method in class net.anotheria.asg.generator.AbstractGenerator
Deprecated.
use clazz.addImport(imp) instead
appendIncreasedStatement(String...) - Method in class net.anotheria.asg.generator.AbstractGenerator
appendIncreasedStatement.
appendIncreasedStatement(StringBuilder, String...) - Method in class net.anotheria.asg.generator.AbstractGenerator
appendIncreasedStatement.
appendIncreasedString(String...) - Method in class net.anotheria.asg.generator.AbstractGenerator
Adds all string parameters after each other to the current target StringBuilder with an increased ident.
appendIncreasedString(StringBuilder, String...) - Method in class net.anotheria.asg.generator.AbstractGenerator
Adds all string parameters after each other to the given target StringBuilder with an increased ident.
appendMark(int) - Method in class net.anotheria.asg.generator.AbstractGenerator
appendMark.
appendNullCheck(String, String) - Method in class net.anotheria.asg.generator.AbstractGenerator
appendNullCheck.
appendStatement(String...) - Method in class net.anotheria.asg.generator.AbstractGenerator
appendStatement.
appendStatement(StringBuilder, String...) - Method in class net.anotheria.asg.generator.AbstractGenerator
appendStatement.
appendString(String...) - Method in class net.anotheria.asg.generator.AbstractGenerator
appendString.
appendString(StringBuilder, String...) - Method in class net.anotheria.asg.generator.AbstractGenerator
appendString.
AppUtilGenerator - Class in net.anotheria.asg.generator.apputil
AppUtilGenerator class.
AppUtilGenerator(Context) - Constructor for class net.anotheria.asg.generator.apputil.AppUtilGenerator
Constructor for AppUtilGenerator.
areLanguagesSupported() - Method in class net.anotheria.asg.generator.Context
areLanguagesSupported.
ASGRuntimeException - Exception in net.anotheria.asg.exception
Base class for all exceptions thrown by generated code at runtime.
ASGRuntimeException(String) - Constructor for exception net.anotheria.asg.exception.ASGRuntimeException
Creates a new exception with a message.
ASGRuntimeException(String, Throwable) - Constructor for exception net.anotheria.asg.exception.ASGRuntimeException
Creates a new exception with a message and a cause.
ASGRuntimeException(Throwable) - Constructor for exception net.anotheria.asg.exception.ASGRuntimeException
Creates a new exception with a cause.
ASGService - Interface in net.anotheria.asg.service
Interface for the basic ASGService.
ATT_LAST_ID - Static variable in class net.anotheria.anodoc.data.IDHolder
Attribute name of the last id storage.
attachModuleFactory(String, IModuleFactory) - Method in interface net.anotheria.anodoc.service.IModuleService
Attaches a factory for a given moduleId.
attachModuleFactory(String, IModuleFactory) - Method in class net.anotheria.anodoc.service.ModuleServiceImpl
Attaches a factory for a given moduleId.
attachModuleStorage(String, IModuleStorage) - Method in interface net.anotheria.anodoc.service.IModuleService
Attaches a storage for a given moduleId.
attachModuleStorage(String, IModuleStorage) - Method in class net.anotheria.anodoc.service.ModuleServiceImpl
Attaches a storage for a given moduleId.
AZDocumentFilter - Class in net.anotheria.asg.util.filter
Expose documents filtering by first letter of document name.
AZDocumentFilter() - Constructor for class net.anotheria.asg.util.filter.AZDocumentFilter
 

B

BaseActionGenerator - Class in net.anotheria.asg.generator.view.action
Generator class for the base action for a generator.
BaseActionGenerator() - Constructor for class net.anotheria.asg.generator.view.action.BaseActionGenerator
 
BaseFixtureService - Class in net.anotheria.asg.service
Abstract BaseFixtureService class.
BaseFixtureService() - Constructor for class net.anotheria.asg.service.BaseFixtureService
 
BaseRemoteServiceStub<T extends RemoteService> - Class in net.anotheria.asg.service.remote
Abstract BaseRemoteServiceStub class.
BaseRemoteServiceStub() - Constructor for class net.anotheria.asg.service.remote.BaseRemoteServiceStub
 
BaseViewActionGenerator - Class in net.anotheria.asg.generator.view.action
This generator generates the base action for a view.
BaseViewActionGenerator() - Constructor for class net.anotheria.asg.generator.view.action.BaseViewActionGenerator
 
BasicServiceGenerator - Class in net.anotheria.asg.generator
TODO Please remain lrosenberg to comment AbstractServiceGenerator.java
BasicServiceGenerator() - Constructor for class net.anotheria.asg.generator.BasicServiceGenerator
 
BasicServiceUtilGenerator - Class in net.anotheria.asg.generator.apputil
 
BasicServiceUtilGenerator() - Constructor for class net.anotheria.asg.generator.apputil.BasicServiceUtilGenerator
 
BOOLEAN - net.anotheria.anodoc.data.PropertyType
Boolean.
BOOLEAN - net.anotheria.asg.generator.meta.MetaProperty.Type
 
BooleanProperty - Class in net.anotheria.anodoc.data
This class represents a boolean property.
BooleanProperty(String, boolean) - Constructor for class net.anotheria.anodoc.data.BooleanProperty
Creates a new BooleanProperty with given name and value.
BooleanProperty(String, Boolean) - Constructor for class net.anotheria.anodoc.data.BooleanProperty
Creates a new BooleanProperty with given name and value.
BooleanPropertyDeserializer - Class in net.anotheria.anodoc.util.mapper.pds
 
BooleanPropertyDeserializer() - Constructor for class net.anotheria.anodoc.util.mapper.pds.BooleanPropertyDeserializer
 
BooleanPropertyDeserializer(Class<BooleanProperty>) - Constructor for class net.anotheria.anodoc.util.mapper.pds.BooleanPropertyDeserializer
 
BooleanPropertySerializer - Class in net.anotheria.anodoc.util.mapper.ps
 
BooleanPropertySerializer() - Constructor for class net.anotheria.anodoc.util.mapper.ps.BooleanPropertySerializer
 
BooleanPropertySerializer(Class<BooleanProperty>) - Constructor for class net.anotheria.anodoc.util.mapper.ps.BooleanPropertySerializer
 
BooleanType - Class in net.anotheria.asg.generator.meta
Representation of the boolean type.
BooleanType() - Constructor for class net.anotheria.asg.generator.meta.BooleanType
 
BrandConfig - Class in net.anotheria.anodoc.util.context
Brand configuration.
BrandConfig(String, boolean, List<String>, List<String>, List<String>, List<String>) - Constructor for class net.anotheria.anodoc.util.context.BrandConfig
Constructor.
build() - Method in interface net.anotheria.asg.data.Builder
Builds a new instance of T.
Builder<T extends DataObject> - Interface in net.anotheria.asg.data
Generic interface for DataObject Builders.
byName(String) - Static method in enum net.anotheria.anodoc.data.PropertyType
 

C

CallContext - Class in net.anotheria.anodoc.util.context
Abstract class for CallContext which is assigned to each thread and allows multilinguality support and more.
CallContext() - Constructor for class net.anotheria.anodoc.util.context.CallContext
 
CallContextFactory - Interface in net.anotheria.anodoc.util.context
A factory for call context creation.
CallContextGenerator - Class in net.anotheria.asg.generator.apputil
Generater for the call context.
CallContextGenerator() - Constructor for class net.anotheria.asg.generator.apputil.CallContextGenerator
 
checkExecutionPermission(LockableObject, boolean, String) - Method in enum net.anotheria.asg.util.locking.helper.DocumentLockingHelper
Allows additional permissions check.
CLASS - net.anotheria.asg.generator.TypeOfClass
A generated java class.
ClassDef(String) - Constructor for class net.anotheria.asg.generator.GeneratedClass.ClassDef
 
ClassDef(String, String) - Constructor for class net.anotheria.asg.generator.GeneratedClass.ClassDef
 
clear() - Method in interface net.anotheria.asg.service.InMemoryService
Clears all data if the instance is unpaired.
clearListOfIncludedDocuments() - Method in class net.anotheria.asg.generator.util.IncludedDocuments
clear list of documents.
clone() - Method in class net.anotheria.anodoc.data.DataHolder
clone.
clone() - Method in class net.anotheria.anodoc.data.Document
clone.
clone() - Method in class net.anotheria.anodoc.data.Property
clone.
clone() - Method in class net.anotheria.asg.data.AbstractFederatedVO
clone.
clone() - Method in class net.anotheria.asg.data.AbstractVO
DataObjects are cloneable.
clone() - Method in interface net.anotheria.asg.data.DataObject
DataObjects are cloneable.
clone() - Method in class net.anotheria.asg.generator.meta.MetaProperty
clone() - Method in class net.anotheria.asg.generator.view.meta.MetaDecorator
clone() - Method in class net.anotheria.asg.generator.view.meta.MetaFilter
clone() - Method in class net.anotheria.asg.generator.view.meta.MetaValidator
cloneAs(String) - Method in class net.anotheria.anodoc.data.Property
Creates a copy of this property with a new name.
cloneValue() - Method in class net.anotheria.anodoc.data.BooleanProperty
cloneValue.
cloneValue() - Method in class net.anotheria.anodoc.data.DoubleProperty
cloneValue.
cloneValue() - Method in class net.anotheria.anodoc.data.FloatProperty
cloneValue.
cloneValue() - Method in class net.anotheria.anodoc.data.IntProperty
cloneValue.
cloneValue() - Method in class net.anotheria.anodoc.data.ListProperty
cloneValue.
cloneValue() - Method in class net.anotheria.anodoc.data.LongProperty
cloneValue.
cloneValue() - Method in class net.anotheria.anodoc.data.Property
cloneValue.
cloneValue() - Method in class net.anotheria.anodoc.data.StringProperty
cloneValue.
CLOSE - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
closeBlock() - Method in class net.anotheria.asg.generator.AbstractGenerator
Deprecated.
use closeBlock(String) or closeBlockNEW instead
closeBlock(String) - Method in class net.anotheria.asg.generator.AbstractGenerator
Generates ident decreasing and block closing.
closeBlock(StringBuilder) - Method in class net.anotheria.asg.generator.AbstractGenerator
closeBlock.
closeBlockNEW() - Method in class net.anotheria.asg.generator.AbstractGenerator
closeBlockNEW.
closeJavaScript() - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Appends to generation output script tag closing.
closeTag(String, String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
closeTag.
closeTD() - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
closeTD.
closeTD(String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
closeTD.
closeTR() - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
closeTR.
closeTR(String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
closeTR.
CMS - net.anotheria.asg.generator.meta.StorageType
CMS - AnoDoc baked storage in files.
CMSBasedServiceGenerator - Class in net.anotheria.asg.generator.model.docs
CMSBasedServiceGenerator class.
CMSBasedServiceGenerator() - Constructor for class net.anotheria.asg.generator.model.docs.CMSBasedServiceGenerator
 
CmsChangesTracker - Class in net.anotheria.asg.util
CmsChangesTracker class.
CmsChangesTracker.Action - Enum in net.anotheria.asg.util
 
CMSFilterGenerator - Class in net.anotheria.asg.generator.view
Generator class for the CMSFilter.
CMSFilterGenerator() - Constructor for class net.anotheria.asg.generator.view.CMSFilterGenerator
 
CMSMappingsConfiguratorGenerator - Class in net.anotheria.asg.generator.view
Generator class for the CMSFilter.
CMSMappingsConfiguratorGenerator() - Constructor for class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
 
CMSMappingsConfiguratorGenerator.ContainerAction - Enum in net.anotheria.asg.generator.view
 
CMSMappingsConfiguratorGenerator.SectionAction - Enum in net.anotheria.asg.generator.view
 
CMSMappingsConfiguratorGenerator.SharedAction - Enum in net.anotheria.asg.generator.view
 
CMSSearchActionsGenerator - Class in net.anotheria.asg.generator.view.action
Generator for SMC search action.
CMSSearchActionsGenerator() - Constructor for class net.anotheria.asg.generator.view.action.CMSSearchActionsGenerator
 
CMSViewHelper - Interface in net.anotheria.asg.util.helper.cmsview
CMSViewHelper interface.
CMSViewHelperRegistry - Class in net.anotheria.asg.util.helper.cmsview
Container for the view helpers.
CMSViewHelperUtil - Class in net.anotheria.asg.util.helper.cmsview
CMSViewHelperUtil class.
COMM_END - Static variable in class net.anotheria.asg.generator.CommentGenerator
Constant for comments in generated code.
COMM_START - Static variable in class net.anotheria.asg.generator.CommentGenerator
Constant for comments in generated code.
CommentGenerator - Class in net.anotheria.asg.generator
Helper class that generates comments.
CommentGenerator() - Constructor for class net.anotheria.asg.generator.CommentGenerator
 
CommonHashtableModuleStorage - Class in net.anotheria.anodoc.util
This storage stores everything in a hashtable and stores this in the plain form (only IPlanDataObject and ICompositeDataObject) in ONE file.
CommonHashtableModuleStorage(String, IModuleFactory) - Constructor for class net.anotheria.anodoc.util.CommonHashtableModuleStorage
Constructor for CommonHashtableModuleStorage.
CommonHashtableModuleStorage(String, IModuleFactory, String) - Constructor for class net.anotheria.anodoc.util.CommonHashtableModuleStorage
Constructor for CommonHashtableModuleStorage.
CommonModuleStorageException - Exception in net.anotheria.anodoc.util
Base exception class for this service, custom exceptions should derive from it.
CommonModuleStorageException(String) - Constructor for exception net.anotheria.anodoc.util.CommonModuleStorageException
Default constructor.
CommonModuleStorageWrapper - Class in net.anotheria.anodoc.util
This class behaves like IModuleStorage but delegates all method calls to an instance of ICommonModuleStorage.
CommonModuleStorageWrapper(String, IModuleFactory, ICommonModuleStorage) - Constructor for class net.anotheria.anodoc.util.CommonModuleStorageWrapper
Constructor for CommonModuleStorageWrapper.
compareTo(IComparable, int) - Method in class net.anotheria.anodoc.query2.QueryResultEntry
ConfiguratorGenerator - Class in net.anotheria.asg.generator
TODO please remined another to comment this class
ConfiguratorGenerator() - Constructor for class net.anotheria.asg.generator.ConfiguratorGenerator
 
ConstantNotFoundException - Exception in net.anotheria.asg.exception
Exception thrown by getConstantByXXX methods of generated Enum types if no enum's constant with such property found.
ConstantNotFoundException(String) - Constructor for exception net.anotheria.asg.exception.ConstantNotFoundException
Creates a new exception with a message.
ConstantNotFoundException(String, Throwable) - Constructor for exception net.anotheria.asg.exception.ConstantNotFoundException
Creates a new exception with a message and a cause.
ConstantNotFoundException(Throwable) - Constructor for exception net.anotheria.asg.exception.ConstantNotFoundException
Creates a new exception with a cause.
containerDelete - net.anotheria.asg.util.locking.helper.DocumentLockingHelper
ContainerDelete action.
containerListAddRow - net.anotheria.asg.util.locking.helper.DocumentLockingHelper
ContainerListAddRow - action.
containerListQuickAdd - net.anotheria.asg.util.locking.helper.DocumentLockingHelper
ContainerListQuickAdd - action.
containerMove - net.anotheria.asg.util.locking.helper.DocumentLockingHelper
ContainerMove action.
CONTAINERS - net.anotheria.asg.generator.view.meta.SortingType
Containers is for lists and other containers.
containerTableAddAction - net.anotheria.asg.util.locking.helper.DocumentLockingHelper
ContainerTableAddAction - action.
containsComparable() - Method in class net.anotheria.asg.generator.view.meta.MetaModuleSection
containsComparable.
containsDocument(String) - Method in class net.anotheria.anodoc.data.DocumentList
Returns true if the list contains a document with name equal to parameter name.
ContainsStringQuery - Class in net.anotheria.anodoc.query2.string
Implementation of DocumentQuery
ContainsStringQuery(String) - Constructor for class net.anotheria.anodoc.query2.string.ContainsStringQuery
ContainsStringQuery constructor.
containsWord(String) - Method in class net.anotheria.anodoc.query2.string.ContainsWordsQuery.Index
 
ContainsWordsQuery - Class in net.anotheria.anodoc.query2.string
ContainsWordsQuery class.
ContainsWordsQuery(String) - Constructor for class net.anotheria.anodoc.query2.string.ContainsWordsQuery
Constructor for ContainsWordsQuery.
ContainsWordsQuery(String, String...) - Constructor for class net.anotheria.anodoc.query2.string.ContainsWordsQuery
Constructor for ContainsWordsQuery.
ContainsWordsQuery.Index - Class in net.anotheria.anodoc.query2.string
 
ContentChangeTrackerListener - Class in net.anotheria.asg.util.listener
ContentChangeTrackerListener class.
ContentChangeTrackerListener() - Constructor for class net.anotheria.asg.util.listener.ContentChangeTrackerListener
 
Context - Class in net.anotheria.asg.generator
The Context is available at the generation time and contains contents of the context.xml.
Context() - Constructor for class net.anotheria.asg.generator.Context
Constructor for Context.
ContextManager - Class in net.anotheria.anodoc.util.context
Context manager manages call contextes.
ContextManager() - Constructor for class net.anotheria.anodoc.util.context.ContextManager
 
ContextParameter - Class in net.anotheria.asg.generator
Represents a free parameter attachable to the context.
ContextParameter() - Constructor for class net.anotheria.asg.generator.ContextParameter
Constructor for ContextParameter.
ContextParameter(String, String) - Constructor for class net.anotheria.asg.generator.ContextParameter
Constructor for ContextParameter.
convertValue(String) - Method in enum net.anotheria.asg.generator.view.meta.SortingType
convertValue.
copyFromBooleanList(List<Boolean>) - Method in class net.anotheria.anodoc.data.Document
copyFromBooleanList.
copyFromDoubleList(List<Double>) - Method in class net.anotheria.anodoc.data.Document
copyFromDoubleList.
copyFromFloatList(List<Float>) - Method in class net.anotheria.anodoc.data.Document
copyFromFloatList.
copyFromIntegerList(List<Integer>) - Method in class net.anotheria.anodoc.data.Document
copyFromIntegerList.
copyFromLongList(List<Long>) - Method in class net.anotheria.anodoc.data.Document
copyFromLongList.
copyFromStringList(List<String>) - Method in class net.anotheria.anodoc.data.Document
copyFromStringList.
copyLang - net.anotheria.asg.util.locking.helper.DocumentLockingHelper
CopyLang action.
COPYLANG - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
COPYRIGHT - Static variable in class net.anotheria.asg.generator.CommentGenerator
Copyright string in the comments.
copyToBooleanList(List<Property>) - Method in class net.anotheria.anodoc.data.Document
copyToBooleanList.
copyToDoubleList(List<Property>) - Method in class net.anotheria.anodoc.data.Document
copyToDoubleList.
copyToFloatList(List<Property>) - Method in class net.anotheria.anodoc.data.Document
copyToFloatList.
copyToIntegerList(List<Property>) - Method in class net.anotheria.anodoc.data.Document
copyToIntegerList.
copyToLongList(List<Property>) - Method in class net.anotheria.anodoc.data.Document
copyToLongList.
copyToStringList(List<Property>) - Method in class net.anotheria.anodoc.data.Document
copyToStringList.
create - net.anotheria.asg.util.locking.helper.DocumentLockingHelper
Create action.
create(T) - Method in interface net.anotheria.asg.service.CRUDService
Creates a new T.
CREATE - net.anotheria.asg.util.CmsChangesTracker.Action
 
createClassFileContent() - Method in class net.anotheria.asg.generator.GeneratedClass
createClassFileContent.
createContext() - Method in interface net.anotheria.anodoc.util.context.CallContextFactory
Creates a new context.
createDecorator(String, String) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
createDecorator.
createDocument(String) - Method in class net.anotheria.anodoc.data.Document
Creates a new Document.
createDocument(String) - Method in class net.anotheria.anodoc.service.AbstractModuleFactory
Creates a new Document with given name.
createDocument(String) - Method in interface net.anotheria.anodoc.service.IModuleFactory
Creates a new Document with given name.
createDocument(String, String) - Method in class net.anotheria.anodoc.service.AbstractModuleFactory
Creates a new Document with given name and a type identifier.
createDocument(String, String) - Method in interface net.anotheria.anodoc.service.IModuleFactory
Creates a new Document with given name and a type identifier.
createDocument(String, DataHolder) - Method in class net.anotheria.anodoc.service.AbstractModuleFactory
Creates a new Document from a name and a context (like list).
createDocument(String, DataHolder) - Method in interface net.anotheria.anodoc.service.IModuleFactory
Creates a new Document with given name in a given context.
createDocumentList(String) - Method in class net.anotheria.anodoc.data.Document
Creates a new DocumentList.
createDocumentList(String) - Method in class net.anotheria.anodoc.service.AbstractModuleFactory
Creates a new DocumentList with given name and without a context.
createDocumentList(String) - Method in interface net.anotheria.anodoc.service.IModuleFactory
Creates a new DocumentList with given name and without a context.
createDocumentList(String, DataHolder) - Method in class net.anotheria.anodoc.service.AbstractModuleFactory
Creates a new DocumentList with given name and context.
createDocumentList(String, DataHolder) - Method in interface net.anotheria.anodoc.service.IModuleFactory
Creates a new DocumentList with given name and context.
createFileContent() - Method in class net.anotheria.asg.generator.GeneratedArtefact
Creates the content of the file.
createFileContent() - Method in class net.anotheria.asg.generator.GeneratedClass
Creates the content of the file.
createFileContent() - Method in class net.anotheria.asg.generator.GeneratedJSPFile
Creates the content of the file.
createFileContent() - Method in class net.anotheria.asg.generator.GeneratedSQLFile
Creates the content of the file.
createFileContent() - Method in class net.anotheria.asg.generator.GeneratedXMLFile
Creates the content of the file.
createFilter(String, String) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
createFilter.
createListProperty(String) - Method in class net.anotheria.anodoc.data.Document
createListProperty.
createMapById(List<T>) - Static method in class net.anotheria.asg.util.data.DataObjectUtils
Creates Map of dataObjects by their IDs.
createMapByKeyProperty(String, Class<P>, List<T>) - Static method in class net.anotheria.asg.util.data.DataObjectUtils
Creates Map of dataObjects by specified property.
createMapByProperty(String, Class<P>, List<T>) - Static method in class net.anotheria.asg.util.data.DataObjectUtils
Creates Map of groups (arrays) of dataObjects by specified property.
createModule(String, String) - Method in class net.anotheria.anodoc.service.AbstractModuleFactory
Creates a new Module Instance for given owner and copy ids.
createModule(String, String) - Method in interface net.anotheria.anodoc.service.IModuleFactory
Creates a new Module Instance for given owner and copy ids.
createModuleService() - Static method in class net.anotheria.anodoc.service.ModuleServiceFactory
Returns a IModuleService instance.
createMultilingualList(List<MetaViewElement>, MetaDocument) - Static method in class net.anotheria.asg.generator.AbstractGenerator
createMultilingualList.
createType(MetaProperty.Type) - Static method in class net.anotheria.asg.generator.meta.TypeFactory
Creates a type out of a string description.
createXMLNodeForBooleanValue(String, String[], boolean...) - Static method in class net.anotheria.asg.data.XMLHelper
createXMLNodeForBooleanValue.
createXMLNodeForDoubleValue(String, String[], double...) - Static method in class net.anotheria.asg.data.XMLHelper
createXMLNodeForDoubleValue.
createXMLNodeForFloatValue(String, String[], float...) - Static method in class net.anotheria.asg.data.XMLHelper
createXMLNodeForFloatValue.
createXMLNodeForImageValue(String, String[], String...) - Static method in class net.anotheria.asg.data.XMLHelper
createXMLNodeForImageValue.
createXMLNodeForIntValue(String, String[], int...) - Static method in class net.anotheria.asg.data.XMLHelper
createXMLNodeForIntValue.
createXMLNodeForListValue(String, String, List<T>) - Static method in class net.anotheria.asg.data.XMLHelper
createXMLNodeForListValue.
createXMLNodeForLongValue(String, String[], long...) - Static method in class net.anotheria.asg.data.XMLHelper
createXMLNodeForLongValue.
createXMLNodeForPasswordValue(String, String[], String...) - Static method in class net.anotheria.asg.data.XMLHelper
createXMLNodeForPasswordValue.
createXMLNodeForStringValue(String, String[], String...) - Static method in class net.anotheria.asg.data.XMLHelper
createXMLNodeForStringValue.
createXMLNodeForTextValue(String, String[], String...) - Static method in class net.anotheria.asg.data.XMLHelper
createXMLNodeForTextValue.
CRLF - Static variable in class net.anotheria.asg.generator.AbstractGenerator
Constant for line break.
CRLF - Static variable in class net.anotheria.asg.generator.GeneratedArtefact
Constant for line separator (CR + LF).
CRUDService<T> - Interface in net.anotheria.asg.service
The interface for a basic crud service.
CTX_PARAM_CMS_VERSIONING - Static variable in class net.anotheria.asg.generator.ContextParameter
Constant for cms versioning parameter.

D

DAO_CREATED - Static variable in class net.anotheria.asg.generator.model.db.VOGenerator
Constant for dao-created column name.
DAO_UPDATED - Static variable in class net.anotheria.asg.generator.model.db.VOGenerator
Constant for dao-updaten column name.
DataFacadeGenerator - Class in net.anotheria.asg.generator.model
This generator generates the data facade - the interface which defines the behaviour of the document and its attributes.
DataFacadeGenerator() - Constructor for class net.anotheria.asg.generator.model.DataFacadeGenerator
 
DataGenerator - Class in net.anotheria.asg.generator
TODO please remined another to comment this class
DataGenerator() - Constructor for class net.anotheria.asg.generator.DataGenerator
 
DataHolder - Class in net.anotheria.anodoc.data
This class represents the root class for all objects that can hold information and therefore data.
DataHolder(String) - Constructor for class net.anotheria.anodoc.data.DataHolder
Creates a new DataHolder object with the given id.
DataObject - Interface in net.anotheria.asg.data
Basic interface which all objects managed by the generated code will implement and which provides basic access methods.
DataObjectUtils - Class in net.anotheria.asg.util.data
Utilities for handling and manipulating single or multiple objects of any subclass of DataObject.
DataType - Class in net.anotheria.asg.generator.types.meta
A custom data type.
DataType(String) - Constructor for class net.anotheria.asg.generator.types.meta.DataType
Constructor for DataType.
DATE_FORMAT - Static variable in class net.anotheria.asg.util.decorators.DateTimeDecorator
Date format.
DateTimeDecorator - Class in net.anotheria.asg.util.decorators
This decorator decorates long value to date time representation.
DateTimeDecorator() - Constructor for class net.anotheria.asg.util.decorators.DateTimeDecorator
 
DB - net.anotheria.asg.generator.meta.StorageType
Storage in a jdbc-driven db.
DBContext - Class in net.anotheria.anodoc.util.context
A part of CallContext used for DB controlling.
DBContext() - Constructor for class net.anotheria.anodoc.util.context.DBContext
Creates a new DBContext.
decorate(Document, String, String) - Method in class net.anotheria.asg.util.decorators.AbstractLinkDecorator
decorate(DataObject, String, String) - Method in class net.anotheria.asg.util.decorators.DateTimeDecorator
Returns the decorated form.
decorate(DataObject, String, String) - Method in class net.anotheria.asg.util.decorators.EditLinkDecorator
Returns the decorated form.
decorate(DataObject, String, String) - Method in interface net.anotheria.asg.util.decorators.IAttributeDecorator
Returns the decorated form.
decorate(DataObject, String, String) - Method in class net.anotheria.asg.util.decorators.IDItoADecorator
Returns the decorated form.
decorate(DataObject, String, String) - Method in class net.anotheria.asg.util.decorators.ItoADecorator
Returns the decorated form.
decreaseIdent() - Method in class net.anotheria.asg.generator.AbstractGenerator
decreases current ident.
DEF_BASE_DIR - Static variable in class net.anotheria.asg.generator.util.FileWriter
Constant DEF_BASE_DIR="."
DEF_KEY_CFG_STORAGE_DIRECTORY - Static variable in class net.anotheria.anodoc.util.CommonHashtableModuleStorage
Key for storage directory.
DEF_REGISTRY_HOST - Static variable in class net.anotheria.asg.util.rmi.RMIConfig
Default registry host value if nothing is explicitely configured.
DEF_REGISTRY_PORT - Static variable in class net.anotheria.asg.util.rmi.RMIConfig
Default registry port value if nothing is explicitely configured.
DEF_STORAGE_DIR - Static variable in class net.anotheria.anodoc.util.CommonHashtableModuleStorage
Default name for storage directory.
DEFAULT_COPY_ID - Static variable in class net.anotheria.anodoc.service.ModuleServiceImpl
Constant used for 'copy' if none is specified.
delete - net.anotheria.asg.util.locking.helper.DocumentLockingHelper
Delete action.
delete() - Method in class net.anotheria.asg.service.InMemoryObjectWrapper
delete.
delete(T) - Method in interface net.anotheria.asg.service.CRUDService
Deletes the object.
DELETE - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.ContainerAction
 
DELETE - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
DELETE - net.anotheria.asg.util.CmsChangesTracker.Action
 
deleteModule(String, String) - Method in interface net.anotheria.anodoc.service.IModuleService
Deletes the module identified by the tuple (ownerId | moduleId) from the appropriate storage.
deleteModule(String, String) - Method in interface net.anotheria.anodoc.service.IModuleStorage
Delete the specified instance.
deleteModule(String, String) - Method in class net.anotheria.anodoc.service.ModuleServiceImpl
Deletes the module identified by the tuple (ownerId | moduleId) from the appropriate storage.
deleteModule(String, String) - Method in class net.anotheria.anodoc.util.CommonHashtableModuleStorage
Delete the specified instance.
deleteModule(String, String) - Method in class net.anotheria.anodoc.util.CommonModuleStorageWrapper
Delete the specified instance.
deleteModule(String, String) - Method in class net.anotheria.anodoc.util.StoragePlaceHolder
Delete the specified instance.
deleteModule(String, String, String) - Method in interface net.anotheria.anodoc.service.IModuleService
Deletes the module identified by the tuple (ownerId | moduleId | copyId) from the appropriate storage.
deleteModule(String, String, String) - Method in class net.anotheria.anodoc.service.ModuleServiceImpl
Deletes the module identified by the tuple (ownerId | moduleId | copyId) from the appropriate storage.
deleteModule(String, String, String) - Method in interface net.anotheria.anodoc.util.ICommonModuleStorage
Delete the specified instance.
deleteModule(Module) - Method in interface net.anotheria.anodoc.service.IModuleService
Deletes the given module from the appropriate storage.
deleteModule(Module) - Method in class net.anotheria.anodoc.service.ModuleServiceImpl
Deletes the given module from the appropriate storage.
DELIMITER - Static variable in interface net.anotheria.anodoc.data.IHelperConstants
Used as delimiter for constants which are assembled from different parts.
DELIMITER - Static variable in class net.anotheria.anodoc.util.context.DBContext
Constant DELIMITER="_"
deserialize(JsonParser, DeserializationContext) - Method in class net.anotheria.anodoc.util.mapper.pds.BooleanPropertyDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class net.anotheria.anodoc.util.mapper.pds.DoublePropertyDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class net.anotheria.anodoc.util.mapper.pds.FloatPropertyDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class net.anotheria.anodoc.util.mapper.pds.IntPropertyDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class net.anotheria.anodoc.util.mapper.pds.ListPropertyDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class net.anotheria.anodoc.util.mapper.pds.LongPropertyDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class net.anotheria.anodoc.util.mapper.pds.PropertyDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class net.anotheria.anodoc.util.mapper.pds.StringPropertyDeserializer
 
DialogPageJspGenerator - Class in net.anotheria.asg.generator.view.jsp
Generates the jsps for the edit view.
DialogPageJspGenerator() - Constructor for class net.anotheria.asg.generator.view.jsp.DialogPageJspGenerator
 
DirectLink - Class in net.anotheria.asg.generator.util
A link to a target document.
DirectLink() - Constructor for class net.anotheria.asg.generator.util.DirectLink
Constructor for DirectLink.
DirectLink(MetaModule, MetaDocument, MetaLink) - Constructor for class net.anotheria.asg.generator.util.DirectLink
Constructor for DirectLink.
DOC_ID_HOLDER_PRE - Static variable in class net.anotheria.anodoc.data.IDHolder
Prefix for the document name.
Document - Class in net.anotheria.anodoc.data
This class represents a basic document, which is a container for properties and therefore a corresponding modell object to a simple class (with attributes).
Document(String) - Constructor for class net.anotheria.anodoc.data.Document
Creates a new Document with given name.
Document(Document) - Constructor for class net.anotheria.anodoc.data.Document
Creates a new document as a copy of another document.
DocumentChange - Class in net.anotheria.asg.util
DocumentChange class.
DocumentChange() - Constructor for class net.anotheria.asg.util.DocumentChange
 
documentCreated(DataObject) - Method in class net.anotheria.asg.util.listener.ContentChangeTrackerListener
Called if new document is created.
documentCreated(DataObject) - Method in interface net.anotheria.asg.util.listener.IServiceListener
Called if new document is created.
documentCreated(DataObject) - Method in class net.anotheria.asg.util.listener.ServiceListenerAdapter
Called if new document is created.
documentCreated(DataObject) - Method in class net.anotheria.asg.util.listener.SysOutServiceListener
Called if new document is created.
documentDeleted(DataObject) - Method in class net.anotheria.asg.util.listener.ContentChangeTrackerListener
Called if a document has been deleted.
documentDeleted(DataObject) - Method in interface net.anotheria.asg.util.listener.IServiceListener
Called if a document has been deleted.
documentDeleted(DataObject) - Method in class net.anotheria.asg.util.listener.ServiceListenerAdapter
Called if a document has been deleted.
documentDeleted(DataObject) - Method in class net.anotheria.asg.util.listener.SysOutServiceListener
Called if a document has been deleted.
DocumentFilter - Interface in net.anotheria.asg.util.filter
A filter which reduces the documents showed in the cms.
DocumentGenerator - Class in net.anotheria.asg.generator.model.docs
This generator generates an ano-doc framework based implementation of the data object interface previously generated by the DataFacadeGenerator.
DocumentGenerator() - Constructor for class net.anotheria.asg.generator.model.docs.DocumentGenerator
 
documentImported(DataObject) - Method in class net.anotheria.asg.util.listener.ContentChangeTrackerListener
called if document has been imported.
documentImported(DataObject) - Method in interface net.anotheria.asg.util.listener.IServiceListener
called if document has been imported.
documentImported(DataObject) - Method in class net.anotheria.asg.util.listener.ServiceListenerAdapter
called if document has been imported.
documentImported(DataObject) - Method in class net.anotheria.asg.util.listener.SysOutServiceListener
called if document has been imported.
DocumentList<D extends Document> - Class in net.anotheria.anodoc.data
DocumentList represents a list holder for documents.
DocumentList(String) - Constructor for class net.anotheria.anodoc.data.DocumentList
Creates a new list with given name.
DocumentLockingHelper - Enum in net.anotheria.asg.util.locking.helper
Current Helper only checks permission for action on LockableObject.
DocumentQuery - Interface in net.anotheria.anodoc.query2
DocumentQuery interface.
documentUpdated(DataObject, DataObject) - Method in class net.anotheria.asg.util.listener.ContentChangeTrackerListener
Called if a document has been updated.
documentUpdated(DataObject, DataObject) - Method in interface net.anotheria.asg.util.listener.IServiceListener
Called if a document has been updated.
documentUpdated(DataObject, DataObject) - Method in class net.anotheria.asg.util.listener.ServiceListenerAdapter
Called if a document has been updated.
documentUpdated(DataObject, DataObject) - Method in class net.anotheria.asg.util.listener.SysOutServiceListener
Called if a document has been updated.
doesMatch(Object) - Method in class net.anotheria.anodoc.query2.QueryCaseInsensitiveLikeProperty
doesMatch.
doesMatch(Object) - Method in class net.anotheria.anodoc.query2.QueryContainsProperty
doesMatch.
doesMatch(Object) - Method in class net.anotheria.anodoc.query2.QueryInProperty
doesMatch.
doesMatch(Object) - Method in class net.anotheria.anodoc.query2.QueryLessThenProperty
doesMatch.
doesMatch(Object) - Method in class net.anotheria.anodoc.query2.QueryLikeProperty
doesMatch.
doesMatch(Object) - Method in class net.anotheria.anodoc.query2.QueryModProperty
doesMatch.
doesMatch(Object) - Method in class net.anotheria.anodoc.query2.QueryMoreThenProperty
doesMatch.
doesMatch(Object) - Method in class net.anotheria.anodoc.query2.QueryNotEqualProperty
doesMatch.
doesMatch(Object) - Method in class net.anotheria.anodoc.query2.QueryProperty
doesMatch.
doesMatch(Object) - Method in class net.anotheria.anodoc.query2.QueryStartsWithProperty
doesMatch.
doesTargetMatch(MetaDocument) - Method in class net.anotheria.asg.generator.meta.MetaLink
doesTargetMatch.
doesTargetMath(MetaModule, MetaDocument) - Method in class net.anotheria.asg.generator.meta.MetaLink
doesTargetMath.
DOUBLE - net.anotheria.anodoc.data.PropertyType
Double.
DOUBLE - net.anotheria.asg.generator.meta.MetaProperty.Type
 
DoubleProperty - Class in net.anotheria.anodoc.data
This class represents a double property (the mapping for double attributes).
DoubleProperty(String, double) - Constructor for class net.anotheria.anodoc.data.DoubleProperty
Creates a new DoubleProperty with given name and value.
DoubleProperty(String, Double) - Constructor for class net.anotheria.anodoc.data.DoubleProperty
Creates a new DoubleProperty with given name and value.
DoublePropertyDeserializer - Class in net.anotheria.anodoc.util.mapper.pds
 
DoublePropertyDeserializer() - Constructor for class net.anotheria.anodoc.util.mapper.pds.DoublePropertyDeserializer
 
DoublePropertyDeserializer(Class<?>) - Constructor for class net.anotheria.anodoc.util.mapper.pds.DoublePropertyDeserializer
 
DoublePropertySerializer - Class in net.anotheria.anodoc.util.mapper.ps
 
DoublePropertySerializer() - Constructor for class net.anotheria.anodoc.util.mapper.ps.DoublePropertySerializer
 
DoublePropertySerializer(Class<DoubleProperty>) - Constructor for class net.anotheria.anodoc.util.mapper.ps.DoublePropertySerializer
 
DoubleType - Class in net.anotheria.asg.generator.meta
Representation of the DoubleType.
DoubleType() - Constructor for class net.anotheria.asg.generator.meta.DoubleType
 
duplicate - net.anotheria.asg.util.locking.helper.DocumentLockingHelper
Duplicate action.
DUPLICATE - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 

E

EchoRequest - Class in net.anotheria.asg.service.remote
EchoRequest class.
EchoRequest() - Constructor for class net.anotheria.asg.service.remote.EchoRequest
 
EchoResponse - Class in net.anotheria.asg.service.remote
Response to an echo request.
EchoResponse() - Constructor for class net.anotheria.asg.service.remote.EchoResponse
 
edit - net.anotheria.asg.util.locking.helper.DocumentLockingHelper
Edit action.
EDIT - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
EditLinkDecorator - Class in net.anotheria.asg.util.decorators
This decorator decorates the link to another object with the name property of the linked object.
EditLinkDecorator() - Constructor for class net.anotheria.asg.util.decorators.EditLinkDecorator
 
emptyline() - Static method in class net.anotheria.asg.generator.AbstractGenerator
Appends an empty line.
emptyline(StringBuilder) - Static method in class net.anotheria.asg.generator.AbstractGenerator
emptyline.
enableMultiLanguageSupport() - Method in class net.anotheria.asg.generator.Context
enableMultiLanguageSupport.
ENUM - net.anotheria.asg.generator.TypeOfClass
A generated java enum.
EnumerationGenerator - Class in net.anotheria.asg.generator.types
TODO please remind another to comment this class.
EnumerationGenerator() - Constructor for class net.anotheria.asg.generator.types.EnumerationGenerator
 
EnumerationType - Class in net.anotheria.asg.generator.types.meta
Internal representation of an enumeration type.
EnumerationType(String) - Constructor for class net.anotheria.asg.generator.types.meta.EnumerationType
Constructor for EnumerationType.
EnumTypeGenerator - Class in net.anotheria.asg.generator.types
TODO please remind another to comment this class
EnumTypeGenerator() - Constructor for class net.anotheria.asg.generator.types.EnumTypeGenerator
 
equals(Object) - Method in class net.anotheria.anodoc.data.Property
equals(Object) - Method in class net.anotheria.anodoc.data.StringProperty
Returns true if the given obj is a StringProperty and the name, value tuples are equal.
equals(Object) - Method in class net.anotheria.asg.generator.meta.MetaFederationModule
equals(Object) - Method in class net.anotheria.asg.generator.meta.MetaModule
equals(Object) - Method in class net.anotheria.asg.generator.view.meta.MetaCustomFunctionElement
equals(Object) - Method in class net.anotheria.asg.generator.view.meta.MetaCustomSection
equals(Object) - Method in class net.anotheria.asg.generator.view.meta.MetaDecorator
equals(Object) - Method in class net.anotheria.asg.generator.view.meta.MetaFunctionElement
equals(Object) - Method in class net.anotheria.asg.generator.view.meta.MetaModuleSection
equals(Object) - Method in class net.anotheria.asg.generator.view.meta.MetaSection
equals(Object) - Method in class net.anotheria.asg.generator.view.meta.MetaValidator
equals(Object) - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
equals(Object) - Method in class net.anotheria.asg.generator.view.meta.MultilingualFieldElement
error(SAXParseException) - Method in class net.anotheria.asg.generator.validation.XMLAgainstXSDErrorHandler
exportCSVSufix - Static variable in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
Sufix for export CSV - bean.
EXPORTtoCSV - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
EXPORTtoXML - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
exportXMLSufix - Static variable in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
Sufix for export XML - bean.
extractSortableProperties(MetaDocument) - Method in class net.anotheria.asg.generator.model.AbstractDataObjectGenerator
extractSortableProperties.
extractSubName(MetaProperty) - Method in class net.anotheria.asg.generator.meta.MetaTableProperty
extractSubName.

F

fatalError(SAXParseException) - Method in class net.anotheria.asg.generator.validation.XMLAgainstXSDErrorHandler
FederatedDocumentMapping - Class in net.anotheria.asg.generator.meta
Represents a document mapping in the federation.
FederatedDocumentMapping() - Constructor for class net.anotheria.asg.generator.meta.FederatedDocumentMapping
 
FederatedModuleDef - Class in net.anotheria.asg.generator.meta
Definition of a federated module.
FEDERATION - net.anotheria.asg.generator.meta.StorageType
Federation, no real storage, but a layer on top of another storages.
FEDERATION_VARIABLE_PREFIX - Static variable in class net.anotheria.asg.generator.model.federation.FederationServiceGenerator
Constant FEDERATION_VARIABLE_PREFIX="federated"
FederationServiceGenerator - Class in net.anotheria.asg.generator.model.federation
Generator for the FederationService.
FederationServiceGenerator() - Constructor for class net.anotheria.asg.generator.model.federation.FederationServiceGenerator
 
FederationVOGenerator - Class in net.anotheria.asg.generator.model.federation
This generator generates VO objects for a Module Federation.
FederationVOGenerator() - Constructor for class net.anotheria.asg.generator.model.federation.FederationVOGenerator
 
FIELD_ML_DISABLED - Static variable in class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
Constant FIELD_ML_DISABLED="multilingualInstanceDisabled"
FileEntry - Class in net.anotheria.asg.generator
Generation result.
FileEntry() - Constructor for class net.anotheria.asg.generator.FileEntry
Constructor for FileEntry.
FileEntry(String, String, String) - Constructor for class net.anotheria.asg.generator.FileEntry
Constructor for FileEntry.
FileEntry(String, String, String, String) - Constructor for class net.anotheria.asg.generator.FileEntry
Constructor for FileEntry.
FileEntry(GeneratedArtefact) - Constructor for class net.anotheria.asg.generator.FileEntry
Constructor for FileEntry.
FileWatcher - Class in net.anotheria.anodoc.util
Class for watching file existence.
FileWatcher(String, long) - Constructor for class net.anotheria.anodoc.util.FileWatcher
Constructor for FileWatcher.
FileWriter - Class in net.anotheria.asg.generator.util
Utility for writing code to files.
fillFromContainer(Hashtable) - Method in class net.anotheria.anodoc.data.Module
Restores this module from a container.
FilterTrigger - Class in net.anotheria.asg.util.filter
Triggers which control a filter.
FilterTrigger() - Constructor for class net.anotheria.asg.util.filter.FilterTrigger
Constructor for FilterTrigger.
FilterTrigger(String, String) - Constructor for class net.anotheria.asg.util.filter.FilterTrigger
Constructor for FilterTrigger.
findLinksToDocument(MetaDocument) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
findLinksToDocument.
findTypeByName(String) - Static method in enum net.anotheria.asg.generator.meta.MetaProperty.Type
 
findViewSection(MetaDocument) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
findViewSection.
fireObjectCreatedEvent(DataObject) - Method in class net.anotheria.asg.service.AbstractASGService
Fires the create event.
fireObjectDeletedEvent(DataObject) - Method in class net.anotheria.asg.service.AbstractASGService
Fires the delete event.
fireObjectImportedEvent(DataObject) - Method in class net.anotheria.asg.service.AbstractASGService
Fires the import event.
fireObjectUpdatedEvent(DataObject, DataObject) - Method in class net.anotheria.asg.service.AbstractASGService
Fires the create event.
firePersistenceChangedEvent() - Method in class net.anotheria.asg.service.AbstractASGService
Fires the persistence change event.
FIXTURE - Static variable in class net.anotheria.asg.generator.GenerationOptions
Name of the fixture option.
FixtureServiceGenerator - Class in net.anotheria.asg.generator.model.fixture
FixtureServiceGenerator class.
FixtureServiceGenerator() - Constructor for class net.anotheria.asg.generator.model.fixture.FixtureServiceGenerator
 
FLAG_FORM_SUBMITTED - Static variable in class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
Implementation is moved into ano-web, the constant remains.
FLOAT - net.anotheria.anodoc.data.PropertyType
Float.
FLOAT - net.anotheria.asg.generator.meta.MetaProperty.Type
 
FloatProperty - Class in net.anotheria.anodoc.data
This class represents a float property (the mapping for float attributes)
FloatProperty(String, float) - Constructor for class net.anotheria.anodoc.data.FloatProperty
Creates a new FloatProperty with given name and value.
FloatProperty(String, Float) - Constructor for class net.anotheria.anodoc.data.FloatProperty
Creates a new FloatProperty with given name and value.
FloatPropertyDeserializer - Class in net.anotheria.anodoc.util.mapper.pds
 
FloatPropertyDeserializer() - Constructor for class net.anotheria.anodoc.util.mapper.pds.FloatPropertyDeserializer
 
FloatPropertyDeserializer(Class<FloatProperty>) - Constructor for class net.anotheria.anodoc.util.mapper.pds.FloatPropertyDeserializer
 
FloatPropertySerializer - Class in net.anotheria.anodoc.util.mapper.ps
 
FloatPropertySerializer() - Constructor for class net.anotheria.anodoc.util.mapper.ps.FloatPropertySerializer
 
FloatPropertySerializer(Class<FloatProperty>) - Constructor for class net.anotheria.anodoc.util.mapper.ps.FloatPropertySerializer
 
FloatType - Class in net.anotheria.asg.generator.meta
Internal representation of the FloatType.
FloatType() - Constructor for class net.anotheria.asg.generator.meta.FloatType
 
FOOTER_SELECTION_CMS - Static variable in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Caption for the CMS link in the footer.
FOOTER_SELECTION_QUERIES - Static variable in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Captions for the Queries link in the footer.

G

generate() - Static method in class net.anotheria.asg.generator.Generator
generate.
generate() - Method in class net.anotheria.asg.generator.view.CMSFilterGenerator
generate.
generate(String, List<MetaModule>) - Method in class net.anotheria.asg.generator.DataGenerator
generate.
generate(String, List<DataType>) - Method in class net.anotheria.asg.generator.types.TypesGenerator
generate.
generate(String, List<MetaView>) - Method in class net.anotheria.asg.generator.view.ViewGenerator
generate.
generate(List<MetaModule>) - Method in class net.anotheria.asg.generator.apputil.AppUtilGenerator
generate.
generate(List<MetaModule>) - Method in class net.anotheria.asg.generator.apputil.BasicServiceUtilGenerator
 
generate(List<MetaModule>) - Method in class net.anotheria.asg.generator.apputil.XMLExporterGenerator
generate.
generate(List<MetaModule>) - Method in class net.anotheria.asg.generator.BasicServiceGenerator
generate.
generate(List<MetaModule>) - Method in class net.anotheria.asg.generator.ConfiguratorGenerator
generate.
generate(List<MetaModule>) - Method in class net.anotheria.asg.generator.model.db.SQLGenerator
generate.
generate(List<MetaModule>, Context) - Method in class net.anotheria.asg.generator.apputil.LanguageUtilsGenerator
generate.
generate(List<MetaModule>, Context) - Method in class net.anotheria.asg.generator.apputil.XMLImporterGenerator
generate.
generate(List<MetaView>) - Method in class net.anotheria.asg.generator.view.action.BaseActionGenerator
Generates all artefacts for this action.
generate(List<MetaView>) - Method in class net.anotheria.asg.generator.view.action.CMSSearchActionsGenerator
generate.
generate(List<MetaView>) - Method in class net.anotheria.asg.generator.view.action.IndexPageActionGenerator
generate.
generate(List<MetaView>) - Method in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
generate.
generate(List<MetaView>, Context) - Method in class net.anotheria.asg.generator.view.jsp.MenuJspGenerator
generate.
generate(List<MetaView>, Context) - Method in class net.anotheria.asg.generator.view.jsp.SharedFooterJspGenerator
generate.
generate(Context) - Method in class net.anotheria.asg.generator.view.jsp.IndexPageJspGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.apputil.CallContextGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.apputil.Log4JConfigurationGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.ConfiguratorGenerator
generate.
generate(IGenerateable) - Method in interface net.anotheria.asg.generator.IGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.model.DataFacadeGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.model.db.JDBCBasedServiceGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.model.db.JDBCPersistenceServiceGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.model.db.PersistenceServiceDAOGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.model.db.SQLGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.model.db.VOGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.model.docs.CMSBasedServiceGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.model.docs.DocumentGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.model.docs.ModuleFactoryGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.model.federation.FederationServiceGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.model.federation.FederationVOGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.model.fixture.FixtureServiceGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.model.inmemory.InMemoryServiceGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.model.ModuleGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.model.rmi.RMIServiceGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.model.ServiceGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.types.EnumerationGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.types.EnumTypeGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.view.action.BaseViewActionGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.view.jsp.JspGenerator
generate.
generate(IGenerateable) - Method in class net.anotheria.asg.generator.view.jsp.QueriesPageJspGenerator
generate.
generate(MetaModuleSection, MetaDocument, MetaListProperty) - Method in class net.anotheria.asg.generator.view.jsp.ListPageJspGenerator
generate.
generate(MetaModuleSection, MetaDocument, MetaTableProperty) - Method in class net.anotheria.asg.generator.view.jsp.TablePageJspGenerator
generate.
generate(MetaModuleSection, MetaView) - Method in class net.anotheria.asg.generator.view.jsp.LinksToMePageJspGenerator
generate.
generate(MetaModuleSection, MetaView) - Method in class net.anotheria.asg.generator.view.jsp.ShowPageJspGenerator
generate.
generate(MetaSection, MetaDialog, MetaModuleSection, MetaView) - Method in class net.anotheria.asg.generator.view.jsp.DialogPageJspGenerator
generate.
generateBaseAction(List<MetaView>) - Method in class net.anotheria.asg.generator.view.action.BaseActionGenerator
Generates the base action.
generateBaseAction(List<MetaView>) - Method in class net.anotheria.asg.generator.view.action.IndexPageActionGenerator
generateBaseAction.
generateCompareMethod(MetaDocument) - Method in class net.anotheria.asg.generator.model.AbstractDataObjectGenerator
generateCompareMethod.
GENERATED_PACKAGE - Static variable in class net.anotheria.asg.generator.apputil.Log4JConfigurationGenerator
Name of generated package.
GeneratedArtefact - Class in net.anotheria.asg.generator
Base class for artefacts generated by the ASG.
GeneratedArtefact() - Constructor for class net.anotheria.asg.generator.GeneratedArtefact
 
GeneratedClass - Class in net.anotheria.asg.generator
A java class generated by the ASG.
GeneratedClass() - Constructor for class net.anotheria.asg.generator.GeneratedClass
Default constructor.
GeneratedClass.ClassDef - Class in net.anotheria.asg.generator
 
generateDefNameMethod(MetaDocument) - Method in class net.anotheria.asg.generator.model.AbstractDataObjectGenerator
generateDefNameMethod.
generateDefParentNameMethod(MetaDocument) - Method in class net.anotheria.asg.generator.model.AbstractDataObjectGenerator
generateDefParentNameMethod.
generateDialogForm(MetaDialog, MetaDocument) - Method in class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
generateDialogForm.
GeneratedJSPFile - Class in net.anotheria.asg.generator
Represents a generated jsp file.
GeneratedJSPFile() - Constructor for class net.anotheria.asg.generator.GeneratedJSPFile
Constructor for GeneratedJSPFile.
generateDocumentChangeFBviews(List<MetaView>) - Method in class net.anotheria.asg.generator.view.action.IndexPageActionGenerator
generateDocumentChangeFBviews.
generateDocumentFactory(MetaDocument) - Method in class net.anotheria.asg.generator.model.AbstractDataObjectGenerator
generateDocumentFactory.
GeneratedSQLFile - Class in net.anotheria.asg.generator
Represents a generated SQL script.
GeneratedSQLFile() - Constructor for class net.anotheria.asg.generator.GeneratedSQLFile
Constructor for GeneratedSQLFile.
GeneratedSQLFile(String) - Constructor for class net.anotheria.asg.generator.GeneratedSQLFile
Constructor for GeneratedSQLFile.
GeneratedXMLFile - Class in net.anotheria.asg.generator
Represents a generated XML file.
GeneratedXMLFile() - Constructor for class net.anotheria.asg.generator.GeneratedXMLFile
Creates a new artefact.
GeneratedXMLFile(String, String) - Constructor for class net.anotheria.asg.generator.GeneratedXMLFile
Creates a new artefact.
generateEqualsMethod(MetaDocument) - Method in class net.anotheria.asg.generator.model.AbstractDataObjectGenerator
generateEqualsMethod.
generateFactory(MetaModule) - Method in class net.anotheria.asg.generator.model.AbstractServiceGenerator
Generates a factory class.
generateFooter(MetaView, String, String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Generates a footer file which is included by other jsps.
generateFormAction(MetaForm) - Method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
generateFormAction.
generateFormInclude(MetaForm) - Method in class net.anotheria.asg.generator.view.jsp.JspGenerator
generateFormInclude.
generateGetFootprintMethod(MetaDocument) - Method in class net.anotheria.asg.generator.model.AbstractDataObjectGenerator
Generates getFootprint method.
generateJavaTypeComment(String) - Static method in class net.anotheria.asg.generator.CommentGenerator
Deprecated.
use generateJavaTypeComment(String className, IGenerator generator) instead
generateJavaTypeComment(String, String) - Static method in class net.anotheria.asg.generator.CommentGenerator
Generates and returns java file comment for given class.
generateJavaTypeComment(String, IGenerator) - Static method in class net.anotheria.asg.generator.CommentGenerator
Returns a java file comment for given class and a generator.
generateMultilingualSwitchSupport(MetaDocument) - Method in class net.anotheria.asg.generator.model.docs.DocumentGenerator
generateMultilingualSwitchSupport.
generatePragmas() - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Generates generic pragmas.
generatePragmas(MetaView) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Generates pragmas for a given view.
generatePropertyListFootprint(List<MetaProperty>) - Method in class net.anotheria.asg.generator.model.AbstractDataObjectGenerator
generatePropertyListFootprint.
generateTimestampedLinkPath(String) - Static method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
generateTimestampedLinkPath.
generateView(String, MetaView) - Method in class net.anotheria.asg.generator.view.ViewGenerator
generateView.
generateViewAction(MetaView) - Method in class net.anotheria.asg.generator.view.action.BaseViewActionGenerator
generateViewAction.
GenerationJob - Class in net.anotheria.asg.generator
Mostly currently executed generation job.
GenerationJob() - Constructor for class net.anotheria.asg.generator.GenerationJob
Creates and starts a new job.
GenerationJob(StringBuilder) - Constructor for class net.anotheria.asg.generator.GenerationJob
Constructor for GenerationJob.
GenerationJob(GeneratedArtefact) - Constructor for class net.anotheria.asg.generator.GenerationJob
Sets the generation of the given artefact as the current job.
GenerationJobManager - Class in net.anotheria.asg.generator
GenerationJobManager class.
GenerationOption - Class in net.anotheria.asg.generator
An option used by the generator to enable or disable some generation features.
GenerationOption() - Constructor for class net.anotheria.asg.generator.GenerationOption
Creates a new GenerationOption with empty name and value.
GenerationOption(String, String) - Constructor for class net.anotheria.asg.generator.GenerationOption
Creates a new GenerationOption.
GenerationOptions - Class in net.anotheria.asg.generator
Options for the generator.
GenerationOptions() - Constructor for class net.anotheria.asg.generator.GenerationOptions
Constructor for GenerationOptions.
Generator - Class in net.anotheria.asg.generator
This is the main class which runs all other generators in order to produce the code.
Generator() - Constructor for class net.anotheria.asg.generator.Generator
 
GeneratorDataRegistry - Class in net.anotheria.asg.generator
Used by the generator to store the parsed xml data during the generation.
get() - Method in class net.anotheria.asg.service.InMemoryObjectWrapper
get.
get(int) - Method in class net.anotheria.anodoc.data.ListProperty
Returns the Property at position specified by index.
get(String) - Method in class net.anotheria.asg.generator.GenerationOptions
Returns the option stored und the given key.
get(String) - Method in interface net.anotheria.asg.service.CRUDService
Returns an instance of T with the given id.
GET_CURRENT_LANG - Static variable in class net.anotheria.asg.generator.model.docs.DocumentGenerator
Constant GET_CURRENT_LANG="ContextManager.getCallContext().getCurr"{trunked}
getAccesserName() - Method in class net.anotheria.asg.generator.meta.MetaProperty
getAccesserName.
getAccesserName(String) - Method in class net.anotheria.asg.generator.meta.MetaProperty
getAccesserName.
getAction() - Method in class net.anotheria.asg.generator.forms.meta.MetaForm
Getter for the field action.
getAction() - Method in class net.anotheria.asg.util.DocumentChange
Getter for the field action.
getActionSuffix(MetaModuleSection) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
Returns the right part of all action names tied to this section (like ***FooAction).
getAll() - Method in class net.anotheria.asg.generator.model.db.JDBCBasedServiceGenerator
getAll.
getAllByLimit(int) - Method in class net.anotheria.asg.generator.model.db.JDBCBasedServiceGenerator
getAllByLimit.
getAllByLimitAndOffset(int, long) - Method in class net.anotheria.asg.generator.model.db.JDBCBasedServiceGenerator
getAllByLimitAndOffset.
getAnnotations() - Method in class net.anotheria.asg.generator.GeneratedClass
Getter for the field annotations.
getApplicationName() - Method in class net.anotheria.asg.generator.Context
Getter for the field applicationName.
getApplicationURLPath() - Method in class net.anotheria.asg.generator.Context
Getter for the field applicationURLPath.
getArtefact() - Method in class net.anotheria.asg.generator.GenerationJob
Getter for the field artefact.
getAttributes() - Method in class net.anotheria.anodoc.util.context.BrandConfig
 
getAuthor() - Method in class net.anotheria.anodoc.data.Document
getAuthor.
getAuthor() - Method in class net.anotheria.asg.data.ObjectInfo
Getter for the field author.
getBaseActionClassName() - Static method in class net.anotheria.asg.generator.view.AbstractMafActionGenerator
getBaseActionClassName.
getBaseActionClassName() - Static method in class net.anotheria.asg.generator.view.action.AbstractActionGenerator
getBaseActionClassName.
getBaseActionName() - Static method in class net.anotheria.asg.generator.view.action.AbstractActionGenerator
Returns the base action name for the application.
getBaseActionName(MetaModuleSection) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
Returns the name of the base action for the given section.
getBaseCSVHeader() - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Generates the header for jsp files that generate csv exports.
getBaseDir() - Static method in class net.anotheria.asg.generator.Generator
getBaseDir.
getBaseJSPFooter() - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the basic footer used in all jsps.
getBaseJSPHeader() - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Generates the header for all jsp files.
getBaseMafActionName() - Static method in class net.anotheria.asg.generator.view.AbstractMafActionGenerator
Returns the base action name for the application.
getBaseXMLHeader() - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Generates the header for jsp files that generate xml exports.
getBody() - Method in class net.anotheria.asg.generator.GeneratedArtefact
Returns the body of the generated artefact.
getBody() - Method in class net.anotheria.asg.generator.GeneratedClass
Getter for the field body.
getBody() - Method in class net.anotheria.asg.generator.GeneratedJSPFile
Returns the body of the generated artefact.
getBody() - Method in class net.anotheria.asg.generator.GeneratedSQLFile
Getter for the field body.
getBody() - Method in class net.anotheria.asg.generator.GeneratedXMLFile
Getter for the field body.
getboolean() - Method in class net.anotheria.anodoc.data.BooleanProperty
Returns the value of this Property as boolean data (primary type).
getBoolean() - Method in class net.anotheria.anodoc.data.BooleanProperty
Returns the value of this Property as a Boolean object.
getBoolean(String) - Method in class net.anotheria.anodoc.data.Document
Returns the boolean value of the according BooleanProperty, or an empty boolean (see getEmptyBoolean) if none set.
getBooleanProperty(String) - Method in class net.anotheria.anodoc.data.Document
Returns the BooleanProperty contained in this Document under the given name.
getBottomImage(String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the tag for the move to the bottom image in the list view with the given alt tag.
getBrandConfig() - Method in class net.anotheria.anodoc.util.context.CallContext
Getter for the field brandConfig.
getBrandMediaLinkIds() - Method in class net.anotheria.anodoc.util.context.BrandConfig
 
getCallContext() - Static method in class net.anotheria.anodoc.util.context.ContextManager
Returns the call context for this thread.
getCallContextName(Context) - Static method in class net.anotheria.asg.generator.apputil.CallContextGenerator
getCallContextName.
getCaption() - Method in class net.anotheria.asg.generator.view.meta.MetaCustomFunctionElement
Getter for the field caption.
getCaption() - Method in class net.anotheria.asg.generator.view.meta.MetaFunctionElement
Getter for the field caption.
getCaption() - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
Getter for the field caption.
getCaption() - Method in class net.anotheria.asg.generator.view.meta.MultilingualFieldElement
Getter for the field caption.
getCaption() - Method in class net.anotheria.asg.util.bean.PagingLink
Getter for the field caption.
getCaption() - Method in class net.anotheria.asg.util.filter.FilterTrigger
Getter for the field caption.
getChanges() - Static method in class net.anotheria.asg.util.CmsChangesTracker
getChanges.
getClassImplName(MetaDocument) - Static method in class net.anotheria.asg.generator.model.db.VOGenerator
getClassImplName.
getClassImplName(MetaDocument) - Static method in class net.anotheria.asg.generator.model.docs.DocumentGenerator
getClassImplName.
getClassName() - Static method in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
getClassName.
getClassName() - Method in enum net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SharedAction
 
getClassName() - Method in class net.anotheria.asg.generator.view.meta.MetaDecorator
Getter for the field className.
getClassName() - Method in class net.anotheria.asg.generator.view.meta.MetaFilter
Getter for the field className.
getClassName() - Method in class net.anotheria.asg.generator.view.meta.MetaValidator
Getter for the field className.
getClassName(MetaDocument, MetaContainerProperty) - Method in enum net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.ContainerAction
 
getClassName(MetaModuleSection) - Method in enum net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
getClassNameOnly() - Method in class net.anotheria.asg.generator.view.meta.MetaDecorator
getClassNameOnly.
getClassNameOnly() - Method in class net.anotheria.asg.generator.view.meta.MetaFilter
Extracts the classname from the fully qualified class name.
getClassNameOnly() - Method in class net.anotheria.asg.generator.view.meta.MetaValidator
Returns the name of the class of the metaValidator without a package.
getClassSimpleName() - Static method in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
getClassSimpleName.
getClazz() - Method in enum net.anotheria.anodoc.data.PropertyType
 
getClazzComment() - Method in class net.anotheria.asg.generator.GeneratedClass
Getter for the field clazzComment.
getCmsSearchActionName() - Static method in class net.anotheria.asg.generator.view.action.CMSSearchActionsGenerator
getCmsSearchActionName.
getCMSViewHelpers(String) - Static method in class net.anotheria.asg.util.helper.cmsview.CMSViewHelperRegistry
getCMSViewHelpers.
getColumns() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormTableField
Getter for the field columns.
getColumns() - Method in class net.anotheria.asg.generator.meta.MetaTableProperty
Getter for the field columns.
getComparator() - Method in class net.anotheria.anodoc.query2.QueryCaseInsensitiveLikeProperty
getComparator.
getComparator() - Method in class net.anotheria.anodoc.query2.QueryContainsProperty
Returns the comparator operation for this query.
getComparator() - Method in class net.anotheria.anodoc.query2.QueryInProperty
Returns the comparator operation for this query.
getComparator() - Method in class net.anotheria.anodoc.query2.QueryLessThenProperty
Returns the comparator operation for this query.
getComparator() - Method in class net.anotheria.anodoc.query2.QueryLikeProperty
getComparator.
getComparator() - Method in class net.anotheria.anodoc.query2.QueryModProperty
Returns the comparator operation for this query.
getComparator() - Method in class net.anotheria.anodoc.query2.QueryMoreThenProperty
Returns the comparator operation for this query.
getComparator() - Method in class net.anotheria.anodoc.query2.QueryNotEqualProperty
Returns the comparator operation for this query.
getComparator() - Method in class net.anotheria.anodoc.query2.QueryProperty
Returns the comparator operation for this query.
getComparator() - Method in class net.anotheria.anodoc.query2.QueryStartsWithProperty
getComparator.
getCompareCall() - Method in enum net.anotheria.asg.generator.view.meta.SortingType
getCompareCall.
getConfiguratorClassName() - Static method in class net.anotheria.asg.generator.ConfiguratorGenerator
getConfiguratorClassName.
getContainedProperties() - Method in class net.anotheria.asg.generator.meta.MetaGenericProperty
Getter for the field containedProperties.
getContainedProperty() - Method in class net.anotheria.asg.generator.meta.MetaListProperty
Getter for the field containedProperty.
getContainerAddEntryActionName(MetaDocument, MetaContainerProperty) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getContainerAddEntryActionName.
getContainerDeleteEntryActionName(MetaDocument, MetaContainerProperty) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getContainerDeleteEntryActionName.
getContainerEntryAdderName(MetaContainerProperty) - Static method in class net.anotheria.asg.generator.model.DataFacadeGenerator
getContainerEntryAdderName.
getContainerEntryAdderName(MetaContainerProperty) - Static method in class net.anotheria.asg.generator.model.db.VOGenerator
getContainerEntryAdderName.
getContainerEntryAdderName(MetaContainerProperty) - Static method in class net.anotheria.asg.generator.model.docs.DocumentGenerator
getContainerEntryAdderName.
getContainerEntryAdderName(MetaContainerProperty) - Static method in class net.anotheria.asg.generator.model.federation.FederationVOGenerator
getContainerEntryAdderName.
getContainerEntryAdderName(MetaContainerProperty, String) - Static method in class net.anotheria.asg.generator.model.DataFacadeGenerator
getContainerEntryAdderName.
getContainerEntryAdderName(MetaContainerProperty, String) - Static method in class net.anotheria.asg.generator.model.docs.DocumentGenerator
getContainerEntryAdderName.
getContainerEntryDeleterName(MetaContainerProperty) - Static method in class net.anotheria.asg.generator.model.DataFacadeGenerator
getContainerEntryDeleterName.
getContainerEntryDeleterName(MetaContainerProperty) - Static method in class net.anotheria.asg.generator.model.db.VOGenerator
getContainerEntryDeleterName.
getContainerEntryDeleterName(MetaContainerProperty) - Static method in class net.anotheria.asg.generator.model.docs.DocumentGenerator
getContainerEntryDeleterName.
getContainerEntryDeleterName(MetaContainerProperty) - Static method in class net.anotheria.asg.generator.model.federation.FederationVOGenerator
getContainerEntryDeleterName.
getContainerEntryDeleterName(MetaContainerProperty, String) - Static method in class net.anotheria.asg.generator.model.DataFacadeGenerator
getContainerEntryDeleterName.
getContainerEntryDeleterName(MetaContainerProperty, String) - Static method in class net.anotheria.asg.generator.model.docs.DocumentGenerator
getContainerEntryDeleterName.
getContainerEntryFormImport(MetaDocument, MetaContainerProperty) - Static method in class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
getContainerEntryFormImport.
getContainerEntryFormName(MetaContainerProperty) - Static method in class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
getContainerEntryFormName.
getContainerEntryFormName(MetaDocument, MetaContainerProperty) - Static method in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
getContainerEntryFormName.
getContainerEntryName() - Method in class net.anotheria.asg.generator.meta.MetaContainerProperty
getContainerEntryName.
getContainerEntryName() - Method in class net.anotheria.asg.generator.meta.MetaListProperty
getContainerEntryName.
getContainerEntryName() - Method in class net.anotheria.asg.generator.meta.MetaTableProperty
getContainerEntryName.
getContainerEntrySwapperName(MetaContainerProperty) - Static method in class net.anotheria.asg.generator.model.DataFacadeGenerator
getContainerEntrySwapperName.
getContainerEntrySwapperName(MetaContainerProperty) - Static method in class net.anotheria.asg.generator.model.db.VOGenerator
getContainerEntrySwapperName.
getContainerEntrySwapperName(MetaContainerProperty) - Static method in class net.anotheria.asg.generator.model.docs.DocumentGenerator
getContainerEntrySwapperName.
getContainerEntrySwapperName(MetaContainerProperty) - Static method in class net.anotheria.asg.generator.model.federation.FederationVOGenerator
getContainerEntrySwapperName.
getContainerEntrySwapperName(MetaContainerProperty, String) - Static method in class net.anotheria.asg.generator.model.DataFacadeGenerator
getContainerEntrySwapperName.
getContainerEntrySwapperName(MetaContainerProperty, String) - Static method in class net.anotheria.asg.generator.model.docs.DocumentGenerator
getContainerEntrySwapperName.
getContainerMoveEntryActionName(MetaDocument, MetaContainerProperty) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getContainerMoveEntryActionName.
getContainerMultiOpActionName(MetaDocument, MetaContainerProperty) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getContainerMultiOpActionName.
getContainerPageName(MetaDocument, MetaContainerProperty) - Static method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
getContainerPageName.
getContainerPath(MetaDocument, MetaContainerProperty, String) - Static method in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
getContainerPath.
getContainerQuickAddActionName(MetaDocument, MetaContainerProperty) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getContainerQuickAddActionName.
getContainerQuickAddFormImport(MetaDocument, MetaContainerProperty) - Static method in class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
getContainerQuickAddFormImport.
getContainerQuickAddFormName(MetaContainerProperty) - Static method in class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
getContainerQuickAddFormName.
getContainerQuickAddFormName(MetaDocument, MetaContainerProperty) - Static method in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
getContainerQuickAddFormName.
getContainerShowActionName(MetaDocument, MetaContainerProperty) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getContainerShowActionName.
getContainerSizeGetterName(MetaContainerProperty) - Static method in class net.anotheria.asg.generator.model.DataFacadeGenerator
getContainerSizeGetterName.
getContainerSizeGetterName(MetaContainerProperty) - Static method in class net.anotheria.asg.generator.model.db.VOGenerator
getContainerSizeGetterName.
getContainerSizeGetterName(MetaContainerProperty) - Static method in class net.anotheria.asg.generator.model.docs.DocumentGenerator
getContainerSizeGetterName.
getContainerSizeGetterName(MetaContainerProperty) - Static method in class net.anotheria.asg.generator.model.federation.FederationVOGenerator
getContainerSizeGetterName.
getContainerSizeGetterName(MetaContainerProperty, String) - Static method in class net.anotheria.asg.generator.model.DataFacadeGenerator
getContainerSizeGetterName.
getContainerSizeGetterName(MetaContainerProperty, String) - Static method in class net.anotheria.asg.generator.model.docs.DocumentGenerator
getContainerSizeGetterName.
getContent() - Method in class net.anotheria.asg.generator.FileEntry
Getter for the field content.
getContext() - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
Getter for the field context.
getContext() - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
getContext.
getContextParameter(String) - Method in class net.anotheria.asg.generator.Context
getContextParameter.
getContextParameters() - Method in class net.anotheria.asg.generator.Context
getContextParameters.
getCopierClassName(Context) - Static method in class net.anotheria.asg.generator.apputil.LanguageUtilsGenerator
getCopierClassName.
getCopyId() - Method in class net.anotheria.anodoc.data.Module
Returns the copyId.
getCopyMethodName() - Static method in class net.anotheria.asg.generator.model.DataFacadeGenerator
getCopyMethodName.
getCopyMethodName(String, String) - Static method in class net.anotheria.asg.generator.model.DataFacadeGenerator
getCopyMethodName.
getCreateActionName(MetaModuleSection) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getCreateActionName.
getCreatedTimestamp() - Method in class net.anotheria.asg.service.InMemoryObjectWrapper
Getter for the field createdTimestamp.
getCreateScriptName(MetaDocument) - Method in class net.anotheria.asg.generator.model.db.SQLGenerator
getCreateScriptName.
getCSSPath(String, Context) - Static method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
getCSSPath.
getCurrentAuthor() - Method in class net.anotheria.anodoc.util.context.CallContext
Getter for the field currentAuthor.
getCurrentCSSPath(String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
getCurrentCSSPath.
getCurrentImagePath(String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
getCurrentImagePath.
getCurrentJavaScriptPath(String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
getCurrentJavaScriptPath.
getCurrentJob() - Static method in class net.anotheria.asg.generator.AbstractGenerator
getCurrentJob.
getCurrentJob() - Static method in class net.anotheria.asg.generator.GenerationJobManager
Getter for the field currentJob.
getCurrentJobContent() - Static method in class net.anotheria.asg.generator.AbstractGenerator
getCurrentJobContent.
getCurrentJSPath(String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
getCurrentJSPath.
getCurrentLanguage() - Method in class net.anotheria.anodoc.util.context.CallContext
Getter for the field currentLanguage.
getCurrentYUIPath(String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
getCurrentYUIPath.
getDaoCreated() - Method in class net.anotheria.asg.data.AbstractVO
Returns the timestamp in millis of the creation time of this object by the DAO.
getDAOName(MetaDocument) - Static method in class net.anotheria.asg.generator.model.db.PersistenceServiceDAOGenerator
getDAOName.
getDaoUpdated() - Method in class net.anotheria.asg.data.AbstractVO
Returns the timestamp in millis of the last time of this object was been updated by the DAO.
getData() - Method in class net.anotheria.asg.service.remote.EchoResponse
Getter for the field data.
getDataHolder(String) - Method in class net.anotheria.anodoc.data.Document
Returns the DataHolder contained in this Document under the given name.
getDataObjectImplName(MetaDocument) - Method in class net.anotheria.asg.generator.model.AbstractDataObjectGenerator
Returns the implementation name of this abstract data object flavour.
getDataObjectImplName(MetaDocument) - Method in class net.anotheria.asg.generator.model.DataFacadeGenerator
Returns the implementation name of this abstract data object flavour.
getDataObjectImplName(MetaDocument) - Method in class net.anotheria.asg.generator.model.db.VOGenerator
Returns the implementation name of this abstract data object flavour.
getDataObjectImplName(MetaDocument) - Method in class net.anotheria.asg.generator.model.docs.DocumentGenerator
Returns the implementation name of this abstract data object flavour.
getDataObjectImplName(MetaDocument) - Method in class net.anotheria.asg.generator.model.federation.FederationVOGenerator
Returns the implementation name of this abstract data object flavour.
getDataPackageName(MetaDocument) - Method in class net.anotheria.asg.generator.Context
getDataPackageName.
getDataPackageName(MetaModule) - Method in class net.anotheria.asg.generator.Context
getDataPackageName.
getDbContext() - Method in class net.anotheria.anodoc.util.context.CallContext
Getter for the field dbContext.
getDecorator() - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
Getter for the field decorator.
getDecorator() - Method in class net.anotheria.asg.generator.view.meta.MultilingualFieldElement
Getter for the field decorator.
getDecorator(String) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
Returns parsed decorator by name.
getDefault() - Static method in enum net.anotheria.asg.generator.TypeOfClass
getDefault.
getDefaultError() - Method in class net.anotheria.asg.generator.view.meta.MetaValidator
Getter for the field defaultError.
getDefaultLanguage() - Method in class net.anotheria.anodoc.util.context.CallContext
getDefaultLanguage.
getDefaultLanguage() - Method in class net.anotheria.asg.generator.Context
Getter for the field defaultLanguage.
getDefaultLanguage() - Method in class net.anotheria.asg.util.filter.MissingAnyTranslationFilter
Getter for the field defaultLanguage.
getDefaultLanguage() - Method in class net.anotheria.asg.util.filter.MissingTranslationFilter
Getter for the field defaultLanguage.
getDefaultSortable() - Method in class net.anotheria.asg.generator.view.meta.MetaModuleSection
Getter for the field defaultSortable.
getDefinedName() - Method in interface net.anotheria.asg.data.DataObject
Returns the name under which the object was defined in xml originally.
getDefinedParentName() - Method in interface net.anotheria.asg.data.DataObject
Returns the parent module name under which the object was defined in xml originally.
getDefinitionClassName(EnumerationType) - Static method in class net.anotheria.asg.generator.types.EnumerationGenerator
getDefinitionClassName.
getDelegate() - Method in class net.anotheria.asg.service.remote.BaseRemoteServiceStub
getDelegate.
getDeleteActionName(MetaModuleSection) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getDeleteActionName.
getDeletedTimestamp() - Method in class net.anotheria.asg.service.InMemoryObjectWrapper
Getter for the field deletedTimestamp.
getDeleteImage() - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the tag for the delete image in the overview.
getDeleteImage(String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the tag for the delete image in the overview with the given alt tag.
getDescription() - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
Getter for the field description.
getDescription() - Method in class net.anotheria.asg.generator.view.meta.MultilingualFieldElement
Getter for the field description.
getDialogBeanImport(MetaDialog, MetaDocument) - Static method in class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
getDialogBeanImport.
getDialogBeanName(MetaDialog, MetaDocument) - Static method in class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
getDialogBeanName.
getDialogFormName(MetaDialog, MetaDocument) - Static method in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
getDialogFormName.
getDialogName(MetaDialog, MetaDocument) - Static method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
getDialogName.
getDialogs() - Method in class net.anotheria.asg.generator.view.meta.MetaModuleSection
Getter for the field dialogs.
getDocument() - Method in class net.anotheria.asg.generator.util.DirectLink
Getter for the field document.
getDocument() - Method in class net.anotheria.asg.generator.view.meta.MetaModuleSection
Getter for the field document.
getDocument(String) - Method in class net.anotheria.anodoc.data.Document
Returns the Document contained in this Document under the given name.
getDocument(String) - Method in class net.anotheria.anodoc.data.Module
Returns the document with given name (if there is any).
getDocumentAnyCase(String) - Method in class net.anotheria.anodoc.data.Document
Returns the Document contained in this Document under the given name in any case, which means that if no Document is contained it a new will be created.
getDocumentAt(int) - Method in class net.anotheria.anodoc.data.DocumentList
Returns the document at the given position in the list.
getDocumentBuilderName(MetaDocument) - Method in class net.anotheria.asg.generator.model.AbstractDataObjectGenerator
Returns the name for the builder for this document.
getDocumentById(String) - Method in class net.anotheria.anodoc.data.DocumentList
Returns document with given name, if it exists in the list.
getDocumentByName(String) - Method in class net.anotheria.asg.generator.meta.MetaModule
getDocumentByName.
getDocumentChangeFBFullName() - Static method in class net.anotheria.asg.generator.view.action.IndexPageActionGenerator
getDocumentChangeFBFullName.
getDocumentChangeFBName() - Static method in class net.anotheria.asg.generator.view.action.IndexPageActionGenerator
getDocumentChangeFBName.
getDocumentChangeFBPackageName() - Static method in class net.anotheria.asg.generator.view.action.IndexPageActionGenerator
getDocumentChangeFBPackageName.
getDocumentFactoryImport(Context, MetaDocument) - Static method in class net.anotheria.asg.generator.model.DataFacadeGenerator
getDocumentFactoryImport.
getDocumentFactoryName(MetaDocument) - Static method in class net.anotheria.asg.generator.model.DataFacadeGenerator
getDocumentId() - Method in class net.anotheria.anodoc.query2.ResultEntryBean
Getter for the field documentId.
getDocumentImplName(MetaDocument) - Static method in class net.anotheria.asg.generator.model.db.VOGenerator
getDocumentImplName.
getDocumentImplName(MetaDocument) - Static method in class net.anotheria.asg.generator.model.docs.DocumentGenerator
getDocumentImplName.
getDocumentImplName(MetaDocument) - Static method in class net.anotheria.asg.generator.model.federation.FederationVOGenerator
getDocumentImplName.
getDocumentImport(Context, MetaDocument) - Static method in class net.anotheria.asg.generator.model.db.VOGenerator
getDocumentImport.
getDocumentImport(Context, MetaDocument) - Static method in class net.anotheria.asg.generator.model.docs.DocumentGenerator
getDocumentImport.
getDocumentImport(Context, MetaDocument) - Static method in class net.anotheria.asg.generator.model.federation.FederationVOGenerator
getDocumentImport.
getDocumentImport(MetaDocument) - Static method in class net.anotheria.asg.generator.model.DataFacadeGenerator
getDocumentImport.
getDocumentList(String) - Method in class net.anotheria.anodoc.data.Document
Returns the DocumentList contained in this Document under the given name.
getDocumentListAnyCase(String) - Method in class net.anotheria.anodoc.data.Document
Returns the DocumentList contained in this Document under the given name in any case, which means that if no DocumentList is contained it a new will be created.
getDocumentName() - Method in class net.anotheria.anodoc.query2.ResultEntryBean
Getter for the field documentName.
getDocumentName() - Method in class net.anotheria.asg.generator.util.IncludeDocumentsBean
Getter for the field documentName.
getDocumentName() - Method in class net.anotheria.asg.util.DocumentChange
Getter for the field documentName.
getDocumentName(String) - Static method in class net.anotheria.anodoc.util.KeyUtility
Extracts the name of the document from the key.
getDocumentName(MetaDocument) - Method in class net.anotheria.asg.generator.model.DataFacadeGenerator
getDocumentName.
getDocumentName(MetaDocument) - Static method in class net.anotheria.asg.generator.model.docs.DocumentGenerator
getDocumentName.
getDocuments() - Method in class net.anotheria.asg.generator.meta.MetaModule
Getter for the field documents.
getDocumentType(String) - Static method in class net.anotheria.anodoc.util.KeyUtility
Extracts the name of the document type (document or list) from the key.
getdouble() - Method in class net.anotheria.anodoc.data.DoubleProperty
getdouble.
getDouble() - Method in class net.anotheria.anodoc.data.DoubleProperty
getDouble.
getDouble(String) - Method in class net.anotheria.anodoc.data.Document
Returns the double value of the according DoubleProperty, or an empty double (see getEmptyDouble) if none set.
getDoubleProperty(String) - Method in class net.anotheria.anodoc.data.Document
Returns the DoubleProperty contained in this Document under the given name.
getDownImage(String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the tag for the move down image in the list view with the given alt tag.
getDuplicateActionName(MetaModuleSection) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getDuplicateActionName.
getDuplicateImage() - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns image tag for the duplicate entry image.
getDuplicateImage(String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the tag for the duplicate image in the overview with the given alt tag.
getEcho(EchoRequest) - Method in interface net.anotheria.asg.service.remote.RemoteService
Converts echo request to echo response and return it.
getEchoDataSize() - Method in class net.anotheria.asg.service.remote.EchoRequest
Getter for the field echoDataSize.
getEditActionName(MetaModuleSection) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getEditActionName.
getEditImage() - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the tag for the edit image in the overview.
getEditImage(String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
getEditImage.
getEditLink() - Method in class net.anotheria.anodoc.query2.ResultEntryBean
Getter for the field editLink.
getEditPageName(MetaDocument) - Static method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the name of the edit page for this document.
getElementCount() - Method in class net.anotheria.anodoc.data.DocumentList
Returns the number of elements in this list.
getElementLanguage(MetaViewElement) - Method in class net.anotheria.asg.generator.AbstractGenerator
Returns the language of the selected multilingual element or null if the element is not multilingual.
getElements() - Method in class net.anotheria.asg.generator.forms.meta.MetaForm
Getter for the field elements.
getElements() - Method in class net.anotheria.asg.generator.view.meta.MetaDialog
Getter for the field elements.
getElements() - Method in class net.anotheria.asg.generator.view.meta.MetaListElement
Getter for the field elements.
getElements() - Method in class net.anotheria.asg.generator.view.meta.MetaModuleSection
Getter for the field elements.
getEmptyBoolean() - Method in class net.anotheria.anodoc.data.Document
Returns the initial value for a boolean (false).
getEmptyDouble() - Method in class net.anotheria.anodoc.data.Document
Returns the initial value for a double (0.0).
getEmptyFloat() - Method in class net.anotheria.anodoc.data.Document
Returns the initial value for a float (0.0).
getEmptyInt() - Method in class net.anotheria.anodoc.data.Document
Returns the initial value for a int (0).
getEmptyList() - Method in class net.anotheria.anodoc.data.Document
getEmptyList.
getEmptyLong() - Method in class net.anotheria.anodoc.data.Document
Returns the initial value for a long (0).
getEmptyString() - Method in class net.anotheria.anodoc.data.Document
Returns the initial value for a string (empty string - "").
getEncoding() - Method in class net.anotheria.asg.generator.Context
Getter for the field encoding.
getEncoding() - Method in class net.anotheria.asg.generator.GeneratedXMLFile
Getter for the field encoding.
getEntries() - Method in class net.anotheria.anodoc.query2.QueryResult
Returns the entries.
getEnumClassName(EnumerationType) - Static method in class net.anotheria.asg.generator.types.EnumTypeGenerator
getEnumClassName.
getEnumeration() - Method in class net.anotheria.asg.generator.meta.MetaEnumerationProperty
Getter for the field enumeration.
getEnumImport(EnumerationType) - Static method in class net.anotheria.asg.generator.types.EnumTypeGenerator
getEnumImport.
getErrorMessage(String, SAXParseException, IncludedDocuments) - Method in class net.anotheria.asg.generator.validation.XMLAgainstXSDErrorHandler
getErrorMessage.
getExceptionImport(Context, MetaModule) - Static method in class net.anotheria.asg.generator.model.db.JDBCPersistenceServiceGenerator
getExceptionImport.
getExceptionImport(MetaModule) - Static method in class net.anotheria.asg.generator.model.ServiceGenerator
Returns the base exception name for the service for this module.
getExceptionName(MetaDocument) - Static method in class net.anotheria.asg.generator.model.db.PersistenceServiceDAOGenerator
getExceptionName.
getExceptionName(MetaModule) - Method in class net.anotheria.asg.generator.model.AbstractServiceGenerator
Returns the base exception name.
getExceptionName(MetaModule) - Static method in class net.anotheria.asg.generator.model.db.JDBCPersistenceServiceGenerator
getExceptionName.
getExceptionName(MetaModule) - Static method in class net.anotheria.asg.generator.model.ServiceGenerator
Returns the name of the base exception class for the service for the given module.
getExecuteQueryActionName(MetaModuleSection) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getExecuteQueryActionName.
getExecuteQueryPath(MetaDocument) - Static method in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
getExecuteQueryPath.
getExportActionName(MetaModuleSection) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getExportActionName.
getExportAsCSVPageName(MetaDocument) - Static method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the name of the jsp file for the csv page export for the document.
getExportAsXMLPageName(MetaDocument) - Static method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the name of the jsp file for the xml page export for the document.
getExporterClassName(Context) - Static method in class net.anotheria.asg.generator.apputil.XMLExporterGenerator
getExporterClassName.
getFactory() - Static method in class net.anotheria.anodoc.util.context.ContextManager
Returns the set factory.
getFactoryClassName() - Method in class net.anotheria.asg.generator.meta.MetaModule
getFactoryClassName.
getFactoryImport(Context, MetaModule) - Static method in class net.anotheria.asg.generator.model.db.JDBCPersistenceServiceGenerator
getFactoryImport.
getFactoryImport(MetaModule) - Static method in class net.anotheria.asg.generator.model.ServiceGenerator
Returns the import for the factory for the service for a meta-module.
getFactoryName(Context) - Static method in class net.anotheria.asg.generator.apputil.CallContextGenerator
getFactoryName.
getFactoryName(MetaModule) - Method in class net.anotheria.asg.generator.model.AbstractServiceGenerator
Returns the name of the factory class.
getFactoryName(MetaModule) - Static method in class net.anotheria.asg.generator.model.db.JDBCPersistenceServiceGenerator
getFactoryName.
getFactoryName(MetaModule) - Method in class net.anotheria.asg.generator.model.fixture.FixtureServiceGenerator
Returns the name of the factory class.
getFactoryName(MetaModule) - Method in class net.anotheria.asg.generator.model.inmemory.InMemoryServiceGenerator
Returns the name of the factory class.
getFactoryName(MetaModule) - Method in class net.anotheria.asg.generator.model.rmi.RMIServiceGenerator
Returns the name of the factory class.
getFactoryName(MetaModule) - Static method in class net.anotheria.asg.generator.model.ServiceGenerator
Returns the factory name for the service for a metamodule.
getFederatedModules() - Method in class net.anotheria.asg.generator.meta.MetaFederationModule
Getter for the field federatedModules.
getField() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormTableColumn
Getter for the field field.
getField(String) - Method in class net.anotheria.asg.generator.meta.MetaDocument
Returns a field with given name.
getFieldExplanation(String, DataObject, String) - Method in interface net.anotheria.asg.util.helper.cmsview.CMSViewHelper
getFieldExplanation.
getFieldExplanation(String, DataObject, String) - Static method in class net.anotheria.asg.util.helper.cmsview.CMSViewHelperUtil
getFieldExplanation.
getFieldName() - Method in class net.anotheria.asg.generator.view.meta.MetaFilter
Getter for the field fieldName.
getFile(String) - Method in class net.anotheria.anodoc.util.CommonHashtableModuleStorage
getFile.
getFileLock(String) - Method in class net.anotheria.anodoc.util.CommonHashtableModuleStorage
Return path for lock file by file name.
getFileType() - Method in class net.anotheria.asg.generator.GeneratedArtefact
Returns the file type (i.e.
getFileType() - Method in class net.anotheria.asg.generator.GeneratedClass
Returns the file type (i.e.
getFileType() - Method in class net.anotheria.asg.generator.GeneratedJSPFile
Returns the file type (i.e.
getFileType() - Method in class net.anotheria.asg.generator.GeneratedSQLFile
Returns the file type (i.e.
getFileType() - Method in class net.anotheria.asg.generator.GeneratedXMLFile
Returns the file type (i.e.
getFilter(String) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
returns parsed filter by name.
getFilters() - Method in class net.anotheria.asg.generator.view.meta.MetaModuleSection
Getter for the field filters.
getFilterVariableName(MetaFilter) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getFilterVariableName.
getFixtureFactoryName(MetaModule) - Static method in class net.anotheria.asg.generator.model.fixture.FixtureServiceGenerator
getFixtureFactoryName.
getfloat() - Method in class net.anotheria.anodoc.data.FloatProperty
Returns the value of this property as float.
getFloat() - Method in class net.anotheria.anodoc.data.FloatProperty
Returns the value of this property as Float object.
getFloat(String) - Method in class net.anotheria.anodoc.data.Document
Returns the float value of the according FloatProperty, or an empty float (see getEmptyFloat) if none set.
getFloatProperty(String) - Method in class net.anotheria.anodoc.data.Document
Returns the FloatProperty contained in this Document under the given name.
getFooterName(MetaView) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
getFooterName.
getFooterName(MetaView) - Method in class net.anotheria.asg.generator.view.jsp.QueriesPageJspGenerator
getFooterName.
getFootprint() - Method in interface net.anotheria.asg.data.DataObject
Returns the footprint of the document.
getFootprint() - Method in class net.anotheria.asg.data.ObjectInfo
Getter for the field footprint.
getFormActionName(MetaForm) - Method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getFormActionName.
getFormBeanImport(MetaForm) - Static method in class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
getFormBeanImport.
getFormBeanName(MetaForm) - Static method in class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
getFormBeanName.
getFormIncludePageName(MetaForm) - Method in class net.anotheria.asg.generator.view.jsp.JspGenerator
getFormIncludePageName.
getFormName(MetaForm) - Static method in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
getFormName.
getFormPath(MetaForm) - Static method in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
getFormPath.
getFullFactoryName(Context) - Static method in class net.anotheria.asg.generator.apputil.CallContextGenerator
getFullFactoryName.
getFullName() - Method in class net.anotheria.asg.generator.meta.MetaDocument
getFullName.
getGenerator() - Method in class net.anotheria.asg.generator.GeneratedClass
Getter for the field generator.
getGeneric() - Method in class net.anotheria.asg.generator.GeneratedClass.ClassDef
 
getGeneric() - Method in class net.anotheria.asg.generator.GeneratedClass
Getter for the field generic.
getGenericTypeDeclaration() - Method in class net.anotheria.asg.generator.meta.MetaGenericProperty
getGenericTypeDeclaration.
getHeader() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormTableColumn
Getter for the field header.
getHolderNames() - Method in class net.anotheria.anodoc.data.Module
Returns the names of the holders contained in this module.
getId() - Method in class net.anotheria.anodoc.data.DataHolder
Returns the name of this DataHolder.
getId() - Method in class net.anotheria.anodoc.data.Module
Returns the id.
getId() - Method in interface net.anotheria.asg.data.DataObject
Returns a document id.
getId() - Method in class net.anotheria.asg.data.ObjectInfo
Getter for the field id.
getId() - Method in class net.anotheria.asg.generator.forms.meta.MetaForm
Getter for the field id.
getId() - Method in class net.anotheria.asg.generator.meta.MetaModule
Returns the id of the module.
getId() - Method in class net.anotheria.asg.service.InMemoryObjectWrapper
getId.
getId() - Method in class net.anotheria.asg.util.DocumentChange
Getter for the field id.
getIdHolderName() - Method in class net.anotheria.asg.generator.meta.MetaDocument
Return the name constant for the id holder for this document for cms storage.
getIds(List<T>) - Static method in class net.anotheria.asg.util.data.DataObjectUtils
Creates for the List of dataObjects same ordered List of dataObjects' IDs except the case when null id was happened.
getImage(String, String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the img tag to embed an image into the jsp.
getImagePath(String, Context) - Static method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
getImagePath.
getImplementationName(MetaModule) - Method in class net.anotheria.asg.generator.model.AbstractServiceGenerator
Returns the implementation name for the service for this MetaModule.
getImplementationName(MetaModule) - Static method in class net.anotheria.asg.generator.model.db.JDBCPersistenceServiceGenerator
getImplementationName.
getImplementationName(MetaModule) - Method in class net.anotheria.asg.generator.model.fixture.FixtureServiceGenerator
Returns the implementation name for the service for this MetaModule.
getImplementationName(MetaModule) - Method in class net.anotheria.asg.generator.model.inmemory.InMemoryServiceGenerator
Returns the implementation name for the service for this MetaModule.
getImplementationName(MetaModule) - Method in class net.anotheria.asg.generator.model.rmi.RMIServiceGenerator
Returns the implementation name for the service for this MetaModule.
getImplementationName(MetaModule) - Static method in class net.anotheria.asg.generator.model.ServiceGenerator
getImplementationName.
getImporterClassName(Context) - Static method in class net.anotheria.asg.generator.apputil.XMLImporterGenerator
getImporterClassName.
getImports() - Method in class net.anotheria.asg.generator.GeneratedClass
Getter for the field imports.
getIncludeDocumentByLine(int) - Method in class net.anotheria.asg.generator.util.IncludedDocuments
get included document by line number.
getIndexJspFullName() - Static method in class net.anotheria.asg.generator.view.jsp.IndexPageJspGenerator
getIndexJspFullName.
getIndexPageActionName() - Static method in class net.anotheria.asg.generator.view.action.IndexPageActionGenerator
getIndexPageActionName.
getIndexPageFullName() - Static method in class net.anotheria.asg.generator.view.action.IndexPageActionGenerator
getIndexPageFullName.
getIndexPageJspName() - Static method in class net.anotheria.asg.generator.view.jsp.IndexPageJspGenerator
getIndexPageJspName.
getIndexPageJspPath() - Static method in class net.anotheria.asg.generator.view.jsp.IndexPageJspGenerator
getIndexPageJspPath.
getIndexPagePackageName() - Static method in class net.anotheria.asg.generator.view.action.IndexPageActionGenerator
getIndexPagePackageName.
getIndexPagePathJSP() - Static method in class net.anotheria.asg.generator.view.jsp.IndexPageJspGenerator
getIndexPagePathJSP.
getIndicator() - Method in enum net.anotheria.anodoc.data.PropertyType
Returns the indicator for this property type.
getInfo() - Method in class net.anotheria.anodoc.query2.QueryResultEntry
Getter for the field info.
getInfo() - Method in class net.anotheria.anodoc.query2.ResultEntryBean
Getter for the field info.
getInMemoryFactoryImport(MetaModule) - Static method in class net.anotheria.asg.generator.model.inmemory.InMemoryServiceGenerator
getInMemoryFactoryImport.
getInMemoryFactoryName(MetaModule) - Static method in class net.anotheria.asg.generator.model.inmemory.InMemoryServiceGenerator
getInMemoryFactoryName.
getInsertLine() - Method in class net.anotheria.asg.generator.util.IncludeDocumentsBean
Getter for the field insertLine.
getInstance() - Static method in class net.anotheria.anodoc.service.ModuleServiceImpl
Returns the current (singleton) instance of this implementation.
getInstance() - Static method in class net.anotheria.asg.generator.GeneratorDataRegistry
Returns the singleton instance of the GeneratorDataRegistry.
getInstance() - Static method in class net.anotheria.asg.util.locking.config.LockingConfig
Actually getInstance method.
getInt() - Method in class net.anotheria.anodoc.data.IntProperty
Returns the value of this property as int.
getInt(String) - Method in class net.anotheria.anodoc.data.Document
Returns the int value of the according IntProperty, or an empty int (see getEmptyInt) if none set.
getInteger() - Method in class net.anotheria.anodoc.data.IntProperty
Returns the value of this property as Integer object.
getInterfaceImport(Context, MetaModule) - Static method in class net.anotheria.asg.generator.model.db.JDBCPersistenceServiceGenerator
getInterfaceImport.
getInterfaceImport(MetaModule) - Static method in class net.anotheria.asg.generator.model.ServiceGenerator
Returns the import (package and class name) for the service interface for the given module.
getInterfaceName(MetaModule) - Static method in class net.anotheria.asg.generator.model.AbstractServiceGenerator
Returns the interface name for the CRUD service for this module.
getInterfaceName(MetaModule) - Static method in class net.anotheria.asg.generator.model.db.JDBCPersistenceServiceGenerator
getInterfaceName.
getInterfaceName(MetaModule) - Static method in class net.anotheria.asg.generator.model.rmi.RMIServiceGenerator
Returns the name of the remote interface.
getInterfaceName(MetaModule) - Static method in class net.anotheria.asg.generator.model.ServiceGenerator
Returns the interface name for the service for the module.
getInterfaces() - Method in class net.anotheria.asg.generator.GeneratedClass
Getter for the field interfaces.
getInternalProperty(String) - Method in class net.anotheria.asg.data.AbstractASGDocument
getInternalProperty.
getIntProperty(String) - Method in class net.anotheria.anodoc.data.Document
Returns the IntProperty contained in this Document under the given name.
getItemNotFoundExceptionImport(Context, MetaDocument, MetaModule) - Static method in class net.anotheria.asg.generator.model.db.JDBCPersistenceServiceGenerator
getItemNotFoundExceptionImport.
getItemNotFoundExceptionImport(MetaDocument, MetaModule) - Static method in class net.anotheria.asg.generator.model.ServiceGenerator
getItemNotFoundExceptionImport.
getItemNotFoundExceptionName(MetaDocument, MetaModule) - Static method in class net.anotheria.asg.generator.model.db.JDBCPersistenceServiceGenerator
getItemNotFoundExceptionName.
getItemNotFoundExceptionName(MetaDocument, MetaModule) - Static method in class net.anotheria.asg.generator.model.ServiceGenerator
getItemNotFoundExceptionName.
getJavascript() - Method in class net.anotheria.asg.generator.view.meta.MetaDialog
Getter for the field javascript.
getJavaScriptPath(String, Context) - Static method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
getJavaScriptPath.
getJavaType() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormSingleField
getJavaType.
getJavaType() - Method in enum net.anotheria.asg.generator.view.meta.SortingType
getJavaType.
getJSPath(String, Context) - Static method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
getJSPath.
getJspPackageName(MetaDocument) - Method in class net.anotheria.asg.generator.Context
getJspPackageName.
getJspPackageName(MetaModule) - Method in class net.anotheria.asg.generator.Context
getJspPackageName.
getJsValidation() - Method in class net.anotheria.asg.generator.view.meta.MetaValidator
Getter for the field jsValidation.
getKey() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormTableHeader
Getter for the field key.
getKey() - Method in class net.anotheria.asg.generator.meta.FederatedModuleDef
Getter for the field key.
getKey() - Method in class net.anotheria.asg.generator.view.meta.MetaValidator
Getter for the field key.
getKeyFromListKey(String) - Static method in class net.anotheria.anodoc.util.KeyUtility
Extracts the document key from the given listkey.
getKeys() - Method in class net.anotheria.anodoc.data.Document
Returns the keys (names) of the contained documents.
getKeys() - Method in class net.anotheria.anodoc.data.DocumentList
Returns the keys of the contained documents.
getKeys() - Method in interface net.anotheria.anodoc.data.ICompositeDataObject
This method is used by the storage to query the underlying data.
getKeys() - Method in class net.anotheria.anodoc.data.Module
This method is used by the storage to query the underlying data.
getLanguage() - Method in class net.anotheria.asg.generator.view.meta.MultilingualFieldElement
Getter for the field language.
getLanguageCopyActionName(MetaModuleSection) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getLanguageCopyActionName.
getLanguages() - Method in class net.anotheria.asg.generator.Context
Getter for the field languages.
getLastChangeTimestamp() - Method in class net.anotheria.asg.data.ObjectInfo
Getter for the field lastChangeTimestamp.
getLastInsertLine() - Method in class net.anotheria.asg.generator.util.IncludedDocuments
getLastInsertLine.
getLastUpdateTimestamp() - Method in class net.anotheria.anodoc.data.Document
getLastUpdateTimestamp.
getLastUpdateTimestamp() - Method in class net.anotheria.asg.data.AbstractVO
Returns the timestamp (time in ms since 1970) of the last change.
getLastUpdateTimestamp() - Method in interface net.anotheria.asg.data.DataObject
Returns the timestamp (time in ms since 1970) of the last change.
getLink() - Method in class net.anotheria.asg.generator.view.meta.MetaCustomFunctionElement
Getter for the field link.
getLink() - Method in class net.anotheria.asg.util.bean.PagingLink
Getter for the field link.
getLinkDecoration() - Method in class net.anotheria.asg.generator.meta.MetaLink
Getter for the field linkDecoration.
getLinks() - Method in class net.anotheria.asg.generator.meta.MetaDocument
Returns the links.
getLinksToDocument(MetaDocument) - Method in class net.anotheria.asg.generator.meta.MetaDocument
Returns all internal links to the given document if any.
getLinksToMePageName(MetaDocument) - Static method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
getLinksToMePageName.
getLinkTarget() - Method in class net.anotheria.asg.generator.meta.MetaLink
Getter for the field linkTarget.
getLinkType() - Method in class net.anotheria.asg.generator.meta.MetaLink
Getter for the field linkType.
getList() - Method in class net.anotheria.anodoc.data.DocumentList
Returns the underlying list.
getList() - Method in class net.anotheria.anodoc.data.ListProperty
Returns the underlying list as java.util.List
getList(String) - Method in class net.anotheria.anodoc.data.Document
Returns list of Property by fieldId.
getList(String) - Method in class net.anotheria.anodoc.data.Module
Returns the documentlist with given name (if there is any).
getListConstantValue() - Method in class net.anotheria.asg.generator.meta.MetaDocument
getListConstantValue.
getListData() - Method in class net.anotheria.anodoc.data.ListProperty
getListData.
getListElementGetterName(MetaListProperty) - Static method in class net.anotheria.asg.generator.model.DataFacadeGenerator
getListElementGetterName.
getListElementGetterName(MetaListProperty) - Static method in class net.anotheria.asg.generator.model.db.VOGenerator
getListElementGetterName.
getListElementGetterName(MetaListProperty) - Static method in class net.anotheria.asg.generator.model.docs.DocumentGenerator
getListElementGetterName.
getListElementGetterName(MetaListProperty) - Static method in class net.anotheria.asg.generator.model.federation.FederationVOGenerator
getListElementGetterName.
getListElementGetterName(MetaListProperty, String) - Static method in class net.anotheria.asg.generator.model.DataFacadeGenerator
getListElementGetterName.
getListElementGetterName(MetaListProperty, String) - Static method in class net.anotheria.asg.generator.model.docs.DocumentGenerator
getListElementGetterName.
getListeners() - Method in class net.anotheria.asg.generator.meta.MetaModule
Getter for the field listeners.
getListItemBeanImport(Context, MetaDocument) - Static method in class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
getListItemBeanImport.
getListItemBeanName(MetaDocument) - Static method in class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
getListItemBeanName.
getListItemBeanSortTypeImport(Context, MetaDocument) - Static method in class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
getListItemBeanSortTypeImport.
getListItemBeanSortTypeName(MetaDocument) - Static method in class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
getListItemBeanSortTypeName.
getListName() - Method in class net.anotheria.asg.generator.meta.MetaDocument
getListName.
getListPos(String) - Static method in class net.anotheria.anodoc.util.KeyUtility
getListPos.
getListProperty(String) - Method in class net.anotheria.anodoc.data.Document
Returns the ListProperty contained in this Document under the given name.
getListPropertyAnyCase(String) - Method in class net.anotheria.anodoc.data.Document
getListPropertyAnyCase.
getLocalizations() - Method in class net.anotheria.anodoc.util.context.BrandConfig
 
getLockActionName(MetaModuleSection) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getLockActionName.
getLockerId() - Method in class net.anotheria.asg.data.AbstractASGDocument
Returns lockerName, actually name of user - who locked current.
getLockerId() - Method in interface net.anotheria.asg.data.LockableObject
Returns lockerName, actually name of user - who locked current.
getLockImage() - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the tag for the lock image in the overview.
getLockImage(String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the tag for the lock image in the overview with the given alt tag.
getLockingTime() - Method in class net.anotheria.asg.data.AbstractASGDocument
Returns locking time.
getLockingTime() - Method in interface net.anotheria.asg.data.LockableObject
Returns locking time.
getLog() - Method in class net.anotheria.anodoc.data.Module
Returns the current logger.
getLog() - Method in class net.anotheria.anodoc.service.AbstractModuleFactory
Getter for the field log.
getlong() - Method in class net.anotheria.anodoc.data.LongProperty
Returns the value of this property as long.
getLong() - Method in class net.anotheria.anodoc.data.LongProperty
Returns the value of this property as Long object.
getLong(String) - Method in class net.anotheria.anodoc.data.Document
Returns the long value of the according LongProperty, or an empty long (see getEmptyLong) if none set.
getLongProperty(String) - Method in class net.anotheria.anodoc.data.Document
Returns the LongProperty contained in this Document under the given name.
getLookupName(MetaModule) - Static method in class net.anotheria.asg.generator.model.rmi.RMIServiceGenerator
Returns the name of the rmi lookup function class.
getMappedElement() - Method in class net.anotheria.asg.generator.view.meta.MultilingualFieldElement
Getter for the field mappedElement.
getMapperInstance() - Static method in class net.anotheria.anodoc.util.mapper.ObjectMapperUtil
Getter for ObjectMapper instance.
getMappingName() - Method in enum net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SharedAction
 
getMappingName(MetaDocument) - Method in enum net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
getMappingName(MetaDocument, MetaContainerProperty) - Method in enum net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.ContainerAction
 
getMappingName(MetaModuleSection) - Method in enum net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
getMappingsForDocument(String) - Method in class net.anotheria.asg.generator.meta.MetaFederationModule
getMappingsForDocument.
getMatch() - Method in class net.anotheria.anodoc.query2.string.StringMatchingInfo
Getter for the field match.
getMatchedDocument() - Method in class net.anotheria.anodoc.query2.QueryResultEntry
Getter for the field matchedDocument.
getMatchedProperty() - Method in class net.anotheria.anodoc.query2.QueryResultEntry
Getter for the field matchedProperty.
getMenuName() - Static method in class net.anotheria.asg.generator.view.jsp.MenuJspGenerator
getMenuName.
getMenuName(MetaView) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
getMenuName.
getMenuName(MetaView) - Method in class net.anotheria.asg.generator.view.jsp.QueriesPageJspGenerator
getMenuName.
getMenuPageName() - Static method in class net.anotheria.asg.generator.view.jsp.MenuJspGenerator
getMenuPageName.
getMetaFactoryConfiguratorClassName() - Static method in class net.anotheria.asg.generator.ConfiguratorGenerator
getMetaFactoryConfiguratorClassName.
getMetaType() - Method in class net.anotheria.asg.generator.meta.MetaProperty
Returns the metatype of this property.
getMod() - Method in class net.anotheria.anodoc.query2.QueryModProperty
Getter for the field mod.
getModule() - Method in class net.anotheria.asg.generator.util.DirectLink
Getter for the field module.
getModule() - Method in class net.anotheria.asg.generator.view.meta.MetaModuleSection
Getter for the field module.
getModule(String) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
Returns the module from the storage.
getModule(String, String) - Method in interface net.anotheria.anodoc.service.IModuleService
getModule.
getModule(String, String) - Method in class net.anotheria.anodoc.service.ModuleServiceImpl
getModule.
getModule(String, String, boolean) - Method in interface net.anotheria.anodoc.service.IModuleService
getModule.
getModule(String, String, boolean) - Method in class net.anotheria.anodoc.service.ModuleServiceImpl
Same as getModule(ownerId, moduleId, default_copy_id, create?)
getModule(String, String, String) - Method in interface net.anotheria.anodoc.service.IModuleService
Same as return getModule(ownerId, moduleId, copyId, false); in current implementation.
getModule(String, String, String) - Method in class net.anotheria.anodoc.service.ModuleServiceImpl
Same as return getModule(ownerId, moduleId, copyId, false); in current implementation.
getModule(String, String, String, boolean) - Method in interface net.anotheria.anodoc.service.IModuleService
This function retrieves the appropriate Module from the storage and returns it.
getModule(String, String, String, boolean) - Method in class net.anotheria.anodoc.service.ModuleServiceImpl
This function retrieves the appropriate Module from the storage and returns it.
getModuleClassName() - Method in class net.anotheria.asg.generator.meta.MetaModule
getModuleClassName.
getModuleFactory() - Method in class net.anotheria.anodoc.data.Module
Returns the moduleFactory.
getModuleFactoryName(MetaModule) - Static method in class net.anotheria.asg.generator.model.docs.ModuleFactoryGenerator
getModuleFactoryName.
getModuleOptions() - Method in class net.anotheria.asg.generator.meta.MetaModule
Getter for the field moduleOptions.
getModuleParameter(String) - Method in class net.anotheria.asg.generator.meta.MetaModule
getModuleParameter.
getModules() - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
Returns module from storage.
getModuleStorage() - Static method in class net.anotheria.anodoc.service.ModuleStorageFactory
getModuleStorage.
getMoskitoSubsystem() - Method in class net.anotheria.asg.generator.model.AbstractServiceGenerator
getMoskitoSubsystem.
getMoskitoSubsystem() - Method in class net.anotheria.asg.generator.model.db.JDBCBasedServiceGenerator
getMoskitoSubsystem.
getMoskitoSubsystem() - Method in class net.anotheria.asg.generator.model.docs.CMSBasedServiceGenerator
getMoskitoSubsystem.
getMoskitoSubsystem() - Method in class net.anotheria.asg.generator.model.federation.FederationServiceGenerator
getMoskitoSubsystem.
getMoskitoSubsystem() - Method in class net.anotheria.asg.generator.model.fixture.FixtureServiceGenerator
getMoskitoSubsystem.
getMoskitoSubsystem() - Method in class net.anotheria.asg.generator.model.inmemory.InMemoryServiceGenerator
getMoskitoSubsystem.
getMoskitoSubsystem() - Method in class net.anotheria.asg.generator.model.rmi.RMIServiceGenerator
getMoskitoSubsystem.
getMultiOpActionName(MetaModuleSection) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getMultiOpActionName.
getMultiOpDialogActionName(MetaModuleSection) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getMultiOpDialogActionName.
getMultiple() - Method in class net.anotheria.asg.generator.meta.MetaDocument
getMultiple.
getName() - Method in class net.anotheria.anodoc.data.Property
getName.
getName() - Method in class net.anotheria.anodoc.query2.QueryProperty
Getter for the field name.
getName() - Method in class net.anotheria.anodoc.util.context.BrandConfig
 
getName() - Method in class net.anotheria.asg.generator.ContextParameter
Getter for the field name.
getName() - Method in class net.anotheria.asg.generator.FileEntry
Getter for the field name.
getName() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormField
Getter for the field name.
getName() - Method in class net.anotheria.asg.generator.GeneratedArtefact
Returns the name of the artefact.
getName() - Method in class net.anotheria.asg.generator.GeneratedClass.ClassDef
 
getName() - Method in class net.anotheria.asg.generator.GenerationOption
Getter for the field name.
getName() - Method in class net.anotheria.asg.generator.meta.FederatedModuleDef
Getter for the field name.
getName() - Method in class net.anotheria.asg.generator.meta.MetaDocument
Getter for the field name.
getName() - Method in class net.anotheria.asg.generator.meta.MetaModule
Getter for the field name.
getName() - Method in class net.anotheria.asg.generator.meta.MetaProperty
Getter for the field name.
getName() - Method in enum net.anotheria.asg.generator.meta.MetaProperty.Type
 
getName() - Method in class net.anotheria.asg.generator.meta.ModuleParameter
Getter for the field name.
getName() - Method in class net.anotheria.asg.generator.types.meta.DataType
Getter for the field name.
getName() - Method in class net.anotheria.asg.generator.view.meta.MetaDecorator
Getter for the field name.
getName() - Method in class net.anotheria.asg.generator.view.meta.MetaDialog
Getter for the field name.
getName() - Method in class net.anotheria.asg.generator.view.meta.MetaFilter
Getter for the field name.
getName() - Method in class net.anotheria.asg.generator.view.meta.MetaValidator
Getter for the field name.
getName() - Method in class net.anotheria.asg.generator.view.meta.MetaView
Getter for the field name.
getName() - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
Getter for the field name.
getName(boolean) - Method in class net.anotheria.asg.generator.meta.MetaDocument
Getter for the field name.
getName(String) - Method in class net.anotheria.asg.generator.meta.MetaProperty
Returns the internal name of the property for language variant.
getName(String) - Method in class net.anotheria.asg.util.decorators.AbstractLinkDecorator
getName.
getName(String, String) - Method in class net.anotheria.asg.generator.meta.MetaProperty
Getter for the field name.
getNameWithGeneric() - Method in class net.anotheria.asg.generator.GeneratedClass.ClassDef
 
getNewActionName(MetaModuleSection) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getNewActionName.
getNextIdInt() - Method in class net.anotheria.anodoc.data.IDHolder
Returns the next id.
getNextIdString() - Method in class net.anotheria.anodoc.data.IDHolder
getNextIdString.
getNextIdToGive() - Method in class net.anotheria.anodoc.data.IDHolder
Returns the next id without increasing it.
getNoItemExceptionName(MetaDocument) - Static method in class net.anotheria.asg.generator.model.db.PersistenceServiceDAOGenerator
getNoItemExceptionName.
getObject(String) - Method in class net.anotheria.anodoc.data.Document
This method is used by the storage to save not only the container, but the underlying data too.
getObject(String) - Method in class net.anotheria.anodoc.data.DocumentList
This method is used by the storage to save not only the container, but the underlying data too.
getObject(String) - Method in interface net.anotheria.anodoc.data.ICompositeDataObject
This method is used by the storage to save not only the container, but the underlying data too.
getObject(String) - Method in class net.anotheria.anodoc.data.Module
This method is used by the storage to save not only the container, but the underlying data too.
getObjectInfo() - Method in class net.anotheria.asg.data.AbstractASGDocument
Returns the object info about this data object.
getObjectInfo() - Method in class net.anotheria.asg.data.AbstractFederatedVO
getObjectInfo.
getObjectInfo() - Method in class net.anotheria.asg.data.AbstractVO
Returns the object info about this data object.
getObjectInfo() - Method in interface net.anotheria.asg.data.DataObject
Returns the object info about this data object.
getOptions() - Method in class net.anotheria.asg.generator.Context
Getter for the field options.
getOptions() - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
Getter for the field options.
getOriginalValue() - Method in class net.anotheria.anodoc.query2.QueryProperty
getOriginalValue.
getOwner() - Method in class net.anotheria.asg.generator.Context
Getter for the field owner.
getOwnerId() - Method in class net.anotheria.anodoc.data.Module
Returns the ownerId.
getPackage() - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getPackage.
getPackage() - Static method in class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
Deprecated.
getPackage(Context) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getPackage.
getPackage(Context, MetaDocument) - Static method in class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
getPackage.
getPackage(Context, MetaModule) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getPackage.
getPackage(Context, MetaModule) - Static method in class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
getPackage.
getPackage(MetaDocument) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getPackage.
getPackage(MetaDocument) - Static method in class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
getPackage.
getPackage(MetaDocument) - Static method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
getPackage.
getPackage(MetaModule) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getPackage.
getPackage(MetaModule) - Static method in class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
getPackage.
getPackage(MetaModule) - Static method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
getPackage.
getPackageName() - Method in class net.anotheria.asg.generator.Context
Deprecated.
use getPackageName(MetaModule m);
getPackageName() - Method in class net.anotheria.asg.generator.GeneratedClass
Getter for the field packageName.
getPackageName() - Method in class net.anotheria.asg.generator.types.EnumerationGenerator
getPackageName.
getPackageName() - Static method in enum net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SharedAction
 
getPackageName(Context) - Static method in class net.anotheria.asg.generator.types.EnumerationGenerator
getPackageName.
getPackageName(Context, MetaModule) - Static method in class net.anotheria.asg.generator.model.db.JDBCPersistenceServiceGenerator
getPackageName.
getPackageName(Context, MetaModule) - Static method in class net.anotheria.asg.generator.model.inmemory.InMemoryServiceGenerator
getPackageName.
getPackageName(Context, MetaModule) - Static method in class net.anotheria.asg.generator.model.rmi.RMIServiceGenerator
getPackageName.
getPackageName(Context, MetaModule) - Static method in class net.anotheria.asg.generator.model.ServiceGenerator
getPackageName.
getPackageName(MetaDocument) - Method in class net.anotheria.asg.generator.Context
Getter for the field packageName.
getPackageName(MetaDocument) - Method in class net.anotheria.asg.generator.model.AbstractDataObjectGenerator
Returns the package name for the given document.
getPackageName(MetaModule) - Method in class net.anotheria.asg.generator.Context
Getter for the field packageName.
getPackageName(MetaModule) - Static method in class net.anotheria.asg.generator.model.AbstractDataObjectGenerator
getPackageName.
getPackageName(MetaModule) - Method in class net.anotheria.asg.generator.model.AbstractServiceGenerator
getPackageName.
getPackageName(MetaModule) - Method in class net.anotheria.asg.generator.model.fixture.FixtureServiceGenerator
getPackageName.
getPackageName(MetaModule) - Method in class net.anotheria.asg.generator.model.inmemory.InMemoryServiceGenerator
getPackageName.
getPackageName(MetaModule) - Method in class net.anotheria.asg.generator.model.rmi.RMIServiceGenerator
getPackageName.
getPackageRest(MetaModule) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getPackageRest.
getParameter() - Method in class net.anotheria.asg.util.filter.FilterTrigger
Getter for the field parameter.
getParent() - Method in class net.anotheria.asg.generator.GeneratedClass
Getter for the field parent.
getParentModule() - Method in class net.anotheria.asg.generator.meta.MetaDocument
Getter for the field parentModule.
getParentName() - Method in class net.anotheria.asg.util.DocumentChange
Getter for the field parentName.
getPath() - Method in class net.anotheria.asg.generator.FileEntry
Getter for the field path.
getPath() - Method in class net.anotheria.asg.generator.forms.meta.MetaForm
Getter for the field path.
getPath() - Method in class net.anotheria.asg.generator.GeneratedArtefact
Returns the relative path where the artefact must be stored on the filesystem.
getPath() - Method in class net.anotheria.asg.generator.GeneratedClass
Returns the relative path where the artefact must be stored on the filesystem.
getPath() - Method in class net.anotheria.asg.generator.GeneratedJSPFile
Returns the relative path where the artefact must be stored on the filesystem.
getPath() - Method in class net.anotheria.asg.generator.GeneratedSQLFile
Returns the relative path where the artefact must be stored on the filesystem.
getPath() - Method in class net.anotheria.asg.generator.GeneratedXMLFile
Returns the relative path where the artefact must be stored on the filesystem.
getPath() - Method in class net.anotheria.asg.generator.view.meta.MetaCustomSection
Getter for the field path.
getPath(MetaDocument, String) - Static method in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
getPath.
getPost() - Method in class net.anotheria.anodoc.query2.string.StringMatchingInfo
Getter for the field post.
getPre() - Method in class net.anotheria.anodoc.query2.string.StringMatchingInfo
Getter for the field pre.
getPreviewImage() - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the tag for the preview image in the overview.
getPreviewImage(String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the tag for the preview image in the overview with the given alt tag.
getProductString() - Static method in class net.anotheria.asg.generator.Generator
getProductString.
getProperties() - Method in class net.anotheria.anodoc.data.Document
Returns a list of all contained properties.
getProperties() - Method in class net.anotheria.asg.generator.meta.MetaDocument
Returns all contained properties.
getProperties(String, Class<P>, List<T>) - Static method in class net.anotheria.asg.util.data.DataObjectUtils
Returns for the dataObjects the List that is filled with specified property values of each dataObject.
getProperty() - Method in class net.anotheria.asg.generator.util.DirectLink
Getter for the field property.
getProperty(String) - Method in class net.anotheria.anodoc.data.Document
Returns the Property contained in this Document under the given name.
getPropertyName() - Method in class net.anotheria.anodoc.query2.ResultEntryBean
Getter for the field propertyName.
getPropertyName() - Method in class net.anotheria.asg.generator.view.meta.MetaFunctionElement
getPropertyName.
getPropertyType() - Method in class net.anotheria.anodoc.data.BooleanProperty
getPropertyType.
getPropertyType() - Method in class net.anotheria.anodoc.data.DoubleProperty
getPropertyType.
getPropertyType() - Method in class net.anotheria.anodoc.data.FloatProperty
getPropertyType.
getPropertyType() - Method in class net.anotheria.anodoc.data.IntProperty
getPropertyType.
getPropertyType() - Method in class net.anotheria.anodoc.data.ListProperty
getPropertyType.
getPropertyType() - Method in class net.anotheria.anodoc.data.LongProperty
getPropertyType.
getPropertyType() - Method in class net.anotheria.anodoc.data.Property
getPropertyType.
getPropertyType() - Method in class net.anotheria.anodoc.data.StringProperty
getPropertyType.
getPropertyType() - Method in class net.anotheria.anodoc.data.TextProperty
getPropertyType.
getPropertyValue(String) - Method in class net.anotheria.anodoc.data.Document
getPropertyValue.
getPropertyValue(String) - Method in interface net.anotheria.asg.data.DataObject
Returns the value of a property in an underlying type.
getRegistryHost() - Method in class net.anotheria.asg.util.rmi.RMIConfig
Getter for the field registryHost.
getRegistryPort() - Method in class net.anotheria.asg.util.rmi.RMIConfig
Getter for the field registryPort.
getRelevance() - Method in class net.anotheria.anodoc.query2.QueryResultEntry
Getter for the field relevance.
getRemoteExceptionName(MetaModule) - Method in class net.anotheria.asg.generator.model.rmi.RMIServiceGenerator
Returns the name of the remote exception.
getRequestTime() - Method in class net.anotheria.asg.service.remote.EchoRequest
Getter for the field requestTime.
getRequiredRoles() - Method in class net.anotheria.asg.generator.view.meta.MetaView
Getter for the field requiredRoles.
getResourceActionName(MetaModuleSection) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getResourceActionName.
getResponseTime() - Method in class net.anotheria.asg.service.remote.EchoResponse
Getter for the field responseTime.
getRMIConfig() - Static method in class net.anotheria.asg.util.rmi.RMIConfigFactory
Returns the RMIConfig.
getRowMapperName(MetaDocument) - Static method in class net.anotheria.asg.generator.model.db.PersistenceServiceDAOGenerator
getRowMapperName.
getRows() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormTableField
Getter for the field rows.
getRule() - Method in class net.anotheria.asg.generator.view.meta.MetaDecorator
Getter for the field rule.
getSearchActionName(MetaModuleSection) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getSearchActionName.
getSearchFBFullName() - Static method in class net.anotheria.asg.generator.view.action.CMSSearchActionsGenerator
getSearchFBFullName.
getSearchFBName() - Static method in class net.anotheria.asg.generator.view.action.CMSSearchActionsGenerator
getSearchFBName.
getSearchFBPackageName() - Static method in class net.anotheria.asg.generator.view.action.CMSSearchActionsGenerator
getSearchFBPackageName.
getSearchPackageName() - Static method in class net.anotheria.asg.generator.view.action.CMSSearchActionsGenerator
getSearchPackageName.
getSearchPageFullName() - Static method in class net.anotheria.asg.generator.view.action.CMSSearchActionsGenerator
getSearchPageFullName.
getSearchResultPageName() - Static method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
getSearchResultPageName.
getSections() - Method in class net.anotheria.asg.generator.view.meta.MetaView
Getter for the field sections.
getServerName(MetaModule) - Static method in class net.anotheria.asg.generator.model.rmi.RMIServiceGenerator
Returns the name of the rmi server class.
getServiceGetterCall(MetaModule) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getServiceGetterCall.
getServiceGetterName(MetaModule) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getServiceGetterName.
getServiceInstanceName(MetaModule) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getServiceInstanceName.
getServiceName(MetaModule) - Static method in class net.anotheria.asg.generator.model.AbstractServiceGenerator
Returns the service name for a module.
getServiceName(MetaModule) - Static method in class net.anotheria.asg.generator.model.db.JDBCPersistenceServiceGenerator
getServiceName.
getServiceName(MetaModule) - Static method in class net.anotheria.asg.generator.model.ServiceGenerator
Returns the service name for this module.
getServicePackageName(MetaDocument) - Method in class net.anotheria.asg.generator.Context
getServicePackageName.
getServicePackageName(MetaModule) - Method in class net.anotheria.asg.generator.Context
getServicePackageName.
getServletMapping() - Method in class net.anotheria.asg.generator.Context
Getter for the field servletMapping.
getSharedActionPackageName() - Static method in class net.anotheria.asg.generator.view.AbstractMafActionGenerator
getSharedActionPackageName.
getSharedActionPackageName() - Static method in class net.anotheria.asg.generator.view.action.AbstractActionGenerator
getSharedActionPackageName.
getSharedJspFooterName() - Static method in class net.anotheria.asg.generator.view.jsp.SharedFooterJspGenerator
getSharedJspFooterName.
getSharedJspFooterPageName() - Static method in class net.anotheria.asg.generator.view.jsp.IndexPageJspGenerator
getSharedJspFooterPageName.
getSharedJspFooterPageName() - Static method in class net.anotheria.asg.generator.view.jsp.SharedFooterJspGenerator
getSharedJspFooterPageName.
getShortName() - Method in enum net.anotheria.asg.util.CmsChangesTracker.Action
 
getShowActionName(MetaModuleSection) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getShowActionName.
getShowCMSPath(MetaDocument) - Static method in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
getShowCMSPath.
getShowPageName(MetaDocument) - Static method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the name of the jsp file for the show page for the document.
getShowQueriesPageName(MetaDocument) - Static method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
getShowQueriesPageName.
getShowQueriesPath(MetaDocument) - Static method in class net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator
getShowQueriesPath.
getShowQueryActionName(MetaModuleSection) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getShowQueryActionName.
getSize() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormSingleField
Getter for the field size.
getSizeInBytes() - Method in class net.anotheria.anodoc.data.BooleanProperty
The 'size' of a DataHolder is needed for the quota calculation.
The size of an atomic DataHolder like a Property should be the real amount of bytes it uses, whether the size of complex objects should be cumulated.
The overhead for administration shouldn't be counted (i.e.
getSizeInBytes() - Method in class net.anotheria.anodoc.data.DataHolder
The 'size' of a DataHolder is needed for the quota calculation.
The size of an atomic DataHolder like a Property should be the real amount of bytes it uses, whether the size of complex objects should be cumulated.
The overhead for administration shouldn't be counted (i.e.
getSizeInBytes() - Method in class net.anotheria.anodoc.data.Document
Returns the cumulative size of the contained DataHolders.
getSizeInBytes() - Method in class net.anotheria.anodoc.data.DocumentList
The 'size' of a DataHolder is needed for the quota calculation.
The size of an atomic DataHolder like a Property should be the real amount of bytes it uses, whether the size of complex objects should be cumulated.
The overhead for administration shouldn't be counted (i.e.
getSizeInBytes() - Method in class net.anotheria.anodoc.data.DoubleProperty
The 'size' of a DataHolder is needed for the quota calculation.
The size of an atomic DataHolder like a Property should be the real amount of bytes it uses, whether the size of complex objects should be cumulated.
The overhead for administration shouldn't be counted (i.e.
getSizeInBytes() - Method in class net.anotheria.anodoc.data.FloatProperty
The 'size' of a DataHolder is needed for the quota calculation.
The size of an atomic DataHolder like a Property should be the real amount of bytes it uses, whether the size of complex objects should be cumulated.
The overhead for administration shouldn't be counted (i.e.
getSizeInBytes() - Method in class net.anotheria.anodoc.data.IntProperty
The 'size' of a DataHolder is needed for the quota calculation.
The size of an atomic DataHolder like a Property should be the real amount of bytes it uses, whether the size of complex objects should be cumulated.
The overhead for administration shouldn't be counted (i.e.
getSizeInBytes() - Method in class net.anotheria.anodoc.data.ListProperty
The 'size' of a DataHolder is needed for the quota calculation.
The size of an atomic DataHolder like a Property should be the real amount of bytes it uses, whether the size of complex objects should be cumulated.
The overhead for administration shouldn't be counted (i.e.
getSizeInBytes() - Method in class net.anotheria.anodoc.data.LongProperty
The 'size' of a DataHolder is needed for the quota calculation.
The size of an atomic DataHolder like a Property should be the real amount of bytes it uses, whether the size of complex objects should be cumulated.
The overhead for administration shouldn't be counted (i.e.
getSizeInBytes() - Method in class net.anotheria.anodoc.data.Module
Returns the size of the module in bytes.
getSizeInBytes() - Method in class net.anotheria.anodoc.data.StringProperty
The 'size' of a DataHolder is needed for the quota calculation.
The size of an atomic DataHolder like a Property should be the real amount of bytes it uses, whether the size of complex objects should be cumulated.
The overhead for administration shouldn't be counted (i.e.
getSkeletonName(MetaModule) - Static method in class net.anotheria.asg.generator.model.rmi.RMIServiceGenerator
Returns the name of the rmi skeleton class.
getSortingType() - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
Getter for the field sortingType.
getSortTypeImport(MetaDocument) - Static method in class net.anotheria.asg.generator.model.AbstractDataObjectGenerator
getSortTypeImport.
getSortTypeName(MetaDocument) - Static method in class net.anotheria.asg.generator.model.AbstractDataObjectGenerator
getSortTypeName.
getSortTypeName(MetaDocument) - Static method in class net.anotheria.asg.generator.model.DataFacadeGenerator
getSortTypeName(MetaDocument) - Static method in class net.anotheria.asg.generator.model.docs.DocumentGenerator
getSourceDocument() - Method in class net.anotheria.asg.generator.meta.FederatedDocumentMapping
Getter for the field sourceDocument.
getStatisticalInformation() - Method in class net.anotheria.anodoc.data.Module
Overwrite this to return some statistical information for netStats (activity module) which would be save automatically on each module save.
Return -1 if you don't want to provide any statistical information
getStorageId() - Method in class net.anotheria.anodoc.data.Document
Returns the storage id which should be used by a storage to store this document.
getStorageId() - Method in class net.anotheria.anodoc.data.DocumentList
Returns the id which is used to store this object.
getStorageId() - Method in interface net.anotheria.anodoc.data.IBasicStoreableObject
Returns the id which is used to store this object.
getStorageId() - Method in class net.anotheria.anodoc.data.Module
Returns the id which is used to store this object.
getStorageId() - Method in class net.anotheria.anodoc.data.Property
Since the can't be two equally named properties in a Document, the storageId of a Property is its name.
getStorageKey() - Method in class net.anotheria.asg.generator.meta.MetaModule
Deprecated.
Noone knows what storagekey does.
getStorageType() - Method in class net.anotheria.asg.generator.meta.MetaModule
Getter for the field storageType.
getString() - Method in class net.anotheria.anodoc.data.StringProperty
Returns the value of this property as String.
getString(String) - Method in class net.anotheria.anodoc.data.Document
Returns the string value of the according StringProperty, or empty string (see getEmptyString) if none set.
getStringBuilder() - Method in class net.anotheria.asg.generator.GenerationJob
getStringBuilder.
getStringProperty(String) - Method in class net.anotheria.anodoc.data.Document
Returns the StringProperty contained in this Document under the given name.
getStubName(MetaModule) - Static method in class net.anotheria.asg.generator.model.rmi.RMIServiceGenerator
Returns the name of the rmi stub.
getSupportedInterfacesList(MetaModule) - Method in class net.anotheria.asg.generator.model.AbstractServiceGenerator
getSupportedInterfacesList.
getSupportedInterfacesList(MetaModule) - Method in class net.anotheria.asg.generator.model.fixture.FixtureServiceGenerator
getSupportedInterfacesList.
getSupportedInterfacesList(MetaModule) - Method in class net.anotheria.asg.generator.model.inmemory.InMemoryServiceGenerator
getSupportedInterfacesList.
getSupportedLanguages() - Method in class net.anotheria.anodoc.util.context.CallContext
getSupportedLanguages.
getSupportedLanguages() - Method in class net.anotheria.asg.util.filter.MissingAnyTranslationFilter
Getter for the field supportedLanguages.
getSupportedLanguages() - Method in class net.anotheria.asg.util.filter.MissingTranslationFilter
Getter for the field supportedLanguages.
getSwitchMultilingualityActionName(MetaModuleSection) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getSwitchMultilingualityActionName.
getTableGetterName(MetaTableProperty) - Static method in class net.anotheria.asg.generator.model.DataFacadeGenerator
getTableGetterName.
getTableGetterName(MetaTableProperty) - Static method in class net.anotheria.asg.generator.model.db.VOGenerator
getTableGetterName.
getTableGetterName(MetaTableProperty) - Static method in class net.anotheria.asg.generator.model.docs.DocumentGenerator
getTableGetterName.
getTableGetterName(MetaTableProperty) - Static method in class net.anotheria.asg.generator.model.federation.FederationVOGenerator
getTableGetterName.
getTableNameInContext(String) - Method in class net.anotheria.anodoc.util.context.DBContext
getTableNameInContext.
getTableNamePostfix() - Method in class net.anotheria.anodoc.util.context.DBContext
Getter for the field tableNamePostfix.
getTableNamePrefix() - Method in class net.anotheria.anodoc.util.context.DBContext
Getter for the field tableNamePrefix.
getTargetDocument() - Method in class net.anotheria.asg.generator.meta.FederatedDocumentMapping
Getter for the field targetDocument.
getTargetDocumentDescription() - Method in class net.anotheria.asg.util.bean.LinkToMeBean
Getter for the field targetDocumentDescription.
getTargetDocumentId() - Method in class net.anotheria.asg.util.bean.LinkToMeBean
Getter for the field targetDocumentId.
getTargetDocumentLink() - Method in class net.anotheria.asg.util.bean.LinkToMeBean
Getter for the field targetDocumentLink.
getTargetDocumentName() - Method in class net.anotheria.asg.generator.meta.MetaLink
getTargetDocumentName.
getTargetDocumentProperty() - Method in class net.anotheria.asg.util.bean.LinkToMeBean
Getter for the field targetDocumentProperty.
getTargetDocumentType() - Method in class net.anotheria.asg.util.bean.LinkToMeBean
Getter for the field targetDocumentType.
getTargetKey() - Method in class net.anotheria.asg.generator.meta.FederatedDocumentMapping
Getter for the field targetKey.
getTargetModuleName() - Method in class net.anotheria.asg.generator.meta.MetaLink
getTargetModuleName.
getTargets() - Method in class net.anotheria.asg.generator.forms.meta.MetaForm
Getter for the field targets.
getTemporaryVariableName() - Method in class net.anotheria.asg.generator.meta.MetaDocument
getTemporaryVariableName.
getTimeout() - Method in class net.anotheria.asg.util.locking.config.LockingConfig
Getter for the field timeout.
getTimestamp() - Method in class net.anotheria.asg.util.DocumentChange
Getter for the field timestamp.
getTitle() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormSingleField
Getter for the field title.
getTitle() - Method in class net.anotheria.asg.generator.view.meta.MetaDialog
Getter for the field title.
getTitle() - Method in class net.anotheria.asg.generator.view.meta.MetaSection
Getter for the field title.
getTitle() - Method in class net.anotheria.asg.generator.view.meta.MetaView
Getter for the field title.
getTopImage(String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the tag for the move to the top image in the list view with the given alt tag.
getTopMenuPage() - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
getTopMenuPage.
getTopPackageName() - Method in class net.anotheria.asg.generator.Context
getTopPackageName.
getTransferActionName(MetaModuleSection) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getTransferActionName.
getTriggerer(String) - Method in class net.anotheria.asg.util.filter.AZDocumentFilter
getTriggerer.
getTriggerer(String) - Method in interface net.anotheria.asg.util.filter.DocumentFilter
getTriggerer.
getTriggerer(String) - Method in class net.anotheria.asg.util.filter.MissingAnyTranslationFilter
getTriggerer.
getTriggerer(String) - Method in class net.anotheria.asg.util.filter.MissingTranslationFilter
getTriggerer.
getType() - Method in class net.anotheria.asg.data.ObjectInfo
Getter for the field type.
getType() - Method in class net.anotheria.asg.generator.FileEntry
Getter for the field type.
getType() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormSingleField
Getter for the field type.
getType() - Method in class net.anotheria.asg.generator.GeneratedClass
Getter for the field type.
getType() - Method in class net.anotheria.asg.generator.meta.MetaProperty
Getter for the field type.
getType(String) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
Returns parsed data type by name.
getTypeComment() - Method in class net.anotheria.asg.generator.GeneratedClass
Getter for the field typeComment.
getTypeIdentifier() - Method in class net.anotheria.anodoc.data.Document
Returns the type identifier of this document.
getUnLockActionName(MetaModuleSection) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getUnLockActionName.
getUnLockImage() - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the tag for the lock image in the overview.
getUnLockImage(String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the tag for the unLock image in the overview with the given alt tag.
getUpdateActionName(MetaModuleSection) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getUpdateActionName.
getUpdatedTimestamp() - Method in class net.anotheria.asg.service.InMemoryObjectWrapper
Getter for the field updatedTimestamp.
getUpImage(String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the tag for the move up image in the list view with the given alt tag.
getUrlsToMap() - Method in class net.anotheria.anodoc.util.context.BrandConfig
 
getUserName() - Method in class net.anotheria.asg.util.DocumentChange
Getter for the field userName.
getUtilsClassName(EnumerationType) - Static method in class net.anotheria.asg.generator.types.EnumerationGenerator
getUtilsClassName.
getUtilsImport(EnumerationType) - Static method in class net.anotheria.asg.generator.types.EnumerationGenerator
getUtilsImport.
getValidator(String) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
Returns parsed validator by name.
getValidators() - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
Getter for the field validators.
getValidators() - Method in class net.anotheria.asg.generator.view.meta.MultilingualFieldElement
Getter for the field validators.
getValue() - Method in class net.anotheria.anodoc.data.Property
Getter for the field value.
getValue() - Method in class net.anotheria.anodoc.query2.QueryContainsProperty
Getter for the field value.
getValue() - Method in class net.anotheria.anodoc.query2.QueryInProperty
Getter for the field value.
getValue() - Method in class net.anotheria.anodoc.query2.QueryLikeProperty
Getter for the field value.
getValue() - Method in class net.anotheria.anodoc.query2.QueryProperty
Getter for the field value.
getValue() - Method in class net.anotheria.anodoc.query2.QueryStartsWithProperty
Getter for the field value.
getValue() - Method in class net.anotheria.asg.generator.ContextParameter
Getter for the field value.
getValue() - Method in class net.anotheria.asg.generator.GenerationOption
Getter for the field value.
getValue() - Method in class net.anotheria.asg.generator.meta.ModuleParameter
Getter for the field value.
getValues() - Method in class net.anotheria.asg.generator.types.meta.EnumerationType
Getter for the field values.
getVariableName() - Method in class net.anotheria.asg.generator.meta.MetaDocument
Returns the name of the variable to use in generated code for variables of this documents type.
getVariableName() - Method in class net.anotheria.asg.generator.view.meta.MetaFieldElement
getVariableName.
getVariableName() - Method in class net.anotheria.asg.generator.view.meta.MultilingualFieldElement
getVariableName.
getVariableName(int, int) - Method in class net.anotheria.asg.generator.forms.meta.MetaFormTableField
getVariableName.
getVersionImage() - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the tag for the version info image in the overview.
getVersionImage(String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the tag for the Version in the overview with the given alt tag.
getVersionInfoActionName(MetaModuleSection) - Static method in class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
getVersionInfoActionName.
getVersionInfoPageName() - Static method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the page name for the version info page.
getVersionInfoPageName(MetaDocument) - Static method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Returns the page name for the version info page for the given document.
getVersionString() - Static method in class net.anotheria.asg.generator.Generator
getVersionString.
getView(String) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
Return view from storage.
getViewActionName(MetaView) - Static method in class net.anotheria.asg.generator.view.action.BaseViewActionGenerator
getViewActionName.
getViewFullName() - Method in enum net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SharedAction
 
getViewFullName(MetaModuleSection) - Method in enum net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
getViewName() - Method in enum net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SharedAction
 
getViewName(MetaDocument, MetaContainerProperty) - Method in enum net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.ContainerAction
 
getViewName(MetaModuleSection) - Method in enum net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
getViewPath() - Method in enum net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SharedAction
 
getViewPath(MetaModuleSection) - Method in enum net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
getWidth() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormTableHeader
Getter for the field width.
getWordOccuerrence(String) - Method in class net.anotheria.anodoc.query2.string.ContainsWordsQuery.Index
 
getXMLHelperImport(Context, MetaDocument) - Static method in class net.anotheria.asg.generator.model.DataFacadeGenerator
getXMLHelperImport.
getXMLHelperName(MetaDocument) - Static method in class net.anotheria.asg.generator.model.DataFacadeGenerator
getXMLHelperName.
getYUIPath(String, Context) - Static method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
getYUIPath.

H

hashCode() - Method in class net.anotheria.anodoc.data.DataHolder
hashCode() - Method in class net.anotheria.asg.data.AbstractFederatedVO
hashCode() - Method in class net.anotheria.asg.data.AbstractVO
hashCode() - Method in class net.anotheria.asg.generator.meta.MetaModule
hashCode() - Method in class net.anotheria.asg.generator.view.meta.MetaDecorator
hashCode() - Method in class net.anotheria.asg.generator.view.meta.MetaSection
hashCode.
hashCode() - Method in class net.anotheria.asg.generator.view.meta.MetaValidator
hashCode() - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
hasLanguageCopyMethods(MetaDocument) - Static method in class net.anotheria.asg.generator.GeneratorDataRegistry
Returns true if the document should have methods for language copying.
hasLanguageCopyMethods(MetaDocument) - Static method in class net.anotheria.asg.generator.model.DataFacadeGenerator
hasLanguageCopyMethods.
hasServiceListeners() - Method in class net.anotheria.asg.service.AbstractASGService
Returns true if there are service listeners connected to this service.
hasServiceListeners() - Method in interface net.anotheria.asg.service.ASGService
Returns true if there are service listeners connected to this service.

I

IAttributeDecorator - Interface in net.anotheria.asg.util.decorators
This interface declares an attribute decorator, which can be configured to be used by the generated ShowActions.
IBasicStoreableObject - Interface in net.anotheria.anodoc.data
A class which implements this interface understands itself as basic (plain, atomic) storeable object, which means, that it doesn't contain futher storeable objects.
ICommonModuleStorage - Interface in net.anotheria.anodoc.util
Interface for module storage.
ICompositeDataObject - Interface in net.anotheria.anodoc.data
This container represents a composite container like a Document or a DocumentList.
ident - Variable in class net.anotheria.asg.generator.AbstractGenerator
Current ident.
IDENTIFIER_DOCUMENT - Static variable in interface net.anotheria.anodoc.data.IHelperConstants
Used as prefix for doc names when stored in modules.
IDENTIFIER_KEY - Static variable in interface net.anotheria.anodoc.data.IHelperConstants
Used as name for type of stored object, for example document.
IDENTIFIER_LIST - Static variable in interface net.anotheria.anodoc.data.IHelperConstants
Used as prefix for list names when stored in modules.
IDHolder - Class in net.anotheria.anodoc.data
Utility class to for unique document ids.
IDHolder(String) - Constructor for class net.anotheria.anodoc.data.IDHolder
Creates a new idholder object with given id.
IDItoADecorator - Class in net.anotheria.asg.util.decorators
Same as ItoADecorator, but instead of decorating the attribute with the name "attributeName", the id of the given document is taken.
IDItoADecorator() - Constructor for class net.anotheria.asg.util.decorators.IDItoADecorator
 
IFixtureService - Interface in net.anotheria.asg.service
IFixtureService interface.
IGenerateable - Interface in net.anotheria.asg.generator
Basic interface for everything thats generateable.
IGenerator - Interface in net.anotheria.asg.generator
TODO please remined another to comment this class
IHelperConstants - Interface in net.anotheria.anodoc.data
Some constants used by the assembling and dissembling routines.
IMAGE - net.anotheria.asg.generator.meta.MetaProperty.Type
 
ImageType - Class in net.anotheria.asg.generator.meta
Representation of the image type.
ImageType() - Constructor for class net.anotheria.asg.generator.meta.ImageType
 
IMetaType - Interface in net.anotheria.asg.generator.meta
Represent the type of a property.
IModuleFactory - Interface in net.anotheria.anodoc.service
This factory is responsible for creating new modules, if a service should be able to create new modules.
IModuleListener - Interface in net.anotheria.asg.util.listener
A listener for module.
IModuleService - Interface in net.anotheria.anodoc.service
This interface describes the locally available service for Module management.
It provides functions for configuration of itself and for data access/storage.
IModuleStorage - Interface in net.anotheria.anodoc.service
Storage for Module instances.
IMPORT - net.anotheria.asg.util.CmsChangesTracker.Action
 
IncludedDocuments - Class in net.anotheria.asg.generator.util
IncludedDocuments class.
IncludedDocuments() - Constructor for class net.anotheria.asg.generator.util.IncludedDocuments
Constructor for IncludedDocuments.
IncludeDocumentsBean - Class in net.anotheria.asg.generator.util
Bean of included document.
IncludeDocumentsBean(String, int) - Constructor for class net.anotheria.asg.generator.util.IncludeDocumentsBean
Constructor for IncludeDocumentsBean.
increaseIdent() - Method in class net.anotheria.asg.generator.AbstractGenerator
increases current ident.
Index() - Constructor for class net.anotheria.anodoc.query2.string.ContainsWordsQuery.Index
 
IndexPageActionGenerator - Class in net.anotheria.asg.generator.view.action
Generator class for the index page action in cms.
IndexPageActionGenerator() - Constructor for class net.anotheria.asg.generator.view.action.IndexPageActionGenerator
 
IndexPageJspGenerator - Class in net.anotheria.asg.generator.view.jsp
IndexPageJspGenerator class.
IndexPageJspGenerator() - Constructor for class net.anotheria.asg.generator.view.jsp.IndexPageJspGenerator
 
indexWord(String, int) - Method in class net.anotheria.anodoc.query2.string.ContainsWordsQuery.Index
 
INMEMORY - Static variable in class net.anotheria.asg.generator.GenerationOptions
Name of the inmemory option.
InMemoryObjectWrapper<T extends DataObject> - Class in net.anotheria.asg.service
InMemoryObjectWrapper class.
InMemoryObjectWrapper(T) - Constructor for class net.anotheria.asg.service.InMemoryObjectWrapper
Constructor for InMemoryObjectWrapper.
InMemoryObjectWrapper(T, boolean) - Constructor for class net.anotheria.asg.service.InMemoryObjectWrapper
Constructor for InMemoryObjectWrapper.
InMemoryService<T extends ASGService> - Interface in net.anotheria.asg.service
A service that holds all the data in memory.
InMemoryServiceGenerator - Class in net.anotheria.asg.generator.model.inmemory
Generates an inmemory implementation of a module interface and the according factory.
InMemoryServiceGenerator() - Constructor for class net.anotheria.asg.generator.model.inmemory.InMemoryServiceGenerator
 
insertDocumentAt(D, int) - Method in class net.anotheria.anodoc.data.DocumentList
Inserts given into the list at position with parameter 'pos'.
INT - net.anotheria.anodoc.data.PropertyType
Integer.
INT - net.anotheria.asg.generator.meta.MetaProperty.Type
 
INT_LOCK_PROPERTY_NAME - Static variable in interface net.anotheria.asg.data.LockableObject
LockableObject "locked" property.
INT_LOCKER_ID_PROPERTY_NAME - Static variable in interface net.anotheria.asg.data.LockableObject
LockableObject "lockerId" property.
INT_LOCKING_TIME_PROPERTY_NAME - Static variable in interface net.anotheria.asg.data.LockableObject
LockableObject "lockingTime" property.
INT_PROPERTY_MULTILINGUAL_DISABLED - Static variable in class net.anotheria.asg.data.AbstractASGDocument
Constant INT_PROPERTY_MULTILINGUAL_DISABLED="ml-disabled"
INTERFACE - net.anotheria.asg.generator.TypeOfClass
A generated java interface.
IntProperty - Class in net.anotheria.anodoc.data
This class represents an integer property (the mapping for int or integer attributes)
IntProperty(String, int) - Constructor for class net.anotheria.anodoc.data.IntProperty
Creates a new IntProperty with given name and value.
IntProperty(String, Integer) - Constructor for class net.anotheria.anodoc.data.IntProperty
Creates a new IntProperty with given name and value.
IntPropertyDeserializer - Class in net.anotheria.anodoc.util.mapper.pds
 
IntPropertyDeserializer() - Constructor for class net.anotheria.anodoc.util.mapper.pds.IntPropertyDeserializer
 
IntPropertyDeserializer(Class<IntProperty>) - Constructor for class net.anotheria.anodoc.util.mapper.pds.IntPropertyDeserializer
 
IntPropertySerializer - Class in net.anotheria.anodoc.util.mapper.ps
 
IntPropertySerializer() - Constructor for class net.anotheria.anodoc.util.mapper.ps.IntPropertySerializer
 
IntPropertySerializer(Class<IntProperty>) - Constructor for class net.anotheria.anodoc.util.mapper.ps.IntPropertySerializer
 
IntType - Class in net.anotheria.asg.generator.meta
Representation of the Integer type.
IntType() - Constructor for class net.anotheria.asg.generator.meta.IntType
 
IPlainDataObject - Interface in net.anotheria.anodoc.data
This interface represents a single data container which doesn't have undelying objects.
isAbstractClass() - Method in class net.anotheria.asg.generator.GeneratedClass
isAbstractClass.
isAutocompleteOff() - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
isAutocompleteOff.
isAutocompleteOff() - Method in class net.anotheria.asg.generator.view.meta.MultilingualFieldElement
isAutocompleteOff.
isAutolocking() - Method in class net.anotheria.asg.util.locking.config.LockingConfig
isAutolocking.
isCms20() - Method in class net.anotheria.asg.generator.view.meta.MetaView
isCms20.
isCmsVersion1() - Method in class net.anotheria.asg.generator.Context
isCmsVersion1.
isCmsVersion2() - Method in class net.anotheria.asg.generator.Context
isCmsVersion2.
isComparable() - Method in class net.anotheria.asg.generator.meta.MetaDocument
Returns true if the document contains at list one comparable property or link.
isComparable() - Method in class net.anotheria.asg.generator.view.meta.MetaEmptyElement
isComparable.
isComparable() - Method in class net.anotheria.asg.generator.view.meta.MetaFunctionElement
isComparable.
isComparable() - Method in class net.anotheria.asg.generator.view.meta.MetaListElement
isComparable.
isComparable() - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
isComparable.
isComparable() - Method in class net.anotheria.asg.generator.view.meta.MultilingualFieldElement
isComparable.
isComplex() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormField
isComplex.
isComplex() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormSingleField
isComplex.
isComplex() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormTableField
isComplex.
isContainsAnyMultilingualDocs() - Method in class net.anotheria.asg.generator.meta.MetaModule
isContainsAnyMultilingualDocs.
isCreated() - Method in class net.anotheria.asg.service.InMemoryObjectWrapper
isCreated.
isCustomValidator() - Method in class net.anotheria.asg.generator.view.meta.MetaValidator
Returns true if form field should get @ValidateCustom() annotation, e.g.
isDatetime() - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
isDatetime.
isDefaultBrand() - Method in class net.anotheria.anodoc.util.context.BrandConfig
 
isDeleted() - Method in class net.anotheria.asg.service.InMemoryObjectWrapper
isDeleted.
isDescriptionAvailable() - Method in class net.anotheria.asg.util.bean.LinkToMeBean
isDescriptionAvailable.
isDocument(String) - Static method in class net.anotheria.anodoc.util.KeyUtility
isDocument.
isEnabled(String) - Method in class net.anotheria.asg.generator.GenerationOptions
Returns true if the option exists and is equal "true".
isEnabledByOptions(String) - Method in class net.anotheria.asg.generator.meta.MetaModule
Returns true if an option is enabled.
IServiceListener - Interface in net.anotheria.asg.util.listener
A listener which can be configured into a generated service and becomes event on all created/updated/deleted documents (objects).
isFalse() - Method in class net.anotheria.asg.generator.GenerationOption
Returns isSet && !true.
isGenerateLogger() - Method in class net.anotheria.asg.generator.GeneratedClass
isGenerateLogger.
isHasErrors() - Method in class net.anotheria.asg.generator.validation.XMLAgainstXSDErrorHandler
isHasErrors.
isIgnoreForSection(MetaModuleSection) - Method in enum net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
isJSValidated() - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
isJSValidated.
isJSValidated() - Method in class net.anotheria.asg.generator.view.meta.MultilingualFieldElement
isJSValidated.
isLinked() - Method in class net.anotheria.asg.generator.meta.MetaLink
isLinked.
isLinked() - Method in class net.anotheria.asg.generator.meta.MetaProperty
isLinked.
isLinked() - Method in class net.anotheria.asg.util.bean.PagingLink
isLinked.
isList(String) - Static method in class net.anotheria.anodoc.util.KeyUtility
isList.
isListEmpty() - Method in class net.anotheria.asg.generator.util.IncludedDocuments
isListEmpty.
isLocked() - Method in class net.anotheria.asg.data.AbstractASGDocument
Return true if current is locked, false otherwise.
isLocked() - Method in interface net.anotheria.asg.data.LockableObject
Return true if current is locked, false otherwise.
isMultilingual() - Method in class net.anotheria.asg.generator.meta.MetaDocument
Returns true if at least one of the properties or links are multilingual, false otherwise.
isMultilingual() - Method in class net.anotheria.asg.generator.meta.MetaProperty
Returns true if the property is multilingual.
isMultilingualDisabledInstance() - Method in interface net.anotheria.asg.data.MultilingualObject
Returns true if the multilingual features are disabled for this instance.
isNumericValidator() - Method in class net.anotheria.asg.generator.view.meta.MetaValidator
isNumericValidator.
isParameterEqual(String, String) - Method in class net.anotheria.asg.generator.meta.MetaModule
isParameterEqual.
isReadonly() - Method in class net.anotheria.asg.generator.meta.MetaProperty
Returns true if the property is read only.
isReadonly() - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
isReadonly.
isReadonly() - Method in class net.anotheria.asg.generator.view.meta.MultilingualFieldElement
isReadonly.
isRelative() - Method in class net.anotheria.asg.generator.meta.MetaLink
isRelative.
isRich() - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
isRich.
isRich() - Method in class net.anotheria.asg.generator.view.meta.MultilingualFieldElement
isRich.
isSelected() - Method in class net.anotheria.asg.util.filter.FilterTrigger
isSelected.
isSet() - Method in class net.anotheria.asg.generator.GenerationOption
Returns true if a value is set.
isShowLink() - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
 
isSingle() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormField
isSingle.
isSingle() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormSingleField
isSingle.
isSingle() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormTableField
isSingle.
isSpacer() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormSingleField
isSpacer.
isTrue() - Method in class net.anotheria.asg.generator.GenerationOption
Returns true if the options value is equal to 'true'.
isUpdated() - Method in class net.anotheria.asg.service.InMemoryObjectWrapper
isUpdated.
isValidated() - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
isValidated.
isValidated() - Method in class net.anotheria.asg.generator.view.meta.MultilingualFieldElement
isValidated.
isValidatedOnSave() - Method in class net.anotheria.asg.generator.view.meta.MetaModuleSection
isValidatedOnSave.
ItoADecorator - Class in net.anotheria.asg.util.decorators
Decorates the attribute with the given attribute name in the given document with help of standart itoa routine.
ItoADecorator() - Constructor for class net.anotheria.asg.util.decorators.ItoADecorator
 

J

JDBCBasedServiceGenerator - Class in net.anotheria.asg.generator.model.db
Generates a DB-Backed implementation of a module interface and the according factory.
JDBCBasedServiceGenerator() - Constructor for class net.anotheria.asg.generator.model.db.JDBCBasedServiceGenerator
 
JDBCCONFIG - Static variable in class net.anotheria.asg.generator.GenerationOptions
Name of the JDBCConfig option.
JDBCPersistenceServiceGenerator - Class in net.anotheria.asg.generator.model.db
JDBCPersistenceServiceGenerator class.
JDBCPersistenceServiceGenerator() - Constructor for class net.anotheria.asg.generator.model.db.JDBCPersistenceServiceGenerator
 
JspGenerator - Class in net.anotheria.asg.generator.view.jsp
Generates the jsps for the edit view.
JspGenerator() - Constructor for class net.anotheria.asg.generator.view.jsp.JspGenerator
 

K

KeyUtility - Class in net.anotheria.anodoc.util
Some utilities for key handling.

L

LanguageUtilsGenerator - Class in net.anotheria.asg.generator.apputil
LanguageUtilsGenerator class.
LanguageUtilsGenerator() - Constructor for class net.anotheria.asg.generator.apputil.LanguageUtilsGenerator
 
LINE_POST - Static variable in class net.anotheria.asg.generator.CommentGenerator
Constant for comments in generated code.
LINE_PRE - Static variable in class net.anotheria.asg.generator.CommentGenerator
Constant for comments in generated code.
LINES_ADD_LENGTH - Static variable in class net.anotheria.asg.generator.CommentGenerator
Constant for comments in generated code.
linksToMe - net.anotheria.asg.util.locking.helper.DocumentLockingHelper
LinksToMe action.
LINKSTOME - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
LinksToMePageJspGenerator - Class in net.anotheria.asg.generator.view.jsp
LinksToMePageJspGenerator class.
LinksToMePageJspGenerator() - Constructor for class net.anotheria.asg.generator.view.jsp.LinksToMePageJspGenerator
 
LinkToMeBean - Class in net.anotheria.asg.util.bean
A bean which represents an incoming link to a document (as a result of a query).
LinkToMeBean() - Constructor for class net.anotheria.asg.util.bean.LinkToMeBean
Constructor for LinkToMeBean.
LinkToMeBean(DataObject, String) - Constructor for class net.anotheria.asg.util.bean.LinkToMeBean
Constructor for LinkToMeBean.
LIST - net.anotheria.anodoc.data.PropertyType
List of properties.
LIST - net.anotheria.asg.generator.meta.MetaProperty.Type
 
ListPageJspGenerator - Class in net.anotheria.asg.generator.view.jsp
Generates the jsps for the edit view.
ListPageJspGenerator() - Constructor for class net.anotheria.asg.generator.view.jsp.ListPageJspGenerator
 
ListProperty - Class in net.anotheria.anodoc.data
This property hold the list of Properties.
ListProperty(String) - Constructor for class net.anotheria.anodoc.data.ListProperty
Creates a new ListProperty with the given name and an empty list as data.
ListProperty(String, List<Property>) - Constructor for class net.anotheria.anodoc.data.ListProperty
Creates a new ListProperty with the given name and the given list.
ListPropertyDeserializer - Class in net.anotheria.anodoc.util.mapper.pds
 
ListPropertyDeserializer() - Constructor for class net.anotheria.anodoc.util.mapper.pds.ListPropertyDeserializer
 
ListPropertyDeserializer(Class<ListProperty>) - Constructor for class net.anotheria.anodoc.util.mapper.pds.ListPropertyDeserializer
 
ListPropertySerializer - Class in net.anotheria.anodoc.util.mapper.ps
 
ListPropertySerializer() - Constructor for class net.anotheria.anodoc.util.mapper.ps.ListPropertySerializer
 
ListPropertySerializer(Class<ListProperty>) - Constructor for class net.anotheria.anodoc.util.mapper.ps.ListPropertySerializer
 
ListType - Class in net.anotheria.asg.generator.meta
TODO please remined another to comment this class
ListType() - Constructor for class net.anotheria.asg.generator.meta.ListType
 
loadFile(File, IncludedDocuments) - Static method in class net.anotheria.asg.generator.parser.XMLPreprocessor
Loads a file from the disk.
loadModule(String, String) - Method in interface net.anotheria.anodoc.service.IModuleStorage
Loads the specified instance.
loadModule(String, String) - Method in class net.anotheria.anodoc.util.CommonHashtableModuleStorage
Loads the specified instance.
loadModule(String, String) - Method in class net.anotheria.anodoc.util.CommonModuleStorageWrapper
Loads the specified instance.
loadModule(String, String) - Method in class net.anotheria.anodoc.util.StoragePlaceHolder
Loads the specified instance.
loadModule(String, String, String, IModuleFactory) - Method in interface net.anotheria.anodoc.util.ICommonModuleStorage
Loads the specified instance.
lock - net.anotheria.asg.util.locking.helper.DocumentLockingHelper
Lock - action.
LOCK - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
LockableObject - Interface in net.anotheria.asg.data
Describes Lockable object.
LockHolder - Class in net.anotheria.anodoc.service
This class contains a reentrant read-write lock and offers operations on it.
LockingConfig - Class in net.anotheria.asg.util.locking.config
Configuration for Locking.
LockingException - Exception in net.anotheria.asg.util.locking.exeption
Exception for locking functionality.
LockingException(String) - Constructor for exception net.anotheria.asg.util.locking.exeption.LockingException
Constructor.
LockingException(String, Exception) - Constructor for exception net.anotheria.asg.util.locking.exeption.LockingException
Constructor.
Log4JConfigurationGenerator - Class in net.anotheria.asg.generator.apputil
Log4j configuration generator.
Log4JConfigurationGenerator() - Constructor for class net.anotheria.asg.generator.apputil.Log4JConfigurationGenerator
 
LONG - net.anotheria.anodoc.data.PropertyType
Long.
LONG - net.anotheria.asg.generator.meta.MetaProperty.Type
 
LongProperty - Class in net.anotheria.anodoc.data
This property represents a long value.
LongProperty(String, long) - Constructor for class net.anotheria.anodoc.data.LongProperty
Creates a new LongProperty with given name and value.
LongProperty(String, Long) - Constructor for class net.anotheria.anodoc.data.LongProperty
Creates a new LongProperty with given name and value.
LongPropertyDeserializer - Class in net.anotheria.anodoc.util.mapper.pds
 
LongPropertyDeserializer() - Constructor for class net.anotheria.anodoc.util.mapper.pds.LongPropertyDeserializer
 
LongPropertyDeserializer(Class<LongProperty>) - Constructor for class net.anotheria.anodoc.util.mapper.pds.LongPropertyDeserializer
 
LongPropertySerializer - Class in net.anotheria.anodoc.util.mapper.ps
 
LongPropertySerializer() - Constructor for class net.anotheria.anodoc.util.mapper.ps.LongPropertySerializer
 
LongPropertySerializer(Class<LongProperty>) - Constructor for class net.anotheria.anodoc.util.mapper.ps.LongPropertySerializer
 
LongType - Class in net.anotheria.asg.generator.meta
Representation of the LongType.
LongType() - Constructor for class net.anotheria.asg.generator.meta.LongType
 
longValue() - Method in class net.anotheria.anodoc.data.LongProperty
Returns the value of this property as long.

M

main(String[]) - Static method in class net.anotheria.anodoc.query2.string.ContainsWordsQuery
main.
main(String[]) - Static method in class net.anotheria.asg.generator.util.FileWriter
main.
match(Document) - Method in class net.anotheria.anodoc.query2.string.ContainsWordsQuery
match.
match(DataObject) - Method in interface net.anotheria.anodoc.query2.DocumentQuery
Returns a list of possible results for an object.
match(DataObject) - Method in class net.anotheria.anodoc.query2.string.ContainsStringQuery
Returns a list of possible results for an object.
match(DataObject) - Method in class net.anotheria.anodoc.query2.string.ContainsWordsQuery
Returns a list of possible results for an object.
match(DataObject) - Method in class net.anotheria.anodoc.query2.string.SimpleContainsStringQuery
Returns a list of possible results for an object.
MatchingInfo - Interface in net.anotheria.anodoc.query2
Used to present matches in the search page.
mayPass(DataObject, String, String) - Method in class net.anotheria.asg.util.filter.AZDocumentFilter
Returns true if the document may pass the filtering defined by applying the filter parameter to the attribute with filters internal rule.
mayPass(DataObject, String, String) - Method in interface net.anotheria.asg.util.filter.DocumentFilter
Returns true if the document may pass the filtering defined by applying the filter parameter to the attribute with filters internal rule.
mayPass(DataObject, String, String) - Method in class net.anotheria.asg.util.filter.MissingAnyTranslationFilter
Returns true if the document may pass the filtering defined by applying the filter parameter to the attribute with filters internal rule.
mayPass(DataObject, String, String) - Method in class net.anotheria.asg.util.filter.MissingTranslationFilter
Returns true if the document may pass the filtering defined by applying the filter parameter to the attribute with filters internal rule.
MenuJspGenerator - Class in net.anotheria.asg.generator.view.jsp
MenuJspGenerator class.
MenuJspGenerator() - Constructor for class net.anotheria.asg.generator.view.jsp.MenuJspGenerator
 
MetaContainerProperty - Class in net.anotheria.asg.generator.meta
TODO please remined another to comment this class
MetaContainerProperty(String) - Constructor for class net.anotheria.asg.generator.meta.MetaContainerProperty
Constructor for MetaContainerProperty.
MetaContainerProperty(String, MetaProperty.Type) - Constructor for class net.anotheria.asg.generator.meta.MetaContainerProperty
Constructor for MetaContainerProperty.
MetaCustomFunctionElement - Class in net.anotheria.asg.generator.view.meta
This element allows to specify a custom function element (link or button).
MetaCustomFunctionElement(String) - Constructor for class net.anotheria.asg.generator.view.meta.MetaCustomFunctionElement
Creates a new MetaCustomFunctionElement.
MetaCustomSection - Class in net.anotheria.asg.generator.view.meta
Allows the developer to integrate a custom section into generated frontend.
MetaCustomSection(String) - Constructor for class net.anotheria.asg.generator.view.meta.MetaCustomSection
Constructor for MetaCustomSection.
MetaDecorator - Class in net.anotheria.asg.generator.view.meta
Definition of a decorator.
MetaDecorator() - Constructor for class net.anotheria.asg.generator.view.meta.MetaDecorator
Creates a new metadecorator.
MetaDecorator(String, String) - Constructor for class net.anotheria.asg.generator.view.meta.MetaDecorator
Creates a new meta decorator.
MetaDialog - Class in net.anotheria.asg.generator.view.meta
The definition of a dialog.
MetaDialog(String) - Constructor for class net.anotheria.asg.generator.view.meta.MetaDialog
Creates a new dialog with the given name.
MetaDocument - Class in net.anotheria.asg.generator.meta
Internal representation of a document.
MetaDocument(String) - Constructor for class net.anotheria.asg.generator.meta.MetaDocument
Creates a new document with the given name.
MetaEmptyElement - Class in net.anotheria.asg.generator.view.meta
An empty element in a view.
MetaEmptyElement() - Constructor for class net.anotheria.asg.generator.view.meta.MetaEmptyElement
Creates a new empty element.
MetaEnumerationProperty - Class in net.anotheria.asg.generator.meta
A property of enumeration type.
MetaEnumerationProperty(String, MetaProperty.Type) - Constructor for class net.anotheria.asg.generator.meta.MetaEnumerationProperty
Creates a new enumeration property.
MetaFederationModule - Class in net.anotheria.asg.generator.meta
MetaFederationModule class.
MetaFederationModule() - Constructor for class net.anotheria.asg.generator.meta.MetaFederationModule
Constructor for MetaFederationModule.
MetaFederationModule(String) - Constructor for class net.anotheria.asg.generator.meta.MetaFederationModule
Constructor for MetaFederationModule.
MetaFieldElement - Class in net.anotheria.asg.generator.view.meta
A view element which is tied to a document attribute and presented as edit-field.
MetaFieldElement(String) - Constructor for class net.anotheria.asg.generator.view.meta.MetaFieldElement
Constructor for MetaFieldElement.
MetaFilter - Class in net.anotheria.asg.generator.view.meta
Definition of a filter.
MetaFilter(String, String) - Constructor for class net.anotheria.asg.generator.view.meta.MetaFilter
Constructor for MetaFilter.
MetaForm - Class in net.anotheria.asg.generator.forms.meta
The MetaInformation object which holds all data for a web-feedback-form.
MetaForm(String) - Constructor for class net.anotheria.asg.generator.forms.meta.MetaForm
Default constructor.
MetaFormField - Class in net.anotheria.asg.generator.forms.meta
Base class for FormFields which are parts of a Form.
MetaFormField(String) - Constructor for class net.anotheria.asg.generator.forms.meta.MetaFormField
Constructor for MetaFormField.
MetaFormSingleField - Class in net.anotheria.asg.generator.forms.meta
TODO please remined another to comment this class
MetaFormSingleField(String) - Constructor for class net.anotheria.asg.generator.forms.meta.MetaFormSingleField
Constructor for MetaFormSingleField.
MetaFormTableColumn - Class in net.anotheria.asg.generator.forms.meta
TODO please remined another to comment this class
MetaFormTableColumn() - Constructor for class net.anotheria.asg.generator.forms.meta.MetaFormTableColumn
Constructor for MetaFormTableColumn.
MetaFormTableColumn(MetaFormTableHeader, MetaFormSingleField) - Constructor for class net.anotheria.asg.generator.forms.meta.MetaFormTableColumn
Constructor for MetaFormTableColumn.
MetaFormTableField - Class in net.anotheria.asg.generator.forms.meta
TODO please remined another to comment this class
MetaFormTableField(String) - Constructor for class net.anotheria.asg.generator.forms.meta.MetaFormTableField
Constructor for MetaFormTableField.
MetaFormTableHeader - Class in net.anotheria.asg.generator.forms.meta
TODO please remined another to comment this class
MetaFormTableHeader() - Constructor for class net.anotheria.asg.generator.forms.meta.MetaFormTableHeader
Constructor for MetaFormTableHeader.
MetaFormTableHeader(String, String) - Constructor for class net.anotheria.asg.generator.forms.meta.MetaFormTableHeader
Constructor for MetaFormTableHeader.
MetaFunctionElement - Class in net.anotheria.asg.generator.view.meta
A view element which represents an action.
MetaFunctionElement(String) - Constructor for class net.anotheria.asg.generator.view.meta.MetaFunctionElement
Creates a new MetaFunctionElement.
MetaGenericListProperty - Class in net.anotheria.asg.generator.meta
MetaGenericListProperty class.
MetaGenericListProperty(String, MetaProperty...) - Constructor for class net.anotheria.asg.generator.meta.MetaGenericListProperty
Constructor for MetaGenericListProperty.
MetaGenericProperty - Class in net.anotheria.asg.generator.meta
MetaGenericProperty class.
MetaGenericProperty(String, MetaProperty.Type, MetaProperty...) - Constructor for class net.anotheria.asg.generator.meta.MetaGenericProperty
Constructor for MetaGenericProperty.
MetaLink - Class in net.anotheria.asg.generator.meta
Representation of an internal link to another document.
MetaLink(String) - Constructor for class net.anotheria.asg.generator.meta.MetaLink
Constructor for MetaLink.
MetaListElement - Class in net.anotheria.asg.generator.view.meta
TODO please remined another to comment this class
MetaListElement() - Constructor for class net.anotheria.asg.generator.view.meta.MetaListElement
Constructor for MetaListElement.
MetaListProperty - Class in net.anotheria.asg.generator.meta
A container property is a container of a property of another type.
MetaListProperty(String) - Constructor for class net.anotheria.asg.generator.meta.MetaListProperty
Constructor for MetaListProperty.
MetaListProperty(String, MetaProperty) - Constructor for class net.anotheria.asg.generator.meta.MetaListProperty
Constructor for MetaListProperty.
MetaModule - Class in net.anotheria.asg.generator.meta
Representation of a module definition.
MetaModule() - Constructor for class net.anotheria.asg.generator.meta.MetaModule
Creates a new empty module.
MetaModule(String) - Constructor for class net.anotheria.asg.generator.meta.MetaModule
Creates a new module with the given name.
MetaModuleSection - Class in net.anotheria.asg.generator.view.meta
A MetaSection which is tied to a module and a document.
MetaModuleSection(String) - Constructor for class net.anotheria.asg.generator.view.meta.MetaModuleSection
Creates a new MetaModuleSection with the given title.
MetaProperty - Class in net.anotheria.asg.generator.meta
Represents a single property of a document.
MetaProperty(String, IMetaType) - Constructor for class net.anotheria.asg.generator.meta.MetaProperty
Constructor for MetaProperty.
MetaProperty(String, MetaProperty.Type) - Constructor for class net.anotheria.asg.generator.meta.MetaProperty
Creates a new MetaProperty with given name and type description.
MetaProperty(String, MetaProperty.Type, boolean) - Constructor for class net.anotheria.asg.generator.meta.MetaProperty
Constructor for MetaProperty.
MetaProperty.Type - Enum in net.anotheria.asg.generator.meta
 
MetaSection - Class in net.anotheria.asg.generator.view.meta
A section in the overview.
MetaSection(String) - Constructor for class net.anotheria.asg.generator.view.meta.MetaSection
Constructor for MetaSection.
MetaTableProperty - Class in net.anotheria.asg.generator.meta
A property type for representation of tables.
MetaTableProperty(String) - Constructor for class net.anotheria.asg.generator.meta.MetaTableProperty
Constructor for MetaTableProperty.
MetaValidator - Class in net.anotheria.asg.generator.view.meta
MetaValidator class.
MetaValidator() - Constructor for class net.anotheria.asg.generator.view.meta.MetaValidator
Creates a new metavalidator.
MetaValidator(String, String) - Constructor for class net.anotheria.asg.generator.view.meta.MetaValidator
Creates a new meta metavalidator.
MetaView - Class in net.anotheria.asg.generator.view.meta
Meta description of the view.
MetaView(String) - Constructor for class net.anotheria.asg.generator.view.meta.MetaView
Creates a new MetaView.
MetaViewElement - Class in net.anotheria.asg.generator.view.meta
Represents an element of the view.
MetaViewElement(String) - Constructor for class net.anotheria.asg.generator.view.meta.MetaViewElement
Creates a new meta view element.
MissingAnyTranslationFilter - Class in net.anotheria.asg.util.filter
Missing Any Translation Filter.
MissingAnyTranslationFilter() - Constructor for class net.anotheria.asg.util.filter.MissingAnyTranslationFilter
Default constructor, sets supportedLanguages and defaultLanguage from CallContext This constructor will be used in generated applications.
MissingAnyTranslationFilter(List<String>, String) - Constructor for class net.anotheria.asg.util.filter.MissingAnyTranslationFilter
Constructor with parameters.
MissingTranslationFilter - Class in net.anotheria.asg.util.filter
Missing Translation Filter.
MissingTranslationFilter() - Constructor for class net.anotheria.asg.util.filter.MissingTranslationFilter
Default constructor, sets supportedLanguages and defaultLanguage from CallContext This constructor will be used in generated applications.
MissingTranslationFilter(List<String>, String) - Constructor for class net.anotheria.asg.util.filter.MissingTranslationFilter
Constructor with parameters.
Module - Class in net.anotheria.anodoc.data
This class describes a Module, which is a unity that can be stored and identified by the framework.
Module(String) - Constructor for class net.anotheria.anodoc.data.Module
Creates a new Module with given moduleId.
MODULE_DB_CONTEXT_SENSITIVE - Static variable in class net.anotheria.asg.generator.meta.ModuleParameter
Constant MODULE_DB_CONTEXT_SENSITIVE="db_context_sensitive"
ModuleActionsGenerator - Class in net.anotheria.asg.generator.view.action
This generator generate module-based actions like delete, create, edit, new, update, show and so on.
ModuleActionsGenerator(MetaView) - Constructor for class net.anotheria.asg.generator.view.action.ModuleActionsGenerator
Creates a new ModuleActionsGenerator.
ModuleBeanGenerator - Class in net.anotheria.asg.generator.view.action
TODO Please remain lrosenberg to comment BeanGenerator.java
ModuleBeanGenerator() - Constructor for class net.anotheria.asg.generator.view.action.ModuleBeanGenerator
 
ModuleFactoryGenerator - Class in net.anotheria.asg.generator.model.docs
TODO please remined another to comment this class
ModuleFactoryGenerator() - Constructor for class net.anotheria.asg.generator.model.docs.ModuleFactoryGenerator
 
ModuleGenerator - Class in net.anotheria.asg.generator.model
TODO please remined another to comment this class
ModuleGenerator() - Constructor for class net.anotheria.asg.generator.model.ModuleGenerator
 
moduleLoaded(Module) - Method in class net.anotheria.anodoc.service.ModuleServiceImpl
Called if module changed.
moduleLoaded(Module) - Method in interface net.anotheria.asg.util.listener.IModuleListener
Called if module changed.
ModuleParameter - Class in net.anotheria.asg.generator.meta
ModuleParameter class.
ModuleParameter() - Constructor for class net.anotheria.asg.generator.meta.ModuleParameter
Constructor for ModuleParameter.
ModuleParameter(String, String) - Constructor for class net.anotheria.asg.generator.meta.ModuleParameter
Constructor for ModuleParameter.
ModuleServiceFactory - Class in net.anotheria.anodoc.service
Use this factory to obtain IModuleService instances.
ModuleServiceImpl - Class in net.anotheria.anodoc.service
An implementation of IModuleService for local usage, which supports local cache and synchronization over network.
ModuleStorageFactory - Class in net.anotheria.anodoc.service
File:ModuleStorageFactory Generated by CIPEnhancer V1.0.
MOVE - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.ContainerAction
 
multiLanguageSwitch - net.anotheria.asg.util.locking.helper.DocumentLockingHelper
MultilanguageSwitch action.
MultilingualFieldElement - Class in net.anotheria.asg.generator.view.meta
If an element is specified to be multilingual, it's replaced by a multilingual field element for each language.
MultilingualFieldElement(String, MetaFieldElement) - Constructor for class net.anotheria.asg.generator.view.meta.MultilingualFieldElement
Constructor for MultilingualFieldElement.
MultilingualObject - Interface in net.anotheria.asg.data
Describes a multilingual object as

N

net.anotheria.anodoc.data - package net.anotheria.anodoc.data
 
net.anotheria.anodoc.query2 - package net.anotheria.anodoc.query2
 
net.anotheria.anodoc.query2.string - package net.anotheria.anodoc.query2.string
 
net.anotheria.anodoc.service - package net.anotheria.anodoc.service
 
net.anotheria.anodoc.util - package net.anotheria.anodoc.util
 
net.anotheria.anodoc.util.context - package net.anotheria.anodoc.util.context
 
net.anotheria.anodoc.util.mapper - package net.anotheria.anodoc.util.mapper
 
net.anotheria.anodoc.util.mapper.pds - package net.anotheria.anodoc.util.mapper.pds
Custom classes for describing action of deserialize for document properties.
net.anotheria.anodoc.util.mapper.ps - package net.anotheria.anodoc.util.mapper.ps
Custom classes for describing action of serialize for document properties.
net.anotheria.asg.data - package net.anotheria.asg.data
 
net.anotheria.asg.exception - package net.anotheria.asg.exception
 
net.anotheria.asg.generator - package net.anotheria.asg.generator
 
net.anotheria.asg.generator.apputil - package net.anotheria.asg.generator.apputil
 
net.anotheria.asg.generator.forms.meta - package net.anotheria.asg.generator.forms.meta
 
net.anotheria.asg.generator.meta - package net.anotheria.asg.generator.meta
 
net.anotheria.asg.generator.model - package net.anotheria.asg.generator.model
 
net.anotheria.asg.generator.model.db - package net.anotheria.asg.generator.model.db
 
net.anotheria.asg.generator.model.docs - package net.anotheria.asg.generator.model.docs
 
net.anotheria.asg.generator.model.federation - package net.anotheria.asg.generator.model.federation
 
net.anotheria.asg.generator.model.fixture - package net.anotheria.asg.generator.model.fixture
 
net.anotheria.asg.generator.model.inmemory - package net.anotheria.asg.generator.model.inmemory
 
net.anotheria.asg.generator.model.rmi - package net.anotheria.asg.generator.model.rmi
 
net.anotheria.asg.generator.parser - package net.anotheria.asg.generator.parser
 
net.anotheria.asg.generator.types - package net.anotheria.asg.generator.types
 
net.anotheria.asg.generator.types.meta - package net.anotheria.asg.generator.types.meta
 
net.anotheria.asg.generator.util - package net.anotheria.asg.generator.util
 
net.anotheria.asg.generator.validation - package net.anotheria.asg.generator.validation
 
net.anotheria.asg.generator.view - package net.anotheria.asg.generator.view
 
net.anotheria.asg.generator.view.action - package net.anotheria.asg.generator.view.action
 
net.anotheria.asg.generator.view.jsp - package net.anotheria.asg.generator.view.jsp
 
net.anotheria.asg.generator.view.meta - package net.anotheria.asg.generator.view.meta
 
net.anotheria.asg.service - package net.anotheria.asg.service
 
net.anotheria.asg.service.remote - package net.anotheria.asg.service.remote
 
net.anotheria.asg.util - package net.anotheria.asg.util
 
net.anotheria.asg.util.action - package net.anotheria.asg.util.action
 
net.anotheria.asg.util.bean - package net.anotheria.asg.util.bean
 
net.anotheria.asg.util.data - package net.anotheria.asg.util.data
 
net.anotheria.asg.util.decorators - package net.anotheria.asg.util.decorators
 
net.anotheria.asg.util.filter - package net.anotheria.asg.util.filter
 
net.anotheria.asg.util.helper.cmsview - package net.anotheria.asg.util.helper.cmsview
 
net.anotheria.asg.util.listener - package net.anotheria.asg.util.listener
 
net.anotheria.asg.util.locking.config - package net.anotheria.asg.util.locking.config
 
net.anotheria.asg.util.locking.exeption - package net.anotheria.asg.util.locking.exeption
 
net.anotheria.asg.util.locking.helper - package net.anotheria.asg.util.locking.helper
 
net.anotheria.asg.util.rmi - package net.anotheria.asg.util.rmi
 
NEW - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
newDoc - net.anotheria.asg.util.locking.helper.DocumentLockingHelper
New action.
NoFactoryForModuleException - Exception in net.anotheria.anodoc.service
Thrown when the IModuleService needs to create a new module instance, but doesn't have the appropriate factory configured.
NoFactoryForModuleException(String) - Constructor for exception net.anotheria.anodoc.service.NoFactoryForModuleException
Constructor for NoFactoryForModuleException.
NoStorageForModuleException - Exception in net.anotheria.anodoc.service
Thrown when the IModuleService needs to store or load a module instance, but doesn't have the appropriate storage configured.
NoStorageForModuleException(String) - Constructor for exception net.anotheria.anodoc.service.NoStorageForModuleException
Constructor for NoStorageForModuleException.
NoStoredModuleEntityException - Exception in net.anotheria.anodoc.service
Thrown when the IModuleService needs to load a module instance, but it isn't stored.
NoStoredModuleEntityException(String) - Constructor for exception net.anotheria.anodoc.service.NoStoredModuleEntityException
Default constructor.
NoSuchDataHolderException - Exception in net.anotheria.anodoc.data
This exception will be thrown if a not existing DataHolder was requested.
NoSuchDataHolderException(String) - Constructor for exception net.anotheria.anodoc.data.NoSuchDataHolderException
Creates a new exception with the given data holder name.
NoSuchDocumentException - Exception in net.anotheria.anodoc.data
This exception will be thrown when a not existing Document was requested, or the DataHolder with correspoding name is not a Document.
NoSuchDocumentException(String) - Constructor for exception net.anotheria.anodoc.data.NoSuchDocumentException
Creates a new instance.
NoSuchDocumentListException - Exception in net.anotheria.anodoc.data
This exception will be thrown when a not existing DocumentList was requested, or the DataHolder with correspoding name is not a DocumentList.
NoSuchDocumentListException(String) - Constructor for exception net.anotheria.anodoc.data.NoSuchDocumentListException
Creates a new exception instance.
NoSuchPropertyException - Exception in net.anotheria.anodoc.data
This exception will be thrown when a not existing Property was requested, or the DataHolder with correspoding name is not a Property.
NoSuchPropertyException(String, String) - Constructor for exception net.anotheria.anodoc.data.NoSuchPropertyException
Creates a new instance.
NOTICE_1 - Static variable in class net.anotheria.asg.generator.CommentGenerator
Constant for comments in generated code.
NOTICE_2 - Static variable in class net.anotheria.asg.generator.CommentGenerator
Constant for comments in generated code.
NOTICE_3 - Static variable in class net.anotheria.asg.generator.CommentGenerator
Constant for comments in generated code.
notifyConfigurationFinished() - Method in class net.anotheria.anodoc.service.ModuleServiceImpl
notifyConfigurationFinished.
notifyConfigurationFinished() - Method in class net.anotheria.anodoc.util.CommonHashtableModuleStorage
notifyConfigurationFinished.
notifyDelegateFailed() - Method in class net.anotheria.asg.service.remote.BaseRemoteServiceStub
notifyDelegateFailed.
notifySaved() - Static method in class net.anotheria.anodoc.service.LockHolder
notifySaved.
NUMERICAL - net.anotheria.asg.generator.view.meta.SortingType
Numerical for ids and other numbers.

O

ObjectInfo - Class in net.anotheria.asg.data
An object which contains the meta information about an object.
ObjectInfo() - Constructor for class net.anotheria.asg.data.ObjectInfo
Creates a new ObjectInfo.
ObjectInfo(DataObject) - Constructor for class net.anotheria.asg.data.ObjectInfo
Creates a new ObjectInfo for a DataObject.
ObjectMapperUtil - Class in net.anotheria.anodoc.util.mapper
Utility for serialization and deserialization of asg documents.
ObjectType - Class in net.anotheria.asg.generator.meta
ObjectType class.
ObjectType(String) - Constructor for class net.anotheria.asg.generator.meta.ObjectType
Constructor for ObjectType.
OFFSET - Static variable in class net.anotheria.anodoc.query2.string.ContainsStringQuery
Offset.
OFFSET - Static variable in class net.anotheria.anodoc.query2.string.SimpleContainsStringQuery
Constant OFFSET=40
onChange() - Method in class net.anotheria.anodoc.util.FileWatcher
Event when file was not exist.
openFun(String) - Method in class net.anotheria.asg.generator.AbstractGenerator
openFun.
openJavaScript() - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Appends to generation output script tag with type javascript.
openTag(String, String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
openTag.
openTD() - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Opens a table cell.
openTD(String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Opens a table cell.
openTR() - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
openTR.
openTR(String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
openTR.
openTry() - Method in class net.anotheria.asg.generator.AbstractGenerator
openTry.
OptionsParser - Class in net.anotheria.asg.generator.parser
OptionsParser class.

P

package2fullPath(String) - Static method in class net.anotheria.asg.generator.FileEntry
Resolves a package name to a full path including sources dir.
package2path(String) - Static method in class net.anotheria.asg.generator.FileEntry
Resolves a package name to a path.
PagingLink - Class in net.anotheria.asg.util.bean
A link in the presentation of paging.
PagingLink(String) - Constructor for class net.anotheria.asg.util.bean.PagingLink
Constructor for PagingLink.
PagingLink(String, String) - Constructor for class net.anotheria.asg.util.bean.PagingLink
Constructor for PagingLink.
pairTo(T) - Method in interface net.anotheria.asg.service.InMemoryService
Pairs this instance to another service.
PARAM_SORT_ORDER - Static variable in interface net.anotheria.asg.generator.view.ViewConstants
The sort order parameter.
PARAM_SORT_TYPE - Static variable in interface net.anotheria.asg.generator.view.ViewConstants
The sort type parameter.
PARAM_SORT_TYPE_NAME - Static variable in interface net.anotheria.asg.generator.view.ViewConstants
The name of the sort type.
parseContext(String) - Static method in class net.anotheria.asg.generator.parser.XMLContextParser
parseContext.
parseDecorators(String) - Static method in class net.anotheria.asg.generator.parser.XMLDecoratorsParser
parseDecorators.
parseFilters(String) - Static method in class net.anotheria.asg.generator.parser.XMLFiltersParser
Parses the filter definition.
parseForms(String) - Static method in class net.anotheria.asg.generator.parser.XMLFormParser
parseForms.
parseModules(String) - Static method in class net.anotheria.asg.generator.parser.XMLDataParser
parseModules.
parseOptions(Element) - Static method in class net.anotheria.asg.generator.parser.OptionsParser
parseOptions.
parseTypes(String) - Static method in class net.anotheria.asg.generator.parser.XMLTypesParser
parseTypes.
parseValidators(String) - Static method in class net.anotheria.asg.generator.parser.XMLValidatorsParser
parseValidators.
parseViews(String) - Static method in class net.anotheria.asg.generator.parser.XMLViewParser
parseViews.
PASSWORD - net.anotheria.asg.generator.meta.MetaProperty.Type
 
PasswordType - Class in net.anotheria.asg.generator.meta
Representation of password type (<input type="password"...) *
PasswordType() - Constructor for class net.anotheria.asg.generator.meta.PasswordType
 
persistenceChanged() - Method in class net.anotheria.asg.util.listener.ContentChangeTrackerListener
Called if data was changed in persistence.
persistenceChanged() - Method in interface net.anotheria.asg.util.listener.IServiceListener
Called if data was changed in persistence.
persistenceChanged() - Method in class net.anotheria.asg.util.listener.ServiceListenerAdapter
Called if data was changed in persistence.
persistenceChanged() - Method in class net.anotheria.asg.util.listener.SysOutServiceListener
Called if data was changed in persistence.
PersistenceServiceDAOGenerator - Class in net.anotheria.asg.generator.model.db
This generator generates the DAO for a Document, the daoexceptions, and the rowmapper.
PersistenceServiceDAOGenerator() - Constructor for class net.anotheria.asg.generator.model.db.PersistenceServiceDAOGenerator
 
ping() - Method in class net.anotheria.asg.service.remote.BaseRemoteServiceStub
Sends echo request to remote service and receives response.
ping(int) - Method in class net.anotheria.asg.service.remote.BaseRemoteServiceStub
Sends echo request to remote service and receives response.
populate(Object, HttpServletRequest) - Static method in class net.anotheria.asg.util.bean.PopulateUtility
 
PopulateUtility - Class in net.anotheria.asg.util.bean
Utility class for populating beans.
PopulateUtility() - Constructor for class net.anotheria.asg.util.bean.PopulateUtility
 
prepareForSave() - Static method in class net.anotheria.anodoc.service.LockHolder
prepareForSave.
PREVIEW - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
PROP_AUTHOR - Static variable in class net.anotheria.anodoc.data.Document
Constant for property name of the property under which Author is stored.
PROP_LAST_UPDATE - Static variable in class net.anotheria.anodoc.data.Document
Constant for property name of the property under which last update timestamp is stored.
PROP_TYPE_IDENTIFIER - Static variable in class net.anotheria.anodoc.data.Document
Constant used to save type_identifier as internal property name.
Property - Class in net.anotheria.anodoc.data
This class represents a single data entry which can be stored.
Property(String) - Constructor for class net.anotheria.anodoc.data.Property
Creates new Property without a value (null).
Property(String, Object) - Constructor for class net.anotheria.anodoc.data.Property
Creates a new Property with a given name and given value.
PROPERTY_DECLARATION - Static variable in class net.anotheria.asg.generator.model.DataFacadeGenerator
Constant PROPERTY_DECLARATION="public static final String "
PROPERTY_DECLARATION - Static variable in class net.anotheria.asg.generator.model.docs.DocumentGenerator
Constant PROPERTY_DECLARATION="public static final String "
PropertyDeserializer - Class in net.anotheria.anodoc.util.mapper.pds
 
PropertyDeserializer() - Constructor for class net.anotheria.anodoc.util.mapper.pds.PropertyDeserializer
 
PropertyDeserializer(Class<Property>) - Constructor for class net.anotheria.anodoc.util.mapper.pds.PropertyDeserializer
 
PropertyType - Enum in net.anotheria.anodoc.data
Declaration of supported types for properties.
putBooleanProperty(BooleanProperty) - Method in class net.anotheria.anodoc.data.Document
Puts the given BooleanProperty in the internal storage.
putDocument(Document) - Method in class net.anotheria.anodoc.data.Document
Puts the given Document in the internal storage.
putDocument(Document) - Method in class net.anotheria.anodoc.data.Module
Puts the given document into this module.
putDoubleProperty(DoubleProperty) - Method in class net.anotheria.anodoc.data.Document
Puts the given FloatProperty in the internal storage.
putFloatProperty(FloatProperty) - Method in class net.anotheria.anodoc.data.Document
Puts the given FloatProperty in the internal storage.
putIntProperty(IntProperty) - Method in class net.anotheria.anodoc.data.Document
Puts the given IntProperty in the internal storage.
putList(DocumentList) - Method in class net.anotheria.anodoc.data.Module
Puts the given list into this module.
putList(DocumentList<? extends Document>) - Method in class net.anotheria.anodoc.data.Document
Puts the given DocumentList in the internal storage.
putListProperty(ListProperty) - Method in class net.anotheria.anodoc.data.Document
Puts the given ListProperty in the internal storage.
putLongProperty(LongProperty) - Method in class net.anotheria.anodoc.data.Document
Puts the given LongProperty in the internal storage.
putProperty(Property) - Method in class net.anotheria.anodoc.data.Document
Puts the given Property in the internal storage.
putStringProperty(StringProperty) - Method in class net.anotheria.anodoc.data.Document
Puts the given StringProperty in the internal storage.

Q

QueriesPageJspGenerator - Class in net.anotheria.asg.generator.view.jsp
Generator for the queries page.
QueriesPageJspGenerator() - Constructor for class net.anotheria.asg.generator.view.jsp.QueriesPageJspGenerator
 
QueryCaseInsensitiveLikeProperty - Class in net.anotheria.anodoc.query2
Case-insensitive version of QueryLikeProperty.
QueryCaseInsensitiveLikeProperty(String, Object) - Constructor for class net.anotheria.anodoc.query2.QueryCaseInsensitiveLikeProperty
Constructor.
QueryContainsProperty<T> - Class in net.anotheria.anodoc.query2
Query to List/Array Property.
QueryContainsProperty(String, Collection<T>) - Constructor for class net.anotheria.anodoc.query2.QueryContainsProperty
Constructor for QueryContainsProperty.
QueryContainsProperty(String, T...) - Constructor for class net.anotheria.anodoc.query2.QueryContainsProperty
Constructor for QueryContainsProperty.
QueryInProperty<T> - Class in net.anotheria.anodoc.query2
Difference with QueryProperty is collection of possible values instead of single value.
QueryInProperty(String, Collection<T>) - Constructor for class net.anotheria.anodoc.query2.QueryInProperty
Constructor for QueryInProperty.
QueryLessThenProperty<P extends java.lang.Comparable<P>> - Class in net.anotheria.anodoc.query2
Presents the query of abstract DataObjects that have Property with given name and its value less then or equal (if including) to the querying value.
QueryLessThenProperty(String, P) - Constructor for class net.anotheria.anodoc.query2.QueryLessThenProperty
Creates new less then query.
QueryLessThenProperty(String, P, boolean) - Constructor for class net.anotheria.anodoc.query2.QueryLessThenProperty
Creates new less then or equal (if including) query.
QueryLikeProperty - Class in net.anotheria.anodoc.query2
QueryLikeProperty class.
QueryLikeProperty(String, Object) - Constructor for class net.anotheria.anodoc.query2.QueryLikeProperty
Constructor for QueryLikeProperty.
QueryModProperty - Class in net.anotheria.anodoc.query2
IMPORTANT:Tested only in postgressql!
QueryModProperty(String, long, long) - Constructor for class net.anotheria.anodoc.query2.QueryModProperty
Constructor for QueryModProperty.
QueryMoreThenProperty<P extends java.lang.Comparable<P>> - Class in net.anotheria.anodoc.query2
Presents the query of abstract DataObjects that have Property with given name and its value more then or equal (if including) to the querying value.
QueryMoreThenProperty(String, P) - Constructor for class net.anotheria.anodoc.query2.QueryMoreThenProperty
Creates new more then query.
QueryMoreThenProperty(String, P, boolean) - Constructor for class net.anotheria.anodoc.query2.QueryMoreThenProperty
Creates new more then or equal (if including) query.
QueryNotEqualProperty - Class in net.anotheria.anodoc.query2
Difference with QueryProperty is property value of queried object must be less then specified in this query.
QueryNotEqualProperty(String, Object) - Constructor for class net.anotheria.anodoc.query2.QueryNotEqualProperty
Creates a new QueryNotEqualProperty.
QueryProperty - Class in net.anotheria.anodoc.query2
QueryProperty class.
QueryProperty(String, Object) - Constructor for class net.anotheria.anodoc.query2.QueryProperty
Constructor for QueryProperty.
QueryProperty(String, Object, boolean) - Constructor for class net.anotheria.anodoc.query2.QueryProperty
Constructor for QueryProperty.
QueryResult - Class in net.anotheria.anodoc.query2
The result of the query.
QueryResult() - Constructor for class net.anotheria.anodoc.query2.QueryResult
Creates a new query result.
QueryResultEntry - Class in net.anotheria.anodoc.query2
An entry in a query result list.
QueryResultEntry() - Constructor for class net.anotheria.anodoc.query2.QueryResultEntry
 
QueryStartsWithProperty - Class in net.anotheria.anodoc.query2
QueryStartsWithProperty class.
QueryStartsWithProperty(String, Object) - Constructor for class net.anotheria.anodoc.query2.QueryStartsWithProperty
Constructor for QueryStartsWithProperty.
QUICKADD - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.ContainerAction
 
quote(int) - Method in class net.anotheria.asg.generator.AbstractGenerator
Quotes the string representation of the integer parameter with double quotes ".
quote(String) - Method in class net.anotheria.asg.generator.AbstractGenerator
Quotes a string with double quotes ".
quote(StringBuilder) - Method in class net.anotheria.asg.generator.AbstractGenerator
Quotes a string with double quotes ".

R

readFrom(T) - Method in interface net.anotheria.asg.service.InMemoryService
Reads the data from a given instance.
rebuildText() - Method in class net.anotheria.anodoc.query2.string.ContainsWordsQuery.Index
 
recreateModule(String, String) - Method in class net.anotheria.anodoc.service.AbstractModuleFactory
Recreates a Module.
RemoteService - Interface in net.anotheria.asg.service.remote
RemoteService interface.
remove(int) - Method in class net.anotheria.anodoc.data.ListProperty
Remove the property at position index from this list.
remove(Property) - Method in class net.anotheria.anodoc.data.ListProperty
Removes the given property from this list.
removeDataHolder(String) - Method in class net.anotheria.anodoc.data.Document
removeDataHolder.
removeDataHolder(DataHolder) - Method in class net.anotheria.anodoc.data.Document
removeDataHolder.
removeDocument(D) - Method in class net.anotheria.anodoc.data.DocumentList
Removes given document from the list.
removeDocumentAt(int) - Method in class net.anotheria.anodoc.data.DocumentList
Removes document with given position from the list.
removeDocumentById(String) - Method in class net.anotheria.anodoc.data.DocumentList
Removes document with parameter name from the list, if such a document exists in the list.
removeListener(String) - Method in class net.anotheria.asg.generator.meta.MetaModule
removeListener.
removeModuleListener(String, String) - Method in interface net.anotheria.anodoc.service.IModuleService
Removes listener for module.
removeModuleListener(String, String) - Method in class net.anotheria.anodoc.service.ModuleServiceImpl
Removes listener for module.
removeModuleListener(IModuleListener) - Method in interface net.anotheria.anodoc.service.IModuleStorage
Removes the module listener from the module storage.
removeModuleListener(IModuleListener) - Method in class net.anotheria.anodoc.util.CommonHashtableModuleStorage
Removes the module listener from the module storage.
removeModuleListener(IModuleListener) - Method in class net.anotheria.anodoc.util.CommonModuleStorageWrapper
Removes the module listener from the module storage.
removeModuleListener(IModuleListener) - Method in class net.anotheria.anodoc.util.StoragePlaceHolder
Removes the module listener from the module storage.
removeProperty(String) - Method in class net.anotheria.anodoc.data.Document
removeProperty.
removeProperty(Property) - Method in class net.anotheria.anodoc.data.Document
removeProperty.
removeServiceListener(IServiceListener) - Method in class net.anotheria.asg.service.AbstractASGService
Removes the service listener from the service.
removeServiceListener(IServiceListener) - Method in interface net.anotheria.asg.service.ASGService
Removes the service listener from the service.
renameTo(String) - Method in class net.anotheria.anodoc.data.Document
renameTo.
reset() - Method in class net.anotheria.anodoc.util.context.CallContext
reset.
reset() - Method in class net.anotheria.asg.generator.GenerationJob
reset.
reset() - Method in interface net.anotheria.asg.service.IFixtureService
reset.
resetIdent() - Method in class net.anotheria.asg.generator.AbstractGenerator
resetIdent.
resolveLink(String) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
resolveLink.
ResultEntryBean - Class in net.anotheria.anodoc.query2
A bean which contains one result entry.
ResultEntryBean() - Constructor for class net.anotheria.anodoc.query2.ResultEntryBean
 
RIGHTS - Static variable in class net.anotheria.asg.generator.CommentGenerator
Constant RIGHTS="All Rights Reserved."
RMI - Static variable in class net.anotheria.asg.generator.GenerationOptions
Name of the rmi enabling option.
RMIConfig - Class in net.anotheria.asg.util.rmi
Configuration for rmi services in ano-doc.
RMIConfigFactory - Class in net.anotheria.asg.util.rmi
The factory for the RMIConfig.
RMIConfigFactory() - Constructor for class net.anotheria.asg.util.rmi.RMIConfigFactory
 
RMIServiceGenerator - Class in net.anotheria.asg.generator.model.rmi
Generates a RMI-Backed distribution of a module interface and the according factory.
RMIServiceGenerator() - Constructor for class net.anotheria.asg.generator.model.rmi.RMIServiceGenerator
 
runGenerator(IGenerator, IGenerateable, Context, List<FileEntry>) - Method in class net.anotheria.asg.generator.AbstractAnoDocGenerator
runGenerator.

S

SA_FILTER_PREFIX - Static variable in interface net.anotheria.asg.generator.view.ViewConstants
Prefix for the session attributes for the filter state.
SA_PREFIX - Static variable in interface net.anotheria.asg.generator.view.ViewConstants
The prefix for session attributes.
SA_SORT_TYPE_PREFIX - Static variable in interface net.anotheria.asg.generator.view.ViewConstants
Prefix for the session attributes for the sort type.
saveChange(DocumentChange) - Static method in class net.anotheria.asg.util.CmsChangesTracker
saveChange.
saveModule(Module) - Method in interface net.anotheria.anodoc.service.IModuleStorage
Saves the given instance permanently.
saveModule(Module) - Method in class net.anotheria.anodoc.util.CommonHashtableModuleStorage
Saves the given instance permanently.
saveModule(Module) - Method in class net.anotheria.anodoc.util.CommonModuleStorageWrapper
Saves the given instance permanently.
saveModule(Module) - Method in interface net.anotheria.anodoc.util.ICommonModuleStorage
Saves the given instance permanently.
saveModule(Module) - Method in class net.anotheria.anodoc.util.StoragePlaceHolder
Saves the given instance permanently.
search - net.anotheria.asg.util.locking.helper.DocumentLockingHelper
Search action.
SEARCH - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SharedAction
 
SEPARATOR - Static variable in class net.anotheria.asg.generator.CommentGenerator
Constant for comments in generated code.
serialize(BooleanProperty, JsonGenerator, SerializerProvider) - Method in class net.anotheria.anodoc.util.mapper.ps.BooleanPropertySerializer
 
serialize(DoubleProperty, JsonGenerator, SerializerProvider) - Method in class net.anotheria.anodoc.util.mapper.ps.DoublePropertySerializer
 
serialize(FloatProperty, JsonGenerator, SerializerProvider) - Method in class net.anotheria.anodoc.util.mapper.ps.FloatPropertySerializer
 
serialize(IntProperty, JsonGenerator, SerializerProvider) - Method in class net.anotheria.anodoc.util.mapper.ps.IntPropertySerializer
 
serialize(ListProperty, JsonGenerator, SerializerProvider) - Method in class net.anotheria.anodoc.util.mapper.ps.ListPropertySerializer
 
serialize(LongProperty, JsonGenerator, SerializerProvider) - Method in class net.anotheria.anodoc.util.mapper.ps.LongPropertySerializer
 
serialize(StringProperty, JsonGenerator, SerializerProvider) - Method in class net.anotheria.anodoc.util.mapper.ps.StringPropertySerializer
 
ServiceGenerator - Class in net.anotheria.asg.generator.model
Controls different sub generators for generation of the service layer.
ServiceGenerator() - Constructor for class net.anotheria.asg.generator.model.ServiceGenerator
 
ServiceListenerAdapter - Class in net.anotheria.asg.util.listener
An adapter class for ServiceListeners.
ServiceListenerAdapter() - Constructor for class net.anotheria.asg.util.listener.ServiceListenerAdapter
 
set(String, String) - Method in class net.anotheria.asg.generator.GenerationOptions
Sets an option with given key and value.
set(GenerationOption) - Method in class net.anotheria.asg.generator.GenerationOptions
Sets the option.
setAbstractClass(boolean) - Method in class net.anotheria.asg.generator.GeneratedClass
Setter for the field abstractClass.
setAction(String) - Method in class net.anotheria.asg.generator.forms.meta.MetaForm
Setter for the field action.
setAction(CmsChangesTracker.Action) - Method in class net.anotheria.asg.util.DocumentChange
Setter for the field action.
setAnnotations(List<String>) - Method in class net.anotheria.asg.generator.GeneratedClass
Setter for the field annotations.
setApplicationName(String) - Method in class net.anotheria.asg.generator.Context
Setter for the field applicationName.
setApplicationURLPath(String) - Method in class net.anotheria.asg.generator.Context
Setter for the field applicationURLPath.
setAuthor(String) - Method in class net.anotheria.asg.data.ObjectInfo
Setter for the field author.
setAutocompleteOff(boolean) - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
Sets if the element allows autocompletion or not.
setAutolocking(boolean) - Method in class net.anotheria.asg.util.locking.config.LockingConfig
Setter for the field autolocking.
setBaseDir(String) - Static method in class net.anotheria.asg.generator.Generator
setBaseDir.
setBaseDir(String) - Static method in class net.anotheria.asg.generator.util.FileWriter
setBaseDir.
setBody(StringBuilder) - Method in class net.anotheria.asg.generator.GeneratedClass
Sets the body of the class.
setboolean(boolean) - Method in class net.anotheria.anodoc.data.BooleanProperty
Sets the value of this property to the given boolean value.
setBoolean(Boolean) - Method in class net.anotheria.anodoc.data.BooleanProperty
Sets the value of this property to the given Boolean value.
setBoolean(String, boolean) - Method in class net.anotheria.anodoc.data.Document
Sets a BooleangProperty with name = fieldId and value = value in this document.
setBrandConfig(BrandConfig) - Method in class net.anotheria.anodoc.util.context.CallContext
Setter for the field brandConfig.
setBuilder(StringBuilder) - Method in class net.anotheria.asg.generator.GenerationJob
Setter for the field builder.
setCallContext(CallContext) - Static method in class net.anotheria.anodoc.util.context.ContextManager
Setter for the field callContext.
setCallContextAuthor() - Method in class net.anotheria.anodoc.data.Document
setCallContextAuthor.
setCaption(String) - Method in class net.anotheria.asg.generator.view.meta.MetaCustomFunctionElement
Setter for the field caption.
setCaption(String) - Method in class net.anotheria.asg.generator.view.meta.MetaFunctionElement
Setter for the field caption.
setCaption(String) - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
Setter for the field caption.
setCaption(String) - Method in class net.anotheria.asg.util.bean.PagingLink
Setter for the field caption.
setCaption(String) - Method in class net.anotheria.asg.util.filter.FilterTrigger
Setter for the field caption.
setClassName(String) - Method in class net.anotheria.asg.generator.view.meta.MetaDecorator
Sets class name for decorator.
setClassName(String) - Method in class net.anotheria.asg.generator.view.meta.MetaValidator
Setter for the field className.
setClazzComment(String) - Method in class net.anotheria.asg.generator.GeneratedClass
Setter for the field clazzComment.
setCms20(boolean) - Method in class net.anotheria.asg.generator.view.meta.MetaView
Setter for the field cms20.
setCmsVersion1(boolean) - Method in class net.anotheria.asg.generator.Context
Setter for the field cmsVersion1.
setCmsVersion2(boolean) - Method in class net.anotheria.asg.generator.Context
Setter for the field cmsVersion2.
setColumns(List<MetaFormTableColumn>) - Method in class net.anotheria.asg.generator.forms.meta.MetaFormTableField
Setter for the field columns.
setColumns(List<MetaProperty>) - Method in class net.anotheria.asg.generator.meta.MetaTableProperty
Setter for the field columns.
setComparable(boolean) - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
Sets if document ios comparable.
setContainedProperty(MetaProperty) - Method in class net.anotheria.asg.generator.meta.MetaListProperty
Setter for the field containedProperty.
setContent(String) - Method in class net.anotheria.asg.generator.FileEntry
Setter for the field content.
setContext(Context) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
Sets the context.
setCopyId(String) - Method in class net.anotheria.anodoc.data.Module
Sets the copyId.
setCurrentAuthor(String) - Method in class net.anotheria.anodoc.util.context.CallContext
Setter for the field currentAuthor.
setCurrentLanguage(String) - Method in class net.anotheria.anodoc.util.context.CallContext
Setter for the field currentLanguage.
setData(byte[]) - Method in class net.anotheria.asg.service.remote.EchoResponse
Setter for the field data.
setDatetime(boolean) - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
Setter for the field datetime.
setDbContext(DBContext) - Method in class net.anotheria.anodoc.util.context.CallContext
Setter for the field dbContext.
setDecorator(MetaDecorator) - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
Sets decorator for the element.
setDefaultError(String) - Method in class net.anotheria.asg.generator.view.meta.MetaValidator
Setter for the field defaultError.
setDefaultLanguage(String) - Method in class net.anotheria.asg.generator.Context
Setter for the field defaultLanguage.
setDefaultLanguage(String) - Method in class net.anotheria.asg.util.filter.MissingAnyTranslationFilter
Setter for the field defaultLanguage.
setDefaultLanguage(String) - Method in class net.anotheria.asg.util.filter.MissingTranslationFilter
Setter for the field defaultLanguage.
setDefaultSortable(MetaViewElement) - Method in class net.anotheria.asg.generator.view.meta.MetaModuleSection
Sets default sortable element.
setDescription(String) - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
Setter for the field description.
setDialogs(List<MetaDialog>) - Method in class net.anotheria.asg.generator.view.meta.MetaModuleSection
Sets dialogs.
setDocument(MetaDocument) - Method in class net.anotheria.asg.generator.util.DirectLink
Setter for the field document.
setDocument(MetaDocument) - Method in class net.anotheria.asg.generator.view.meta.MetaModuleSection
Setter for the field document.
setDocumentId(String) - Method in class net.anotheria.anodoc.query2.ResultEntryBean
Setter for the field documentId.
setDocumentName(String) - Method in class net.anotheria.anodoc.query2.ResultEntryBean
Setter for the field documentName.
setDocumentName(String) - Method in class net.anotheria.asg.generator.util.IncludeDocumentsBean
Setter for the field documentName.
setDocumentName(String) - Method in class net.anotheria.asg.util.DocumentChange
Setter for the field documentName.
setDocuments(List<MetaDocument>) - Method in class net.anotheria.asg.generator.meta.MetaModule
Setter for the field documents.
setDouble(Double) - Method in class net.anotheria.anodoc.data.DoubleProperty
Sets the value of this property to given Float value.
setDouble(String, double) - Method in class net.anotheria.anodoc.data.Document
Sets a FloatProperty with name = fieldId and value = value in this document.
setEchoDataSize(int) - Method in class net.anotheria.asg.service.remote.EchoRequest
Setter for the field echoDataSize.
setEditLink(String) - Method in class net.anotheria.anodoc.query2.ResultEntryBean
Setter for the field editLink.
setElements(List<MetaFormField>) - Method in class net.anotheria.asg.generator.forms.meta.MetaForm
Setter for the field elements.
setElements(List<MetaViewElement>) - Method in class net.anotheria.asg.generator.view.meta.MetaDialog
Setter for the field elements.
setElements(List<MetaViewElement>) - Method in class net.anotheria.asg.generator.view.meta.MetaListElement
Setter for the field elements.
setElements(List<MetaViewElement>) - Method in class net.anotheria.asg.generator.view.meta.MetaModuleSection
Sets elements to view.
setEncoding(String) - Method in class net.anotheria.asg.generator.Context
Setter for the field encoding.
setEncoding(String) - Method in class net.anotheria.asg.generator.GeneratedXMLFile
Setter for the field encoding.
setEnumeration(String) - Method in class net.anotheria.asg.generator.meta.MetaEnumerationProperty
Setter for the field enumeration.
setFactory(CallContextFactory) - Static method in class net.anotheria.anodoc.util.context.ContextManager
Sets the factory.
setFederatedModules(List<FederatedModuleDef>) - Method in class net.anotheria.asg.generator.meta.MetaFederationModule
Setter for the field federatedModules.
setField(MetaFormSingleField) - Method in class net.anotheria.asg.generator.forms.meta.MetaFormTableColumn
Setter for the field field.
setFieldName(String) - Method in class net.anotheria.asg.generator.view.meta.MetaFilter
Setter for the field fieldName.
setFilters(List<MetaFilter>) - Method in class net.anotheria.asg.generator.view.meta.MetaModuleSection
Sets filters in the view part of this section.
setFloat(double) - Method in class net.anotheria.anodoc.data.DoubleProperty
Sets the value of this property to given float value.
setFloat(float) - Method in class net.anotheria.anodoc.data.FloatProperty
Sets the value of this property to given float value.
setFloat(Float) - Method in class net.anotheria.anodoc.data.FloatProperty
Sets the value of this property to given Float value.
setFloat(String, float) - Method in class net.anotheria.anodoc.data.Document
Sets a FloatProperty with name = fieldId and value = value in this document.
setFootprint(String) - Method in class net.anotheria.asg.data.ObjectInfo
Setter for the field footprint.
setGenerateLogger(boolean) - Method in class net.anotheria.asg.generator.GeneratedClass
Setter for the field generateLogger.
setGenerator(IGenerator) - Method in class net.anotheria.asg.generator.GeneratedClass
Setter for the field generator.
setGeneric(String) - Method in class net.anotheria.asg.generator.GeneratedClass.ClassDef
 
setGeneric(String) - Method in class net.anotheria.asg.generator.GeneratedClass
Setter for the field generic.
setHasErrors(boolean) - Method in class net.anotheria.asg.generator.validation.XMLAgainstXSDErrorHandler
Setter for the field hasErrors.
setHeader(MetaFormTableHeader) - Method in class net.anotheria.asg.generator.forms.meta.MetaFormTableColumn
Setter for the field header.
setId(String) - Method in class net.anotheria.anodoc.data.DataHolder
Sets the name of this DataHolder to the given value.
Warning: Only use this method, if you know what you do.
setId(String) - Method in class net.anotheria.asg.data.ObjectInfo
Setter for the field id.
setId(String) - Method in class net.anotheria.asg.util.DocumentChange
Setter for the field id.
setImports(List<String>) - Method in class net.anotheria.asg.generator.GeneratedClass
Setter for the field imports.
setInfo(String) - Method in class net.anotheria.anodoc.query2.ResultEntryBean
Setter for the field info.
setInfo(MatchingInfo) - Method in class net.anotheria.anodoc.query2.QueryResultEntry
Setter for the field info.
setInsertLine(int) - Method in class net.anotheria.asg.generator.util.IncludeDocumentsBean
Setter for the field insertLine.
setInt(int) - Method in class net.anotheria.anodoc.data.IntProperty
Sets the value of this property to the given int value.
setInt(String, int) - Method in class net.anotheria.anodoc.data.Document
Sets a IntProperty with name = fieldId and value = value in this document.
setInteger(Integer) - Method in class net.anotheria.anodoc.data.IntProperty
Sets the value of this property to the given Integer value.
setInterfaces(List<String>) - Method in class net.anotheria.asg.generator.GeneratedClass
Setter for the field interfaces.
setInternalProperty(Property) - Method in class net.anotheria.asg.data.AbstractASGDocument
setInternalProperty.
setJavascript(String) - Method in class net.anotheria.asg.generator.view.meta.MetaDialog
Setter for the field javascript.
setJsValidation(String) - Method in class net.anotheria.asg.generator.view.meta.MetaValidator
Setter for the field jsValidation.
setKey(String) - Method in class net.anotheria.asg.generator.forms.meta.MetaFormTableHeader
Setter for the field key.
setKey(String) - Method in class net.anotheria.asg.generator.view.meta.MetaValidator
Setter for the field key.
setLanguages(List<String>) - Method in class net.anotheria.asg.generator.Context
Setter for the field languages.
setLastChangeTimestamp(long) - Method in class net.anotheria.asg.data.ObjectInfo
Setter for the field lastChangeTimestamp.
setLastUpdateNow() - Method in class net.anotheria.anodoc.data.Document
setLastUpdateNow.
setLink(String) - Method in class net.anotheria.asg.generator.view.meta.MetaCustomFunctionElement
Setter for the field link.
setLink(String) - Method in class net.anotheria.asg.util.bean.PagingLink
Setter for the field link.
setLinkDecoration(List<String>) - Method in class net.anotheria.asg.generator.meta.MetaLink
Setter for the field linkDecoration.
setLinkTarget(String) - Method in class net.anotheria.asg.generator.meta.MetaLink
Setter for the field linkTarget.
setLinkType(String) - Method in class net.anotheria.asg.generator.meta.MetaLink
Setter for the field linkType.
setList(String, List<Property>) - Method in class net.anotheria.anodoc.data.Document
setList.
setListeners(List<String>) - Method in class net.anotheria.asg.generator.meta.MetaModule
Setter for the field listeners.
setLocked(boolean) - Method in class net.anotheria.asg.data.AbstractASGDocument
Allows to lock or unlock current.
setLocked(boolean) - Method in interface net.anotheria.asg.data.LockableObject
Allows to lock or unlock current.
setLockerId(String) - Method in class net.anotheria.asg.data.AbstractASGDocument
Allow to modify lockerId.
setLockerId(String) - Method in interface net.anotheria.asg.data.LockableObject
Allow to modify lockerId.
setLockingTime(long) - Method in class net.anotheria.asg.data.AbstractASGDocument
Allows to modify locking time.
setLockingTime(long) - Method in interface net.anotheria.asg.data.LockableObject
Allows to modify locking time.
setLong(long) - Method in class net.anotheria.anodoc.data.LongProperty
Sets the value of this property to the given value.
setLong(Long) - Method in class net.anotheria.anodoc.data.LongProperty
Sets the value of this property to the given Long object.
setLong(String, long) - Method in class net.anotheria.anodoc.data.Document
Sets a LongProperty with name = fieldId and value = value in this document.
setMatch(String) - Method in class net.anotheria.anodoc.query2.string.StringMatchingInfo
Setter for the field match.
setMatchedDocument(Document) - Method in class net.anotheria.anodoc.query2.QueryResultEntry
Setter for the field matchedDocument.
setMatchedProperty(Property) - Method in class net.anotheria.anodoc.query2.QueryResultEntry
Setter for the field matchedProperty.
setMod(long) - Method in class net.anotheria.anodoc.query2.QueryModProperty
Setter for the field mod.
setModule(MetaModule) - Method in class net.anotheria.asg.generator.util.DirectLink
Setter for the field module.
setModule(MetaModule) - Method in class net.anotheria.asg.generator.view.meta.MetaModuleSection
Sets target module.
setModuleFactory(IModuleFactory) - Method in class net.anotheria.anodoc.data.Module
Sets the moduleFactory.
setModuleOptions(GenerationOptions) - Method in class net.anotheria.asg.generator.meta.MetaModule
Setter for the field moduleOptions.
setMultilingual(boolean) - Method in class net.anotheria.asg.generator.meta.MetaProperty
Sets the multilingual support of the property.
setMultilingualDisabledInstance(boolean) - Method in interface net.anotheria.asg.data.MultilingualObject
Disables support for multilingual instances for this object.
setName(String) - Method in class net.anotheria.anodoc.query2.QueryProperty
Setter for the field name.
setName(String) - Method in class net.anotheria.asg.generator.ContextParameter
Setter for the field name.
setName(String) - Method in class net.anotheria.asg.generator.FileEntry
Setter for the field name.
setName(String) - Method in class net.anotheria.asg.generator.forms.meta.MetaFormField
Setter for the field name.
setName(String) - Method in class net.anotheria.asg.generator.GeneratedArtefact
Sets the name of the artefact.
setName(String) - Method in class net.anotheria.asg.generator.GeneratedClass.ClassDef
 
setName(String) - Method in class net.anotheria.asg.generator.GenerationOption
Setter for the field name.
setName(String) - Method in class net.anotheria.asg.generator.meta.MetaDocument
Setter for the field name.
setName(String) - Method in class net.anotheria.asg.generator.meta.MetaModule
Setter for the field name.
setName(String) - Method in class net.anotheria.asg.generator.meta.MetaProperty
Setter for the field name.
setName(String) - Method in class net.anotheria.asg.generator.meta.ModuleParameter
Setter for the field name.
setName(String) - Method in class net.anotheria.asg.generator.types.meta.DataType
Setter for the field name.
setName(String) - Method in class net.anotheria.asg.generator.view.meta.MetaDecorator
Sets name for decorator.
setName(String) - Method in class net.anotheria.asg.generator.view.meta.MetaDialog
Setter for the field name.
setName(String) - Method in class net.anotheria.asg.generator.view.meta.MetaFilter
Setter for the field name.
setName(String) - Method in class net.anotheria.asg.generator.view.meta.MetaValidator
Setter for the field name.
setName(String) - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
Sets name of the element.
setNewIncludedDocument(String, int) - Method in class net.anotheria.asg.generator.util.IncludedDocuments
add include document to list.
setOptions(GenerationOptions) - Method in class net.anotheria.asg.generator.Context
Setter for the field options.
setOptions(GenerationOptions) - Method in class net.anotheria.asg.generator.GeneratorDataRegistry
Setter for the field options.
setOwner(String) - Method in class net.anotheria.asg.generator.Context
Setter for the field owner.
setOwnerId(String) - Method in class net.anotheria.anodoc.data.Module
Sets the ownerId.
setPackage(String) - Method in class net.anotheria.asg.generator.GeneratedJSPFile
setPackage.
setPackageName(String) - Method in class net.anotheria.asg.generator.Context
Setter for the field packageName.
setPackageName(String) - Method in class net.anotheria.asg.generator.GeneratedClass
Setter for the field packageName.
setParameter(String) - Method in class net.anotheria.asg.util.filter.FilterTrigger
Setter for the field parameter.
setParent(Class<?>) - Method in class net.anotheria.asg.generator.GeneratedClass
Setter for the field parent.
setParent(String) - Method in class net.anotheria.asg.generator.GeneratedClass
Setter for the field parent.
setParent(String, String) - Method in class net.anotheria.asg.generator.GeneratedClass
Setter for the field parent.
setParentModule(MetaModule) - Method in class net.anotheria.asg.generator.meta.MetaDocument
Setter for the field parentModule.
setParentName(String) - Method in class net.anotheria.asg.util.DocumentChange
Setter for the field parentName.
setPath(String) - Method in class net.anotheria.asg.generator.FileEntry
Setter for the field path.
setPath(String) - Method in class net.anotheria.asg.generator.forms.meta.MetaForm
Setter for the field path.
setPath(String) - Method in class net.anotheria.asg.generator.GeneratedJSPFile
Setter for the field path.
setPath(String) - Method in class net.anotheria.asg.generator.GeneratedSQLFile
Setter for the field path.
setPath(String) - Method in class net.anotheria.asg.generator.GeneratedXMLFile
Setter for the field path.
setPath(String) - Method in class net.anotheria.asg.generator.view.meta.MetaCustomSection
Setter for the field path.
setPost(String) - Method in class net.anotheria.anodoc.query2.string.StringMatchingInfo
Setter for the field post.
setPre(String) - Method in class net.anotheria.anodoc.query2.string.StringMatchingInfo
Setter for the field pre.
setProperty(MetaLink) - Method in class net.anotheria.asg.generator.util.DirectLink
Setter for the field property.
setPropertyName(String) - Method in class net.anotheria.anodoc.query2.ResultEntryBean
Setter for the field propertyName.
setReadonly(boolean) - Method in class net.anotheria.asg.generator.meta.MetaProperty
Setter for the field readonly.
setReadonly(boolean) - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
Sets if the element is readonly or not.
setRegistryHost(String) - Method in class net.anotheria.asg.util.rmi.RMIConfig
Setter for the field registryHost.
setRegistryPort(int) - Method in class net.anotheria.asg.util.rmi.RMIConfig
Setter for the field registryPort.
setRelevance(int) - Method in class net.anotheria.anodoc.query2.QueryResultEntry
Setter for the field relevance.
setRequestTime(long) - Method in class net.anotheria.asg.service.remote.EchoRequest
Setter for the field requestTime.
setRequiredRoles(List<String>) - Method in class net.anotheria.asg.generator.view.meta.MetaView
Setter for the field requiredRoles.
setResponseTime(long) - Method in class net.anotheria.asg.service.remote.EchoResponse
Setter for the field responseTime.
setRich(boolean) - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
Setter for the field rich.
setRows(int) - Method in class net.anotheria.asg.generator.forms.meta.MetaFormTableField
Setter for the field rows.
setRule(String) - Method in class net.anotheria.asg.generator.view.meta.MetaDecorator
Sets rule for decorator instance.
setSections(List<MetaSection>) - Method in class net.anotheria.asg.generator.view.meta.MetaView
Setter for the field sections.
setSelected(boolean) - Method in class net.anotheria.asg.util.filter.FilterTrigger
setSelected.
setServletMapping(String) - Method in class net.anotheria.asg.generator.Context
Setter for the field servletMapping.
setShowLink(boolean) - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
 
setSize(int) - Method in class net.anotheria.asg.generator.forms.meta.MetaFormSingleField
Setter for the field size.
setSortingType(SortingType) - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
Setter for the field sortingType.
setSourceDocument(String) - Method in class net.anotheria.asg.generator.meta.FederatedDocumentMapping
Setter for the field sourceDocument.
setStorageDir(String) - Method in class net.anotheria.anodoc.util.CommonHashtableModuleStorage
Setter for the field storageDir.
setStorageKey(String) - Method in class net.anotheria.asg.generator.meta.MetaModule
Deprecated.
Noone knows what storagekey does.
setStorageType(StorageType) - Method in class net.anotheria.asg.generator.meta.MetaModule
Setter for the field storageType.
setString(String) - Method in class net.anotheria.anodoc.data.StringProperty
Sets the value of this property to the given String.
setString(String, String) - Method in class net.anotheria.anodoc.data.Document
Sets a StringProperty with name = fieldId and value = value in this document.
setSupportedLanguages(List<String>) - Method in class net.anotheria.asg.util.filter.MissingAnyTranslationFilter
Set supported languages.
setSupportedLanguages(List<String>) - Method in class net.anotheria.asg.util.filter.MissingTranslationFilter
Set supported languages.
setTableNamePostfix(String) - Method in class net.anotheria.anodoc.util.context.DBContext
Setter for the field tableNamePostfix.
setTableNamePrefix(String) - Method in class net.anotheria.anodoc.util.context.DBContext
Setter for the field tableNamePrefix.
setTargetDocument(String) - Method in class net.anotheria.asg.generator.meta.FederatedDocumentMapping
Setter for the field targetDocument.
setTargetDocumentDescription(String) - Method in class net.anotheria.asg.util.bean.LinkToMeBean
Setter for the field targetDocumentDescription.
setTargetDocumentId(String) - Method in class net.anotheria.asg.util.bean.LinkToMeBean
Setter for the field targetDocumentId.
setTargetDocumentLink(String) - Method in class net.anotheria.asg.util.bean.LinkToMeBean
Setter for the field targetDocumentLink.
setTargetDocumentProperty(String) - Method in class net.anotheria.asg.util.bean.LinkToMeBean
Setter for the field targetDocumentProperty.
setTargetDocumentType(String) - Method in class net.anotheria.asg.util.bean.LinkToMeBean
Setter for the field targetDocumentType.
setTargetKey(String) - Method in class net.anotheria.asg.generator.meta.FederatedDocumentMapping
Setter for the field targetKey.
setTargets(List<String>) - Method in class net.anotheria.asg.generator.forms.meta.MetaForm
Setter for the field targets.
setTimeout(long) - Method in class net.anotheria.asg.util.locking.config.LockingConfig
Setter for the field timeout.
setTimestamp(long) - Method in class net.anotheria.asg.util.DocumentChange
Setter for the field timestamp.
setTitle(String) - Method in class net.anotheria.asg.generator.forms.meta.MetaFormSingleField
Setter for the field title.
setTitle(String) - Method in class net.anotheria.asg.generator.view.meta.MetaDialog
Setter for the field title.
setTitle(String) - Method in class net.anotheria.asg.generator.view.meta.MetaView
Setter for the field title.
setType(String) - Method in class net.anotheria.asg.data.ObjectInfo
Setter for the field type.
setType(String) - Method in class net.anotheria.asg.generator.FileEntry
Sets type of the file.
setType(String) - Method in class net.anotheria.asg.generator.forms.meta.MetaFormSingleField
Setter for the field type.
setType(TypeOfClass) - Method in class net.anotheria.asg.generator.GeneratedClass
Setter for the field type.
setTypeComment(String) - Method in class net.anotheria.asg.generator.GeneratedClass
Setter for the field typeComment.
setTypeIdentifier(String) - Method in class net.anotheria.anodoc.data.Document
Sets the type identifier for this document.
setUp() - Method in class net.anotheria.asg.service.BaseFixtureService
setUp.
setUp() - Method in interface net.anotheria.asg.service.IFixtureService
setUp.
setUserName(String) - Method in class net.anotheria.asg.util.DocumentChange
Setter for the field userName.
setValidators(List<MetaValidator>) - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
Setter for the field validators.
setValue(Object) - Method in class net.anotheria.anodoc.data.BooleanProperty
Sets the value of this Property.
setValue(Object) - Method in class net.anotheria.anodoc.data.DoubleProperty
Sets the value of this Property.
setValue(Object) - Method in class net.anotheria.anodoc.data.FloatProperty
Sets the value of this Property.
setValue(Object) - Method in class net.anotheria.anodoc.data.IntProperty
Sets the value of this Property.
setValue(Object) - Method in class net.anotheria.anodoc.data.LongProperty
Sets the value of this Property.
setValue(Object) - Method in class net.anotheria.anodoc.data.Property
Sets the value of this Property.
setValue(Object) - Method in class net.anotheria.anodoc.data.StringProperty
Sets the value of this Property.
setValue(Object) - Method in class net.anotheria.anodoc.query2.QueryProperty
Setter for the field value.
setValue(String) - Method in class net.anotheria.asg.generator.ContextParameter
Setter for the field value.
setValue(String) - Method in class net.anotheria.asg.generator.GenerationOption
Setter for the field value.
setValue(String) - Method in class net.anotheria.asg.generator.meta.ModuleParameter
Setter for the field value.
setValues(List<String>) - Method in class net.anotheria.asg.generator.types.meta.EnumerationType
Sets possible values.
setWidth(String) - Method in class net.anotheria.asg.generator.forms.meta.MetaFormTableHeader
Setter for the field width.
SHARED - Static variable in class net.anotheria.asg.generator.meta.MetaModule
This is a predefined module used to generate package and class names for shared stuff.
SharedFooterJspGenerator - Class in net.anotheria.asg.generator.view.jsp
Generator for jsp footer.
SharedFooterJspGenerator() - Constructor for class net.anotheria.asg.generator.view.jsp.SharedFooterJspGenerator
 
show - net.anotheria.asg.util.locking.helper.DocumentLockingHelper
Show action.
SHOW - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.ContainerAction
 
SHOW - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
ShowPageJspGenerator - Class in net.anotheria.asg.generator.view.jsp
Generator for show page.
ShowPageJspGenerator() - Constructor for class net.anotheria.asg.generator.view.jsp.ShowPageJspGenerator
 
SimpleContainsStringQuery - Class in net.anotheria.anodoc.query2.string
SimpleContainsStringQuery class.
SimpleContainsStringQuery(String) - Constructor for class net.anotheria.anodoc.query2.string.SimpleContainsStringQuery
Constructor for SimpleContainsStringQuery.
SimpleContainsStringQuery(String, Collection<String>) - Constructor for class net.anotheria.anodoc.query2.string.SimpleContainsStringQuery
Constructor for SimpleContainsStringQuery.
sliceDataAndSavePagingInformation(HttpServletRequest, List<T>) - Static method in class net.anotheria.asg.util.action.ActionUtils
 
SortingType - Enum in net.anotheria.asg.generator.view.meta
This enum lists sorting possibilites for elements in the cms.
SQLGenerator - Class in net.anotheria.asg.generator.model.db
SQLGenerator class.
SQLGenerator() - Constructor for class net.anotheria.asg.generator.model.db.SQLGenerator
 
start() - Method in class net.anotheria.anodoc.util.FileWatcher
Starting file watching task.
startClassBody() - Method in class net.anotheria.asg.generator.AbstractGenerator
Starts the body of a class.
startNewJob() - Static method in class net.anotheria.asg.generator.GenerationJobManager
startNewJob.
startNewJob(GeneratedArtefact) - Method in class net.anotheria.asg.generator.AbstractGenerator
Starts new job.
startNewJob(GeneratedArtefact) - Static method in class net.anotheria.asg.generator.GenerationJobManager
startNewJob.
stop() - Method in class net.anotheria.anodoc.util.FileWatcher
Stopping file watching task.
StorageFailureException - Exception in net.anotheria.anodoc.service
General exception a service can throw if it can't proceed as desired.
StorageFailureException(String) - Constructor for exception net.anotheria.anodoc.service.StorageFailureException
Constructor for StorageFailureException.
StoragePlaceHolder - Class in net.anotheria.anodoc.util
This class represents a IModuleStorage which DOES NOT store anything, and act as a placeholder instead.
StoragePlaceHolder() - Constructor for class net.anotheria.anodoc.util.StoragePlaceHolder
 
StorageType - Enum in net.anotheria.asg.generator.meta
Types of storage supported by the generator.
storeModule(Module) - Method in interface net.anotheria.anodoc.service.IModuleService
Stores the given module in the appropriate storage.
storeModule(Module) - Method in class net.anotheria.anodoc.service.ModuleServiceImpl
Stores the given module in the appropriate storage.
STRING - net.anotheria.anodoc.data.PropertyType
String.
STRING - net.anotheria.asg.generator.meta.MetaProperty.Type
 
StringMatchingInfo - Class in net.anotheria.anodoc.query2.string
StringMatchingInfo class.
StringMatchingInfo() - Constructor for class net.anotheria.anodoc.query2.string.StringMatchingInfo
Creates a new StringMatchingInfo.
StringMatchingInfo(String, String, String) - Constructor for class net.anotheria.anodoc.query2.string.StringMatchingInfo
Creates a new StringMatchingInfo.
StringProperty - Class in net.anotheria.anodoc.data
This property represents a string value.
StringProperty(String) - Constructor for class net.anotheria.anodoc.data.StringProperty
Creates a new StringProperty with given name and null value.
StringProperty(String, String) - Constructor for class net.anotheria.anodoc.data.StringProperty
Creates a new StringProperty with given name and value.
StringPropertyDeserializer - Class in net.anotheria.anodoc.util.mapper.pds
 
StringPropertyDeserializer() - Constructor for class net.anotheria.anodoc.util.mapper.pds.StringPropertyDeserializer
 
StringPropertyDeserializer(Class<StringProperty>) - Constructor for class net.anotheria.anodoc.util.mapper.pds.StringPropertyDeserializer
 
StringPropertySerializer - Class in net.anotheria.anodoc.util.mapper.ps
 
StringPropertySerializer() - Constructor for class net.anotheria.anodoc.util.mapper.ps.StringPropertySerializer
 
StringPropertySerializer(Class<StringProperty>) - Constructor for class net.anotheria.anodoc.util.mapper.ps.StringPropertySerializer
 
StringType - Class in net.anotheria.asg.generator.meta
Representation of the string type.
StringType() - Constructor for class net.anotheria.asg.generator.meta.StringType
 
SWITCHMULTILANG - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
synchBack() - Method in interface net.anotheria.asg.service.InMemoryService
Synchs the data back to the paired instance.
synchTo(T) - Method in interface net.anotheria.asg.service.InMemoryService
Synches current data to a service instance.
SysOutServiceListener - Class in net.anotheria.asg.util.listener
A Service Listener which simply prints out all created/updated/deleted documents.
SysOutServiceListener() - Constructor for class net.anotheria.asg.util.listener.SysOutServiceListener
 

T

TablePageJspGenerator - Class in net.anotheria.asg.generator.view.jsp
Generates the jsps for the edit view.
TablePageJspGenerator() - Constructor for class net.anotheria.asg.generator.view.jsp.TablePageJspGenerator
 
tag(String, String, String, AbstractJSPGenerator.TagAttribute...) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Appends to generation output tag without body.
tag(String, String, AbstractJSPGenerator.TagAttribute...) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Appends to generation output tag without body.
tag(String, AbstractJSPGenerator.TagAttribute...) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Appends to generation output tag without body.
TagAttribute(String, String) - Constructor for class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator.TagAttribute
 
tagClose(String) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Appends to generation output closing for tag.
tagOpen(String, String, String, AbstractJSPGenerator.TagAttribute...) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Appends to generation output opening for tag.
tagOpen(String, String, AbstractJSPGenerator.TagAttribute...) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Appends to generation output opening for tag.
tagOpen(String, AbstractJSPGenerator.TagAttribute...) - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator
Appends to generation output opening for tag.
tearDown() - Method in class net.anotheria.asg.service.BaseFixtureService
tearDown.
tearDown() - Method in interface net.anotheria.asg.service.IFixtureService
tearDown.
TEXT - net.anotheria.anodoc.data.PropertyType
Text.
TEXT - net.anotheria.asg.generator.meta.MetaProperty.Type
 
TextProperty - Class in net.anotheria.anodoc.data
TextProperty is a derivative of a StringProperty which support full text search queries (if the underlying storage supports them too).
TextProperty(String) - Constructor for class net.anotheria.anodoc.data.TextProperty
Creates a new TextProperty with given name and null value.
TextProperty(String, String) - Constructor for class net.anotheria.anodoc.data.TextProperty
Creates a new TextProperty with given name and value.
toBeanGetter() - Method in class net.anotheria.asg.generator.meta.MetaProperty
toBeanGetter.
toBeanGetter(String) - Method in class net.anotheria.asg.generator.meta.AbstractType
toBeanGetter.
toBeanGetter(String) - Method in class net.anotheria.asg.generator.meta.BooleanType
toBeanGetter.
toBeanGetter(String) - Method in interface net.anotheria.asg.generator.meta.IMetaType
toBeanGetter.
toBeanGetter(String) - Method in class net.anotheria.asg.generator.meta.MetaProperty
toBeanGetter.
toBeanGetter(String) - Method in class net.anotheria.asg.generator.meta.ObjectType
toBeanGetter.
toBeanSetter() - Method in class net.anotheria.asg.generator.meta.MetaProperty
toBeanSetter.
toBeanSetter(String) - Method in class net.anotheria.asg.generator.meta.AbstractType
toBeanSetter.
toBeanSetter(String) - Method in interface net.anotheria.asg.generator.meta.IMetaType
toBeanSetter.
toBeanSetter(String) - Method in class net.anotheria.asg.generator.meta.MetaProperty
toBeanSetter.
toBeanSetter(String) - Method in class net.anotheria.asg.generator.meta.ObjectType
toBeanSetter.
toGetter() - Method in class net.anotheria.asg.generator.meta.MetaProperty
toGetter.
toGetter(String) - Method in class net.anotheria.asg.generator.meta.MetaProperty
toGetter.
toHtml() - Method in interface net.anotheria.anodoc.query2.MatchingInfo
Returns the html presentation of the match.
toHtml() - Method in class net.anotheria.anodoc.query2.string.StringMatchingInfo
Returns the html presentation of the match.
toJava() - Method in class net.anotheria.asg.generator.meta.BooleanType
toJava.
toJava() - Method in class net.anotheria.asg.generator.meta.DoubleType
toJava.
toJava() - Method in class net.anotheria.asg.generator.meta.FloatType
toJava.
toJava() - Method in interface net.anotheria.asg.generator.meta.IMetaType
toJava.
toJava() - Method in class net.anotheria.asg.generator.meta.IntType
toJava.
toJava() - Method in class net.anotheria.asg.generator.meta.ListType
toJava.
toJava() - Method in class net.anotheria.asg.generator.meta.LongType
toJava.
toJava() - Method in class net.anotheria.asg.generator.meta.ObjectType
toJava.
toJava() - Method in class net.anotheria.asg.generator.meta.StringType
toJava.
toJava() - Method in enum net.anotheria.asg.generator.TypeOfClass
toJava.
toJavaErasedType() - Method in class net.anotheria.asg.generator.meta.MetaListProperty
toJavaErasedType.
toJavaErasedType() - Method in class net.anotheria.asg.generator.meta.MetaProperty
toJavaErasedType.
toJavaObject() - Method in class net.anotheria.asg.generator.meta.BooleanType
toJavaObject.
toJavaObject() - Method in class net.anotheria.asg.generator.meta.DoubleType
toJavaObject.
toJavaObject() - Method in class net.anotheria.asg.generator.meta.FloatType
toJavaObject.
toJavaObject() - Method in interface net.anotheria.asg.generator.meta.IMetaType
toJavaObject.
toJavaObject() - Method in class net.anotheria.asg.generator.meta.IntType
toJavaObject.
toJavaObject() - Method in class net.anotheria.asg.generator.meta.ListType
toJavaObject.
toJavaObject() - Method in class net.anotheria.asg.generator.meta.LongType
toJavaObject.
toJavaObject() - Method in class net.anotheria.asg.generator.meta.ObjectType
toJavaObject.
toJavaObject() - Method in class net.anotheria.asg.generator.meta.StringType
toJavaObject.
toJavaObjectType() - Method in class net.anotheria.asg.generator.meta.MetaProperty
toJavaObjectType.
toJavaType() - Method in class net.anotheria.asg.generator.meta.MetaGenericProperty
toJavaType.
toJavaType() - Method in class net.anotheria.asg.generator.meta.MetaListProperty
toJavaType.
toJavaType() - Method in class net.anotheria.asg.generator.meta.MetaProperty
toJavaType.
toNameConstant() - Method in class net.anotheria.asg.generator.meta.MetaLink
toNameConstant.
toNameConstant() - Method in class net.anotheria.asg.generator.meta.MetaProperty
toNameConstant.
toNameConstant(String) - Method in class net.anotheria.asg.generator.meta.MetaProperty
toNameConstant.
toPropertyGetter() - Method in class net.anotheria.asg.generator.meta.AbstractType
toPropertyGetter.
toPropertyGetter() - Method in interface net.anotheria.asg.generator.meta.IMetaType
toPropertyGetter.
toPropertyGetter() - Method in class net.anotheria.asg.generator.meta.MetaProperty
toPropertyGetter.
toPropertyGetter() - Method in class net.anotheria.asg.generator.meta.ObjectType
toPropertyGetter.
toPropertyGetterCall() - Method in class net.anotheria.asg.generator.meta.MetaGenericListProperty
toPropertyGetterCall.
toPropertyGetterCall() - Method in class net.anotheria.asg.generator.meta.MetaGenericProperty
toPropertyGetterCall.
toPropertyGetterCall(String) - Method in class net.anotheria.asg.generator.meta.MetaGenericListProperty
toPropertyGetterCall.
toPropertyGetterCall(String) - Method in class net.anotheria.asg.generator.meta.MetaGenericProperty
toPropertyGetterCall.
toPropertyGetterCallForCurrentLanguage(String) - Method in class net.anotheria.asg.generator.meta.MetaGenericListProperty
toPropertyGetterCallForCurrentLanguage.
toPropertyGetterCallForCurrentLanguage(String) - Method in class net.anotheria.asg.generator.meta.MetaGenericProperty
toPropertyGetterCallForCurrentLanguage.
toPropertySetter() - Method in class net.anotheria.asg.generator.meta.AbstractType
toPropertySetter.
toPropertySetter() - Method in interface net.anotheria.asg.generator.meta.IMetaType
toPropertySetter.
toPropertySetter() - Method in class net.anotheria.asg.generator.meta.MetaProperty
toPropertySetter.
toPropertySetter() - Method in class net.anotheria.asg.generator.meta.ObjectType
toPropertySetter.
toPropertySetterCall() - Method in class net.anotheria.asg.generator.meta.MetaGenericListProperty
toPropertySetterCall.
toPropertySetterCall() - Method in class net.anotheria.asg.generator.meta.MetaGenericProperty
toPropertySetterCall.
toPropertySetterCall(String) - Method in class net.anotheria.asg.generator.meta.MetaGenericListProperty
toPropertySetterCall.
toPropertySetterCall(String) - Method in class net.anotheria.asg.generator.meta.MetaGenericProperty
toPropertySetterCall.
toPropertySetterCallForCurrentLanguage(String) - Method in class net.anotheria.asg.generator.meta.MetaGenericListProperty
toPropertySetterCallForCurrentLanguage.
toPropertySetterCallForCurrentLanguage(String) - Method in class net.anotheria.asg.generator.meta.MetaGenericProperty
toPropertySetterCallForCurrentLanguage.
toSetter() - Method in class net.anotheria.asg.generator.meta.MetaProperty
toSetter.
toSetter(String) - Method in class net.anotheria.asg.generator.meta.MetaProperty
toSetter.
toString() - Method in class net.anotheria.anodoc.data.Document
Returns the string representation of this document.
toString() - Method in class net.anotheria.anodoc.data.DocumentList
Returns the String representation of this list.
toString() - Method in class net.anotheria.anodoc.data.Module
Returns the String representation of this Module entity.
toString() - Method in class net.anotheria.anodoc.data.Property
toString() - Method in class net.anotheria.anodoc.query2.QueryLessThenProperty
toString() - Method in class net.anotheria.anodoc.query2.QueryMoreThenProperty
toString() - Method in class net.anotheria.anodoc.query2.QueryNotEqualProperty
toString() - Method in class net.anotheria.anodoc.query2.QueryProperty
toString() - Method in class net.anotheria.anodoc.query2.QueryResult
toString() - Method in class net.anotheria.anodoc.query2.QueryResultEntry
toString() - Method in class net.anotheria.anodoc.query2.string.ContainsStringQuery
toString() - Method in class net.anotheria.anodoc.query2.string.ContainsWordsQuery.Index
 
toString() - Method in class net.anotheria.anodoc.query2.string.ContainsWordsQuery
toString() - Method in class net.anotheria.anodoc.query2.string.SimpleContainsStringQuery
toString.
toString() - Method in class net.anotheria.anodoc.query2.string.StringMatchingInfo
toString() - Method in class net.anotheria.anodoc.util.context.BrandConfig
 
toString() - Method in class net.anotheria.asg.data.ObjectInfo
toString() - Method in class net.anotheria.asg.generator.ContextParameter
toString() - Method in class net.anotheria.asg.generator.FileEntry
toString() - Method in class net.anotheria.asg.generator.forms.meta.MetaForm
toString() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormField
toString() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormSingleField
toString.
toString() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormTableColumn
toString.
toString() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormTableField
toString.
toString() - Method in class net.anotheria.asg.generator.forms.meta.MetaFormTableHeader
toString.
toString() - Method in class net.anotheria.asg.generator.GeneratedClass.ClassDef
 
toString() - Method in class net.anotheria.asg.generator.GenerationOption
toString() - Method in class net.anotheria.asg.generator.meta.FederatedDocumentMapping
toString() - Method in class net.anotheria.asg.generator.meta.MetaDocument
toString() - Method in class net.anotheria.asg.generator.meta.MetaModule
toString() - Method in class net.anotheria.asg.generator.meta.MetaProperty
toString() - Method in enum net.anotheria.asg.generator.meta.MetaProperty.Type
 
toString() - Method in class net.anotheria.asg.generator.meta.ModuleParameter
toString.
toString() - Method in class net.anotheria.asg.generator.types.meta.EnumerationType
toString() - Method in class net.anotheria.asg.generator.util.IncludeDocumentsBean
toString() - Method in class net.anotheria.asg.generator.view.jsp.AbstractJSPGenerator.TagAttribute
 
toString() - Method in class net.anotheria.asg.generator.view.meta.MetaCustomSection
toString() - Method in class net.anotheria.asg.generator.view.meta.MetaDecorator
toString() - Method in class net.anotheria.asg.generator.view.meta.MetaDialog
toString() - Method in class net.anotheria.asg.generator.view.meta.MetaEmptyElement
toString() - Method in class net.anotheria.asg.generator.view.meta.MetaFieldElement
toString.
toString() - Method in class net.anotheria.asg.generator.view.meta.MetaFunctionElement
toString() - Method in class net.anotheria.asg.generator.view.meta.MetaListElement
toString.
toString() - Method in class net.anotheria.asg.generator.view.meta.MetaModuleSection
toString() - Method in class net.anotheria.asg.generator.view.meta.MetaSection
toString() - Method in class net.anotheria.asg.generator.view.meta.MetaValidator
toString() - Method in class net.anotheria.asg.generator.view.meta.MetaView
toString() - Method in class net.anotheria.asg.generator.view.meta.MetaViewElement
toString() - Method in class net.anotheria.asg.service.InMemoryObjectWrapper
toString.
toString() - Method in class net.anotheria.asg.util.filter.FilterTrigger
toString() - Method in class net.anotheria.asg.util.rmi.RMIConfig
toXML() - Method in class net.anotheria.asg.data.ObjectInfo
Creates the XMLNode for xml representation of this object info.
toXMLNode() - Method in class net.anotheria.anodoc.data.DataHolder
toXMLNode.
toXMLNode() - Method in class net.anotheria.anodoc.data.Document
toXMLNode.
toXMLNode() - Method in class net.anotheria.anodoc.data.DocumentList
toXMLNode.
toXMLNode() - Method in class net.anotheria.anodoc.data.ListProperty
Creates an xml node for export.
toXMLNode() - Method in class net.anotheria.anodoc.data.Module
Creates an XMLNode for XML export.
toXMLNode() - Method in class net.anotheria.anodoc.data.Property
Creates an xml node for export.
toXMLNode() - Method in class net.anotheria.asg.data.AbstractFederatedVO
toXMLNode.
toXMLNode() - Method in class net.anotheria.asg.data.AbstractVO
Creates an XMLNode for this document for XML export.
toXMLNode() - Method in interface net.anotheria.asg.data.DataObject
Creates an XMLNode for this document for XML export.
TRACING_SIZE - Static variable in class net.anotheria.asg.util.CmsChangesTracker
Constant TRACING_SIZE=20
TRANSFER - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
TYPE_IDENTIFIER - Static variable in class net.anotheria.anodoc.data.IDHolder
Constant for type identifier.
TypeFactory - Class in net.anotheria.asg.generator.meta
Factory for the meta types.
TypeOfClass - Enum in net.anotheria.asg.generator
Type of generateable class.
TypesGenerator - Class in net.anotheria.asg.generator.types
TODO please remined another to comment this class
TypesGenerator() - Constructor for class net.anotheria.asg.generator.types.TypesGenerator
 

U

unLock - net.anotheria.asg.util.locking.helper.DocumentLockingHelper
UnLock - action.
UNLOCK - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
unpair(T) - Method in interface net.anotheria.asg.service.InMemoryService
Unpairs the service.
unprepaireable() - Method in class net.anotheria.anodoc.query2.QueryContainsProperty
unprepaireable.
unprepaireable() - Method in class net.anotheria.anodoc.query2.QueryInProperty
unprepaireable.
unprepaireable() - Method in class net.anotheria.anodoc.query2.QueryModProperty
unprepaireable.
unprepaireable() - Method in class net.anotheria.anodoc.query2.QueryProperty
unprepaireable.
update - net.anotheria.asg.util.locking.helper.DocumentLockingHelper
Update action.
update(T) - Method in interface net.anotheria.asg.service.CRUDService
Updates an object.
update(T) - Method in class net.anotheria.asg.service.InMemoryObjectWrapper
update.
UPDATE - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
UPDATE - net.anotheria.asg.util.CmsChangesTracker.Action
 
USER_SETTINGS - Static variable in class net.anotheria.asg.generator.meta.MetaModule
This is a predefined module used to generate package and class names for user settings stuff.

V

validateAgainstXSDSchema(String, String, InputStream, IncludedDocuments) - Static method in class net.anotheria.asg.generator.validation.XMLAgainstXSDValidation
validateAgainstXSDSchema.
VALUE_SORT_ORDER_ASC - Static variable in interface net.anotheria.asg.generator.view.ViewConstants
The value for the sort order.
VALUE_SORT_ORDER_DESC - Static variable in interface net.anotheria.asg.generator.view.ViewConstants
The value for the sort order.
valueOf(String) - Static method in enum net.anotheria.anodoc.data.PropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.anotheria.asg.generator.meta.MetaProperty.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.anotheria.asg.generator.meta.StorageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.anotheria.asg.generator.TypeOfClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.ContainerAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SharedAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.anotheria.asg.generator.view.meta.SortingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.anotheria.asg.util.CmsChangesTracker.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.anotheria.asg.util.locking.helper.DocumentLockingHelper
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.anotheria.anodoc.data.PropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.anotheria.asg.generator.meta.MetaProperty.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.anotheria.asg.generator.meta.StorageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.anotheria.asg.generator.TypeOfClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.ContainerAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SharedAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.anotheria.asg.generator.view.meta.SortingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.anotheria.asg.util.CmsChangesTracker.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.anotheria.asg.util.locking.helper.DocumentLockingHelper
Returns an array containing the constants of this enum type, in the order they are declared.
versionInfo - net.anotheria.asg.util.locking.helper.DocumentLockingHelper
VersionInfo action.
VERSIONINFO - net.anotheria.asg.generator.view.CMSMappingsConfiguratorGenerator.SectionAction
 
ViewConstants - Interface in net.anotheria.asg.generator.view
Some constants used in the view.
ViewGenerator - Class in net.anotheria.asg.generator.view
TODO please remined another to comment this class
ViewGenerator() - Constructor for class net.anotheria.asg.generator.view.ViewGenerator
 
VOGenerator - Class in net.anotheria.asg.generator.model.db
Generates value objects for db bound document implementation.
VOGenerator() - Constructor for class net.anotheria.asg.generator.model.db.VOGenerator
 

W

warning(SAXParseException) - Method in class net.anotheria.asg.generator.validation.XMLAgainstXSDErrorHandler
WORDS_SEPARATORS - Static variable in class net.anotheria.anodoc.query2.string.ContainsWordsQuery
Constant WORDS_SEPARATORS
writeComment(String) - Method in class net.anotheria.asg.generator.AbstractGenerator
writeComment.
writeCommentLine(String) - Method in class net.anotheria.asg.generator.AbstractGenerator
writeCommentLine.
writeEmptyline() - Static method in class net.anotheria.asg.generator.AbstractGenerator
Deprecated.
use emptyline.
writeFile(String, String, String) - Static method in class net.anotheria.asg.generator.util.FileWriter
writeFile.
writeFile(String, String, String, boolean) - Static method in class net.anotheria.asg.generator.util.FileWriter
writeFile.
writeFiles(List<FileEntry>) - Method in class net.anotheria.asg.generator.AbstractAnoDocGenerator
writeFiles.
writeImport(String) - Method in class net.anotheria.asg.generator.AbstractGenerator
Deprecated.
use clazz.addImport(imp) instead
writeImport(String, String) - Method in class net.anotheria.asg.generator.AbstractGenerator
Deprecated.
use clazz.addImport(imp) instead
writeIncreasedStatement(String) - Method in class net.anotheria.asg.generator.AbstractGenerator
writeIncreasedStatement.
writeIncreasedString(String) - Method in class net.anotheria.asg.generator.AbstractGenerator
Returns a line with increased ident and the parameter string.
writeJavaFile(String, String, String) - Static method in class net.anotheria.asg.generator.util.FileWriter
writeJavaFile.
writeStatement(String) - Method in class net.anotheria.asg.generator.AbstractGenerator
Deprecated.
use appendStatement instead
writeString(String) - Method in class net.anotheria.asg.generator.AbstractGenerator
Deprecated.
use appendString instead

X

XMLAgainstXSDErrorHandler - Class in net.anotheria.asg.generator.validation
XMLAgainstXSDErrorHandler class.
XMLAgainstXSDErrorHandler(IncludedDocuments) - Constructor for class net.anotheria.asg.generator.validation.XMLAgainstXSDErrorHandler
Constructor for XMLAgainstXSDErrorHandler.
XMLAgainstXSDValidation - Class in net.anotheria.asg.generator.validation
XMLAgainstXSDValidation class.
XMLAgainstXSDValidation() - Constructor for class net.anotheria.asg.generator.validation.XMLAgainstXSDValidation
 
XMLContextParser - Class in net.anotheria.asg.generator.parser
Parser for the context-xml.
XMLDataParser - Class in net.anotheria.asg.generator.parser
XMLParser for the data definition files.
XMLDataParser() - Constructor for class net.anotheria.asg.generator.parser.XMLDataParser
 
XMLDecoratorsParser - Class in net.anotheria.asg.generator.parser
Parser for the decorator definition file.
XMLDecoratorsParser() - Constructor for class net.anotheria.asg.generator.parser.XMLDecoratorsParser
 
XMLExporterGenerator - Class in net.anotheria.asg.generator.apputil
XMLExporterGenerator class.
XMLExporterGenerator() - Constructor for class net.anotheria.asg.generator.apputil.XMLExporterGenerator
 
XMLFiltersParser - Class in net.anotheria.asg.generator.parser
Parser for the filters definition.
XMLFormParser - Class in net.anotheria.asg.generator.parser
Parser for the forms.
XMLHelper - Class in net.anotheria.asg.data
A helper class for creation of xml trees.
XMLImporterGenerator - Class in net.anotheria.asg.generator.apputil
XMLImporterGenerator class.
XMLImporterGenerator() - Constructor for class net.anotheria.asg.generator.apputil.XMLImporterGenerator
 
XMLPreprocessor - Class in net.anotheria.asg.generator.parser
This class preprocess an xml file.
XMLTypesParser - Class in net.anotheria.asg.generator.parser
TODO please remined another to comment this class
XMLValidatorsParser - Class in net.anotheria.asg.generator.parser
XMLValidatorsParser class.
XMLValidatorsParser() - Constructor for class net.anotheria.asg.generator.parser.XMLValidatorsParser
 
XMLViewParser - Class in net.anotheria.asg.generator.parser
XML Parser for MetaViews.

_

_getIdHolder(String) - Method in class net.anotheria.anodoc.data.Module
Returns the id holder for a given document (name).
A B C D E F G H I J K L M N O P Q R S T U V W X _ 
All Classes All Packages