- DAOEntityStateValidationException(String) - Constructor for exception net.proteusframework.core.hibernate.dao.DAOHelper.DAOEntityStateValidationException
-
Create an instance.
- DAOHelper - Class in net.proteusframework.core.hibernate.dao
-
Helper implementation for CRUD based DAOs.
- DAOHelper() - Constructor for class net.proteusframework.core.hibernate.dao.DAOHelper
-
Create a new instance.
- DAOHelper.AfterTransactionCallback - Interface in net.proteusframework.core.hibernate.dao
-
Called after a Transaction completed.
- DAOHelper.BeforeTransactionCallback - Interface in net.proteusframework.core.hibernate.dao
-
Called before a transaction is started.
- DAOHelper.DAOEntityStateValidationException - Exception in net.proteusframework.core.hibernate.dao
-
Exception generated when DAO validation for checking the contracted entity states is violated.
- DAOHelper.ResultTransactionCallback<R> - Interface in net.proteusframework.core.hibernate.dao
-
Transaction callback with a return value.
- DAOHelper.ResultTransactionCallbackImpl<R> - Class in net.proteusframework.core.hibernate.dao
-
Helper implementation for use with the transaction callback interfaces.
- DAOHelper.TransactionCallback - Interface in net.proteusframework.core.hibernate.dao
-
Transaction callback.
- DAOHelper.VoidTransactionCallback - Interface in net.proteusframework.core.hibernate.dao
-
Transaction callback with a void return type.
- DAOHelper.VoidTransactionCallbackImpl - Class in net.proteusframework.core.hibernate.dao
-
Helper implementation for use with the transaction callback interfaces.
- data - Variable in class net.proteusframework.core.io.UUEncodeInputStream
-
Decoded data waiting to be read.
- data - Variable in class net.proteusframework.core.io.UUEncodeOutputStream
-
Holds data until ready for encoding, or this stream is flushed.
- data - Variable in class net.proteusframework.core.mail.support.MessageTemplateParser.MutableMailPart
-
Data.
- DatabaseObjectConversion - Class in net.proteusframework.core.automation
-
Database object data conversion.
- DatabaseObjectConversion(DatabaseObjectType, String, String, long, boolean, Set<DataConversion>, List<SQLStatement>, List<SQLStatement>) - Constructor for class net.proteusframework.core.automation.DatabaseObjectConversion
-
Constructor.
- DatabaseObjectType - Enum in net.proteusframework.core.automation
-
Database Object Types.
- DataConfig - Interface in net.proteusframework.core.config
-
Database Configuration.
- DataConversion - Interface in net.proteusframework.core.automation
-
Defines a DataConversion.
- dataCount - Variable in class net.proteusframework.core.io.UUEncodeInputStream
-
Number of valid bytes in data.
- dataCount - Variable in class net.proteusframework.core.io.UUEncodeOutputStream
-
Counts the number of datum in 'data'.
- dataMark - Variable in class net.proteusframework.core.io.UUEncodeInputStream
-
Marker for data
member.
- dataSource() - Method in interface net.proteusframework.core.config.DataConfig
-
The data source.
- DATE_MIN_ARG0_MAX_ARG1 - Static variable in class net.proteusframework.core.validation.CommonValidationText
-
Text.
- dec(long) - Method in class net.proteusframework.core.lang.MutableLong
-
Decrement the value and return the previous value (i.e.
- dec() - Method in class net.proteusframework.core.lang.MutableLong
-
Convience method for dec(1).
- decode() - Method in class net.proteusframework.core.io.UUEncodeInputStream
-
Decodes next four characters from input into three bytes.
- decode(String) - Static method in class net.proteusframework.core.io.UUEncodeInputStream
-
Decodes a base64 encoded string into a byte array.
- deepCopy(Object) - Method in class net.proteusframework.core.usertype.LocalizedObjectKeyListUserType
-
- deepCopy(Object) - Method in class net.proteusframework.core.usertype.LocalizedObjectKeyUserType
-
- deepCopyBean(Object) - Static method in class net.proteusframework.core.ReflectUtil
-
Deep copy a Java Bean's properties.
- DEFAULT_AFTER_TRANSACTION - Static variable in interface net.proteusframework.core.hibernate.dao.DAOHelper.AfterTransactionCallback
-
Default Implementation - does nothing.
- DEFAULT_BEFORE_TRANSACTION - Static variable in interface net.proteusframework.core.hibernate.dao.DAOHelper.BeforeTransactionCallback
-
Default Implementation - does nothing.
- DEFAULT_CHARACTER_SET - Static variable in class net.proteusframework.core.mail.MailMessage
-
Default character set.
- DEFAULT_CONTINUATION - Static variable in class net.proteusframework.core.locale.TruncatedTextSource
-
The constant DEFAULT_CONTINUATION.
- DEFAULT_HANDLE_EXCEPTION - Static variable in interface net.proteusframework.core.lang.HandleExceptionCallback
-
Default Implementation - re-throws.
- DEFAULT_NOTIFICATION() - Static method in class net.proteusframework.core.progress.ProgressEventLOK
-
LocalizedObjectKey: "net.proteusframework.core.progress.ProgressEvent-Default Notification".
- DEFAULT_NOTIFICATION(LocaleContext) - Static method in class net.proteusframework.core.progress.ProgressEventLOK
-
LocalizedText: "net.proteusframework.core.progress.ProgressEvent-Default Notification".
- DEFAULT_NOTIFICATION_SYMBOL - Static variable in class net.proteusframework.core.progress.ProgressEventLOK
-
Symbol: "net.proteusframework.core.progress.ProgressEvent-Default Notification".
- DEFAULT_SPRING_PROPERTIES - Static variable in class net.proteusframework.core.CommandUtil
-
Default Spring Properties Location.
- delegate() - Method in class net.proteusframework.core.lang.JavaKeywords
-
- delegate() - Method in class net.proteusframework.core.notification.ForwardingNotifiable
-
Return the delegate.
- DelegatingHibernateInterceptor - Class in net.proteusframework.core.hibernate
-
A hibernate interceptor base class that allows a user to delegate to a delegate interceptor.
- DelegatingHibernateInterceptor() - Constructor for class net.proteusframework.core.hibernate.DelegatingHibernateInterceptor
-
Create a new instance.
- DelegatingHibernateInterceptor(Interceptor) - Constructor for class net.proteusframework.core.hibernate.DelegatingHibernateInterceptor
-
Create a new instance.
- DelegatingNotification - Class in net.proteusframework.core.notification
-
Forwarding / delegating notification.
- DelegatingNotification() - Constructor for class net.proteusframework.core.notification.DelegatingNotification
-
Create an instance.
- DelegatingPreferences - Class in net.proteusframework.core.prefs
-
A Preferences implementation that delegates to another implementation.
- DelegatingPreferences() - Constructor for class net.proteusframework.core.prefs.DelegatingPreferences
-
Create a new instance.
- delete(CacheEntry) - Method in class net.proteusframework.core.cache.JDBCCacheWriter
-
- delete(LocaleSource, Object) - Static method in class net.proteusframework.core.locale.LocalizedObjectKey
-
Delete the specified key.
- deleteAll(Collection<CacheEntry>) - Method in class net.proteusframework.core.cache.JDBCCacheWriter
-
- deleteFile(File, int, int, TimeUnit) - Static method in class net.proteusframework.core.io.FileDeleter
-
Delete a file after it is no longer being accessed (this is determined by caller).
- DELIM_TRANSLATION_LOCALE - Static variable in class net.proteusframework.core.locale.LocalizationInputProviderImpl
-
Delimiter.
- description - Variable in class net.proteusframework.core.mail.support.MessageTemplateParser.MutableMailPart
-
The description.
- destroy() - Method in class net.proteusframework.core.xml.TagListener
-
Destroy any resources used.
- DeviceMetric - Class in net.proteusframework.core.metric
-
A DeviceMetric instance is used to realize Metric objects.
- DeviceMetric() - Constructor for class net.proteusframework.core.metric.DeviceMetric
-
Constructor for DeviceMetric.
- did_clear() - Method in class net.proteusframework.core.image.GIFEncoder
-
Internal use.
- Dimension - Class in net.proteusframework.core.metric
-
The Dimension class is used to specify the width and height of something, normally a component or part thereof.
- Dimension() - Constructor for class net.proteusframework.core.metric.Dimension
-
Create a dimension with no metrics.
- Dimension(Dimension) - Constructor for class net.proteusframework.core.metric.Dimension
-
Create a new Dimension
object that has the same metrics as the given Dimension
object.
- Dimension(String) - Constructor for class net.proteusframework.core.metric.Dimension
-
Creates a Dimension object from a String.
- Dimension(Metric, Metric) - Constructor for class net.proteusframework.core.metric.Dimension
-
Create a new Dimension
using the given width and height.
- DimensionEditor - Class in net.proteusframework.core.metric
-
- DimensionEditor() - Constructor for class net.proteusframework.core.metric.DimensionEditor
-
Create a new instance.
- DimensionEditor(Object) - Constructor for class net.proteusframework.core.metric.DimensionEditor
-
Create a new instance.
- disassemble(Object) - Method in class net.proteusframework.core.usertype.LocalizedObjectKeyListUserType
-
- disassemble(Object) - Method in class net.proteusframework.core.usertype.LocalizedObjectKeyUserType
-
- dispose() - Method in class net.proteusframework.core.cache.JDBCCacheLoader
-
- dispose() - Method in class net.proteusframework.core.cache.JDBCCacheWriter
-
- Doctype - Interface in net.proteusframework.core.html
-
Represents a document type.
- doesDatabaseObjectExist(DataSource, DatabaseObjectType, String) - Method in class net.proteusframework.core.automation.AbstractTask
-
Test if a database object exists.
- doesDatabaseObjectExist(DataSource, DatabaseObjectType, String, String) - Method in class net.proteusframework.core.automation.AbstractTask
-
Test if a database object exists.
- doesDatabaseObjectExist(Connection, DatabaseObjectType, String) - Method in class net.proteusframework.core.automation.AbstractTask
-
Test if a database object exists.
- doesDatabaseObjectExist(Connection, DatabaseObjectType, String, String) - Method in class net.proteusframework.core.automation.AbstractTask
-
Test if a database object exists.
- doInTransaction(DAOHelper.VoidTransactionCallback, HandleExceptionCallback) - Method in class net.proteusframework.core.hibernate.dao.DAOHelper
-
Execute the specified callback in a transaction.
- doInTransaction(DAOHelper.VoidTransactionCallback, DAOHelper.BeforeTransactionCallback, DAOHelper.AfterTransactionCallback, HandleExceptionCallback) - Method in class net.proteusframework.core.hibernate.dao.DAOHelper
-
Execute the specified callback in a transaction.
- doInTransaction(DAOHelper.VoidTransactionCallback) - Method in class net.proteusframework.core.hibernate.dao.DAOHelper
-
Execute the specified callback in a transaction.
- doInTransaction(DAOHelper.ResultTransactionCallback<R>, HandleExceptionCallback) - Method in class net.proteusframework.core.hibernate.dao.DAOHelper
-
Execute the specified callback in a transaction.
- doInTransaction(DAOHelper.ResultTransactionCallback<R>, DAOHelper.BeforeTransactionCallback, DAOHelper.AfterTransactionCallback, HandleExceptionCallback) - Method in class net.proteusframework.core.hibernate.dao.DAOHelper
-
Execute the specified callback in a transaction.
- doInTransaction(DAOHelper.ResultTransactionCallback<R>) - Method in class net.proteusframework.core.hibernate.dao.DAOHelper
-
Execute the specified callback in a transaction.
- doubleValue() - Method in class net.proteusframework.core.lang.MutableLong
-
- doubleValue() - Method in class net.proteusframework.core.metric.Metric
-
Get the value of the Metric as a double.
- DpiDeviceMetric - Class in net.proteusframework.core.metric
-
The DpiDeviceMetric can handle most conversions using a DPI (Dots Per Inch) value.
- DpiDeviceMetric(double) - Constructor for class net.proteusframework.core.metric.DpiDeviceMetric
-
Construct a new DpiDeviceMetric with the given DPI for both the width and height.
- DpiDeviceMetric(double, double) - Constructor for class net.proteusframework.core.metric.DpiDeviceMetric
-
Construct a new DpiDeviceMetric with the given DPI values for the width and height.
- dump() - Method in class net.proteusframework.core.SetAssocCache
-
Dump to System.out.
- dynamicEntityManager() - Method in interface net.proteusframework.core.config.DataConfig
-
The DynamicEntityManager.