A B C D E F G H I J L M N O P Q R S T U V W

C

cache(String, NakedObjectSpecification) - Method in class org.nakedobjects.metamodel.specloader.internal.cache.SimpleSpecificationCache
 
cache(String, NakedObjectSpecification) - Method in interface org.nakedobjects.metamodel.specloader.internal.cache.SpecificationCache
 
cache(String, NakedObjectSpecification) - Method in class org.nakedobjects.metamodel.specloader.internal.cache.StaticSpecificationCache
 
CachedFacet - Interface in org.nakedobjects.metamodel.facets.object.cached
Whether the instances of this class are cached.
CachedFacetAbstract - Class in org.nakedobjects.metamodel.facets.object.cached
 
CachedFacetAbstract(FacetHolder) - Constructor for class org.nakedobjects.metamodel.facets.object.cached.CachedFacetAbstract
 
CallbackFacet - Interface in org.nakedobjects.metamodel.facets.object.callbacks
A Facet that represents some type of lifecycle callback on the object (eg about to be persisted).
CallbackFacetAbstract - Class in org.nakedobjects.metamodel.facets.object.callbacks
Adapter superclass for Facets for CallbackFacet.
CallbackFacetAbstract(Class<? extends Facet>, FacetHolder) - Constructor for class org.nakedobjects.metamodel.facets.object.callbacks.CallbackFacetAbstract
 
CallbackUtils - Class in org.nakedobjects.metamodel.util
 
callCallback(NakedObject, Class<? extends Facet>) - Static method in class org.nakedobjects.metamodel.util.CallbackUtils
 
canChangeTo(ResolveState) - Method in class org.nakedobjects.metamodel.adapter.ResolveState
As per ResolveState.isValidToChangeTo(ResolveState), but will additionally throw a ResolveException if the requested state can never be transitioned into, and will return false if the current state can never be transitioned from.
canWrap() - Method in interface org.nakedobjects.metamodel.spec.feature.ParseableEntryFeature
Determines if a multi-line value can be wrapped when displayed.
canWrap() - Method in class org.nakedobjects.metamodel.specloader.internal.NakedObjectActionParameterParseable
 
capitalize(String) - Static method in class org.nakedobjects.metamodel.commons.lang.StringUtils
 
capitalizeName(String) - Static method in class org.nakedobjects.metamodel.commons.names.NameUtils
 
caseSensitive() - Method in interface org.nakedobjects.metamodel.facets.propparam.validate.regex.RegExFacet
 
caseSensitive() - Method in class org.nakedobjects.metamodel.facets.propparam.validate.regex.RegExFacetAbstract
 
cast(Object) - Static method in class org.nakedobjects.metamodel.commons.lang.CastUtils
 
CastUtils - Class in org.nakedobjects.metamodel.commons.lang
Helpers to co-erce existing (Java 1.1 code) into type-safe generics without having to suppress compiler warnings all over the place.
changeState(ResolveState) - Method in interface org.nakedobjects.metamodel.adapter.NakedObject
Changes the 'lazy loaded' state of the domain object.
changeToStatesByState - Static variable in class org.nakedobjects.metamodel.adapter.ResolveState
These cannot be passed into the constructor because cannot reference an instance until it has been declared.
CHAR - Static variable in class org.nakedobjects.metamodel.commons.encoding.FieldType
 
CHAR_ARRAY - Static variable in class org.nakedobjects.metamodel.commons.encoding.FieldType
 
CharPrimitiveValueSemanticsProvider - Class in org.nakedobjects.metamodel.value
 
CharPrimitiveValueSemanticsProvider() - Constructor for class org.nakedobjects.metamodel.value.CharPrimitiveValueSemanticsProvider
Required because implementation of Parser and EncoderDecoder.
CharPrimitiveValueSemanticsProvider(FacetHolder, NakedObjectConfiguration, SpecificationLoader, RuntimeContext) - Constructor for class org.nakedobjects.metamodel.value.CharPrimitiveValueSemanticsProvider
 
CharPrimitiveValueTypeFacetFactory - Class in org.nakedobjects.metamodel.value
 
CharPrimitiveValueTypeFacetFactory() - Constructor for class org.nakedobjects.metamodel.value.CharPrimitiveValueTypeFacetFactory
 
charValue(NakedObject) - Method in interface org.nakedobjects.metamodel.facets.value.CharValueFacet
 
charValue(NakedObject) - Method in class org.nakedobjects.metamodel.value.CharValueSemanticsProviderAbstract
 
CharValueFacet - Interface in org.nakedobjects.metamodel.facets.value
 
CharValueSemanticsProviderAbstract - Class in org.nakedobjects.metamodel.value
 
CharValueSemanticsProviderAbstract(FacetHolder, Class<?>, Object, NakedObjectConfiguration, SpecificationLoader, RuntimeContext) - Constructor for class org.nakedobjects.metamodel.value.CharValueSemanticsProviderAbstract
 
CharWrapperValueSemanticsProvider - Class in org.nakedobjects.metamodel.value
 
CharWrapperValueSemanticsProvider() - Constructor for class org.nakedobjects.metamodel.value.CharWrapperValueSemanticsProvider
Required because implementation of Parser and EncoderDecoder.
CharWrapperValueSemanticsProvider(FacetHolder, NakedObjectConfiguration, SpecificationLoader, RuntimeContext) - Constructor for class org.nakedobjects.metamodel.value.CharWrapperValueSemanticsProvider
 
CharWrapperValueTypeFacetFactory - Class in org.nakedobjects.metamodel.value
 
CharWrapperValueTypeFacetFactory() - Constructor for class org.nakedobjects.metamodel.value.CharWrapperValueTypeFacetFactory
 
checkChoicesType(RuntimeContext, Object[], NakedObjectSpecification) - Static method in class org.nakedobjects.metamodel.specloader.internal.NakedObjectActionParameterAbstract
 
