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

P

paint(Graphics) - Method in class org.nakedobjects.runtime.system.internal.SplashWindow
 
parameterNamesFindByTitle() - Static method in class org.nakedobjects.runtime.persistence.services.SimpleRepository
 
parametersRequiredFindByTitle() - Static method in class org.nakedobjects.runtime.persistence.services.SimpleRepository
 
PASSWORD_KEY - Static variable in class org.nakedobjects.runtime.system.SystemConstants
Key by which requested password (eg via command line) is made available in NakedObjectConfiguration.
PASSWORD_LONG_OPT - Static variable in class org.nakedobjects.runtime.options.Constants
 
PASSWORD_OPT - Static variable in class org.nakedobjects.runtime.options.Constants
 
PasswordRequestAuthenticatorAbstract - Class in org.nakedobjects.runtime.authentication.standard
 
PasswordRequestAuthenticatorAbstract(NakedObjectConfiguration) - Constructor for class org.nakedobjects.runtime.authentication.standard.PasswordRequestAuthenticatorAbstract
 
PASSWORDS_FILE - Static variable in class org.nakedobjects.runtime.authentication.standard.file.FileAuthenticatorConstants
 
persist(NakedObject, ToPersistObjectSet) - Method in class org.nakedobjects.runtime.persistence.objectstore.algorithm.dflt.DefaultPersistAlgorithm
 
PersistAlgorithm - Interface in org.nakedobjects.runtime.persistence.objectstore.algorithm
 
PersistAlgorithmAbstract - Class in org.nakedobjects.runtime.persistence.objectstore.algorithm
 
PersistAlgorithmAbstract() - Constructor for class org.nakedobjects.runtime.persistence.objectstore.algorithm.PersistAlgorithmAbstract
 
persistedObjects - Variable in class org.nakedobjects.runtime.objectstore.inmemory.InMemoryObjectStore
 
PersistenceCommand - Interface in org.nakedobjects.runtime.transaction
 
PersistenceCommandAbstract - Class in org.nakedobjects.runtime.transaction
 
PersistenceCommandAbstract(NakedObject) - Constructor for class org.nakedobjects.runtime.transaction.PersistenceCommandAbstract
 
PersistenceConstants - Class in org.nakedobjects.runtime.persistence
 
persistenceMechanismInstaller(String, DeploymentType) - Method in interface org.nakedobjects.runtime.installers.InstallerLookup
 
persistenceMechanismInstaller(String, DeploymentType) - Method in class org.nakedobjects.runtime.installers.InstallerLookupDefault
 
PersistenceMechanismInstaller - Interface in org.nakedobjects.runtime.persistence
Installs a PersistenceSession during system start up.
PersistenceMechanismInstallerAbstract - Class in org.nakedobjects.runtime.persistence
An abstract implementation of PersistenceMechanismInstaller that will lookup the AdapterFactory and ObjectFactory from the supplied NakedObjectConfiguration.
PersistenceMechanismInstallerAbstract(String) - Constructor for class org.nakedobjects.runtime.persistence.PersistenceMechanismInstallerAbstract
 
PersistenceMechanismInstallerAbstract(String, String) - Constructor for class org.nakedobjects.runtime.persistence.PersistenceMechanismInstallerAbstract
For subclasses that need to specify a different type.
PersistenceQuery - Interface in org.nakedobjects.runtime.persistence.query
Defines a criteria for including instances in set, corresponds to Query in the applib.
PersistenceQueryAbstract - Class in org.nakedobjects.runtime.persistence.query
 
PersistenceQueryAbstract(NakedObjectSpecification) - Constructor for class org.nakedobjects.runtime.persistence.query.PersistenceQueryAbstract
 
PersistenceQueryAbstract(DataInputExtended) - Constructor for class org.nakedobjects.runtime.persistence.query.PersistenceQueryAbstract
 
PersistenceQueryBuiltIn - Interface in org.nakedobjects.runtime.persistence.query
 
