Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

S

safeCopy(byte) - Static method in class no.g9.support.TypeTool
Used to make sure that a field is safely copied.
safeCopy(boolean) - Static method in class no.g9.support.TypeTool
Used to make sure that a field is safely copied.
safeCopy(char) - Static method in class no.g9.support.TypeTool
Used to make sure that a field is safely copied.
safeCopy(short) - Static method in class no.g9.support.TypeTool
Used to make sure that a field is safely copied.
safeCopy(int) - Static method in class no.g9.support.TypeTool
Used to make sure that a field is safely copied.
safeCopy(long) - Static method in class no.g9.support.TypeTool
Used to make sure that a field is safely copied.
safeCopy(float) - Static method in class no.g9.support.TypeTool
Used to make sure that a field is safely copied.
safeCopy(double) - Static method in class no.g9.support.TypeTool
Used to make sure that a field is safely copied.
safeCopy(String) - Static method in class no.g9.support.TypeTool
Used to make sure that a field is safely copied.
safeCopy(Date) - Static method in class no.g9.support.TypeTool
Used to make sure that a field is safely copied.
safeCopy(G9Enumerator) - Static method in class no.g9.support.TypeTool
Used to make sure that a field is safely copied.
safeCopy(Numeric) - Static method in class no.g9.support.TypeTool
Used to make sure that a field is safely copied.
save(ObjectSelection, ClientContext) - Method in interface no.g9.service.JGrapeService
 
setActions(Map<Object, ActionType>) - Method in class no.g9.support.ObjectSelection
Sets the actions map
setApplicationContext(ApplicationContext) - Method in class no.g9.service.G9Spring.ApplicationContextReference
 
setApplicationContext(ApplicationContext) - Method in class no.g9.support.transport.DomainTransportConverterRegistry
 
setApplicationName(String) - Method in class no.g9.support.ClientContext
Set the application name to be used.
setApplicationName(String) - Method in class no.g9.support.ObjectSelection
Sets the value of the applicationName property.
setArgs(Object[]) - Method in class no.g9.message.Message
Sets the message arguments.
setAscending(boolean) - Method in class no.g9.support.FindOrder
True if ascending order by the given property.
setAttribute(String, Object) - Method in interface no.g9.domain.DomainObjectProxy
Sets an attribute.
setAttribute(String, Object) - Method in class no.g9.domain.G9Proxy
 
setAttributeName(String) - Method in class no.g9.support.convert.OSConvertContext
Sets the name of the attribute we want to convert.
setBlankWhenZero(boolean) - Method in class no.g9.support.convert.JasperConvertContext
Sets blank when zero.
setCaseConversion(int) - Method in class no.g9.support.convert.JasperConvertContext
Sets the case conversion.
setConfigurators(List<MessageConfigurator>) - Method in class no.g9.message.MessageFactory
The list of messageConfigurators.
setContext(MessageContext) - Method in class no.g9.message.Message
Set the new message context.
setConverterRegistry(ConverterRegistry) - Method in class no.g9.support.xml.AbstractXmlConverter
Sets the converter registry to use to get ValueConverters for attributes.
setCount(long) - Method in interface no.g9.message.metric.IMetric
Sets the counter value.
setCount(long) - Method in class no.g9.message.metric.SimpleMetric
Sets the counter value.
setCriteriaProjection(Object) - Method in class no.g9.support.FindData
 
setCriterion(Object) - Method in class no.g9.support.FindData
Clears the list and sets the first criterion data for the CRITERIA findMethod.
setCriterions(List<Object>) - Method in class no.g9.support.FindData
 
setCURRENT(int) - Method in class no.g9.service.enumerator.ENavigation
Sets the value of the CURRENT property.
setCurrentRootName(String) - Method in class no.g9.support.ObjectSelection
Sets the value of the currentRootName property.
setCurrentValue(int) - Method in class no.g9.support.G9Enumerator
Sets the current enumeration value
setCustomData(Object) - Method in class no.g9.support.FindData
Set the customData object.
setDatabaseContext(String) - Method in class no.g9.support.ClientContext
Set the databaseContext to be used.
setDataType(String) - Method in class no.g9.support.convert.SimpleDateConverter
 
