- DateFieldHandler - Class in no.g9.support.castor
-
Castor field handler used to convert to/from XML fields of type
xs:date.
- DateFieldHandler() - Constructor for class no.g9.support.castor.DateFieldHandler
-
Creates a new DateFieldHandler instance
- DateMidnightFieldHandler - Class in no.g9.support.castor
-
Castor field handler used to convert to/from XML fields of type
xs:date for the Joda time DateMidnight.
- DateMidnightFieldHandler() - Constructor for class no.g9.support.castor.DateMidnightFieldHandler
-
Creates a new DateMidnightFieldHandler instance
- DateTimeFieldHandler - Class in no.g9.support.castor
-
Castor field handler used to convert to/from XML fields of type
xs:dateTime for the Joda time DateTime.
- DateTimeFieldHandler() - Constructor for class no.g9.support.castor.DateTimeFieldHandler
-
Creates a new DateTimeFieldHandler instance
- DateToXMLGregorianCalendar() - Constructor for class no.g9.support.transport.TransportTypeConversion.DateToXMLGregorianCalendar
-
- DB_ORM_ERROR - Static variable in interface no.g9.message.CRuntimeMsg
-
Message: DB or ORM error.
- DB_QUERY_PARAM_ERROR - Static variable in interface no.g9.message.CRuntimeMsg
-
Message: DB query parameter error.
- DBException - Exception in no.g9.exception
-
A general database exception
- DBException(int, String, int, boolean, int, Throwable, String, String, String) - Constructor for exception no.g9.exception.DBException
-
Construcuts a new GeneralException.
- DBException() - Constructor for exception no.g9.exception.DBException
-
Default empty constructor.
- DEFAULT - Static variable in class no.g9.support.EFindMethod
-
The default find method, using key properties.
- DEFAULT_DBC - Static variable in class no.g9.support.Registry
-
(missing javadoc)
- DEFAULT_DBM - Static variable in class no.g9.support.Registry
-
(missing javadoc)
- DEFAULT_REPORT_LOCALE - Static variable in class no.g9.service.print.JasperReportsPrint
-
Default Locale for reports.
- DEFAULT_SPREADSHEET_PACKAGE - Static variable in class no.g9.support.Registry
-
(missing javadoc)
- DEFAULT_SRV - Static variable in class no.g9.support.Registry
-
(missing javadoc)
- DEFAULT_XML_LOCALE - Static variable in class no.g9.service.print.JasperReportsPrint
-
Default Locale for xml parsing.
- DEFAULT_XMLCONV_PACKAGE - Static variable in class no.g9.support.Registry
-
(missing javadoc)
- DefaultXmlConverter - Class in no.g9.support.xml
-
Locates the converter implementation and delegates.
- DefaultXmlConverter() - Constructor for class no.g9.support.xml.DefaultXmlConverter
-
- delete(ObjectSelection, ClientContext) - Method in interface no.g9.service.JGrapeService
-
- desc(String) - Static method in class no.g9.support.FindOrder
-
Create a new descending FindOrder for the given property.
- destroy() - Method in class no.g9.support.transport.DomainTransportConverterRegistry
-
- differ(Object, Object) - Static method in class no.g9.support.TypeTool
-
Check if the two value differs.
- disconnect(ObjectSelection, ClientContext) - Method in interface no.g9.service.JGrapeService
-
- disjunctList(List, List, G9Comparator) - Static method in class no.g9.support.TypeTool
-
- disjunctListBinary(List, List, G9Comparator) - Static method in class no.g9.support.TypeTool
-
- dispatch(String, Object...) - Method in interface no.g9.message.MessageDispatcher
-
Creates a message and dispatces it to the message system.
- dispatch(Message) - Method in interface no.g9.message.MessageDispatcher
-
Dispatches a message to the message system.
- dispatch(String, Throwable, Object...) - Method in interface no.g9.message.MessageDispatcher
-
Creates a message and dispatces it to the message system.
- dispatch(String, Object...) - Method in class no.g9.message.MessageDispatcherImpl
-
- dispatch(Message) - Method in class no.g9.message.MessageDispatcherImpl
-
- dispatch(String, Throwable, Object...) - Method in class no.g9.message.MessageDispatcherImpl
-
- DispatcherContext - Interface in no.g9.message
-
This interface represents the context used to communicate messages to a user.
- DispatcherContextProvider - Interface in no.g9.message
-
A provider for DispatcherContext.
- divide(Numeric) - Method in class no.g9.support.Numeric
-
Divide this with the given Numeric value.
- divide(long) - Method in class no.g9.support.Numeric
-
Divide this with the given long value.
- DomainObjectProxy<T> - Interface in no.g9.domain
-
The domain object proxy interface
- DomainProxy - Class in no.g9.domain
-
Provider for DomainObjectProxy objects.
- DomainProxy(boolean, G9Enums) - Constructor for class no.g9.domain.DomainProxy
-
Constructs a new instance of DomainProxy, which can be used
to create new DomainObjectProxies.
- DomainTransportConversionService - Class in no.g9.support.transport
-
This class handles the conversion to and from domain and transport objects.
- DomainTransportConversionService() - Constructor for class no.g9.support.transport.DomainTransportConversionService
-
- DomainTransportConverterRegistry - Class in no.g9.support.transport
-
A holder for converters used in conversion to and from domain and transport
objects.
- DomainTransportConverterRegistry() - Constructor for class no.g9.support.transport.DomainTransportConverterRegistry
-
Instantiates a new domain transport converter registry.
- DomainTransportConverterRegistry.SourceTarget - Class in no.g9.support.transport
-
Holder for a source-to-target class pair used for the converter registry.
- DomainTransportMarshaller - Class in no.g9.support.transport
-
A Marshaller and Unmarshaller that handles the
conversion to the targetType.
- DomainTransportMarshaller() - Constructor for class no.g9.support.transport.DomainTransportMarshaller
-
- DomainTransportTransfer<D,T> - Interface in no.g9.support.transport
-
Interface used to handle the transfer of values to and from transport and domain objects.
- DomainUtil - Class in no.g9.domain
-
Utility class for domain objects.
- doubleValue() - Method in class no.g9.support.Numeric
-
- DT_BLOB - Static variable in interface no.g9.support.G9Consts
-
Data type blob
- DT_BLOB_NAME - Static variable in interface no.g9.support.G9Consts
-
Data type blob name
- DT_BOOLEAN - Static variable in interface no.g9.support.G9Consts
-
Data type boolean
- DT_BOOLEAN_NAME - Static variable in interface no.g9.support.G9Consts
-
Data type boolean name
- DT_DATE - Static variable in interface no.g9.support.G9Consts
-
Data type date
- DT_DATE_NAME - Static variable in interface no.g9.support.G9Consts
-
Data type date name
- DT_DOUBLE - Static variable in interface no.g9.support.G9Consts
-
Data type double
- DT_DOUBLE_NAME - Static variable in interface no.g9.support.G9Consts
-
Data type double name
- DT_ENUMERATION - Static variable in interface no.g9.support.G9Consts
-
Data type enumeration
- DT_ENUMERATION_NAME - Static variable in interface no.g9.support.G9Consts
-
Data type enumeration name
- DT_LONGINT - Static variable in interface no.g9.support.G9Consts
-
Data type longint
- DT_LONGINT_NAME - Static variable in interface no.g9.support.G9Consts
-
Data type longint name
- DT_LONGLONG - Static variable in interface no.g9.support.G9Consts
-
Data type longlong
- DT_LONGLONG_NAME - Static variable in interface no.g9.support.G9Consts
-
Data type longlong name
- DT_LONGTEXT - Static variable in interface no.g9.support.G9Consts
-
Deprecated.
- DT_LONGTEXT_NAME - Static variable in interface no.g9.support.G9Consts
-
Deprecated.
- DT_NUMERIC - Static variable in interface no.g9.support.G9Consts
-
Data type numeric
- DT_NUMERIC_NAME - Static variable in interface no.g9.support.G9Consts
-
Data type numeric name
- DT_REAL - Static variable in interface no.g9.support.G9Consts
-
Data type real
- DT_REAL_NAME - Static variable in interface no.g9.support.G9Consts
-
Data type real name
- DT_SHORTINT - Static variable in interface no.g9.support.G9Consts
-
Data type shortint
- DT_SHORTINT_NAME - Static variable in interface no.g9.support.G9Consts
-
Data type shortint name
- DT_TEXT - Static variable in interface no.g9.support.G9Consts
-
Data type fixed length text
- DT_TEXT_NAME - Static variable in interface no.g9.support.G9Consts
-
Data type fixed length text name
- DT_TIME - Static variable in interface no.g9.support.G9Consts
-
Data type time
- DT_TIME_NAME - Static variable in interface no.g9.support.G9Consts
-
Data type time name
- DT_TIMESTAMP - Static variable in interface no.g9.support.G9Consts
-
Data type timestamp
- DT_TIMESTAMP_NAME - Static variable in interface no.g9.support.G9Consts
-
Data type timestamp name
- DT_VARTEXT - Static variable in interface no.g9.support.G9Consts
-
Data type variable length text
- DT_VARTEXT_NAME - Static variable in interface no.g9.support.G9Consts
-
Data type variable length text name