- IMessageAdmin - Interface in no.g9.message.administration
-
Administrative interface for the message system.
- IMetric - Interface in no.g9.message.metric
-
This is the interface that a timer should support.
- initialize() - Method in class no.g9.support.QueryTool
-
Initializes the query tool.
- insert(ObjectSelection, ClientContext) - Method in interface no.g9.service.JGrapeService
-
- install() - Method in class no.g9.service.G9Spring.ApplicationContextReference
-
Replace the class with this reference.
- interact(Message, DispatcherContext) - Method in interface no.g9.message.MessageInteractor
-
Interact with the user.
- interact(Message, DispatcherContext) - Method in class no.g9.message.SimpleMsgInteractor
-
- InternalServerErrorException - Exception in no.g9.support.rest
-
Return a "500" error to the REST client.
- InternalServerErrorException() - Constructor for exception no.g9.support.rest.InternalServerErrorException
-
- InternalServerErrorException(String, Throwable) - Constructor for exception no.g9.support.rest.InternalServerErrorException
-
- InternalServerErrorException(Throwable) - Constructor for exception no.g9.support.rest.InternalServerErrorException
-
- intValue() - Method in class no.g9.support.Numeric
-
- IO_FILE_NOT_FOUND - Static variable in interface no.g9.message.CRuntimeMsg
-
Message: File not found.
- IO_FILE_READ_ERROR - Static variable in interface no.g9.message.CRuntimeMsg
-
Message: Error reading from file.
- isAncestorOf(RoleConstant) - Method in class no.g9.os.AbstractOSRole
-
- isAncestorOf(RoleConstant) - Method in interface no.g9.os.OSRole
-
Test if this role is ancestor of possibleHeir.
- isAttributeIncluded(String, Object) - Method in interface no.g9.support.filter.AttributeFilter
-
Checks if an attribute should be included or excluded.
- isAttributeIncluded(String, Object) - Method in class no.g9.support.filter.SimpleFilter
-
- isAttributeIncluded(String, Object) - Method in class no.g9.support.xml.AbstractXmlConverter
-
Returns false if an added filter dictates that the given attribute in
the given domain object should be removed.
- isBlankWhenZero() - Method in class no.g9.domain.AttributeInfo
-
- isBlankWhenZero() - Method in class no.g9.support.convert.JasperConvertContext
-
Is blank when zero.
- isBoolean(boolean) - Static method in class no.g9.support.TypeTool
-
Check if the specified primitive is a boolean.
- isBoolean(double) - Static method in class no.g9.support.TypeTool
-
Check if the specified primitive is a boolean.
- isBoolean(String) - Static method in class no.g9.support.TypeTool
-
Check if the specified primitive is a boolean.
- isBoolean(int) - Static method in class no.g9.support.TypeTool
-
Check if the specified primitive is a boolean.
- isBoolean(float) - Static method in class no.g9.support.TypeTool
-
Check if the specified primitive is a boolean.
- isBoolean(long) - Static method in class no.g9.support.TypeTool
-
Check if the specified primitive is a boolean.
- isBoolean(Date) - Static method in class no.g9.support.TypeTool
-
Check if the specified date is a boolean.
- isBoolean(char) - Static method in class no.g9.support.TypeTool
-
Check if the specified primitive is a boolean.
- isBoolean(Object) - Static method in class no.g9.support.TypeTool
-
Check if the specified object is a boolean.
- isClean() - Method in interface no.g9.domain.DomainObjectProxy
-
Quiering about the object state.
- isClean(String) - Method in interface no.g9.domain.DomainObjectProxy
-
Quiering about the attribute state.
- isClean() - Method in class no.g9.domain.G9Proxy
-
- isClean(String) - Method in class no.g9.domain.G9Proxy
-
- isConsistant(String, int) - Static method in class no.g9.support.TypeTool
-
Dummy method.
- isConsistant(String, float) - Static method in class no.g9.support.TypeTool
-
Dummy method.
- isConsistant(String, double) - Static method in class no.g9.support.TypeTool
-
Dummy method.
- isConsistant(String, byte) - Static method in class no.g9.support.TypeTool
-
Dummy method.
- isConsistant(String, char) - Static method in class no.g9.support.TypeTool
-
Dummy method.
- isConsistant(String, boolean) - Static method in class no.g9.support.TypeTool
-
Dummy method.
- isConsistant(String, Date) - Static method in class no.g9.support.TypeTool
-
Check if the specified string represents a valid date.
- isConsistant(String, Object) - Static method in class no.g9.support.TypeTool
-
Dummy method.
- isDefined(byte) - Static method in class no.g9.os.KeyTool
-
Check if the specified primitive is defined.
- isDefined(Byte) - Static method in class no.g9.os.KeyTool
-
Check if the specified primitive wrapper is defined.
- isDefined(char) - Static method in class no.g9.os.KeyTool
-
Check if the specified primitive is defined.
- isDefined(Character) - Static method in class no.g9.os.KeyTool
-
Check if the specified primitive wrapper is defined.
- isDefined(int) - Static method in class no.g9.os.KeyTool
-
Check if the specified primitive is defined.
- isDefined(Integer) - Static method in class no.g9.os.KeyTool
-
Check if the specified primitive wrapper is defined.
- isDefined(long) - Static method in class no.g9.os.KeyTool
-
Check if the specified primitive is defined.
- isDefined(Long) - Static method in class no.g9.os.KeyTool
-
Check if the specified primitive wrapper is defined.
- isDefined(float) - Static method in class no.g9.os.KeyTool
-
Check if the specified primitive is defined.
- isDefined(Float) - Static method in class no.g9.os.KeyTool
-
Check if the specified primitive wrapper is defined.
- isDefined(double) - Static method in class no.g9.os.KeyTool
-
Check if the specified primitive is defined.
- isDefined(Double) - Static method in class no.g9.os.KeyTool
-
Check if the specified primitive wrapper is defined.
- isDefined(boolean) - Static method in class no.g9.os.KeyTool
-
Check if the specified primitive is defined.
- isDefined(Boolean) - Static method in class no.g9.os.KeyTool
-
Check if the specified primitive wrapper is defined.
- isDefined(String) - Static method in class no.g9.os.KeyTool
-
Check if the specified String is defined.
- isDefined(Object) - Static method in class no.g9.os.KeyTool
-
Check if the specified object is defined.
- isEmpty(String) - Static method in class no.g9.message.Message
-
Convenience method, checks if the specified String is either empty (""),
or consists entirely of blanks (" "), or is a null-pointer, in which case
it returns true
- isEmpty(String) - Static method in class no.g9.support.TypeTool
-
Convenience method, checks if the specified String is either empty (""),
or consists entirely of blanks (" "), or is a null-pointer, in which case
it returns true
- isEnumerator(Object, String) - Static method in class no.g9.support.TypeTool
-
Check if the owner is an enumerator.
- isEnumerator(int, String) - Static method in class no.g9.support.TypeTool
-
Dummy method.
- isEnumerator(boolean, String) - Static method in class no.g9.support.TypeTool
-
Dummy method.
- isEnumerator(long, String) - Static method in class no.g9.support.TypeTool
-
Dummy method.
- isEnumerator(float, String) - Static method in class no.g9.support.TypeTool
-
Dummy method.
- isEnumerator(char, String) - Static method in class no.g9.support.TypeTool
-
Dummy method.
- isEnumerator(byte, String) - Static method in class no.g9.support.TypeTool
-
Dummy method.
- isEnumeratorMethod(Object, String) - Static method in class no.g9.support.TypeTool
-
Check if the field is an enumerator
- isEnumeratorMethod(int, String) - Static method in class no.g9.support.TypeTool
-
Dummy method, checks if the specified field is an enumerator.
- isEnumeratorMethod(boolean, String) - Static method in class no.g9.support.TypeTool
-
Dummy method, checks if the specified field is an enumerator.
- isEnumeratorMethod(char, String) - Static method in class no.g9.support.TypeTool
-
Dummy method, checks if the specified field is an enumerator.
- isForeignAttribute() - Method in interface no.g9.os.AttributeConstant
-
Test if the attribute is a "foreign" attribute.
- isJavaPrimitive() - Method in interface no.g9.os.AttributeConstant
-
Test if the attribute is a java primitive type.
- isLazy(Object) - Static method in class no.g9.domain.DomainUtil
-
Checks if the object in question is not initialized.
- isLazy(Set<? extends Object>) - Static method in class no.g9.domain.DomainUtil
-
Checks if the Set in question contains un-initialized lazy objects.
- isMany() - Method in class no.g9.os.AbstractOSRole
-
- isMany() - Method in interface no.g9.os.OSRole
-
Test if the association to this role from the parent role is a
many-association.
- isNavigableToParent() - Method in interface no.g9.os.OSRole
-
Returns true if the relation from this role to the parent is
navigable.
- isObjectSelection() - Method in interface no.g9.os.RoleConstant
-
Test if this constant represents an object selection or a role.
- isParentMany() - Method in interface no.g9.os.OSRole
-
Test if the association to the parent role is a many-association.
- isPersistent() - Method in interface no.g9.os.OSRole
-
Test if the role is persistent.
- isRelated(AttributeConstant) - Method in class no.g9.os.AbstractOSRole
-
- isRelated(AttributeConstant) - Method in interface no.g9.os.OSRole
-
Test if an attribute is a related attribute of this object selection
role.
- isRoleIncluded(String, Object) - Method in interface no.g9.support.filter.RoleFilter
-
Checks if a role should be included or excluded.
- isRoleIncluded(String, Object) - Method in class no.g9.support.filter.SimpleFilter
-
- isRoleIncluded(String, Object) - Method in class no.g9.support.xml.AbstractXmlConverter
-
Returns false if an added filter dictates that the given role of the
given domainObject should be excluded.
- isRoot() - Method in class no.g9.os.AbstractOSRole
-
- isRoot() - Method in interface no.g9.os.OSRole
-
Test if this is a root node.
- isUpRelated() - Method in interface no.g9.os.OSRole
-
Test if this role is an up-related child.
- isValid() - Method in class no.g9.service.print.PrintContext
-
Check whether this PrintContext is valid for printing.
- isVmVersion(String) - Static method in class no.g9.support.TypeTool
-
Check the java version.
- isVmVersion1_4() - Static method in class no.g9.support.TypeTool
-
Check if java vm version is 1.4
- iterator() - Method in class no.g9.support.RegistrySet
-
Returns the iterator for the property entries.
- ITextPart - Interface in no.g9.message
-
Interface common to substitution variables and plain text in parsed messages.