setDatetimeInputFormat(int, String) - Static method in class no.g9.support.CustomDate
Set the default datetime input format according to datatype
setDatetimeOutputFormat(int, String) - Static method in class no.g9.support.CustomDate
Set the default datetime output format according to datatype
setDebug(boolean) - Method in class no.g9.support.ClientContext
Sets the value of the debug property.
setDecimalSeparator(char) - Static method in class no.g9.support.FormatHelper
 
setDeepFindAll(boolean) - Method in class no.g9.support.FindData
Set the deepFindAll flag.
setDefaultCollection(Collection<?>) - Static method in class no.g9.support.TypeTool
Sets the default collection type to be of the same type as collection
setDefaultCollectionType(Class<? extends Collection>) - Static method in class no.g9.support.TypeTool
Sets the default type for collection.
setDefaultList(List<?>) - Static method in class no.g9.support.TypeTool
Sets the default list type to be of the same type as list
setDefaultListType(Class<? extends List>) - Static method in class no.g9.support.TypeTool
Sets the default type for list.
setDefaultLoggerName(String) - Static method in class no.g9.message.MessageAdmin
 
setDefaultMap(Map<?, ?>) - Static method in class no.g9.support.TypeTool
Sets the default map type to be of the same type as map
setDefaultMapType(Class<? extends Map>) - Static method in class no.g9.support.TypeTool
Sets the default type for map.
setDefaultMaxResults(int) - Static method in class no.g9.support.FindData
 
setDefaultScale(int) - Static method in class no.g9.support.Numeric
Sets the default scale
setDefaultSet(Set<?>) - Static method in class no.g9.support.TypeTool
Sets the default set type to be of the same type as set
setDefaultSetType(Class<? extends Set>) - Static method in class no.g9.support.TypeTool
Sets the default type for set.
setDefaultStyle(String) - Method in class no.g9.support.convert.SimpleDateConverter
 
setDefaultValueConverter(ValueConverter) - Method in class no.g9.support.convert.ConverterRegistry
Sets the default value converter
setDescription(int, MessageText) - Method in class no.g9.message.Message
Sets new value of one of the texts.
setDescription(int, String) - Method in class no.g9.message.Message
Sets new value of one of the texts - to a fixed String.
setDialogName(String) - Method in class no.g9.service.print.PrintContext
 
setDispatcherContext(DispatcherContext) - Method in class no.g9.message.MessageDispatcherImpl
 
setDispatcherContext(DispatcherContext) - Method in interface no.g9.message.MessageDispatcherSetup
Setter for the message context.
setDispatcherContextProvider(DispatcherContextProvider) - Method in class no.g9.message.MessageDispatcherImpl
Set the dispatcher context provider, which will be used to get a dispatcher context if this dispatcher doesn't have one.
setDisplayRule(String) - Method in class no.g9.support.convert.JasperConvertContext
Set the display rule.
setDisplayRule(String) - Method in class no.g9.support.convert.SimpleDateConverter
Set the format displayRule to be used when formatting and parsing dates and times.
setDoAnyLevelManyRelated(boolean) - Method in class no.g9.support.ObjectSelection
Sets the doAnyLevelManyRelated flag
setDocument(Document) - Method in class no.g9.service.print.PrintContext
 
setDoFirstLevelManyRelated(boolean) - Method in class no.g9.support.ObjectSelection
Sets the doFirstLevelManyRelated flag
setDomainClass(Class<?>) - Method in class no.g9.support.FindData
Set the domain class for CRITERIA and DEFAULT findMethods.
setDomainObject(Object) - Method in class no.g9.support.convert.OSConvertContext
Sets the domain object that contains the attribute.
setDomainTransportConversionService(ConversionService) - Method in class no.g9.support.transport.DomainTransportMarshaller
Sets the conversion service used to convert to the target type.
setDomainTransportConversionService(ConversionService) - Method in class no.g9.support.ws.AbstractWSClient
 
