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

G

generateRandomCode() - Method in interface org.nakedobjects.runtime.authentication.standard.RandomCodeGenerator
 
generateRandomCode() - Method in class org.nakedobjects.runtime.authentication.standard.RandomCodeGenerator10Chars
 
generateRandomCode() - Method in class org.nakedobjects.runtime.authentication.standard.RandomCodeGeneratorUUID
Generates a random string in the form XXXX-XX-XX-XX-XXXXXX where X is a hexadecimal.
getAbortCause() - Method in interface org.nakedobjects.runtime.transaction.NakedObjectTransaction
The underlying reason (if known) why the transaction was aborted.
getAbortCause() - Method in class org.nakedobjects.runtime.transaction.NakedObjectTransactionAbstract
The cause (if any) for the transaction being aborted.
getAdapter() - Method in class org.nakedobjects.runtime.memento.StandaloneData
 
getAdapter(Oid) - Method in class org.nakedobjects.runtime.persistence.adaptermanager.internal.OidAdapterHashMap
 
getAdapter(Oid) - Method in interface org.nakedobjects.runtime.persistence.adaptermanager.internal.OidAdapterMap
Get the adapter identified by the specified OID.
getAdapter(Object) - Method in class org.nakedobjects.runtime.persistence.adaptermanager.internal.PojoAdapterHashMap
 
getAdapter(Object) - Method in interface org.nakedobjects.runtime.persistence.adaptermanager.internal.PojoAdapterMap
 
getAdapterFactory() - Method in class org.nakedobjects.runtime.persistence.adaptermanager.AdapterManagerDefault
 
getAdapterFactory() - Method in interface org.nakedobjects.runtime.persistence.PersistenceSession
The configured AdapterFactory.
getAdapterFactory() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionAbstract
Injected in constructor.
getAdapterFactory() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionLogger
 
getAdapterFor(Object) - Method in class org.nakedobjects.runtime.persistence.adaptermanager.AdapterManagerDefault
 
getAdapterFor(Oid) - Method in class org.nakedobjects.runtime.persistence.adaptermanager.AdapterManagerDefault
 
getAdapterFor(Object) - Method in interface org.nakedobjects.runtime.persistence.adaptermanager.AdapterManagerLookup
Gets the adapter for the specified domain object if it exists in the identity map.
getAdapterFor(Oid) - Method in interface org.nakedobjects.runtime.persistence.adaptermanager.AdapterManagerLookup
Gets the adapter for the Oid if it exists in the identity map.
getAdapterFor(Object) - Method in class org.nakedobjects.runtime.persistence.internal.RuntimeContextFromSession
 
getAdapterFor(Oid) - Method in class org.nakedobjects.runtime.persistence.internal.RuntimeContextFromSession
 
getAdapterManager() - Method in class org.nakedobjects.runtime.persistence.container.DomainObjectContainerObjectChanged
 
getAdapterManager() - Method in class org.nakedobjects.runtime.persistence.container.DomainObjectContainerResolve
 
getAdapterManager() - Method in interface org.nakedobjects.runtime.persistence.PersistenceSession
The configured AdapterManager.
getAdapterManager() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionAbstract
Injected in constructor.
getAdapterManager() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionLogger
 
getApplibQuery() - Method in class org.nakedobjects.runtime.persistence.query.PersistenceQueryFindUsingApplibQuerySerializable
 
getArgumentsAdaptersByParameterName() - Method in class org.nakedobjects.runtime.persistence.query.PersistenceQueryFindUsingApplibQueryDefault
 
getAuthenticationManager() - Static method in class org.nakedobjects.runtime.context.NakedObjectsContext
Convenience method.
getAuthenticationManager() - Method in interface org.nakedobjects.runtime.session.NakedObjectSessionFactory
The AuthenticationManager that will be used to authenticate and create AuthenticationSessions within the NakedObjectSession.
getAuthenticationManager() - Method in class org.nakedobjects.runtime.session.NakedObjectSessionFactoryAbstract
 
getAuthenticationManager() - Static method in class org.nakedobjects.runtime.viewer.NakedObjectsViewerAbstract
Available after NakedObjectsSystem has been bootstrapped.
getAuthenticationRequestViaArgs() - Method in class org.nakedobjects.runtime.viewer.NakedObjectsViewerAbstract
 
getAuthenticationSession() - Static method in class org.nakedobjects.runtime.context.NakedObjectsContext
 
getAuthenticationSession() - Method in class org.nakedobjects.runtime.persistence.internal.RuntimeContextFromSession
 
getAuthenticationSession() - Method in interface org.nakedobjects.runtime.session.NakedObjectSession
Returns the AuthenticationSession representing this user for this NakedObjectSession.
getAuthenticationSession() - Method in class org.nakedobjects.runtime.session.NakedObjectSessionDefault
Returns the security session representing this user for this execution context.
getAuthenticationSession() - Static method in class org.nakedobjects.runtime.transaction.PersistenceCommandAbstract
 
getAuthenticators() - Method in class org.nakedobjects.runtime.authentication.standard.AuthenticationManagerStandard
 
getAuthorizationManager() - Static method in class org.nakedobjects.runtime.context.NakedObjectsContext
Convenience method.
getAuthorizationManager() - Method in interface org.nakedobjects.runtime.session.NakedObjectSessionFactory
The AuthorizationManager that will be used to authorize access to domain objects.
getAuthorizationManager() - Method in class org.nakedobjects.runtime.session.NakedObjectSessionFactoryAbstract
 
getCardinality() - Method in class org.nakedobjects.runtime.persistence.query.PersistenceQueryFindUsingApplibQueryDefault
 
getCardinality() - Method in class org.nakedobjects.runtime.persistence.query.PersistenceQueryFindUsingApplibQuerySerializable
 
getCategory() - Method in class org.nakedobjects.runtime.system.internal.monitor.MonitorEvent
 