PersistenceQueryBuiltInAbstract - Class in org.nakedobjects.runtime.persistence.query
Corresponds to QueryBuiltInAbstract.
PersistenceQueryBuiltInAbstract(NakedObjectSpecification) - Constructor for class org.nakedobjects.runtime.persistence.query.PersistenceQueryBuiltInAbstract
 
PersistenceQueryBuiltInAbstract(DataInputExtended) - Constructor for class org.nakedobjects.runtime.persistence.query.PersistenceQueryBuiltInAbstract
 
PersistenceQueryFindAllInstances - Class in org.nakedobjects.runtime.persistence.query
Corresponds to QueryFindAllInstances
PersistenceQueryFindAllInstances(NakedObjectSpecification) - Constructor for class org.nakedobjects.runtime.persistence.query.PersistenceQueryFindAllInstances
 
PersistenceQueryFindByPattern - Class in org.nakedobjects.runtime.persistence.query
Corresponds to QueryFindByPattern.
PersistenceQueryFindByPattern(NakedObjectSpecification, NakedObject) - Constructor for class org.nakedobjects.runtime.persistence.query.PersistenceQueryFindByPattern
 
PersistenceQueryFindByTitle - Class in org.nakedobjects.runtime.persistence.query
Corresponds to QueryFindByTitle.
PersistenceQueryFindByTitle(NakedObjectSpecification, String) - Constructor for class org.nakedobjects.runtime.persistence.query.PersistenceQueryFindByTitle
 
PersistenceQueryFindUsingApplibQueryDefault - Class in org.nakedobjects.runtime.persistence.query
Corresponds to an object-store specific implementation of Query.
PersistenceQueryFindUsingApplibQueryDefault(NakedObjectSpecification, String, Map<String, NakedObject>, QueryCardinality) - Constructor for class org.nakedobjects.runtime.persistence.query.PersistenceQueryFindUsingApplibQueryDefault
 
PersistenceQueryFindUsingApplibQueryDefault(DataInputExtended) - Constructor for class org.nakedobjects.runtime.persistence.query.PersistenceQueryFindUsingApplibQueryDefault
 
PersistenceQueryFindUsingApplibQuerySerializable - Class in org.nakedobjects.runtime.persistence.query
Corresponds to an object-store specific implementation of Query.
PersistenceQueryFindUsingApplibQuerySerializable(NakedObjectSpecification, Query<?>, QueryCardinality) - Constructor for class org.nakedobjects.runtime.persistence.query.PersistenceQueryFindUsingApplibQuerySerializable
 
PersistenceQueryFindUsingApplibQuerySerializable(DataInputExtended) - Constructor for class org.nakedobjects.runtime.persistence.query.PersistenceQueryFindUsingApplibQuerySerializable
 
PersistenceSession - Interface in org.nakedobjects.runtime.persistence
 
PersistenceSessionAbstract - Class in org.nakedobjects.runtime.persistence
 
PersistenceSessionAbstract(PersistenceSessionFactory, AdapterFactory, ObjectFactory, ServicesInjector, OidGenerator, AdapterManagerExtended) - Constructor for class org.nakedobjects.runtime.persistence.PersistenceSessionAbstract
 
PersistenceSessionAdaptedServiceManager - Interface in org.nakedobjects.runtime.persistence
 
PersistenceSessionAware - Interface in org.nakedobjects.runtime.persistence
 
PersistenceSessionContainer - Interface in org.nakedobjects.runtime.persistence
PersistenceSession as it appears to most typical client-side code.
PersistenceSessionFactory - Interface in org.nakedobjects.runtime.persistence
 
PersistenceSessionFactoryDelegate - Interface in org.nakedobjects.runtime.persistence
Creates a PersistenceSession on behalf of a PersistenceSessionFactory.
PersistenceSessionFactoryDelegating - Class in org.nakedobjects.runtime.persistence
Implementation that just delegates to a supplied PersistenceSessionFactory.
PersistenceSessionFactoryDelegating(DeploymentType, PersistenceSessionFactoryDelegate) - Constructor for class org.nakedobjects.runtime.persistence.PersistenceSessionFactoryDelegating
 