setDomainTransportConversionService(ConversionService) - Method in class no.g9.support.ws.AbstractWSEndpoint
Sets the ConversionService to use for type and domain to transport conversion.
setDomainTransportConverterRegistry(DomainTransportConverterRegistry) - Method in class no.g9.support.transport.DomainTransportConversionService
Set the registry that contains all converters for the transport and domain types.
setDomainTransportTypeConversionService(ConversionService) - Method in class no.g9.support.transport.DomainTransportConversionService
Sets the domain transport type conversion service.
setDoOneRelated(boolean) - Method in class no.g9.support.ObjectSelection
Sets the doOneRelated flag
setDoParents(boolean) - Method in class no.g9.support.ObjectSelection
Sets the doParents flag
setEnd() - Method in class no.g9.message.metric.SimpleMetric
Captures the current time in SimpleMetric.ended for internal operations.
setErrMsg(Message) - Method in exception no.g9.exception.G9BaseException
Store a Message.
setErrMsg(Message) - Method in exception no.g9.support.convert.ConvertException
Store a Message.
setExample(Object) - Method in class no.g9.support.FindData
Set the example object for the EXAMPLE findMethod.
setException(Throwable) - Method in class no.g9.message.Message
Stores an exception.
setFile(URI) - Method in class no.g9.service.print.PrintContext
 
setFindData(FindData) - Method in class no.g9.support.ObjectSelection
 
setFindMethod(EFindMethod) - Method in class no.g9.support.FindData
Controls the method used by the persistence layer for finding instances in the database.
setFIRST(int) - Method in class no.g9.service.enumerator.ENavigation
Sets the value of the FIRST property.
setFirstResult(int) - Method in class no.g9.support.FindData
First row to be returned by the FindAll action.
setG9Print(G9Print) - Method in class no.g9.service.print.PrintCentral
Set the G9Print instance that will be used for performing print and export.
setGenovaDataType(int) - Method in class no.g9.support.convert.JasperConvertContext
Sets the g9 data type.
setGroupingSeparator(char) - Static method in class no.g9.support.FormatHelper
 
setHint(String) - Method in class no.g9.message.Message
Set new value of hint (tool tip, status bar etc).
setIgnoreCase(boolean) - Method in class no.g9.support.FindOrder
True if case insensitive ordering.
setinputLength(int) - Method in class no.g9.support.convert.JasperConvertContext
Sets the input length.
setInteractor(MessageInteractor) - Method in interface no.g9.message.administration.IMessageAdmin
Set the message interactor.
setInteractor(MessageInteractor) - Method in class no.g9.message.MessageAdmin
 
setKey(String) - Method in interface no.g9.message.metric.IMetric
Sets the ID.
setKey(String) - Method in class no.g9.message.metric.SimpleMetric
Sets the metric key value.
setKey(Serializable) - Method in class no.g9.support.FindData
Set the key (database primary key) for the DEFAULT findMethod.
setLAST(int) - Method in class no.g9.service.enumerator.ENavigation
Sets the value of the LAST property.
setLocale(Locale) - Static method in class no.g9.support.FormatHelper
 
setLockFlag(Object, Serializable) - Static method in class no.g9.domain.DomainUtil
Sets the lock flag property on the domain object.
setLockFlag(Serializable) - Method in interface no.g9.domain.LockFlag
Sets the value of the lockFlag property.
setLockFlag(Serializable) - Method in class no.g9.domain.PersistentClass
Deprecated.
Sets the value of the lockFlag property.
setLoggers(List<MessageLogger>) - Method in interface no.g9.message.administration.IMessageAdmin
Set the loggers list.
setLoggers(List<MessageLogger>) - Method in class no.g9.message.MessageAdmin
 
setLogLevel(long) - Method in class no.g9.message.Message
Sets new log level.
setMainKey(Key) - Method in class no.g9.os.AbstractOSRole
 