checkLock(Version) - Method in interface org.nakedobjects.metamodel.adapter.NakedObject
Checks the version of this adapter to make sure that it does not differ from the specified version.
checkPassword(NakedObject, String) - Method in interface org.nakedobjects.metamodel.facets.value.PasswordValueFacet
 
checkPassword(NakedObject, String) - Method in class org.nakedobjects.metamodel.value.PasswordValueSemanticsProvider
 
checksStream() - Method in class org.nakedobjects.metamodel.commons.encoding.FieldType
Whether this implementation checks ordering in the stream.
childOrderSets - Variable in class org.nakedobjects.metamodel.facets.ordering.OrderSet
A staging area until we are ready to add the child sets to the collection of elements owned by the superclass.
children() - Method in class org.nakedobjects.metamodel.facets.ordering.OrderSet
 
CHOICES_PREFIX - Static variable in class org.nakedobjects.metamodel.java5.MethodPrefixBasedFacetFactoryAbstract
 
CLASS - Static variable in class org.nakedobjects.metamodel.java5.MethodPrefixBasedFacetFactoryAbstract
 
CLASS_SUBSTITUTOR_CLASS_NAME - Static variable in class org.nakedobjects.metamodel.specloader.ReflectorConstants
Key used to lookup implementation of ClassSubstitutor in NakedObjectConfiguration.
CLASS_SUBSTITUTOR_CLASS_NAME_DEFAULT - Static variable in class org.nakedobjects.metamodel.specloader.ReflectorConstants
 
classEqualTo(Class<?>) - Static method in class org.nakedobjects.metamodel.commons.matchers.NofMatchers
 
ClassSubstitutor - Interface in org.nakedobjects.metamodel.specloader.classsubstitutor
Provides capability to translate or ignore classes.
ClassSubstitutorAbstract - Class in org.nakedobjects.metamodel.specloader.classsubstitutor
 
ClassSubstitutorAbstract() - Constructor for class org.nakedobjects.metamodel.specloader.classsubstitutor.ClassSubstitutorAbstract
Will implicitly ignore the DomainObjectContainer.
ClassSubstitutorAware - Interface in org.nakedobjects.metamodel.specloader.classsubstitutor
 
ClassSubstitutorIdentity - Class in org.nakedobjects.metamodel.specloader.classsubstitutor
 
ClassSubstitutorIdentity() - Constructor for class org.nakedobjects.metamodel.specloader.classsubstitutor.ClassSubstitutorIdentity
 
ClassUtil - Class in org.nakedobjects.metamodel.util
 
clear(NakedObject) - Method in interface org.nakedobjects.metamodel.facets.collections.modify.CollectionClearFacet
 
clear(NakedObject) - Method in class org.nakedobjects.metamodel.facets.collections.modify.CollectionClearFacetViaAccessor
 
clear(NakedObject) - Method in class org.nakedobjects.metamodel.facets.collections.modify.CollectionClearFacetViaMethod
 
clear() - Method in class org.nakedobjects.metamodel.specloader.internal.cache.SimpleSpecificationCache
 
clear() - Method in interface org.nakedobjects.metamodel.specloader.internal.cache.SpecificationCache
 
clear() - Method in class org.nakedobjects.metamodel.specloader.internal.cache.StaticSpecificationCache
 
CLEAR_PREFIX - Static variable in class org.nakedobjects.metamodel.facets.collections.CollectionFieldMethodsFacetFactory
 
CLEAR_PREFIX - Static variable in class org.nakedobjects.metamodel.facets.properties.PropertyMethodsFacetFactory
 
clearAssociation(NakedObject) - Method in interface org.nakedobjects.metamodel.spec.feature.OneToOneAssociation
Clear this reference field (make it null) in the specified object, and remove any association back-link.
clearAssociation(NakedObject) - Method in class org.nakedobjects.metamodel.specloader.internal.OneToOneAssociationImpl
 
clearCollection(NakedObject) - Method in interface org.nakedobjects.metamodel.spec.feature.OneToManyAssociation
Remove all elements from this collection field in the specified object.
clearCollection(NakedObject) - Method in class org.nakedobjects.metamodel.specloader.internal.OneToManyAssociationImpl
 
clearDirty(NakedObject) - Method in class org.nakedobjects.metamodel.runtimecontext.spec.IntrospectableSpecificationAbstract
 
clearDirty(NakedObject) - Method in interface org.nakedobjects.metamodel.spec.Dirtiable
Clear the dirty flag so that a call to isDirty(), and before markDirty() is called, will return false;
clearDirty(NakedObject) - Method in class org.nakedobjects.metamodel.spec.JavaSpecification
 
ClearDirtyObjectFacet - Interface in org.nakedobjects.metamodel.facets.object.dirty
Explicitly indicate that this object is no longer dirty and so does not need to be persisted.
ClearDirtyObjectFacetAbstract - Class in org.nakedobjects.metamodel.facets.object.dirty
 
ClearDirtyObjectFacetAbstract(FacetHolder) - Constructor for class org.nakedobjects.metamodel.facets.object.dirty.ClearDirtyObjectFacetAbstract
 
ClearDirtyObjectFacetViaMethod - Class in org.nakedobjects.metamodel.facets.object.dirty
 
ClearDirtyObjectFacetViaMethod(Method, FacetHolder) - Constructor for class org.nakedobjects.metamodel.facets.object.dirty.ClearDirtyObjectFacetViaMethod
 
clearFields(Calendar) - Method in class org.nakedobjects.metamodel.value.DateValueSemanticsProviderAbstract
 
clearFields(Calendar) - Method in class org.nakedobjects.metamodel.value.TimeValueSemanticsProviderAbstract
 
clearFields(Calendar) - Method in class org.nakedobjects.metamodel.value.ValueSemanticsProviderAbstractTemporal
 
clearPrevious() - Method in class org.nakedobjects.metamodel.adapter.oid.AggregatedOid
 
clearPrevious() - Method in interface org.nakedobjects.metamodel.adapter.oid.Oid
Indicate that the previous value has been used to remap the adapter and should not been cleared.
clearProperty(NakedObject) - Method in interface org.nakedobjects.metamodel.facets.properties.modify.PropertyClearFacet
 