PersistenceSessionForceReloader - Interface in org.nakedobjects.runtime.persistence
 
PersistenceSessionHydrator - Interface in org.nakedobjects.runtime.persistence
 
PersistenceSessionHydratorAware - Interface in org.nakedobjects.runtime.persistence
 
PersistenceSessionLogger - Class in org.nakedobjects.runtime.persistence
 
PersistenceSessionLogger(PersistenceSession, String) - Constructor for class org.nakedobjects.runtime.persistence.PersistenceSessionLogger
 
PersistenceSessionLogger(PersistenceSession) - Constructor for class org.nakedobjects.runtime.persistence.PersistenceSessionLogger
 
PersistenceSessionObjectStore - Class in org.nakedobjects.runtime.persistence.objectstore
 
PersistenceSessionObjectStore(PersistenceSessionFactory, AdapterFactory, ObjectFactory, ServicesInjector, OidGenerator, AdapterManagerExtended, PersistAlgorithm, ObjectStorePersistence) - Constructor for class org.nakedobjects.runtime.persistence.objectstore.PersistenceSessionObjectStore
Initialize the object store so that calls to this object store access persisted objects and persist changes to the object that are saved.
PersistenceSessionTestSupport - Interface in org.nakedobjects.runtime.persistence
Support for tests.
PersistenceSessionTransactionManagement - Interface in org.nakedobjects.runtime.persistence
As called by the NakedObjectTransactionManager.
PersistorUtil - Class in org.nakedobjects.runtime.persistence
 
PerspectiveEntry - Class in org.nakedobjects.runtime.userprofile
 
PerspectiveEntry() - Constructor for class org.nakedobjects.runtime.userprofile.PerspectiveEntry
 
PojoAdapter - Class in org.nakedobjects.runtime.persistence.adapterfactory.pojo
 
PojoAdapter(Object, Oid) - Constructor for class org.nakedobjects.runtime.persistence.adapterfactory.pojo.PojoAdapter
 
PojoAdapterFactory - Class in org.nakedobjects.runtime.persistence.adapterfactory.pojo
 
PojoAdapterFactory() - Constructor for class org.nakedobjects.runtime.persistence.adapterfactory.pojo.PojoAdapterFactory
 
PojoAdapterHashMap - Class in org.nakedobjects.runtime.persistence.adaptermanager.internal
TODO: an alternative might be to use IdentityMap.
PojoAdapterHashMap() - Constructor for class org.nakedobjects.runtime.persistence.adaptermanager.internal.PojoAdapterHashMap
 
PojoAdapterHashMap(int) - Constructor for class org.nakedobjects.runtime.persistence.adaptermanager.internal.PojoAdapterHashMap
 
pojoAdapterMap - Variable in class org.nakedobjects.runtime.persistence.adaptermanager.AdapterManagerDefault
Optionally injected, otherwise will default.
PojoAdapterMap - Interface in org.nakedobjects.runtime.persistence.adaptermanager.internal
 
postEvent(MonitorEvent) - Method in interface org.nakedobjects.runtime.system.internal.monitor.MonitorListener
 
postEvent(MonitorEvent) - Method in class org.nakedobjects.runtime.system.internal.monitor.MonitorListenerImpl
 
postInstallFixtures(PersistenceSession) - Method in class org.nakedobjects.runtime.fixturesinstaller.FixturesInstallerDelegate
Hook - default does nothing.
preExecute() - Method in interface org.nakedobjects.runtime.transaction.TransactionalClosure
 
preExecute() - Method in class org.nakedobjects.runtime.transaction.TransactionalClosureAbstract
No-op implementation; does nothing.
preExecute() - Method in interface org.nakedobjects.runtime.transaction.TransactionalClosureWithReturn
 
