- AbstractOSRole<T> - Class in no.g9.os
-
Representation of a node in the object selection.
- AbstractOSRole(OSRole<?>, RelationType, RelationCardinality, RoleConstant) - Constructor for class no.g9.os.AbstractOSRole
-
Constructs a new object selection role.
- AbstractWSClient - Class in no.g9.support.ws
-
Abstract template for the generated Spring WS Client implementations.
- AbstractWSClient() - Constructor for class no.g9.support.ws.AbstractWSClient
-
- AbstractWSEndpoint - Class in no.g9.support.ws
-
Abstract template for generated Spring WS Endpoint implementations.
- AbstractWSEndpoint() - Constructor for class no.g9.support.ws.AbstractWSEndpoint
-
- AbstractXmlConverter - Class in no.g9.support.xml
-
This class serves as base class for all generated XML converters, and it
contains a common way for all XML converters to handle role- and attribute
filters, and value converters.
- AbstractXmlConverter() - Constructor for class no.g9.support.xml.AbstractXmlConverter
-
Default constructor
- accept(Visitor<OSRole<?>>) - Method in class no.g9.os.AbstractOSRole
-
- accept(Visitor<T>) - Method in interface no.g9.support.Visitable
-
Accept a visitor and by invoking the vistor's visit method.
- ActionTarget - Interface in no.g9.support.action
-
A tagging interface common for all action targets.
- ActionType - Enum in no.g9.support
-
Enumerate the action types.
- ActionTypeInfo - Annotation Type in no.g9.support
-
Annotation denoting the type of action, viz.
- add(long) - Method in interface no.g9.message.metric.IMetric
-
Add a value to a metric and increase the counter.
- add(long) - Method in class no.g9.message.metric.SimpleMetric
-
Add a value to a metric and increase the counter.
- add(Numeric) - Method in class no.g9.support.Numeric
-
Add the given Numeric value to this.
- add(long) - Method in class no.g9.support.Numeric
-
Add the given long value to this.
- addAdditionalBeanDefinition(String) - Static method in class no.g9.service.G9Spring
-
- addAttributeFilter(AttributeFilter) - Method in class no.g9.support.xml.AbstractXmlConverter
-
Adds a filter that will be called for all attributes
- addChild(OSRole<?>) - Method in class no.g9.os.AbstractOSRole
-
Adds a child to this (parent) node.
- addChild(OSRole<?>) - Method in interface no.g9.os.OSRole
-
Adds a child to this (parent) node.
- addCriterion(Object) - Method in class no.g9.support.FindData
-
Add a new criterion to the criterions list.
- addCriterionAlias(String, String) - Method in class no.g9.support.FindData
-
Add a new criterion alias for the given association path.
- addCriterionAlias(String, String, Object) - Method in class no.g9.support.FindData
-
Add a new criterion alias and join type for the given association path.
- addCriterionAlias(String, String, Object, Object) - Method in class no.g9.support.FindData
-
Add a new criterion alias and join type for the given association path.
- addDescription(String) - Method in class no.g9.message.Message
-
Adds another descriptive string.
- addExcludedAttributeName(String) - Method in class no.g9.support.filter.SimpleFilter
-
Adds one excluded name to the list of excluded attribute names.
- addExcludedAttributeNames(Set<String>) - Method in class no.g9.support.filter.SimpleFilter
-
Adds a set of names to the list of excluded attribute names.
- addExcludedAttributeNames(String[]) - Method in class no.g9.support.filter.SimpleFilter
-
Adds excluded attribute names, given as an array of Strings
- addExcludedRoleName(String) - Method in class no.g9.support.filter.SimpleFilter
-
Adds one excluded name to the list of excluded role names.
- addExcludedRoleNames(Set<String>) - Method in class no.g9.support.filter.SimpleFilter
-
Adds a set of names to the list of excluded role names.
- addExcludedRoleNames(String[]) - Method in class no.g9.support.filter.SimpleFilter
-
Adds excluded role names, given as an array of Strings
- addLogger(MessageLogger) - Method in interface no.g9.message.administration.IMessageAdmin
-
Add a logger to the loggers list.
- addLogger(MessageLogger) - Method in class no.g9.message.MessageAdmin
-
- addMessage(Message) - Method in class no.g9.message.Message
-
Adds information from another message into this.
- addMessageLogger(MessageLogger) - Method in class no.g9.message.MessageLogDispatcher
-
Add a logger to the list of message loggers.
- addMS() - Method in class no.g9.message.metric.SimpleMetric
-
- addOrder(FindOrder) - Method in class no.g9.support.FindData
-
Add a new FindOrder object to the list used to generate "order by" from
the database.
- addProvider(MessageConfigurator) - Method in interface no.g9.message.administration.IMessageAdmin
-
Add a provider to the providers list.
- addProvider(MessageConfigurator) - Method in class no.g9.message.MessageAdmin
-
- addQueryParameter(Object) - Method in class no.g9.support.FindData
-
Add a new query parameter.
- addRoleFilter(RoleFilter) - Method in class no.g9.support.xml.AbstractXmlConverter
-
Adds a filter that will be called for all roles
- addRoleNamePrefix(String, String) - Static method in class no.g9.support.TypeTool
-
Adds the specified roleName as prefix to the attribute name.
- afterPropertiesSet() - Method in class no.g9.support.transport.DomainTransportMarshaller
-
- afterPropertiesSet() - Method in class no.g9.support.ws.AbstractWSClient
-
- AliasEnhancedWebAppContext - Class in no.g9.support.jetty
-
A WebAppContext with a pattern based resource aliasing.
- AliasEnhancedWebAppContext() - Constructor for class no.g9.support.jetty.AliasEnhancedWebAppContext
-
- allEnums(String) - Method in interface no.g9.domain.G9Enums
-
Returns the list of all enumeration values for a given enumeration.
- appendFromClause(String) - Method in class no.g9.support.QueryTool
-
Appends the "from" clause.
- appendPart(StringBuffer, boolean, Object[]) - Method in interface no.g9.message.ITextPart
-
Add this parts contribution to the complete message.
- appendWhereClause(String, String) - Method in class no.g9.support.QueryTool
-
Appends the "where" clause.
- ApplicationContextReference() - Constructor for class no.g9.service.G9Spring.ApplicationContextReference
-
- ApplicationInfo - Interface in no.g9.support.rest
-
This interface is used to provide application info to parts of the
application which are generated from g9 without an application context, like
an Object Selection or a Dialog Model.
- asBeanBooleanGetter(String) - Static method in class no.g9.support.TypeTool
-
Construct a JavaBean style getter method name from the given field name, boolean "is" style.
- asBeanGetter(String) - Static method in class no.g9.support.TypeTool
-
Construct a JavaBean style getter method name from the given field name.
- asBeanSetter(String) - Static method in class no.g9.support.TypeTool
-
Construct a JavaBean style setter method name from the given field name.
- asc(String) - Static method in class no.g9.support.FindOrder
-
Create a new ascending FindOrder for the given property.
- assignFromName(String) - Method in class no.g9.support.G9Enumerator
-
Assign the current value based on the supplied parameter
- AssociationRoleConstant - Interface in no.g9.os
-
A tagging interface used to tag the generated role enumerations.
- AttributeConstant - Interface in no.g9.os
-
An interface for attribute meta data.
- AttributeConverter<M,T> - Interface in no.g9.support.convert
-
Common interface for converters between model and other modules (for instance
view).
- AttributeConverterWrapper<M> - Class in no.g9.support.convert
-
Wrapper class for AttributeConverter.
- AttributeConverterWrapper(AttributeConverter<M, String>) - Constructor for class no.g9.support.convert.AttributeConverterWrapper
-
Default constructor.
- AttributeFilter - Interface in no.g9.support.filter
-
Common interface for attribute filters.
- attributeFilters - Variable in class no.g9.support.xml.AbstractXmlConverter
-
List of all attribute filters
- AttributeInfo - Class in no.g9.domain
-
Keeps meta data for attributes from the domain model.
- AttributeInfo(String, boolean, AttributeInfo.JUSTIFICATION, AttributeInfo.JUSTIFICATION) - Constructor for class no.g9.domain.AttributeInfo
-
Constructor.
- AttributeInfo.JUSTIFICATION - Enum in no.g9.domain
-
Possible values for the input and output justification property.
- attributesDefined(Object, OSRole<?>, AttributeConstant[]) - Static method in class no.g9.os.KeyTool
-
Check if the specified instance contains defined values for all the
attributes specified attribute array (see various isDefined
methods).
- avg() - Method in class no.g9.message.metric.SimpleMetric
-
Calculates average - value per number.