clearProperty(NakedObject) - Method in class org.nakedobjects.metamodel.facets.properties.modify.PropertyClearFacetViaClearMethod
 
clearProperty(NakedObject) - Method in class org.nakedobjects.metamodel.facets.properties.modify.PropertyClearFacetViaSetterMethod
 
close() - Method in interface org.nakedobjects.metamodel.commons.component.SessionScopedComponent
Indicates to the component that no more requests will be made of it and it can safely release any services it has hold of.
close() - Method in class org.nakedobjects.metamodel.commons.io.LazyInputStream
 
close() - Method in class org.nakedobjects.metamodel.commons.logging.Logger
 
close() - Method in class org.nakedobjects.metamodel.commons.logging.SnapshotAppender
 
close() - Method in class org.nakedobjects.metamodel.commons.logging.SnapshotWriter
 
close() - Method in class org.nakedobjects.metamodel.services.ServicesInjectorAbstract
 
closeSafely(InputStream) - Static method in class org.nakedobjects.metamodel.commons.lang.IoUtils
 
closeSafely(BufferedReader) - Static method in class org.nakedobjects.metamodel.commons.lang.IoUtils
 
code() - Method in class org.nakedobjects.metamodel.adapter.ResolveState
Four character representation of the state.
collection(NakedObject) - Method in class org.nakedobjects.metamodel.facets.collections.JavaArrayFacet
Expected to be called with a NakedObject wrapping an array.
collection(NakedObject) - Method in class org.nakedobjects.metamodel.facets.collections.JavaCollectionFacet
 
collection(NakedObject) - Method in interface org.nakedobjects.metamodel.facets.collections.modify.CollectionFacet
Returns an unmodifiable Collection of NakedObjects.
COLLECTION - Static variable in class org.nakedobjects.metamodel.spec.feature.NakedObjectFeatureType
 
collection(NakedObject) - Method in class org.nakedobjects.metamodel.specloader.internal.instances.InstancesCollectionFacet
Expected to be called with a NakedObject wrapping a NakedObjectList.
CollectionAccessContext - Class in org.nakedobjects.metamodel.interactions
See InteractionContext for overview; analogous to CollectionAccessEvent.
CollectionAccessContext(AuthenticationSession, InteractionInvocationMethod, NakedObject, Identifier) - Constructor for class org.nakedobjects.metamodel.interactions.CollectionAccessContext
 
CollectionAddToContext - Class in org.nakedobjects.metamodel.interactions
See InteractionContext for overview; analogous to CollectionAddToEvent.
CollectionAddToContext(AuthenticationSession, InteractionInvocationMethod, NakedObject, Identifier, NakedObject) - Constructor for class org.nakedobjects.metamodel.interactions.CollectionAddToContext
 
CollectionAddToFacet - Interface in org.nakedobjects.metamodel.facets.collections.modify
Add object to a collection.
CollectionAddToFacetAbstract - Class in org.nakedobjects.metamodel.facets.collections.modify
 
CollectionAddToFacetAbstract(FacetHolder) - Constructor for class org.nakedobjects.metamodel.facets.collections.modify.CollectionAddToFacetAbstract
 
CollectionAddToFacetViaAccessor - Class in org.nakedobjects.metamodel.facets.collections.modify
 
CollectionAddToFacetViaAccessor(Method, FacetHolder, RuntimeContext) - Constructor for class org.nakedobjects.metamodel.facets.collections.modify.CollectionAddToFacetViaAccessor
 
CollectionAddToFacetViaMethod - Class in org.nakedobjects.metamodel.facets.collections.modify
 
CollectionAddToFacetViaMethod(Method, FacetHolder) - Constructor for class org.nakedobjects.metamodel.facets.collections.modify.CollectionAddToFacetViaMethod
 
CollectionClearFacet - Interface in org.nakedobjects.metamodel.facets.collections.modify
Clear all objects from a collection.
CollectionClearFacetAbstract - Class in org.nakedobjects.metamodel.facets.collections.modify
 
CollectionClearFacetAbstract(FacetHolder) - Constructor for class org.nakedobjects.metamodel.facets.collections.modify.CollectionClearFacetAbstract
 
CollectionClearFacetViaAccessor - Class in org.nakedobjects.metamodel.facets.collections.modify
 
CollectionClearFacetViaAccessor(Method, FacetHolder, RuntimeContext) - Constructor for class org.nakedobjects.metamodel.facets.collections.modify.CollectionClearFacetViaAccessor
 
CollectionClearFacetViaMethod - Class in org.nakedobjects.metamodel.facets.collections.modify
 
CollectionClearFacetViaMethod(Method, FacetHolder) - Constructor for class org.nakedobjects.metamodel.facets.collections.modify.CollectionClearFacetViaMethod
 
CollectionFacet - Interface in org.nakedobjects.metamodel.facets.collections.modify
Attached to NakedObjectSpecifications that represent a collection.
CollectionFacetAbstract - Class in org.nakedobjects.metamodel.facets.collections.modify
 
CollectionFacetAbstract(FacetHolder) - Constructor for class org.nakedobjects.metamodel.facets.collections.modify.CollectionFacetAbstract
 
CollectionFacetFactory - Class in org.nakedobjects.metamodel.facets.collections
 
CollectionFacetFactory() - Constructor for class org.nakedobjects.metamodel.facets.collections.CollectionFacetFactory
 
CollectionFacetUtils - Class in org.nakedobjects.metamodel.util
 
CollectionFieldMethodsFacetFactory - Class in org.nakedobjects.metamodel.facets.collections
 
CollectionFieldMethodsFacetFactory() - Constructor for class org.nakedobjects.metamodel.facets.collections.CollectionFieldMethodsFacetFactory
 
collectionOf(Object, Class<T>) - Static method in class org.nakedobjects.metamodel.commons.lang.CastUtils
 