preExecute() - Method in class org.nakedobjects.runtime.transaction.TransactionalClosureWithReturnAbstract
No-op implementation; does nothing.
preInstallFixtures(PersistenceSession) - Method in class org.nakedobjects.runtime.fixturesinstaller.FixturesInstallerDelegate
Hook - default does nothing.
primeConfigurationBuilder(ConfigurationBuilder) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerAdditionalProperty
 
primeConfigurationBuilder(ConfigurationBuilder) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerConfiguration
 
primeConfigurationBuilder(ConfigurationBuilder) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerConnector
 
primeConfigurationBuilder(ConfigurationBuilder) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerDebug
 
primeConfigurationBuilder(ConfigurationBuilder) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerDeploymentType
 
primeConfigurationBuilder(ConfigurationBuilder) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerDiagnostics
 
primeConfigurationBuilder(ConfigurationBuilder) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerFixture
 
primeConfigurationBuilder(ConfigurationBuilder) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerHelp
 
primeConfigurationBuilder(ConfigurationBuilder) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerNoSplash
 
primeConfigurationBuilder(ConfigurationBuilder) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerPassword
 
primeConfigurationBuilder(ConfigurationBuilder) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerPersistor
 
primeConfigurationBuilder(ConfigurationBuilder) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerQuiet
 
primeConfigurationBuilder(ConfigurationBuilder) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerReflector
 
primeConfigurationBuilder(ConfigurationBuilder) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerUser
 
primeConfigurationBuilder(ConfigurationBuilder) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerUserProfileStore
 
primeConfigurationBuilder(ConfigurationBuilder) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerVerbose
 
primeConfigurationBuilder(ConfigurationBuilder) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerVersion
 
primeConfigurationBuilder(ConfigurationBuilder) - Method in class org.nakedobjects.runtime.options.standard.OptionHandlerViewer
 
printDiagnostics() - Method in class org.nakedobjects.runtime.system.internal.monitor.SystemPrinter
 
printErrorAndHelp(Options, String, Object...) - Method in class org.nakedobjects.runtime.options.BootPrinter
 
printErrorMessage(String) - Method in class org.nakedobjects.runtime.system.internal.monitor.SystemPrinter
 
printHelp(Options) - Method in class org.nakedobjects.runtime.options.BootPrinter
 
printVersion() - Method in class org.nakedobjects.runtime.system.internal.monitor.SystemPrinter
 
process(Class<?>, MethodRemover, FacetHolder) - Method in class org.nakedobjects.runtime.authorization.standard.AuthorizationFacetFactoryImpl
 
process(Method, MethodRemover, FacetHolder) - Method in class org.nakedobjects.runtime.authorization.standard.AuthorizationFacetFactoryImpl
 
PROFILE_PERSISTOR_INSTALLER_KEY - Static variable in class org.nakedobjects.runtime.system.SystemConstants
Key used to lookup user profile store (via command line) in NakedObjectConfiguration, and root for any user profile store-specific configuration keys.
ProfileServiceImpl - Class in org.nakedobjects.runtime.fixturesinstaller
 
ProfileServiceImpl() - Constructor for class org.nakedobjects.runtime.fixturesinstaller.ProfileServiceImpl
 
PROPERTY_BASE - Static variable in class org.nakedobjects.runtime.imageloader.awt.ImageConstants
 
PROPERTY_BASE - Static variable in class org.nakedobjects.runtime.system.installers.JavaReflectorInstaller
 
PropertyClearFacetWrapTransaction - Class in org.nakedobjects.runtime.transaction.facets
 
PropertyClearFacetWrapTransaction(PropertyClearFacet) - Constructor for class org.nakedobjects.runtime.transaction.facets.PropertyClearFacetWrapTransaction
 
PropertySetterFacetWrapTransaction - Class in org.nakedobjects.runtime.transaction.facets
 
PropertySetterFacetWrapTransaction(PropertySetterFacet) - Constructor for class org.nakedobjects.runtime.transaction.facets.PropertySetterFacetWrapTransaction
 

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.