- name - Variable in class no.g9.support.EFindMethod
-
The name of this find method.
- name() - Method in class no.g9.support.EFindMethod
-
- nameFromKey(int) - Method in class no.g9.support.G9Enumerator
-
- negate() - Method in class no.g9.support.Numeric
-
Negate this value
- newInstance(Object) - Method in class no.g9.support.castor.DateFieldHandler
-
Creates a new instance of the object described by this field.
- newInstance(Object) - Method in class no.g9.support.castor.DateMidnightFieldHandler
-
Creates a new instance of the object described by this field.
- newInstance(Object) - Method in class no.g9.support.castor.DateTimeFieldHandler
-
Creates a new instance of the object described by this field.
- newInstance(Object) - Method in class no.g9.support.castor.LocalDateFieldHandler
-
Creates a new instance of the object described by this field.
- newInstance(Object) - Method in class no.g9.support.castor.LocalDateTimeFieldHandler
-
Creates a new instance of the object described by this field.
- newInstance(Object) - Method in class no.g9.support.castor.LocalTimeFieldHandler
-
Creates a new instance of the object described by this field.
- newInstance(Object) - Method in class no.g9.support.castor.XmlIdFieldHandler
-
- newInstance(Object, Object[]) - Method in class no.g9.support.castor.XmlIdFieldHandler
-
- newObject(String) - Static method in class no.g9.support.ObjectFactory
-
Creates a new instance of the object with the specified class name, using
the default constructor.
- newObject(String, Class<?>[], Object[]) - Static method in class no.g9.support.ObjectFactory
-
Creates a new instance of the object with the specified class name, using
the suplied arguments to the constructor.
- NEXT - Variable in class no.g9.service.enumerator.ENavigation
-
(missing javadoc)
- no.g9.domain - package no.g9.domain
-
- no.g9.exception - package no.g9.exception
-
- no.g9.message - package no.g9.message
-
- no.g9.message.administration - package no.g9.message.administration
-
- no.g9.message.metric - package no.g9.message.metric
-
- no.g9.os - package no.g9.os
-
- no.g9.service - package no.g9.service
-
The service package contains g9 service API.
- no.g9.service.enumerator - package no.g9.service.enumerator
-
- no.g9.service.print - package no.g9.service.print
-
The print package contains g9 print API.
- no.g9.support - package no.g9.support
-
- no.g9.support.action - package no.g9.support.action
-
- no.g9.support.castor - package no.g9.support.castor
-
- no.g9.support.convert - package no.g9.support.convert
-
- no.g9.support.filter - package no.g9.support.filter
-
- no.g9.support.jetty - package no.g9.support.jetty
-
- no.g9.support.rest - package no.g9.support.rest
-
- no.g9.support.transport - package no.g9.support.transport
-
- no.g9.support.ws - package no.g9.support.ws
-
- no.g9.support.ws.stereotype - package no.g9.support.ws.stereotype
-
- no.g9.support.xml - package no.g9.support.xml
-
- NO_INTERACTION - Static variable in class no.g9.message.MessageSystem
-
Used to indicate to the message dispatcher that there should be no interaction with this message.
- NO_SUCH_COLUMN - Static variable in interface no.g9.message.CRuntimeMsg
-
Message: No such column
- NO_VALUE - Static variable in interface no.g9.domain.G9Enums
-
The no value constant
- NoSuchAttributeException - Exception in no.g9.os
-
Signals that an attribute is missing from an object.
- NoSuchAttributeException() - Constructor for exception no.g9.os.NoSuchAttributeException
-
Constructs a new no such attribute exception with null as
its detail message.
- NoSuchAttributeException(String) - Constructor for exception no.g9.os.NoSuchAttributeException
-
Constructs a new no such attribute exception with the specified detail
message.
- NoSuchAttributeException(String, Throwable) - Constructor for exception no.g9.os.NoSuchAttributeException
-
Constructs a new no such attribute exception with the specified detail
message and cause.
- NoSuchAttributeException(Throwable) - Constructor for exception no.g9.os.NoSuchAttributeException
-
Constructs a new no such attribute exception with the specified cause and
a detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause
).
- NoSuchAttributeException(Message) - Constructor for exception no.g9.os.NoSuchAttributeException
-
Constructs a new no such attribute exception with the specified message.
- NoSuchAttributeException(Throwable, Message) - Constructor for exception no.g9.os.NoSuchAttributeException
-
Constructs a new no such attribute exception with the specified cause and
message.
- NoSuchRoleException - Exception in no.g9.os
-
Signals that a role is missing from an object.
- NoSuchRoleException() - Constructor for exception no.g9.os.NoSuchRoleException
-
Constructs a new no such role exception with null as its
detail message.
- NoSuchRoleException(String) - Constructor for exception no.g9.os.NoSuchRoleException
-
Constructs a new no such role exception with the specified detail
message.
- NoSuchRoleException(String, Throwable) - Constructor for exception no.g9.os.NoSuchRoleException
-
Constructs a new no such role exception with the specified detail message
and cause.
- NoSuchRoleException(Throwable) - Constructor for exception no.g9.os.NoSuchRoleException
-
Constructs a new no such role exception with the specified cause and a
detail message of (cause==null ? null : cause.toString()) (which
typically contains the class and detail message of cause).
- NoSuchRoleException(Message) - Constructor for exception no.g9.os.NoSuchRoleException
-
Constructs a new no such role exception with the specified message.
- NoSuchRoleException(Throwable, Message) - Constructor for exception no.g9.os.NoSuchRoleException
-
Constructs a new no such role exception with the specified cause and
message.
- Numeric - Class in no.g9.support
-
A wrapper for a BigDecimal value.
- Numeric() - Constructor for class no.g9.support.Numeric
-
- Numeric(Numeric) - Constructor for class no.g9.support.Numeric
-
- Numeric(long) - Constructor for class no.g9.support.Numeric
-
- Numeric(String) - Constructor for class no.g9.support.Numeric
-
- Numeric(BigDecimal) - Constructor for class no.g9.support.Numeric
-
- Numeric(Numeric, int) - Constructor for class no.g9.support.Numeric
-
Create a new Numeric with given value and scale.
- Numeric(long, int) - Constructor for class no.g9.support.Numeric
-
Create a new Numeric with given value and scale.
- Numeric(String, int) - Constructor for class no.g9.support.Numeric
-
Create a new Numeric with given value and scale.
- Numeric(BigDecimal, int) - Constructor for class no.g9.support.Numeric
-
Create a new Numeric with given value and scale.
- NumericToBigDecimal() - Constructor for class no.g9.support.transport.TransportTypeConversion.NumericToBigDecimal
-