CollectionRemoveFromContext - Class in org.nakedobjects.metamodel.interactions
See InteractionContext for overview; analogous to CollectionRemoveFromEvent.
CollectionRemoveFromContext(AuthenticationSession, InteractionInvocationMethod, NakedObject, Identifier, NakedObject) - Constructor for class org.nakedobjects.metamodel.interactions.CollectionRemoveFromContext
 
CollectionRemoveFromFacet - Interface in org.nakedobjects.metamodel.facets.collections.modify
Remove object to a collection.
CollectionRemoveFromFacetAbstract - Class in org.nakedobjects.metamodel.facets.collections.modify
 
CollectionRemoveFromFacetAbstract(FacetHolder) - Constructor for class org.nakedobjects.metamodel.facets.collections.modify.CollectionRemoveFromFacetAbstract
 
CollectionRemoveFromFacetViaAccessor - Class in org.nakedobjects.metamodel.facets.collections.modify
 
CollectionRemoveFromFacetViaAccessor(Method, FacetHolder, RuntimeContext) - Constructor for class org.nakedobjects.metamodel.facets.collections.modify.CollectionRemoveFromFacetViaAccessor
 
CollectionRemoveFromFacetViaMethod - Class in org.nakedobjects.metamodel.facets.collections.modify
 
CollectionRemoveFromFacetViaMethod(Method, FacetHolder) - Constructor for class org.nakedobjects.metamodel.facets.collections.modify.CollectionRemoveFromFacetViaMethod
 
COLLECTIONS - Static variable in class org.nakedobjects.metamodel.spec.feature.NakedObjectAssociationFilters
Filters only fields that are for collections (ie 1:m associations)
COLLECTIONS_AND_ACTIONS - Static variable in class org.nakedobjects.metamodel.spec.feature.NakedObjectFeatureType
 
COLLECTIONS_ONLY - Static variable in class org.nakedobjects.metamodel.spec.feature.NakedObjectFeatureType
 
CollectionTypeRegistry - Interface in org.nakedobjects.metamodel.specloader.collectiontyperegistry
TODO: plan is to allow new collection types to be installed dynamically, allowing the domain programmer to declare custom classes to have collection semantics.
CollectionTypeRegistryAbstract - Class in org.nakedobjects.metamodel.specloader.collectiontyperegistry
 
CollectionTypeRegistryAbstract() - Constructor for class org.nakedobjects.metamodel.specloader.collectiontyperegistry.CollectionTypeRegistryAbstract
 
CollectionTypeRegistryAware - Interface in org.nakedobjects.metamodel.specloader.collectiontyperegistry
 
CollectionTypeRegistryDefault - Class in org.nakedobjects.metamodel.specloader.collectiontyperegistry
 
CollectionTypeRegistryDefault() - Constructor for class org.nakedobjects.metamodel.specloader.collectiontyperegistry.CollectionTypeRegistryDefault
Inbuilt support for Collection as a collection type.
CollectionUsabilityContext - Class in org.nakedobjects.metamodel.interactions
See InteractionContext for overview; analogous to CollectionUsabilityEvent.
CollectionUsabilityContext(AuthenticationSession, InteractionInvocationMethod, NakedObject, Identifier) - Constructor for class org.nakedobjects.metamodel.interactions.CollectionUsabilityContext
 
CollectionValidateAddToFacet - Interface in org.nakedobjects.metamodel.facets.collections.validate
Validate that an object can be added to a collection.
CollectionValidateAddToFacetAbstract - Class in org.nakedobjects.metamodel.facets.collections.validate
 
CollectionValidateAddToFacetAbstract(FacetHolder) - Constructor for class org.nakedobjects.metamodel.facets.collections.validate.CollectionValidateAddToFacetAbstract
 
CollectionValidateAddToFacetViaMethod - Class in org.nakedobjects.metamodel.facets.collections.validate
 
CollectionValidateAddToFacetViaMethod(Method, FacetHolder) - Constructor for class org.nakedobjects.metamodel.facets.collections.validate.CollectionValidateAddToFacetViaMethod
 
CollectionValidateRemoveFromFacet - Interface in org.nakedobjects.metamodel.facets.collections.validate
Validate that an object can be removed to a collection.
CollectionValidateRemoveFromFacetAbstract - Class in org.nakedobjects.metamodel.facets.collections.validate
 
CollectionValidateRemoveFromFacetAbstract(FacetHolder) - Constructor for class org.nakedobjects.metamodel.facets.collections.validate.CollectionValidateRemoveFromFacetAbstract
 
CollectionValidateRemoveFromFacetViaMethod - Class in org.nakedobjects.metamodel.facets.collections.validate
 
CollectionValidateRemoveFromFacetViaMethod(Method, FacetHolder) - Constructor for class org.nakedobjects.metamodel.facets.collections.validate.CollectionValidateRemoveFromFacetViaMethod
 
CollectionVisibilityContext - Class in org.nakedobjects.metamodel.interactions
See InteractionContext for overview; analogous to CollectionVisibilityEvent.
CollectionVisibilityContext(AuthenticationSession, InteractionInvocationMethod, NakedObject, Identifier) - Constructor for class org.nakedobjects.metamodel.interactions.CollectionVisibilityContext
 
colorValue(NakedObject) - Method in interface org.nakedobjects.metamodel.facets.value.ColorValueFacet
 
colorValue(NakedObject) - Method in class org.nakedobjects.metamodel.value.ColorValueSemanticsProvider
 
ColorValueFacet - Interface in org.nakedobjects.metamodel.facets.value
 
ColorValueSemanticsProvider - Class in org.nakedobjects.metamodel.value
 
ColorValueSemanticsProvider() - Constructor for class org.nakedobjects.metamodel.value.ColorValueSemanticsProvider
Required because implementation of Parser and EncoderDecoder.
ColorValueSemanticsProvider(FacetHolder, NakedObjectConfiguration, SpecificationLoader, RuntimeContext) - Constructor for class org.nakedobjects.metamodel.value.ColorValueSemanticsProvider
 
ColorValueTypeFacetFactory - Class in org.nakedobjects.metamodel.value
 
