Business Components
A B C D E F G H I L M N O P R S T U

D

Date - class oracle.jbo.domain.Date.
This class provides a lightweight wrapper for oracle.sql.DATE, the Java representation of the DATE database type.
Date() - Constructor for class oracle.jbo.domain.Date
Creates a default Date Domain object.
Date(byte[]) - Constructor for class oracle.jbo.domain.Date
Internal: Applications should not invoke this method.
Date(Date) - Constructor for class oracle.jbo.domain.Date
Creates a Date identical to an existing Date.
Date(Date) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from a JDBC Date.
Date(DATE) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from an Oracle SQL DATE.
Date(Object) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from a JDBC Object.
Date(String) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from a Java String.
Date(Time) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from a JDBC Time object.
Date(Timestamp) - Constructor for class oracle.jbo.domain.Date
Creates a Date Domain object from a JDBC Timestamp object.
DBSequence - class oracle.jbo.domain.DBSequence.
DBSequence as a Domain for Entity Object Attributes
DBSequence() - Constructor for class oracle.jbo.domain.DBSequence
Internal: Applications should not use this constructor.
DBSequence(BigDecimal) - Constructor for class oracle.jbo.domain.DBSequence
 
DBSequence(BigInteger) - Constructor for class oracle.jbo.domain.DBSequence
 
DBSequence(DBSequence) - Constructor for class oracle.jbo.domain.DBSequence
 
DBSequence(Integer) - Constructor for class oracle.jbo.domain.DBSequence
 
DBSequence(Long) - Constructor for class oracle.jbo.domain.DBSequence
 
DBSequence(Number) - Constructor for class oracle.jbo.domain.DBSequence
 
DBSequence(String) - Constructor for class oracle.jbo.domain.DBSequence
 
DBSequence(String, ApplicationModule) - Constructor for class oracle.jbo.domain.DBSequence
Constructor.
decrement() - Method in class oracle.jbo.domain.Number
Subtracts 1 from this.
diffInMonths(Date) - Method in class oracle.jbo.domain.Date
Calculates the difference between two dates in months.
diffInMonths(DATE) - Method in class oracle.jbo.domain.Date
Calculates the difference between two dates in months.
div(NUMBER) - Method in class oracle.jbo.domain.Number
Divides this by another number.
divide(double) - Method in class oracle.jbo.domain.Number
Divides this by another number.
divide(int) - Method in class oracle.jbo.domain.Number
Divides this by another number.
divide(Number) - Method in class oracle.jbo.domain.Number
Divides this by another number.
divide(NUMBER) - Method in class oracle.jbo.domain.Number
Divides this by another number.
domainToBeModified(DomainInterface) - Method in class oracle.jbo.domain.Array
Notification method that this domain calls whenever any of its attribute values are about to be modified.
domainToBeModified(DomainInterface) - Method in class oracle.jbo.domain.Struct
Notification method that this domain calls whenever any of its attribute values are about to be modified.
doubleValue() - Method in class oracle.jbo.domain.Char
Converts this data object into a double.

Business Components
A B C D E F G H I L M N O P R S T U