getChangedObjects() - Method in interface org.nakedobjects.runtime.transaction.updatenotifier.UpdateNotifier
Returns an immutable List of changed objects.
getChangedObjects() - Method in class org.nakedobjects.runtime.transaction.updatenotifier.UpdateNotifierDefault
 
getCollectionAdapter(OneToManyAssociation) - Method in class org.nakedobjects.runtime.persistence.adaptermanager.AggregateAdapters
 
getCollectionAdapters() - Method in class org.nakedobjects.runtime.persistence.adaptermanager.AggregateAdapters
 
getCollectionAsObjectArray(Object, NakedObjectSpecification, AdapterManager) - Static method in class org.nakedobjects.runtime.persistence.adaptermanager.AdapterUtils
 
getCollectionPojo(OneToManyAssociation, NakedObject) - Method in class org.nakedobjects.runtime.persistence.adaptermanager.AdapterManagerDefault
 
getCollections() - Method in class org.nakedobjects.runtime.persistence.adaptermanager.AggregateAdapters
 
getConfiguration() - Method in class org.nakedobjects.runtime.authentication.standard.AuthenticationManagerStandard
 
getConfiguration() - Method in class org.nakedobjects.runtime.authentication.standard.AuthenticatorAbstract
 
getConfiguration() - Method in class org.nakedobjects.runtime.authorization.AuthorizationManagerAbstract
 
getConfiguration() - Method in class org.nakedobjects.runtime.authorization.standard.AuthorizorAbstract
 
getConfiguration() - Static method in class org.nakedobjects.runtime.context.NakedObjectsContext
Convenience method.
getConfiguration() - Method in class org.nakedobjects.runtime.installers.InstallerAbstract
Returns a snapshot of the current configuration provided by the injected ConfigurationBuilder.
getConfiguration() - Method in interface org.nakedobjects.runtime.installers.InstallerLookup
Returns a snapshot of the current NakedObjectConfiguration.
getConfiguration() - Method in class org.nakedobjects.runtime.installers.InstallerLookupDefault
 
getConfiguration() - Method in class org.nakedobjects.runtime.session.NakedObjectSessionDefault
Convenience method.
getConfiguration() - Method in interface org.nakedobjects.runtime.session.NakedObjectSessionFactory
The application-scoped NakedObjectConfiguration.
getConfiguration() - Method in class org.nakedobjects.runtime.session.NakedObjectSessionFactoryAbstract
 
getConfiguration() - Method in class org.nakedobjects.runtime.system.installers.NakedObjectsSystemUsingInstallers
Returns a snapshot of the configuration held by the installer lookup.
getConfiguration() - Method in interface org.nakedobjects.runtime.system.NakedObjectsSystem
Returns a snapshot of the configuration (although once the NakedObjectsSystem is completely initialized, will effectively be immutable).
getConfiguration() - Method in class org.nakedobjects.runtime.system.NakedObjectsSystemAbstract
 
getConfiguration() - Method in class org.nakedobjects.runtime.system.NakedObjectsSystemSimple
As specified in the constructor.
getConfiguration() - Method in class org.nakedobjects.runtime.transaction.facetdecorator.TransactionFacetDecoratorAbstract
 
getConfiguration() - Static method in class org.nakedobjects.runtime.viewer.NakedObjectsViewerAbstract
Available after NakedObjectsSystem has been bootstrapped.
getConfiguration() - Static method in class org.nakedobjects.runtime.web.EmbeddedWebServerAbstract
 
getConfigurationBuilder() - Method in interface org.nakedobjects.runtime.installers.InstallerLookup
Injected.
getConfigurationBuilder() - Method in class org.nakedobjects.runtime.installers.InstallerLookupDefault
 
getConfigurationBuilder() - Method in class org.nakedobjects.runtime.viewer.NakedObjectsViewerAbstract
 