ColorValueTypeFacetFactory() - Constructor for class org.nakedobjects.metamodel.value.ColorValueTypeFacetFactory
 
combine(T[]...) - Static method in class org.nakedobjects.metamodel.commons.lang.ArrayUtils
 
combine(List<T>, List<T>) - Static method in class org.nakedobjects.metamodel.commons.lang.ListUtils
Returns list1 with everything in list2, ignoring duplicates.
combine(String[], String[]) - Static method in class org.nakedobjects.metamodel.commons.lang.ListUtils
 
combine(String, String) - Static method in class org.nakedobjects.metamodel.commons.lang.PathUtils
 
combine(List<String>) - Static method in class org.nakedobjects.metamodel.commons.lang.StringUtils
 
commaSeparatedClassNames(List<Object>) - Static method in class org.nakedobjects.metamodel.commons.lang.StringUtils
 
commit() - Method in class org.nakedobjects.metamodel.runtimecontext.noruntime.RuntimeContextNoRuntime
 
commit() - Method in interface org.nakedobjects.metamodel.runtimecontext.RuntimeContext
Provided by TransactionManager when used by framework.
commit() - Method in class org.nakedobjects.metamodel.services.container.DomainObjectContainerDefault
 
compare(Object, Object) - Method in class org.nakedobjects.metamodel.facets.naming.NamedAndDescribedNameComparator
 
compare(NamedAndDescribed, NamedAndDescribed) - Method in class org.nakedobjects.metamodel.facets.naming.NamedAndDescribedNameComparator
 
compare(NakedObjectMemberPeer, NakedObjectMemberPeer) - Method in class org.nakedobjects.metamodel.facets.ordering.memberorder.MemberIdentifierComparator
 
compare(Object, Object) - Method in class org.nakedobjects.metamodel.facets.ordering.memberorder.MemberOrderComparator
 
compare(NakedObjectMemberPeer, NakedObjectMemberPeer) - Method in class org.nakedobjects.metamodel.facets.ordering.memberorder.MemberOrderComparator
 
compare(Object, Object) - Method in class org.nakedobjects.metamodel.facets.ordering.OrderSetGroupNameComparator
 
compare(OrderSet, OrderSet) - Method in class org.nakedobjects.metamodel.facets.ordering.OrderSetGroupNameComparator
 
compareTo(Object) - Method in class org.nakedobjects.metamodel.facets.ordering.OrderSet
Natural ordering is to compare by OrderSet.getGroupFullName().
compareTo(OrderSet) - Method in class org.nakedobjects.metamodel.facets.ordering.OrderSet
 
Component - Interface in org.nakedobjects.metamodel.commons.component
 
ComponentDetails - Interface in org.nakedobjects.metamodel.commons.about
 
concat(T[], T...) - Static method in class org.nakedobjects.metamodel.commons.lang.ArrayUtils
Creates a mutable list of the provided array, also appending the additional element(s).
concat(T[], List<T>) - Static method in class org.nakedobjects.metamodel.commons.lang.ArrayUtils
Creates a mutable list of the provided array, also appending the additional element(s).
ConfigurationBuilder - Interface in org.nakedobjects.metamodel.config
Holds a mutable set of properties representing the configuration.
ConfigurationBuilderAbstract - Class in org.nakedobjects.metamodel.config
Adapter for ConfigurationBuilder, loading the specified configuration resource (file) from the given ResourceStreamSource(s).
ConfigurationBuilderAbstract() - Constructor for class org.nakedobjects.metamodel.config.ConfigurationBuilderAbstract
 
ConfigurationBuilderAbstract(ResourceStreamSource) - Constructor for class org.nakedobjects.metamodel.config.ConfigurationBuilderAbstract
 
ConfigurationBuilderAbstract(ResourceStreamSource...) - Constructor for class org.nakedobjects.metamodel.config.ConfigurationBuilderAbstract
 
ConfigurationBuilderAware - Interface in org.nakedobjects.metamodel.config
 
ConfigurationBuilderDefault - Class in org.nakedobjects.metamodel.config
Convenience implementation of ConfigurationBuilder that loads configuration resource as per ConfigurationBuilderFileSystem and otherwise from the classpath.
ConfigurationBuilderDefault() - Constructor for class org.nakedobjects.metamodel.config.ConfigurationBuilderDefault
 
ConfigurationBuilderFileSystem - Class in org.nakedobjects.metamodel.config
Convenience implementation of ConfigurationBuilder that loads configuration resource from a specified directory (or directories) on the filesystem.
ConfigurationBuilderFileSystem(String...) - Constructor for class org.nakedobjects.metamodel.config.ConfigurationBuilderFileSystem
 
ConfigurationBuilderFileSystem() - Constructor for class org.nakedobjects.metamodel.config.ConfigurationBuilderFileSystem
 
ConfigurationConstants - Class in org.nakedobjects.metamodel.config
 
ConfigurationException - Exception in org.nakedobjects.metamodel.config
 
ConfigurationException() - Constructor for exception org.nakedobjects.metamodel.config.ConfigurationException
 
ConfigurationException(String) - Constructor for exception org.nakedobjects.metamodel.config.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception org.nakedobjects.metamodel.config.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception org.nakedobjects.metamodel.config.ConfigurationException
 
ConfigurationPrimer - Interface in org.nakedobjects.metamodel.config
 
Consent - Interface in org.nakedobjects.metamodel.consent
 
ConsentAbstract - Class in org.nakedobjects.metamodel.consent
 
ConsentAbstract(InteractionResult) - Constructor for class org.nakedobjects.metamodel.consent.ConsentAbstract
 
ConsentAbstract(String, String) - Constructor for class org.nakedobjects.metamodel.consent.ConsentAbstract
Enable legacy Consents (not created using an InteractionResult) to create an Consent, specifying a description of the event and the reason (if any) that the consent is vetoed.
contains(NakedObject, NakedObject) - Method in interface org.nakedobjects.metamodel.facets.collections.modify.CollectionFacet
 