setMainKey(Key) - Method in interface no.g9.os.OSRole
Sets the main key.
setMarshaller(Marshaller) - Method in class no.g9.support.transport.DomainTransportMarshaller
Sets the marshaller to use.
setMaxResults(int) - Method in class no.g9.support.FindData
Maximum number of rows returned by the FindAll action.
setMessageFileName(String) - Method in class no.g9.message.PropertyFileConfigurator
Set the name of the message file.
setMessageID(String) - Method in class no.g9.message.Message
Sets the message number.
setMessageInteractor(MessageInteractor) - Method in class no.g9.message.MessageDispatcherImpl
Set the message interactor used by this dispatcher.
setMessageLogDispatcher(MessageLogDispatcher) - Method in class no.g9.message.MessageDispatcherImpl
Set the message log dispatcher used by this dispatcher.
setMessageLoggers(List<MessageLogger>) - Method in class no.g9.message.MessageLogDispatcher
 
setMessagePartSep(String) - Method in class no.g9.message.PropertyFileConfigurator
Set the separator between parts of the message.
setMessageText(String) - Method in class no.g9.message.Message
Set new main message text.
setMsgType(MessageType) - Method in class no.g9.message.Message
Sets the message type.
setNEXT(int) - Method in class no.g9.service.enumerator.ENavigation
Sets the value of the NEXT property.
setObjectSelectionName(String) - Method in class no.g9.support.convert.OSConvertContext
Sets the name of the object selection the attribute is a part of.
setObjectSelectionName(String) - Method in class no.g9.support.ObjectSelection
Sets the value of the objectSelectionName property.
setOrder(List<FindOrder>) - Method in class no.g9.support.FindData
 
setParam(Object, Object) - Method in class no.g9.support.ClientContext
Set new value of a parameter.
setParams(Map<String, Object>) - Method in class no.g9.service.print.PrintContext
 
setPrecision(int) - Method in class no.g9.support.convert.JasperConvertContext
Sets the precision.
setPREVIOUS(int) - Method in class no.g9.service.enumerator.ENavigation
Sets the value of the PREVIOUS property.
setPrinterName(String) - Method in class no.g9.service.print.PrintContext
 
setPropertyName(String) - Method in class no.g9.support.FindOrder
The name of the property to order by.
setProviders(List<MessageConfigurator>) - Method in interface no.g9.message.administration.IMessageAdmin
Set the providers list.
setProviders(List<MessageConfigurator>) - Method in class no.g9.message.MessageAdmin
 
setQuery(String) - Method in class no.g9.support.FindData
Set the query string for the QUERY findMethod.
setQueryParameters(List<Object>) - Method in class no.g9.support.FindData
 
setRelatedValue(Object, AttributeConstant, Object) - Method in class no.g9.os.AbstractOSRole
Set an attribute value on a related role.
setRelation(Object, Object, RoleConstant) - Method in interface no.g9.os.OSRole
Sets the specified relation on the domain object
setReplString(String) - Method in class no.g9.message.Message
Sets the new string reply.
setReply(MessageReplyType) - Method in class no.g9.message.Message
Sets the actual reply.
setReplyFile(File) - Method in class no.g9.message.Message
Sets the new value for replyFile.
setRole(OSRole<?>) - Method in class no.g9.support.transport.DomainTransportMarshaller
 
setRoleName(String) - Method in class no.g9.support.convert.OSConvertContext
Sets the name of the role the attribute is part of.
setScale(int) - Method in class no.g9.support.convert.JasperConvertContext
Sets the scale.
setSetsContainAllRelated(boolean) - Method in class no.g9.support.ObjectSelection
Sets the setsContainAllRelated flag
setSeverity(Severity) - Method in class no.g9.message.Message
Setter for the severity property.
setTargetMainKey(String) - Method in class no.g9.support.ObjectSelection
The main key used to identify the target role instance.
setTargetRoleName(String) - Method in class no.g9.support.ObjectSelection
Sets the value of the targetRoleName property.
setTitle(String) - Method in class no.g9.message.Message
Set new value of title.
setUnmarshaller(Unmarshaller) - Method in class no.g9.support.transport.DomainTransportMarshaller
Sets the unmarshaller to use.
setupServer(Server) - Method in class no.g9.support.jetty.JettyStart
Setup before configuration is read.
setUseJpaPositionalParameters(boolean) - Method in class no.g9.support.FindData
If false, "old" style HQL positional parameters are used.
setUserId(String) - Method in class no.g9.support.ClientContext
Sets the value of the userId property.
setValidReplies(ReplySetType) - Method in class no.g9.message.Message
Sets valid replies for this message.
setValue(long) - Method in interface no.g9.message.metric.IMetric
Sets the new value without changing the count.
setValue(long) - Method in class no.g9.message.metric.SimpleMetric
Sets the new value without changing the count.
setValue(Object, AttributeConstant, Object) - Method in interface no.g9.os.OSRole
Sets the specified attribute value on the domain object.
setValue(Object, Object) - Method in class no.g9.support.castor.XmlIdFieldHandler
 