getConfigurationResources() - Method in class org.nakedobjects.runtime.installers.InstallerAbstract
Returns [type.properties, type_name.properties.
getConnectorNames() - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerConnector
 
getContextParams() - Method in class org.nakedobjects.runtime.web.WebAppSpecification
 
getCurrentTransaction() - Static method in class org.nakedobjects.runtime.context.NakedObjectsContext
Convenience method, returning the current transaction (if any).
getCurrentTransaction() - Method in interface org.nakedobjects.runtime.session.NakedObjectSession
 
getCurrentTransaction() - Method in class org.nakedobjects.runtime.session.NakedObjectSessionDefault
Convenience method that returns the NakedObjectTransaction of the session, if any.
getData() - Method in class org.nakedobjects.runtime.memento.Memento
 
getDebug() - Method in class org.nakedobjects.runtime.system.internal.monitor.MonitorEvent
 
getDecoratedClass() - Method in class org.nakedobjects.runtime.persistence.objectstore.NakedObjectStoreLogger
 
getDecoratedClass() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionLogger
 
getDecoratedFacet() - Method in class org.nakedobjects.runtime.transaction.facets.ActionInvocationFacetWrapTransaction
 
getDecoratedFacet() - Method in class org.nakedobjects.runtime.transaction.facets.CollectionAddToFacetWrapTransaction
 
getDecoratedFacet() - Method in class org.nakedobjects.runtime.transaction.facets.CollectionClearFacetWrapTransaction
 
getDecoratedFacet() - Method in class org.nakedobjects.runtime.transaction.facets.CollectionRemoveFromFacetWrapTransaction
 
getDecoratedFacet() - Method in class org.nakedobjects.runtime.transaction.facets.PropertyClearFacetWrapTransaction
 
getDecoratedFacet() - Method in class org.nakedobjects.runtime.transaction.facets.PropertySetterFacetWrapTransaction
 
getDefaultTitle() - Method in class org.nakedobjects.runtime.persistence.adapterfactory.pojo.PojoAdapter
 
getDefaultViewer() - Method in enum org.nakedobjects.runtime.system.DeploymentType
 
getDelegate() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionFactoryDelegating
 
getDeploymentType() - Method in class org.nakedobjects.runtime.authentication.standard.AuthenticatorAbstract
Helper method for convenience of implementations that depend on the DeploymentType.
getDeploymentType() - Static method in class org.nakedobjects.runtime.context.NakedObjectsContext
Convenience method.
getDeploymentType() - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerDeploymentType
 
getDeploymentType() - Method in interface org.nakedobjects.runtime.persistence.PersistenceSessionFactory
 
getDeploymentType() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionFactoryDelegating
 
getDeploymentType() - Method in class org.nakedobjects.runtime.session.NakedObjectSessionDefault
Convenience method.
getDeploymentType() - Method in interface org.nakedobjects.runtime.session.NakedObjectSessionFactory
The application-scoped DeploymentType.
getDeploymentType() - Method in class org.nakedobjects.runtime.session.NakedObjectSessionFactoryAbstract
 
getDeploymentType() - Method in interface org.nakedobjects.runtime.system.NakedObjectsSystem
 
getDeploymentType() - Method in class org.nakedobjects.runtime.system.NakedObjectsSystemAbstract
 
getDeploymentType() - Method in class org.nakedobjects.runtime.viewer.NakedObjectsViewerAbstract
 
getDescription(Identifier) - Method in interface org.nakedobjects.runtime.i18n.resourcebundle.I18nManager
Get the localized description for the specified identified action/property.
getDescription(Identifier) - Method in class org.nakedobjects.runtime.i18n.resourcebundle.ResourceBasedI18nManager
 
getDisposedObjects() - Method in interface org.nakedobjects.runtime.transaction.updatenotifier.UpdateNotifier
Returns an immutable List of disposed objects.
getDisposedObjects() - Method in class org.nakedobjects.runtime.transaction.updatenotifier.UpdateNotifierDefault
 
getElements() - Method in class org.nakedobjects.runtime.system.internal.console.CollectionResponse
 
getFacetTypes() - Method in class org.nakedobjects.runtime.help.StandardHelpFacetDecorator
 
getFacetTypes() - Method in class org.nakedobjects.runtime.i18n.resourcebundle.I18nFacetDecorator
 
getFacetTypes() - Method in class org.nakedobjects.runtime.transaction.facetdecorator.TransactionFacetDecoratorAbstract
 
getFilterClass() - Method in class org.nakedobjects.runtime.web.FilterSpecification
 
getFilterSpecifications() - Method in class org.nakedobjects.runtime.web.WebAppSpecification
 
getFixtures() - Method in class org.nakedobjects.runtime.fixturesinstaller.FixturesInstallerDelegate
Returns all fixtures that have been added.
getFixturesInstaller() - Method in class org.nakedobjects.runtime.system.NakedObjectsSystemAbstract
 
getFlagHandlers() - Method in class org.nakedobjects.runtime.NakedObjects
 
getHelp(Identifier) - Method in interface org.nakedobjects.runtime.i18n.resourcebundle.I18nManager
Get the localized help text for the specified identified action/property.
getHelp(Identifier) - Method in class org.nakedobjects.runtime.i18n.resourcebundle.ResourceBasedI18nManager
 
getIcon(int) - Method in interface org.nakedobjects.runtime.imageloader.TemplateImage
 
getIcon(int) - Method in class org.nakedobjects.runtime.imageloader.TemplateImageImpl
 
getIconName() - Method in class org.nakedobjects.runtime.persistence.adapterfactory.pojo.PojoAdapter
Returns the name of the icon to use to represent this object.
getId() - Method in class org.nakedobjects.runtime.persistence.services.SimpleRepository
 
getId() - Method in interface org.nakedobjects.runtime.session.NakedObjectSession
A descriptive identifier for this NakedObjectSession.
getId() - Method in class org.nakedobjects.runtime.session.NakedObjectSessionDefault
Returns an descriptive identifier for this NakedObjectSessionDefault.
getIdentifierFor(FacetHolder) - Static method in class org.nakedobjects.runtime.transaction.TransactionUtils
TODO: need to downcast the FacetHolder and fetch out an identifier.
getImage() - Method in interface org.nakedobjects.runtime.imageloader.TemplateImage
 
getImage() - Method in class org.nakedobjects.runtime.imageloader.TemplateImageImpl
 
getInitParams() - Method in class org.nakedobjects.runtime.web.AbstractServletOrFilterMapping
 
getInMemoryPersistenceSessionFactory() - Method in class org.nakedobjects.runtime.objectstore.inmemory.InMemoryObjectStore
Downcasts the PersistenceSessionFactory to InMemoryPersistenceSessionFactory.
getInstaller(Class<T>, String) - Method in interface org.nakedobjects.runtime.installers.InstallerLookup
 
getInstaller(Class<T>) - Method in interface org.nakedobjects.runtime.installers.InstallerLookup
 
getInstaller(String) - Method in interface org.nakedobjects.runtime.installers.InstallerLookup
 
getInstaller(Class<T>, String) - Method in class org.nakedobjects.runtime.installers.InstallerLookupDefault
 
getInstaller(String) - Method in class org.nakedobjects.runtime.installers.InstallerLookupDefault
 
getInstaller(Class<T>) - Method in class org.nakedobjects.runtime.installers.InstallerLookupDefault
 
getInstallerLookup() - Method in class org.nakedobjects.runtime.persistence.PersistenceMechanismInstallerAbstract
 
getInstallerLookup() - Method in class org.nakedobjects.runtime.system.installers.NakedObjectsSystemUsingInstallers
As per constructor.
getInstallerLookup() - Method in class org.nakedobjects.runtime.system.NakedObjectSystemUsingInstallersFactory
 
getInstallers(Class<?>) - Method in class org.nakedobjects.runtime.installers.InstallerLookupDefault
This method (and only this method) may be called prior to initialization.
getInstallers(Class<?>) - Method in interface org.nakedobjects.runtime.installers.InstallerRepository
 
getInstance() - Static method in class org.nakedobjects.runtime.context.NakedObjectsContext
Returns the singleton providing access to the set of execution contexts.
getInstance(Specification) - Method in class org.nakedobjects.runtime.persistence.adapterfactory.pojo.PojoAdapter
Not supported by this implementation.
getInstances(PersistenceQuery) - Method in class org.nakedobjects.runtime.objectstore.inmemory.InMemoryObjectStore
 
getInstances(PersistenceQuery) - Method in class org.nakedobjects.runtime.persistence.objectstore.NakedObjectStoreDelegating
 
getInstances(PersistenceQuery) - Method in class org.nakedobjects.runtime.persistence.objectstore.NakedObjectStoreLogger
 
getInstances(PersistenceQuery) - Method in interface org.nakedobjects.runtime.persistence.objectstore.ObjectStorePersistence
 
getInstances(PersistenceQuery) - Method in class org.nakedobjects.runtime.persistence.objectstore.PersistenceSessionObjectStore
 
getInstances(PersistenceQuery) - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionAbstract
 
getJavaSpecification(Class<?>) - Method in class org.nakedobjects.runtime.bytecode.ObjectResolveAndObjectChangedEnhancerAbstract
 
getJavaSpecificationOfOwningClass(Method) - Method in class org.nakedobjects.runtime.bytecode.ObjectResolveAndObjectChangedEnhancerAbstract
 
getLogHint() - Method in class org.nakedobjects.runtime.web.WebAppSpecification
 
getLogonFixture() - Method in interface org.nakedobjects.runtime.fixturesinstaller.FixturesInstaller
The Fixture (if any) added via #installFixture(Fixture) that is an instance of LogonFixture.
getLogonFixture() - Method in class org.nakedobjects.runtime.fixturesinstaller.FixturesInstallerAbstract
 
getLogonFixture() - Method in class org.nakedobjects.runtime.fixturesinstaller.FixturesInstallerDelegate
The LogonFixture, if any.
getLogonFixture() - Method in class org.nakedobjects.runtime.fixturesinstaller.FixturesInstallerNoop
 
getLogonFixture() - Method in interface org.nakedobjects.runtime.system.NakedObjectsSystem
 
getLogonFixture() - Method in class org.nakedobjects.runtime.system.NakedObjectsSystemAbstract
The LogonFixture, if any, obtained by running fixtures.
getLogonFixture() - Method in class org.nakedobjects.runtime.viewer.NakedObjectsViewerAbstract
 
getMemento() - Method in class org.nakedobjects.runtime.persistence.oidgenerator.simple.SimpleOidGenerator
 
getMessage() - Method in class org.nakedobjects.runtime.system.internal.monitor.MonitorEvent
 
getMessageBroker() - Static method in class org.nakedobjects.runtime.context.NakedObjectsContext
Convenience method, returning the MessageBroker of the current transaction.
getMessageBroker() - Method in interface org.nakedobjects.runtime.transaction.NakedObjectTransaction
The MessageBroker for this transaction.
getMessageBroker() - Method in class org.nakedobjects.runtime.transaction.NakedObjectTransactionAbstract
Injected in constructor
getMessageBroker() - Method in class org.nakedobjects.runtime.transaction.NakedObjectTransactionManagerAbstract
Convenience method returning the MessageBroker of the current transaction.
getMessages() - Method in interface org.nakedobjects.runtime.transaction.messagebroker.MessageBroker
 
getMessages() - Method in class org.nakedobjects.runtime.transaction.messagebroker.MessageBrokerDefault
 
getMessagesCombined() - Method in interface org.nakedobjects.runtime.transaction.messagebroker.MessageBroker
 
getMessagesCombined() - Method in class org.nakedobjects.runtime.transaction.messagebroker.MessageBrokerDefault
 
getModule() - Method in class org.nakedobjects.runtime.installers.InstallerVersion
 
getName() - Method in interface org.nakedobjects.runtime.authentication.AuthenticationRequest
 
getName() - Method in class org.nakedobjects.runtime.authentication.AuthenticationRequestAbstract
 
getName(Identifier) - Method in interface org.nakedobjects.runtime.i18n.resourcebundle.I18nManager
Get the localized name for the specified identified action/property.
getName(Identifier) - Method in class org.nakedobjects.runtime.i18n.resourcebundle.ResourceBasedI18nManager
 
getName() - Method in class org.nakedobjects.runtime.installers.InstallerAbstract
 
getName() - Method in class org.nakedobjects.runtime.installers.InstallerVersion
 
getName() - Method in class org.nakedobjects.runtime.userprofile.PerspectiveEntry
 
getObject(Oid, NakedObjectSpecification) - Method in class org.nakedobjects.runtime.objectstore.inmemory.InMemoryObjectStore
 
getObject() - Method in class org.nakedobjects.runtime.persistence.adapterfactory.pojo.PojoAdapter
 
getObject(Oid, NakedObjectSpecification) - Method in class org.nakedobjects.runtime.persistence.objectstore.NakedObjectStoreDelegating
 
getObject(Oid, NakedObjectSpecification) - Method in class org.nakedobjects.runtime.persistence.objectstore.NakedObjectStoreLogger
 
getObject(Oid, NakedObjectSpecification) - Method in interface org.nakedobjects.runtime.persistence.objectstore.ObjectStorePersistence
Retrieves the object identified by the specified OID from the object store.
getObject() - Method in class org.nakedobjects.runtime.snapshot.XmlSnapshot
 
getObjectChanger() - Method in class org.nakedobjects.runtime.bytecode.ObjectResolveAndObjectChangedEnhancerAbstract
 
getObjectFactory() - Method in interface org.nakedobjects.runtime.persistence.PersistenceSession
The configured ObjectFactory.
getObjectFactory() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionAbstract
Obtained indirectly from the injected reflector.
getObjectFactory() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionLogger
 
getObjectInstances() - Method in class org.nakedobjects.runtime.objectstore.inmemory.internal.ObjectStoreInstances
TODO: shouldn't really be exposing this directly.
getObjectResolver() - Method in class org.nakedobjects.runtime.bytecode.ObjectResolveAndObjectChangedEnhancerAbstract
 
getObjects() - Method in class org.nakedobjects.runtime.userprofile.PerspectiveEntry
 
getObjectStore() - Method in class org.nakedobjects.runtime.persistence.objectstore.PersistenceSessionObjectStore
Injected by constructor.
getOid() - Method in class org.nakedobjects.runtime.memento.Memento
 
getOid() - Method in class org.nakedobjects.runtime.persistence.adapterfactory.pojo.PojoAdapter
 
getOid() - Method in class org.nakedobjects.runtime.system.internal.console.CollectionResponse
 
getOidForService(String) - Method in class org.nakedobjects.runtime.objectstore.inmemory.InMemoryObjectStore
 
getOidForService(String) - Method in class org.nakedobjects.runtime.persistence.objectstore.NakedObjectStoreDelegating
 
getOidForService(String) - Method in class org.nakedobjects.runtime.persistence.objectstore.NakedObjectStoreLogger
 
getOidForService(String) - Method in interface org.nakedobjects.runtime.persistence.objectstore.ObjectStorePersistence
Returns the OID for the adapted service.
getOidForService(String) - Method in class org.nakedobjects.runtime.persistence.objectstore.PersistenceSessionObjectStore
 
getOidForService(String) - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionAbstract
Returns the OID for the adapted service.
getOidGenerator() - Method in class org.nakedobjects.runtime.persistence.adaptermanager.AdapterManagerDefault
 
getOidGenerator() - Method in interface org.nakedobjects.runtime.persistence.PersistenceSession
The configured OidGenerator.
getOidGenerator() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionAbstract
Injected in constructor.
getOidGenerator() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionLogger
 
getOidGeneratorMemento() - Method in interface org.nakedobjects.runtime.objectstore.inmemory.internal.ObjectStorePersistedObjects
 
getOidGeneratorMemento() - Method in class org.nakedobjects.runtime.objectstore.inmemory.internal.ObjectStorePersistedObjectsDefault
 
getOids() - Method in class org.nakedobjects.runtime.objectstore.inmemory.internal.ObjectStoreInstances
 
getOidStringifier() - Method in interface org.nakedobjects.runtime.persistence.oidgenerator.OidGenerator
An OidStringifier to use for stringifying instances of the concrete Oid generated by this generator.
getOidStringifier() - Method in class org.nakedobjects.runtime.persistence.oidgenerator.OidGeneratorAbstract
Default implemenation returns OidStringifierHex.
getOnType() - Method in class org.nakedobjects.runtime.transaction.facets.ActionInvocationFacetWrapTransaction
 
getOptions() - Method in class org.nakedobjects.runtime.userprofile.UserProfile
 
getOptionValues(CommandLine, String) - Method in class org.nakedobjects.runtime.options.OptionHandlerAbstract
 
getOutput() - Method in class org.nakedobjects.runtime.system.internal.monitor.SystemPrinter
 
getParameterNames(Identifier) - Method in interface org.nakedobjects.runtime.i18n.resourcebundle.I18nManager
Get the localized parameter names for the specified identified action/property.
getParameterNames(Identifier) - Method in class org.nakedobjects.runtime.i18n.resourcebundle.ResourceBasedI18nManager
 
getPassword() - Method in class org.nakedobjects.runtime.authentication.AuthenticationRequestPassword
 
getPassword() - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerPassword
 
getPathSpecs() - Method in class org.nakedobjects.runtime.web.AbstractServletOrFilterMapping
 
getPattern() - Method in class org.nakedobjects.runtime.persistence.query.PersistenceQueryFindByPattern
 
getPersistAlgorithm() - Method in class org.nakedobjects.runtime.persistence.objectstore.PersistenceSessionObjectStore
Injected by constructor.
getPersistedObjects() - Method in class org.nakedobjects.runtime.objectstore.inmemory.InMemoryPersistenceSessionFactory
 
getPersistenceSession() - Static method in class org.nakedobjects.runtime.context.NakedObjectsContext
Convenience method.
getPersistenceSession() - Method in class org.nakedobjects.runtime.persistence.container.DomainObjectContainerObjectChanged
 
getPersistenceSession() - Method in class org.nakedobjects.runtime.persistence.container.DomainObjectContainerResolve
 
getPersistenceSession() - Method in class org.nakedobjects.runtime.persistence.objectfactory.ObjectFactoryAbstract
 
getPersistenceSession() - Method in interface org.nakedobjects.runtime.session.NakedObjectSession
The PersistenceSession within this NakedObjectSession.
getPersistenceSession() - Method in class org.nakedobjects.runtime.session.NakedObjectSessionDefault
 
getPersistenceSessionFactory() - Method in interface org.nakedobjects.runtime.persistence.PersistenceSession
The PersistenceSessionFactory that created this PersistenceSession.
getPersistenceSessionFactory() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionAbstract
 
getPersistenceSessionFactory() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionLogger
 
getPersistenceSessionFactory() - Method in interface org.nakedobjects.runtime.session.NakedObjectSessionFactory
The PersistenceSessionFactory that will be used to create PersistenceSession within the NakedObjectSession.
getPersistenceSessionFactory() - Method in class org.nakedobjects.runtime.session.NakedObjectSessionFactoryAbstract
 
getPersistentSerialNumber() - Method in class org.nakedobjects.runtime.persistence.oidgenerator.simple.SimpleOidGenerator.Memento
 
getPersistorName() - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerPersistor
 
getPerspective() - Method in class org.nakedobjects.runtime.userprofile.UserProfile
 
getPerspective(String) - Method in class org.nakedobjects.runtime.userprofile.UserProfile
 
getPojo(Oid) - Method in class org.nakedobjects.runtime.objectstore.inmemory.internal.ObjectStoreInstances
 
getPort() - Method in class org.nakedobjects.runtime.system.internal.monitor.AbstractServerMonitor
 
getPort() - Method in class org.nakedobjects.runtime.system.internal.monitor.HttpServerMonitor
 
getPort() - Method in class org.nakedobjects.runtime.system.internal.monitor.SocketServerMonitor
 
getPrefix() - Method in class org.nakedobjects.runtime.snapshot.XmlSchema
The prefix to the namespace for the application.
getPrevious() - Method in class org.nakedobjects.runtime.persistence.oidgenerator.simple.SerialOid
 
getProfile(AuthenticationSession) - Method in interface org.nakedobjects.runtime.userprofile.UserProfileLoader
 
getProfile() - Method in interface org.nakedobjects.runtime.userprofile.UserProfileLoader
Deprecated. 
getProfile(AuthenticationSession) - Method in class org.nakedobjects.runtime.userprofile.UserProfileLoaderDefault
 
getProfile() - Method in class org.nakedobjects.runtime.userprofile.UserProfileLoaderDefault
Deprecated. 
getQueryName() - Method in class org.nakedobjects.runtime.persistence.query.PersistenceQueryFindUsingApplibQueryDefault
 
getRandomCodeGenerator() - Method in class org.nakedobjects.runtime.authentication.standard.AuthenticationManagerStandard
The RandomCodeGenerator in use.
getReader() - Method in class org.nakedobjects.runtime.help.file.FileBasedHelpManager
 
getReflector() - Method in class org.nakedobjects.runtime.system.NakedObjectsSystemSimple
 
getResolveState() - Method in class org.nakedobjects.runtime.persistence.adapterfactory.pojo.PojoAdapter
 
getResourcePaths() - Method in class org.nakedobjects.runtime.web.WebAppSpecification
 
getReturnType() - Method in class org.nakedobjects.runtime.transaction.facets.ActionInvocationFacetWrapTransaction
 
getRoles() - Method in interface org.nakedobjects.runtime.authentication.AuthenticationRequest
 
getRoles() - Method in class org.nakedobjects.runtime.authentication.AuthenticationRequestAbstract
 
getRoles() - Method in class org.nakedobjects.runtime.authentication.standard.exploration.AuthenticationRequestExploration
 
getRoles() - Method in class org.nakedobjects.runtime.authentication.standard.exploration.MultiUserExplorationSession
 
getRoles() - Method in class org.nakedobjects.runtime.authentication.standard.singleuser.AuthenticationRequestSingleUser
 
getRootAdapter() - Method in class org.nakedobjects.runtime.persistence.adaptermanager.AggregateAdapters
 
getSchema() - Method in class org.nakedobjects.runtime.snapshot.XmlSnapshot
 
getSchemaLocationFileName() - Method in class org.nakedobjects.runtime.snapshot.XmlSnapshot
The name of the xsi:schemaLocation in the XML document.
getSerialId() - Method in class org.nakedobjects.runtime.system.internal.monitor.MonitorEvent
 
getSerialNo() - Method in class org.nakedobjects.runtime.persistence.oidgenerator.simple.SerialOid
 
getService(String) - Method in interface org.nakedobjects.runtime.objectstore.inmemory.internal.ObjectStorePersistedObjects
 
getService(String) - Method in class org.nakedobjects.runtime.objectstore.inmemory.internal.ObjectStorePersistedObjectsDefault
 
getService(String) - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionAbstract
 
getService(String) - Method in interface org.nakedobjects.runtime.persistence.PersistenceSessionAdaptedServiceManager
 
getService(String) - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionLogger
 
getServices() - Static method in class org.nakedobjects.runtime.context.NakedObjectsContext
 
getServices() - Method in class org.nakedobjects.runtime.persistence.internal.RuntimeContextFromSession
 
getServices() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionAbstract
 
getServices() - Method in interface org.nakedobjects.runtime.persistence.PersistenceSessionAdaptedServiceManager
 
getServices() - Method in interface org.nakedobjects.runtime.persistence.PersistenceSessionFactory
 
getServices() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionFactoryDelegating
 
getServices() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionLogger
 
getServices(DeploymentType) - Method in class org.nakedobjects.runtime.persistence.services.config.ServicesFromConfiguration
 
getServices(DeploymentType) - Method in interface org.nakedobjects.runtime.persistence.services.ServicesInstaller
 
getServices(DeploymentType) - Method in class org.nakedobjects.runtime.persistence.services.ServicesInstallerAbstract
 
getServices() - Method in interface org.nakedobjects.runtime.session.NakedObjectSessionFactory
 
getServices() - Method in class org.nakedobjects.runtime.session.NakedObjectSessionFactoryAbstract
 
getServices() - Method in class org.nakedobjects.runtime.userprofile.PerspectiveEntry
 
getServices() - Method in interface org.nakedobjects.runtime.userprofile.UserProfileLoader
 
getServices() - Method in class org.nakedobjects.runtime.userprofile.UserProfileLoaderDefault
 
getServicesInjector() - Method in class org.nakedobjects.runtime.persistence.objectfactory.ObjectFactoryAbstract
 
getServicesInjector() - Method in interface org.nakedobjects.runtime.persistence.PersistenceSession
The configured ServicesInjector.
getServicesInjector() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionAbstract
The ServicesInjector.
getServicesInjector() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionLogger
 
getServletClass() - Method in class org.nakedobjects.runtime.web.ServletSpecification
 
getServletContextListeners() - Method in class org.nakedobjects.runtime.web.WebAppSpecification
 
getServletOrFilterClass() - Method in class org.nakedobjects.runtime.web.AbstractServletOrFilterMapping
 
getServletSpecifications() - Method in class org.nakedobjects.runtime.web.WebAppSpecification
 
getSession(String) - Static method in class org.nakedobjects.runtime.context.NakedObjectsContext
Convenience method to return NakedObjectSession for specified NakedObjectSession.getId().
getSession() - Static method in class org.nakedobjects.runtime.context.NakedObjectsContext
Convenience method returning the current NakedObjectSession.
getSession() - Method in interface org.nakedobjects.runtime.transaction.NakedObjectTransactionManager
The owning NakedObjectSession.
getSession() - Method in class org.nakedobjects.runtime.transaction.NakedObjectTransactionManagerAbstract
 
getSessionFactory() - Static method in class org.nakedobjects.runtime.context.NakedObjectsContext
Convenience method returning the NakedObjectSessionFactory of the current session.
getSessionFactory() - Method in interface org.nakedobjects.runtime.session.NakedObjectSession
The creating factory.
getSessionFactory() - Method in class org.nakedobjects.runtime.session.NakedObjectSessionDefault
 
getSessionFactory() - Method in interface org.nakedobjects.runtime.system.NakedObjectsSystem
Populated after ApplicationScopedComponent.init().
getSessionFactory() - Method in class org.nakedobjects.runtime.system.NakedObjectsSystemAbstract
Populated after NakedObjectsSystemAbstract.init().
getSessionFactoryInstance() - Method in class org.nakedobjects.runtime.context.NakedObjectsContext
As injected in constructor.
getSessionId() - Static method in class org.nakedobjects.runtime.context.NakedObjectsContext
Convenience method to return the current NakedObjectSession's id.
getSessionInstance() - Method in class org.nakedobjects.runtime.context.NakedObjectsContext
Locates the current NakedObjectSession.
getSessionInstance(String) - Method in class org.nakedobjects.runtime.context.NakedObjectsContext
The NakedObjectSession for specified NakedObjectSession.getId().
getSessionInstance() - Method in class org.nakedobjects.runtime.context.NakedObjectsContextPipe
 
getSessionInstance(String) - Method in class org.nakedobjects.runtime.context.NakedObjectsContextPipe
 
getSessionInstance() - Method in class org.nakedobjects.runtime.context.NakedObjectsContextStatic
 
getSessionInstance(String) - Method in class org.nakedobjects.runtime.context.NakedObjectsContextStatic
 
getSessionInstance(String) - Method in class org.nakedobjects.runtime.context.NakedObjectsContextThreadLocal
 
getSessionInstance() - Method in class org.nakedobjects.runtime.context.NakedObjectsContextThreadLocal
Get execution context used by the current thread.
getSessionOpenTime() - Method in class org.nakedobjects.runtime.session.NakedObjectSessionDefault
 
getSource() - Method in exception org.nakedobjects.runtime.persistence.ConcurrencyException
 
getSpec() - Method in class org.nakedobjects.runtime.persistence.services.SimpleRepository
 
getSpecification() - Method in class org.nakedobjects.runtime.persistence.adapterfactory.pojo.PojoAdapter
Downcasts PojoAdapter.getSpecification().
getSpecification() - Method in interface org.nakedobjects.runtime.persistence.query.PersistenceQuery
The type of instances in the resulting set.
getSpecification() - Method in class org.nakedobjects.runtime.persistence.query.PersistenceQueryAbstract
 
getSpecificationLoader() - Method in class org.nakedobjects.runtime.bytecode.ObjectResolveAndObjectChangedEnhancerAbstract
 
getSpecificationLoader() - Static method in class org.nakedobjects.runtime.context.NakedObjectsContext
Convenience method.
getSpecificationLoader() - Method in class org.nakedobjects.runtime.persistence.adaptermanager.AdapterManagerDefault
 
getSpecificationLoader() - Method in class org.nakedobjects.runtime.persistence.objectfactory.ObjectFactoryAbstract
 
getSpecificationLoader() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionAbstract
 
getSpecificationLoader() - Method in interface org.nakedobjects.runtime.persistence.PersistenceSessionFactory
Make available when creating PersistenceSessions.
getSpecificationLoader() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionFactoryDelegating
 
getSpecificationLoader() - Static method in class org.nakedobjects.runtime.persistence.query.PersistenceQueryAbstract
 
getSpecificationLoader() - Method in class org.nakedobjects.runtime.session.NakedObjectSessionDefault
Convenience method.
getSpecificationLoader() - Method in interface org.nakedobjects.runtime.session.NakedObjectSessionFactory
The application-scoped SpecificationLoader.
getSpecificationLoader() - Method in class org.nakedobjects.runtime.session.NakedObjectSessionFactoryAbstract
 
getSpecifications() - Method in class org.nakedobjects.runtime.web.EmbeddedWebServerAbstract
 
getState() - Method in interface org.nakedobjects.runtime.transaction.NakedObjectTransaction
The state of this transaction.
getState() - Method in class org.nakedobjects.runtime.transaction.NakedObjectTransactionAbstract
 
getTemplateImage(String) - Method in class org.nakedobjects.runtime.imageloader.awt.TemplateImageLoaderAwt
Returns an image template for the specified image (as specified by a path to a file or resource).
getTemplateImage(String) - Method in interface org.nakedobjects.runtime.imageloader.TemplateImageLoader
 
getTemplateImage(String) - Method in class org.nakedobjects.runtime.imageloader.TemplateImageLoaderNoop
 
getTemplateImageLoader() - Static method in class org.nakedobjects.runtime.context.NakedObjectsContext
Convenience method.
getTemplateImageLoader() - Method in class org.nakedobjects.runtime.session.NakedObjectSessionDefault
Convenience method.
getTemplateImageLoader() - Method in interface org.nakedobjects.runtime.session.NakedObjectSessionFactory
The application-scoped TemplateImageLoader.
getTemplateImageLoader() - Method in class org.nakedobjects.runtime.session.NakedObjectSessionFactoryAbstract
 
getTemplateImageLoader() - Method in class org.nakedobjects.runtime.system.NakedObjectsSystemSimple
 
getTitle() - Method in class org.nakedobjects.runtime.persistence.query.PersistenceQueryFindByTitle
 
getTitle() - Method in class org.nakedobjects.runtime.userprofile.PerspectiveEntry
 
getTransaction() - Method in interface org.nakedobjects.runtime.transaction.NakedObjectTransactionManager
The current transaction, if any.
getTransaction() - Method in class org.nakedobjects.runtime.transaction.NakedObjectTransactionManagerAbstract
Current transaction (if any).
getTransactionManager() - Static method in class org.nakedobjects.runtime.context.NakedObjectsContext
Convenience methods
getTransactionManager() - Method in class org.nakedobjects.runtime.persistence.objectstore.PersistenceSessionObjectStore
Just downcasts.
getTransactionManager() - Method in interface org.nakedobjects.runtime.persistence.PersistenceSession
The configured NakedObjectTransactionManager.
getTransactionManager() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionAbstract
 
getTransactionManager() - Method in class org.nakedobjects.runtime.persistence.PersistenceSessionLogger
 
getTransactionManager() - Method in interface org.nakedobjects.runtime.transaction.NakedObjectTransaction
The owning transaction manager.
getTransactionManager() - Method in class org.nakedobjects.runtime.transaction.NakedObjectTransactionAbstract
Injected in constructor
getTransientSerialNumber() - Method in class org.nakedobjects.runtime.persistence.oidgenerator.simple.SimpleOidGenerator.Memento
 
getType() - Method in class org.nakedobjects.runtime.installers.InstallerAbstract
 
getTypeOfFacet() - Method in class org.nakedobjects.runtime.persistence.adapterfactory.pojo.PojoAdapter
 
getUpdateNotifier() - Static method in class org.nakedobjects.runtime.context.NakedObjectsContext
Convenience method, returning the UpdateNotifier of the current transaction.
getUpdateNotifier() - Method in interface org.nakedobjects.runtime.transaction.NakedObjectTransaction
The UpdateNotifier for this transaction.
getUpdateNotifier() - Method in class org.nakedobjects.runtime.transaction.NakedObjectTransactionAbstract
Injected in constructor
getUpdateNotifier() - Method in class org.nakedobjects.runtime.transaction.NakedObjectTransactionManagerAbstract
Convenience method returning the UpdateNotifier of the current transaction.
getUri() - Method in class org.nakedobjects.runtime.snapshot.XmlSchema
The URI of the application namespace.
getUriBase() - Method in class org.nakedobjects.runtime.snapshot.XmlSchema
The base of the Uri in use.
getUserName() - Method in class org.nakedobjects.runtime.authentication.standard.exploration.MultiUserExplorationSession
 
getUserName() - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerUser
 
getUserNames() - Method in class org.nakedobjects.runtime.authentication.standard.exploration.MultiUserExplorationSession
 
getUserProfile() - Static method in class org.nakedobjects.runtime.context.NakedObjectsContext
Convenience method.
getUserProfile() - Method in interface org.nakedobjects.runtime.session.NakedObjectSession
Returns the adapted Perspective for the user who is using this NakedObjectSession.
getUserProfile() - Method in class org.nakedobjects.runtime.session.NakedObjectSessionDefault
 
getUserProfile(String) - Method in class org.nakedobjects.runtime.userprofile.inmemory.InMemoryUserProfileStore
 
getUserProfile(String) - Method in interface org.nakedobjects.runtime.userprofile.UserProfileStore
 
getUserProfileLoader() - Static method in class org.nakedobjects.runtime.context.NakedObjectsContext
 
getUserProfileLoader() - Method in interface org.nakedobjects.runtime.session.NakedObjectSessionFactory
 
getUserProfileLoader() - Method in class org.nakedobjects.runtime.session.NakedObjectSessionFactoryAbstract
 
getUserProfileStoreName() - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerUserProfileStore
 
getVersion() - Method in class org.nakedobjects.runtime.installers.InstallerVersion
 
getVersion(Oid) - Method in class org.nakedobjects.runtime.objectstore.inmemory.internal.ObjectStoreInstances
 
getVersion() - Method in class org.nakedobjects.runtime.persistence.adapterfactory.pojo.PojoAdapter
 
getViewerNames() - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerViewer
 
getWarnings() - Method in interface org.nakedobjects.runtime.transaction.messagebroker.MessageBroker
 
getWarnings() - Method in class org.nakedobjects.runtime.transaction.messagebroker.MessageBrokerDefault
 
getWarningsCombined() - Method in interface org.nakedobjects.runtime.transaction.messagebroker.MessageBroker
 
getWarningsCombined() - Method in class org.nakedobjects.runtime.transaction.messagebroker.MessageBrokerDefault
 
getWebAppSpecification() - Method in interface org.nakedobjects.runtime.viewer.NakedObjectsViewer
Provide requirement for running a viewer from within an embedded web container.
getWebAppSpecification() - Method in class org.nakedobjects.runtime.viewer.NakedObjectsViewerAbstract
Default implementation to return null, indicating that this viewer should not be run in a web container.
getWebAppSpecification() - Method in class org.nakedobjects.runtime.viewer.NakedObjectsViewerNoop
 
getWelcomeFiles() - Method in class org.nakedobjects.runtime.web.WebAppSpecification
 
getXmlDocument() - Method in class org.nakedobjects.runtime.snapshot.XmlSnapshot
 
getXmlElement() - Method in class org.nakedobjects.runtime.snapshot.XmlSnapshot
The root element of XmlSnapshot.getXmlDocument().
getXsdDocument() - Method in class org.nakedobjects.runtime.snapshot.XmlSnapshot
 
getXsdElement() - Method in class org.nakedobjects.runtime.snapshot.XmlSnapshot
The root element of XmlSnapshot.getXsdDocument().
graph(NakedObject, AuthenticationSession) - Static method in class org.nakedobjects.runtime.util.Dump
Creates an ascii object graph diagram for the specified object, up to three levels deep.
graph(NakedObject, DebugString, AuthenticationSession) - Static method in class org.nakedobjects.runtime.util.Dump
 
graph(NakedObject, Vector<NakedObject>, AuthenticationSession) - Static method in class org.nakedobjects.runtime.util.Dump
Creates an ascii object graph diagram for the specified object, up to three levels deep, and not expanding any of the objects in the excludedObjects vector.

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