contains(NakedObject, NakedObject) - Method in class org.nakedobjects.metamodel.facets.collections.modify.CollectionFacetAbstract
 
containsElementThat(Matcher<?>) - Static method in class org.nakedobjects.metamodel.commons.matchers.NofMatchers
 
containsFacet(Class<? extends Facet>) - Method in interface org.nakedobjects.metamodel.facets.FacetHolder
Whether there is a facet registered of the specified type.
containsFacet(Class<? extends Facet>) - Method in class org.nakedobjects.metamodel.facets.FacetHolderImpl
 
containsFacet(Class<? extends Facet>) - Method in class org.nakedobjects.metamodel.runtimecontext.spec.feature.NakedObjectActionSet
Does nothing
containsFacet(Class<? extends Facet>) - Method in class org.nakedobjects.metamodel.runtimecontext.spec.feature.NakedObjectMemberAbstract
 
containsFacet(Class<? extends Facet>) - Method in class org.nakedobjects.metamodel.specloader.internal.NakedObjectActionParameterAbstract
 
containsStripNewLines(String) - Static method in class org.nakedobjects.metamodel.commons.matchers.NofMatchers
 
convertToAdapterList(NakedObject) - Static method in class org.nakedobjects.metamodel.util.CollectionFacetUtils
 
convertToArray(NakedObject) - Static method in class org.nakedobjects.metamodel.util.CollectionFacetUtils
Deprecated. - use instead CollectionFacetUtils.convertToList(NakedObject).
convertToList(NakedObject) - Static method in class org.nakedobjects.metamodel.util.CollectionFacetUtils
 
copy(S[], Class<D>) - Static method in class org.nakedobjects.metamodel.commons.lang.ArrayUtils
 
copy(InputStream, OutputStream) - Static method in class org.nakedobjects.metamodel.commons.lang.IoUtils
Copy bytes from an InputStream to an OutputStream.
copyFrom(Oid) - Method in class org.nakedobjects.metamodel.adapter.oid.AggregatedOid
 
copyFrom(Oid) - Method in interface org.nakedobjects.metamodel.adapter.oid.Oid
Copies the content of the specified oid into this oid.
copyOverChildren() - Method in class org.nakedobjects.metamodel.facets.ordering.OrderSet
 
couldResolve() - Method in class org.nakedobjects.metamodel.adapter.ResolveState
Returns true if an object in this state could trigger some sort of database loading.
create(String, String, NakedObjectSpecification[]) - Static method in class org.nakedobjects.metamodel.spec.identifier.IdentifierFactory
 
createAccessInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject) - Method in interface org.nakedobjects.metamodel.spec.feature.OneToOneAssociation
Creates an InteractionContext that represents access to this property.
createAccessInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject) - Method in class org.nakedobjects.metamodel.specloader.internal.OneToOneAssociationImpl
TODO: currently this method is hard-coded to assume all interactions are initiated by user.
createActionInvocationInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject, NakedObject[]) - Method in class org.nakedobjects.metamodel.runtimecontext.spec.feature.NakedObjectActionSet
 
createActionInvocationInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject, NakedObject[]) - Method in interface org.nakedobjects.metamodel.spec.feature.NakedObjectAction
Creates an interaction context representing an attempt to invoke this action.
createActionInvocationInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject, NakedObject[]) - Method in class org.nakedobjects.metamodel.specloader.internal.NakedObjectActionImpl
 
createAdapter(Class<?>, Object) - Method in class org.nakedobjects.metamodel.value.ValueSemanticsProviderAbstract
 
createAnonymous(Object) - Static method in class org.nakedobjects.metamodel.commons.lang.ToString
 
createConsent() - Method in class org.nakedobjects.metamodel.consent.InteractionResult
 
createConsent() - Method in class org.nakedobjects.metamodel.consent.InteractionResultSet
Returns the Consent corresponding to InteractionResultSet.getInteractionResult(), or an Allow if there have been no InteractionResults added.
CREATED - Static variable in class org.nakedobjects.metamodel.adapter.LifeCycleEvent
Index for the life cycle method marking the logical creation of an object.
createDateFormat(String) - Static method in class org.nakedobjects.metamodel.value.ValueSemanticsProviderAbstractTemporal
 
CreatedCallbackFacet - Interface in org.nakedobjects.metamodel.facets.object.callbacks
Represents the mechanism to inform the object that it has just been created.
CreatedCallbackFacetAbstract - Class in org.nakedobjects.metamodel.facets.object.callbacks
 
CreatedCallbackFacetAbstract(FacetHolder) - Constructor for class org.nakedobjects.metamodel.facets.object.callbacks.CreatedCallbackFacetAbstract
 
CreatedCallbackFacetFactory - Class in org.nakedobjects.metamodel.facets.object.callbacks
 
CreatedCallbackFacetFactory() - Constructor for class org.nakedobjects.metamodel.facets.object.callbacks.CreatedCallbackFacetFactory
 
CreatedCallbackFacetViaMethod - Class in org.nakedobjects.metamodel.facets.object.callbacks
 
CreatedCallbackFacetViaMethod(Method, FacetHolder) - Constructor for class org.nakedobjects.metamodel.facets.object.callbacks.CreatedCallbackFacetViaMethod
 
createDecorators() - Method in interface org.nakedobjects.metamodel.specloader.FacetDecoratorInstaller
 
createFuture(FutureResultFactory<T>) - Method in interface org.nakedobjects.metamodel.commons.future.FutureFactory
 
createImage(int[][]) - Method in class org.nakedobjects.metamodel.value.ImageValueSemanticsProviderAbstract
 
createInstance(String) - Static method in class org.nakedobjects.metamodel.commons.factory.InstanceFactory
 
createInstance(Class<?>) - Static method in class org.nakedobjects.metamodel.commons.factory.InstanceFactory
 
createInstance(String, Class<T>) - Static method in class org.nakedobjects.metamodel.commons.factory.InstanceFactory
 
createInstance(Class<?>, Class<T>) - Static method in class org.nakedobjects.metamodel.commons.factory.InstanceFactory
 