setValue(BigDecimal) - Method in class no.g9.support.Numeric
Set a new BigDecimal as the value.
setWebServiceRootURI(String) - Method in class no.g9.support.ws.AbstractWSClient
 
setWebServiceTemplate(WebServiceTemplate) - Method in class no.g9.support.ws.AbstractWSClient
 
setXml(String) - Method in class no.g9.service.print.PrintContext
 
Severity - Enum in no.g9.message
Describes the severity of a message.
shortValue() - Method in class no.g9.support.Numeric
 
shouldExceptionBeLogged() - Method in exception no.g9.exception.GeneralException
Returns true if the exception should be logged
SIGN_FLOATING_MINUS - Static variable in class no.g9.support.FormatHelper
Constant for the floating minus sign
SIGN_FLOATING_PLUS - Static variable in class no.g9.support.FormatHelper
Constant for floating plus sign
SIGN_MINUS - Static variable in class no.g9.support.FormatHelper
Constant for the minus sign
SIGN_NONE - Static variable in class no.g9.support.FormatHelper
Constant for no sign
SIGN_PLUS - Static variable in class no.g9.support.FormatHelper
Constant for plus sign
SimpleDateConverter - Class in no.g9.support.convert
SimpleDateConverter is a custom DateTimeConverter which handles g9 display rules in a Jouteur and Jasper context.
SimpleDateConverter(String, String, Locale) - Constructor for class no.g9.support.convert.SimpleDateConverter
Create a new g9 date converter.
SimpleDateConverter(String, String) - Constructor for class no.g9.support.convert.SimpleDateConverter
Create a new g9 date converter.
SimpleDateConverterException - Exception in no.g9.exception
SimpleDateConverterException is an exception thrown by SimpleDateConverter to indicate that the request conversion cannot be performed.
SimpleDateConverterException() - Constructor for exception no.g9.exception.SimpleDateConverterException
Construct a new exception with no detail message or root cause.
SimpleDateConverterException(String) - Constructor for exception no.g9.exception.SimpleDateConverterException
Construct a new exception with the specified detail message and no root cause.
SimpleDateConverterException(Throwable) - Constructor for exception no.g9.exception.SimpleDateConverterException
Construct a new exception with the specified root cause.
SimpleDateConverterException(String, Throwable) - Constructor for exception no.g9.exception.SimpleDateConverterException
Construct a new exception with the specified detail message and root cause.
SimpleFilter - Class in no.g9.support.filter
A simple filter that filters roles based on their names only, and attributes based on their name and the role they belong to.
SimpleFilter() - Constructor for class no.g9.support.filter.SimpleFilter
Constructs a new SimpleFilter
SimpleLogger - Class in no.g9.message
An implementation of the IMsgLogger interface using log4j.
SimpleLogger(String) - Constructor for class no.g9.message.SimpleLogger
Create a new SimpleLogger.
SimpleMetric - Class in no.g9.message.metric
This class contains simple metrics, as the name strongly suggests...
SimpleMetric() - Constructor for class no.g9.message.metric.SimpleMetric
Default constructor.
SimpleMetric(String) - Constructor for class no.g9.message.metric.SimpleMetric
Constructor providing ID only.
SimpleMetric(String, long, long) - Constructor for class no.g9.message.metric.SimpleMetric
Constructor setting all values.
SimpleMsgInteractor - Class in no.g9.message
Dummy message interactor.
SimpleMsgInteractor() - Constructor for class no.g9.message.SimpleMsgInteractor
 
SimpleValueConverter - Class in no.g9.support.convert
A simple converter that converts an Object to a String by simply calling on toString on that Object.
SimpleValueConverter() - Constructor for class no.g9.support.convert.SimpleValueConverter
 