createInstance(String, String, Class<T>) - Static method in class org.nakedobjects.metamodel.commons.factory.InstanceFactory
 
createInstance(Class<?>, String, Class<T>) - Static method in class org.nakedobjects.metamodel.commons.factory.InstanceFactory
 
createInstance(String, Class<? extends T>, Class<T>) - Static method in class org.nakedobjects.metamodel.commons.factory.InstanceFactory
 
createInstance(Class<?>, Class<? extends T>, Class<T>) - Static method in class org.nakedobjects.metamodel.commons.factory.InstanceFactory
 
createInteractionEvent() - Method in class org.nakedobjects.metamodel.interactions.ActionArgumentContext
 
createInteractionEvent() - Method in class org.nakedobjects.metamodel.interactions.ActionInvocationContext
 
createInteractionEvent() - Method in class org.nakedobjects.metamodel.interactions.ActionUsabilityContext
 
createInteractionEvent() - Method in class org.nakedobjects.metamodel.interactions.ActionVisibilityContext
 
createInteractionEvent() - Method in class org.nakedobjects.metamodel.interactions.CollectionAccessContext
 
createInteractionEvent() - Method in class org.nakedobjects.metamodel.interactions.CollectionAddToContext
 
createInteractionEvent() - Method in class org.nakedobjects.metamodel.interactions.CollectionRemoveFromContext
 
createInteractionEvent() - Method in class org.nakedobjects.metamodel.interactions.CollectionUsabilityContext
 
createInteractionEvent() - Method in class org.nakedobjects.metamodel.interactions.CollectionVisibilityContext
 
createInteractionEvent() - Method in class org.nakedobjects.metamodel.interactions.InteractionContext
Factory method to create corresponding InteractionEvent.
createInteractionEvent() - Method in class org.nakedobjects.metamodel.interactions.ObjectTitleContext
 
createInteractionEvent() - Method in class org.nakedobjects.metamodel.interactions.ObjectValidityContext
 
createInteractionEvent() - Method in class org.nakedobjects.metamodel.interactions.ParseValueContext
 
createInteractionEvent() - Method in class org.nakedobjects.metamodel.interactions.PropertyAccessContext
 
createInteractionEvent() - Method in class org.nakedobjects.metamodel.interactions.PropertyModifyContext
 
createInteractionEvent() - Method in class org.nakedobjects.metamodel.interactions.PropertyUsabilityContext
 
createInteractionEvent() - Method in class org.nakedobjects.metamodel.interactions.PropertyVisibilityContext
 
createName(Object) - Static method in class org.nakedobjects.metamodel.commons.lang.ToString
 
createObject(NakedObjectSpecification.CreationMode) - Method in class org.nakedobjects.metamodel.runtimecontext.spec.IntrospectableSpecificationAbstract
 
createObject(NakedObjectSpecification.CreationMode) - Method in class org.nakedobjects.metamodel.spec.JavaSpecification
 
createObject(NakedObjectSpecification.CreationMode) - Method in interface org.nakedobjects.metamodel.spec.NakedObjectSpecification
Create and optionally initialize object.
createOrderSet(NakedObjectMemberPeer[]) - Static method in class org.nakedobjects.metamodel.facets.ordering.memberorder.DeweyOrderSet
 
createOrderSet(String, NakedObjectMemberPeer[]) - Static method in class org.nakedobjects.metamodel.facets.ordering.SimpleOrderSet
 
createPersistInteractionContext(AuthenticationSession, boolean, NakedObject) - Method in class org.nakedobjects.metamodel.runtimecontext.spec.NakedObjectSpecificationNoMember
Does nothing, but should never be called.
createProposedArgumentInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject, NakedObject[], int) - Method in interface org.nakedobjects.metamodel.spec.feature.NakedObjectActionParameter
 
createProposedArgumentInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject, NakedObject[], int) - Method in class org.nakedobjects.metamodel.specloader.internal.NakedObjectActionParameterAbstract
 
createReflector() - Method in interface org.nakedobjects.metamodel.specloader.NakedObjectReflectorInstaller
 
createSpecification(Class<?>) - Method in class org.nakedobjects.metamodel.specloader.NakedObjectReflectorAbstract
Overridable method for language-specific subclass to create the appropriate type of NakedObjectSpecification.
createSubset(String) - Method in class org.nakedobjects.metamodel.config.internal.PropertiesConfiguration
 
createSubset(String) - Method in interface org.nakedobjects.metamodel.config.NakedObjectConfiguration
Creates a new NakedObjectConfiguration containing the properties starting with the specified prefix.
createTitleInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject) - Method in class org.nakedobjects.metamodel.runtimecontext.spec.IntrospectableSpecificationAbstract
 
createTitleInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject) - Method in interface org.nakedobjects.metamodel.spec.NakedObjectSpecification
Create an InteractionContext representing an attempt to read the object's title.
createTransientInstance(NakedObjectSpecification) - Method in class org.nakedobjects.metamodel.runtimecontext.noruntime.RuntimeContextNoRuntime
 
createTransientInstance(NakedObjectSpecification) - Method in interface org.nakedobjects.metamodel.runtimecontext.RuntimeContext
Provided by the PersistenceSession when used by framework.
createUsableInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject) - Method in class org.nakedobjects.metamodel.runtimecontext.spec.feature.NakedObjectActionSet
 
createUsableInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject) - Method in interface org.nakedobjects.metamodel.spec.feature.NakedObjectMember
Create an InteractionContext to represent an attempt to use this member (that is, to check if it is usable or not).
createUsableInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject) - Method in class org.nakedobjects.metamodel.specloader.internal.NakedObjectActionImpl
 
createUsableInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject) - Method in class org.nakedobjects.metamodel.specloader.internal.OneToManyAssociationImpl
 
createUsableInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject) - Method in class org.nakedobjects.metamodel.specloader.internal.OneToOneAssociationImpl
 
createUserMemento(AuthenticationSession) - Static method in class org.nakedobjects.metamodel.authentication.AuthenticationSessionUtils
 
createValidateAddInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject, NakedObject) - Method in interface org.nakedobjects.metamodel.spec.feature.OneToManyAssociation
Creates an InteractionContext that represents validation of a candidate object to be added to the collection.
createValidateAddInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject, NakedObject) - Method in class org.nakedobjects.metamodel.specloader.internal.OneToManyAssociationImpl
 
createValidateInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject, NakedObject) - Method in interface org.nakedobjects.metamodel.spec.feature.OneToOneAssociation
Creates an InteractionContext that represents validation of a proposed new value for the property.
createValidateInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject, NakedObject) - Method in class org.nakedobjects.metamodel.specloader.internal.OneToOneAssociationImpl
 
createValidateRemoveInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject, NakedObject) - Method in interface org.nakedobjects.metamodel.spec.feature.OneToManyAssociation
Creates an InteractionContext that represents validation of a candidate object to be removed from the collection.
createValidateRemoveInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject, NakedObject) - Method in class org.nakedobjects.metamodel.specloader.internal.OneToManyAssociationImpl
 
createValidityInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject) - Method in class org.nakedobjects.metamodel.runtimecontext.spec.IntrospectableSpecificationAbstract
Create an InteractionContext representing an attempt to save the object.
createValidityInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject) - Method in interface org.nakedobjects.metamodel.spec.NakedObjectSpecification
Create an InteractionContext representing an attempt to save the object.
createValue(Byte) - Method in interface org.nakedobjects.metamodel.facets.value.ByteValueFacet
 
createValue(Character) - Method in interface org.nakedobjects.metamodel.facets.value.CharValueFacet
 
createValue(NakedObject, int) - Method in interface org.nakedobjects.metamodel.facets.value.ColorValueFacet
 
createValue(Date) - Method in interface org.nakedobjects.metamodel.facets.value.DateValueFacet
 
createValue(Double) - Method in interface org.nakedobjects.metamodel.facets.value.DoubleFloatingPointValueFacet
 
createValue(Float) - Method in interface org.nakedobjects.metamodel.facets.value.FloatingPointValueFacet
 
createValue(Image) - Method in interface org.nakedobjects.metamodel.facets.value.ImageValueFacet
 
createValue(Integer) - Method in interface org.nakedobjects.metamodel.facets.value.IntegerValueFacet
 
createValue(Long) - Method in interface org.nakedobjects.metamodel.facets.value.LongValueFacet
 
createValue(float, String) - Method in interface org.nakedobjects.metamodel.facets.value.MoneyValueFacet
 
createValue(String) - Method in interface org.nakedobjects.metamodel.facets.value.MultilineStringValueFacet
 
createValue(String) - Method in interface org.nakedobjects.metamodel.facets.value.PasswordValueFacet
 
createValue(Short) - Method in interface org.nakedobjects.metamodel.facets.value.ShortValueFacet
 
createValue(String) - Method in interface org.nakedobjects.metamodel.facets.value.StringValueFacet
 
createValue(Byte) - Method in class org.nakedobjects.metamodel.value.ByteValueSemanticsProviderAbstract
 
createValue(Character) - Method in class org.nakedobjects.metamodel.value.CharValueSemanticsProviderAbstract
 
createValue(NakedObject, int) - Method in class org.nakedobjects.metamodel.value.ColorValueSemanticsProvider
 
createValue(Double) - Method in class org.nakedobjects.metamodel.value.DoubleValueSemanticsProviderAbstract
 
createValue(Float) - Method in class org.nakedobjects.metamodel.value.FloatValueSemanticsProviderAbstract
 
createValue(Image) - Method in class org.nakedobjects.metamodel.value.ImageValueSemanticsProvider
 
createValue(Integer) - Method in class org.nakedobjects.metamodel.value.IntValueSemanticsProviderAbstract
 
createValue(Image) - Method in class org.nakedobjects.metamodel.value.JavaAwtImageValueSemanticsProvider
 
createValue(Long) - Method in class org.nakedobjects.metamodel.value.LongValueSemanticsProviderAbstract
 
createValue(float, String) - Method in class org.nakedobjects.metamodel.value.MoneyValueSemanticsProvider
 
createValue(String) - Method in class org.nakedobjects.metamodel.value.PasswordValueSemanticsProvider
 
createValue(Float) - Method in class org.nakedobjects.metamodel.value.PercentageValueSemanticsProvider
 
createValue(Short) - Method in class org.nakedobjects.metamodel.value.ShortValueSemanticsProviderAbstract
 
createValue(String) - Method in class org.nakedobjects.metamodel.value.StringValueSemanticsProvider
 
createValue(Date) - Method in class org.nakedobjects.metamodel.value.ValueSemanticsProviderAbstractTemporal
 
createVisibleInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject) - Method in class org.nakedobjects.metamodel.runtimecontext.spec.feature.NakedObjectActionSet
Does nothing, but shouldn't be called.
createVisibleInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject) - Method in interface org.nakedobjects.metamodel.spec.feature.NakedObjectMember
Create an InteractionContext to represent an attempt to view this member (that is, to check if it is visible or not).
createVisibleInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject) - Method in class org.nakedobjects.metamodel.specloader.internal.NakedObjectActionImpl
 
createVisibleInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject) - Method in class org.nakedobjects.metamodel.specloader.internal.OneToManyAssociationImpl
 
createVisibleInteractionContext(AuthenticationSession, InteractionInvocationMethod, NakedObject) - Method in class org.nakedobjects.metamodel.specloader.internal.OneToOneAssociationImpl
 
createWithIdentifier(Object) - Static method in class org.nakedobjects.metamodel.commons.lang.ToString
 
CurrentHolder - Interface in org.nakedobjects.metamodel.spec.feature
Mix-in interface for TypedSpecifications that reference or otherwise contain a 'current' value.

A B C D E F G H I J L M N O P Q R S T U V W
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.