SM_DELETE_NOT_ALLOWED - Static variable in interface no.g9.message.CRuntimeMsg
Message: Neither Delete nor Disconnect is allowed.
SM_FIND_NOT_ALLOWED - Static variable in interface no.g9.message.CRuntimeMsg
Message: Find is not an allowed action.
SM_IDENTIFY_ON_NONEXISTING - Static variable in interface no.g9.message.CRuntimeMsg
Message: Identify of nonexisting object.
SM_INSERT_ON_EXISTING - Static variable in interface no.g9.message.CRuntimeMsg
Message: Insert of already existing object.
SM_MISSING_RELATED_OBJECT - Static variable in interface no.g9.message.CRuntimeMsg
Message: Object does not have a related object.
SM_NO_KEY_DEFINED - Static variable in interface no.g9.message.CRuntimeMsg
Message: No key defined in object selection.
SM_NO_LOCKFLAG_VALUE - Static variable in interface no.g9.message.CRuntimeMsg
Message: Object not updated, missing value for optimistic locking.
SM_NONEXISTING_PARENT - Static variable in interface no.g9.message.CRuntimeMsg
Message: Identify of nonexisting parent object.
SM_UNABLE_TO_CREATE_ROLE_INSTANCE - Static variable in interface no.g9.message.CRuntimeMsg
Message: Unable to create intance of role manager
SM_UNKNOWN_SERVICE_ACTION - Static variable in interface no.g9.message.CRuntimeMsg
Message: Unable to create intance of role manager
SM_UPDATE_ON_NONEXISTING - Static variable in interface no.g9.message.CRuntimeMsg
Message: Update of nonexisting object.
SM_UPDATED_BY_ANOTHER_USER - Static variable in interface no.g9.message.CRuntimeMsg
Message: Object was updated by another user.
SourceTarget(Class<?>, Class<?>) - Constructor for class no.g9.support.transport.DomainTransportConverterRegistry.SourceTarget
Create a new source-to-target pair.
SourceTarget(TypeDescriptor, TypeDescriptor) - Constructor for class no.g9.support.transport.DomainTransportConverterRegistry.SourceTarget
 
speed() - Method in class no.g9.message.metric.SimpleMetric
Calculates speed - number per second.
SRV_APP_PRE - Static variable in class no.g9.support.Registry
(missing javadoc)
started - Variable in class no.g9.message.metric.SimpleMetric
The startup time (in milliseconds since Epoch).
StdParser - Class in no.g9.message
Standard parsing algorithm for message texts.
stopTimer() - Method in interface no.g9.message.metric.IMetric
Sets the end time and returns a reference to this object.
stopTimer() - Method in class no.g9.message.metric.SimpleMetric
Sets the end value for the timer and returns a reference to this object.
strip(U, Class<T>, Set<String>) - Static method in class no.g9.domain.DomainUtil
Strips the specified domain object.
stripEnd(String) - Static method in class no.g9.support.TypeTool
Strip trailing whitespace from end of string.
stripRecursive(Object, Object) - Static method in class no.g9.domain.DomainUtil
Strips the specified domain object recursively, i.e.
stripRoleNamePrefix(String, String) - Static method in class no.g9.support.TypeTool
Removes the specified role name prefix from the supplied attribute string.
substitute(boolean, Object[]) - Method in class no.g9.message.MessageText
Parses and keeps a substituted string for this text (which is also returned).
subSystem - Variable in exception no.g9.exception.GeneralException
The sub system
subtract(Numeric) - Method in class no.g9.support.Numeric
Subtract the given Numeric value from this.
subtract(long) - Method in class no.g9.support.Numeric
Subtract the given long value from this.
superDateFormat(String) - Static method in class no.g9.support.CustomDate
Performs completion of dates on lostfocus on date fields Needs to be changed according to dateformat and custom rules
superDateFormat(String) - Static method in class no.g9.support.TypeTool
Formats the specified string according to CustomDate.superDateFormat.
supports(Class<?>) - Method in class no.g9.support.transport.DomainTransportMarshaller
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links

Copyright © 2006–2017 Esito AS. All rights reserved.