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

A

AbstractAuditableObject - class net.sf.oness.common.model.auditing.AbstractAuditableObject.
Basic auditable object
AbstractAuditableObject() - Constructor for class net.sf.oness.common.model.auditing.AbstractAuditableObject
 
AbstractBusinessObject - class net.sf.oness.common.model.bo.AbstractBusinessObject.
Basic business object.
AbstractBusinessObject() - Constructor for class net.sf.oness.common.model.bo.AbstractBusinessObject
 
Auditable - interface net.sf.oness.common.model.auditing.Auditable.
Interface to be implemented by business objects that allow data auditing
AuditableBusinessObject - interface net.sf.oness.common.model.bo.AuditableBusinessObject.
Marker interface for auditable business objects
AuditableDao - interface net.sf.oness.common.model.dao.AuditableDao.
Interface to be implemented by Data Access Objects that allow data auditing
AuditableDaoAdvisor - class net.sf.oness.common.model.dao.AuditableDaoAdvisor.
AOP Advisor implementing an auditing DAO
AuditableDaoAdvisor() - Constructor for class net.sf.oness.common.model.dao.AuditableDaoAdvisor
 
AuditableTransferObject - class net.sf.oness.common.model.to.AuditableTransferObject.
Basic transfer object
AuditableTransferObject() - Constructor for class net.sf.oness.common.model.to.AuditableTransferObject
 
AuditingDao - interface net.sf.oness.common.model.dao.AuditingDao.
 
AuditingDaoHelper - class net.sf.oness.common.model.dao.AuditingDaoHelper.
Class with helper methods to implement an auditing dao
AuditingDaoHelper() - Constructor for class net.sf.oness.common.model.dao.AuditingDaoHelper
 
AuditingUtils - class net.sf.oness.common.model.auditing.AuditingUtils.
Utils to manage Auditable objects
AuditingUtils() - Constructor for class net.sf.oness.common.model.auditing.AuditingUtils
 
abuts(DateRange) - Method in class net.sf.oness.common.model.temporal.DateRange
 
accept(Field) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringReflectionToStringBuilder
Check if the field is a collection and return false in that case.
accept(Field) - Method in class net.sf.oness.common.model.bo.ExceptionSafeReflectionToStringBuilder
Check if the field is a collection and try to fetch the size.
add(Money) - Method in class net.sf.oness.common.model.accounting.Money
 
add(Set, Object) - Static method in class net.sf.oness.common.model.util.CollectionUtils
Add an object to a Set and return the result.
add(List, Object) - Static method in class net.sf.oness.common.model.util.CollectionUtils
Add an object to a List and return the result.
add(int, Object) - Method in class net.sf.oness.common.model.util.PaginatedList
Unsupported operation
add(Object) - Method in class net.sf.oness.common.model.util.PaginatedList
Unsupported operation
addAll(Collection) - Method in class net.sf.oness.common.model.util.PaginatedList
Unsupported operation
addAll(int, Collection) - Method in class net.sf.oness.common.model.util.PaginatedList
Unsupported operation
addDays(int) - Method in class net.sf.oness.common.model.temporal.Date
 
addYears(int) - Method in class net.sf.oness.common.model.temporal.Date
 
after(Date) - Method in class net.sf.oness.common.model.temporal.Date
 
append(Object, Object) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
Test if two Objects are equal using their equals method, ignoring collections.
append(long, long) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
Test if two longs are equal.
append(int, int) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
Test if two ints are equal.
append(short, short) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
Test if two shorts are equal.
append(char, char) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
Test if two chars are equal.
append(byte, byte) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
Test if two bytes are equal.
append(double, double) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
Test if two doubles are equal by testing that the pattern of bits returned by doubleToLong are equal.
append(float, float) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
Test if two floats are equal byt testing that the pattern of bits returned by doubleToLong are equal.
append(boolean, boolean) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
Test if two booleanss are equal.
append(Object[], Object[]) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
Performs a deep comparison of two Object arrays.
append(long[], long[]) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
Deep comparison of array of long.
append(int[], int[]) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
Deep comparison of array of int.
append(short[], short[]) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
Deep comparison of array of short.
append(char[], char[]) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
Deep comparison of array of char.
append(byte[], byte[]) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
Deep comparison of array of byte.
append(double[], double[]) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
Deep comparison of array of double.
append(float[], float[]) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
Deep comparison of array of float.
append(boolean[], boolean[]) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
Deep comparison of array of boolean.
append(Object) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
Append a hashCode for an Object.
append(long) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
Append a hashCode for a long.
append(int) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
Append a hashCode for an int.
append(short) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
Append a hashCode for a short.
append(char) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
Append a hashCode for a char.
append(byte) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
Append a hashCode for a byte.
append(double) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
Append a hashCode for a double.
append(float) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
Append a hashCode for a float.
append(boolean) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
Append a hashCode for a boolean.
append(Object[]) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
Append a hashCode for an Object array.
append(long[]) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
Append a hashCode for a long array.
append(int[]) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
Append a hashCode for an int array.
append(short[]) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
Append a hashCode for a short array.
append(char[]) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
Append a hashCode for a char array.
append(byte[]) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
Append a hashCode for a byte array.
append(double[]) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
Append a hashCode for a double array.
append(float[]) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
Append a hashCode for a float array.
append(boolean[]) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
Append a hashCode for a boolean array.
append(Object, Object) - Method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
append(long, long) - Method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
append(int, int) - Method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
append(short, short) - Method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
append(char, char) - Method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
append(byte, byte) - Method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
append(double, double) - Method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
append(float, float) - Method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
append(boolean, boolean) - Method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
append(Object[], Object[]) - Method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
append(long[], long[]) - Method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
append(int[], int[]) - Method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
append(short[], short[]) - Method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
append(char[], char[]) - Method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
append(byte[], byte[]) - Method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
append(double[], double[]) - Method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
append(float[], float[]) - Method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
append(boolean[], boolean[]) - Method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
append(Object) - Method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
Append a hashCode for an Object.
append(long) - Method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
Append a hashCode for a long.
append(int) - Method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
Append a hashCode for an int.
append(short) - Method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
Append a hashCode for a short.
append(char) - Method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
Append a hashCode for a char.
append(byte) - Method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
Append a hashCode for a byte.
append(double) - Method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
Append a hashCode for a double.
append(float) - Method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
Append a hashCode for a float.
append(boolean) - Method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
Append a hashCode for a boolean.
append(Object[]) - Method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
Append a hashCode for an Object array.
append(long[]) - Method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
Append a hashCode for a long array.
append(int[]) - Method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
Append a hashCode for an int array.
append(short[]) - Method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
Append a hashCode for a short array.
append(char[]) - Method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
Append a hashCode for a char array.
append(byte[]) - Method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
Append a hashCode for a byte array.
append(double[]) - Method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
Append a hashCode for a double array.
append(float[]) - Method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
Append a hashCode for a float array.
append(boolean[]) - Method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
Append a hashCode for a boolean array.
appendSuper(boolean) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
Adds the result of super.equals() to this builder.
appendSuper(int) - Method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
Adds the result of super.hashCode() to this builder.
appendSuper(boolean) - Method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
appendSuper(int) - Method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
Adds the result of super.hashCode() to this builder.
assemble(Serializable, SessionImplementor, Object) - Method in class net.sf.oness.common.model.temporal.hibernate.DateRangeType
Not implemented

B

before(Date) - Method in class net.sf.oness.common.model.temporal.Date
 

C

CollectionCloneConverter - class net.sf.oness.common.model.util.CollectionCloneConverter.
Given a Collection copies all its elements to a new Collection
CollectionCloneConverter() - Constructor for class net.sf.oness.common.model.util.CollectionCloneConverter
 
CollectionIgnoringEqualsBuilder - class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder.
Customized EqualsBuilder ignoring Collection fields.
CollectionIgnoringEqualsBuilder() - Constructor for class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
Constructor for CollectionIgnoringEqualsBuilder.
CollectionIgnoringHashCodeBuilder - class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder.
Customized EqualsBuilder ignoring Collection fields.
CollectionIgnoringHashCodeBuilder() - Constructor for class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
Constructor.
CollectionIgnoringHashCodeBuilder(int, int) - Constructor for class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
Constructor.
CollectionIgnoringReflectionToStringBuilder - class net.sf.oness.common.model.bo.CollectionIgnoringReflectionToStringBuilder.
Customized ReflectionToStringBuilder ignoring Collection fields.
CollectionIgnoringReflectionToStringBuilder(Object) - Constructor for class net.sf.oness.common.model.bo.CollectionIgnoringReflectionToStringBuilder
 
CollectionUtils - class net.sf.oness.common.model.util.CollectionUtils.
Some utility methods to use Collections
CollectionUtils() - Constructor for class net.sf.oness.common.model.util.CollectionUtils
 
calendar - Variable in class net.sf.oness.common.model.temporal.Date
Wrapped calendar
clear() - Method in class net.sf.oness.common.model.util.PaginatedList
Unsupported operation
clone() - Method in interface net.sf.oness.common.model.auditing.Auditable
Cloned objects can't share collection references.
clone() - Method in class net.sf.oness.common.model.bo.AbstractBusinessObject
This implementation calls super.clone and then clones collections without cloning its elements.
clone() - Method in class net.sf.oness.common.model.temporal.Date
 
clone() - Method in class net.sf.oness.common.model.temporal.DateRange
 
clone(Collection) - Static method in class net.sf.oness.common.model.util.CollectionUtils
Clone a Collection copying all its elements to a new one.
clone(Map) - Static method in class net.sf.oness.common.model.util.CollectionUtils
Clone a Map copying all its elements to a new one.
combination(DateRange[]) - Static method in class net.sf.oness.common.model.temporal.DateRange
 
compareTo(Object) - Method in class net.sf.oness.common.model.accounting.Money
 
compareTo(Object) - Method in class net.sf.oness.common.model.temporal.Date
 
compareTo(Object) - Method in class net.sf.oness.common.model.temporal.DateRange
 
contains(Object) - Method in class net.sf.oness.common.model.util.PaginatedList
Unsupported operation
containsAll(Collection) - Method in class net.sf.oness.common.model.util.PaginatedList
Unsupported operation
convert(Class, Object) - Method in class net.sf.oness.common.model.util.CollectionCloneConverter
 
create(AuditableBusinessObject) - Method in interface net.sf.oness.common.model.dao.AuditableDao
Create a new object, the id value will be ignored
create(AuditableDao, AuditableBusinessObject) - Static method in class net.sf.oness.common.model.dao.AuditingDaoHelper
Set creation date, code and createdBy before saving
create(AuditableBusinessObject) - Method in class net.sf.oness.common.model.dao.hibernate.HibernateDao
 

D

Dao - interface net.sf.oness.common.model.dao.Dao.
Common Dao interface
DatabasePopulator - class net.sf.oness.common.model.util.dbunit.DatabasePopulator.
Bean that populates a database, removing previous data, from a list of resources (in Spring format) whose contents are either in FlatXmlDataSetor XlsDataSetformat if they end with ".xml" or ".xls" respectively.
DatabasePopulator() - Constructor for class net.sf.oness.common.model.util.dbunit.DatabasePopulator
 
Date - class net.sf.oness.common.model.temporal.Date.
Wrapper around a Calendar object truncated to the field specified (by default SECOND) using DateUtils.truncate(Calendar, int).
Date() - Constructor for class net.sf.oness.common.model.temporal.Date
Create Date not initialized.
Date(int, int, int, int, int, int) - Constructor for class net.sf.oness.common.model.temporal.Date
Create a Date from year, month, day, hour, minute, second
Date(int, int, int) - Constructor for class net.sf.oness.common.model.temporal.Date
Create a Date from year, month, day
Date(Calendar, int) - Constructor for class net.sf.oness.common.model.temporal.Date
Create a date from a Calendar truncated to the field specified leaving it as the most significant.
Date(Calendar) - Constructor for class net.sf.oness.common.model.temporal.Date
Create a date from a Calendar truncated to the default field DEFAULT_TRUNCATE_TO_FIELDleaving it as the most significant.
DateRange - class net.sf.oness.common.model.temporal.DateRange.
Range of dates
DateRange() - Constructor for class net.sf.oness.common.model.temporal.DateRange
 
DateRange(Date, Date) - Constructor for class net.sf.oness.common.model.temporal.DateRange
Create a date range from start to end
DateRangeType - class net.sf.oness.common.model.temporal.hibernate.DateRangeType.
Hibernate type for DateRange.
DateRangeType() - Constructor for class net.sf.oness.common.model.temporal.hibernate.DateRangeType
 
DateType - class net.sf.oness.common.model.temporal.hibernate.DateType.
Hibernate type for Date
DateType() - Constructor for class net.sf.oness.common.model.temporal.hibernate.DateType
 
deepCopy(Object) - Method in class net.sf.oness.common.model.temporal.hibernate.DateRangeType
 
deepCopy(Object) - Method in class net.sf.oness.common.model.temporal.hibernate.DateType
 
delete(Serializable) - Method in interface net.sf.oness.common.model.dao.AuditingDao
Delete an object
delete(AuditableDao, Serializable) - Static method in class net.sf.oness.common.model.dao.AuditingDaoHelper
Set deletion date and deletedBy
delete(Serializable) - Method in class net.sf.oness.common.model.dao.hibernate.HibernateDao
Not implemented
disassemble(Object, SessionImplementor) - Method in class net.sf.oness.common.model.temporal.hibernate.DateRangeType
Not implemented

E

EMPTY - Static variable in class net.sf.oness.common.model.temporal.DateRange
 
ExceptionSafeEqualsBuilder - class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder.
Customized EqualsBuilder ignoring fields that can't be accessed.
ExceptionSafeEqualsBuilder() - Constructor for class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
ExceptionSafeHashCodeBuilder - class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder.
Customized EqualsBuilder ignoring fields that can't be accessed.
ExceptionSafeHashCodeBuilder() - Constructor for class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
Constructor.
ExceptionSafeHashCodeBuilder(int, int) - Constructor for class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
Constructor.
ExceptionSafeReflectionToStringBuilder - class net.sf.oness.common.model.bo.ExceptionSafeReflectionToStringBuilder.
Customized ReflectionToStringBuilder ignoring fields that can't be accessed
ExceptionSafeReflectionToStringBuilder(Object) - Constructor for class net.sf.oness.common.model.bo.ExceptionSafeReflectionToStringBuilder
 
ExistingInstanceException - exception net.sf.oness.common.model.exceptions.ExistingInstanceException.
Exception thrown when trying to create an object similar to others that already exist
ExistingInstanceException(Object, String, Collection) - Constructor for class net.sf.oness.common.model.exceptions.ExistingInstanceException
 
endNow() - Method in class net.sf.oness.common.model.temporal.DateRange
 
equals(Object) - Method in class net.sf.oness.common.model.bo.AbstractBusinessObject
 
equals(Object) - Method in class net.sf.oness.common.model.temporal.Date
 
equals(Object, Object) - Method in class net.sf.oness.common.model.temporal.hibernate.DateRangeType
 
equals(Object, Object) - Method in class net.sf.oness.common.model.temporal.hibernate.DateType
 
execute() - Method in class net.sf.oness.common.model.util.dbunit.DatabasePopulator
 

F

FinderDao - interface net.sf.oness.common.model.dao.FinderDao.
Interface to be implemented by Data Access Objects with finder operations
filter(Collection, String) - Method in class net.sf.oness.common.model.dao.hibernate.HibernateDaoSupport
Apply a filter to a persistent collection.
filterNotDeleted(Collection) - Method in class net.sf.oness.common.model.dao.hibernate.HibernateDao
Filter a persistent collection, getting not deleted values.
find(AuditableBusinessObject, int, int) - Method in interface net.sf.oness.common.model.dao.FinderDao
Find objects with properties matching those of value.
find(AuditableBusinessObject, int, int) - Method in class net.sf.oness.common.model.dao.hibernate.HibernateDao
 
findAll() - Method in interface net.sf.oness.common.model.dao.FinderDao
Return all persistent instances
findAll() - Method in class net.sf.oness.common.model.dao.hibernate.HibernateDao
Return all persistent instances of the given class
findById(Serializable) - Method in interface net.sf.oness.common.model.dao.AuditableDao
Find an object by its identifier.
findById(Collection) - Method in interface net.sf.oness.common.model.dao.FinderDao
Find a List of objects by their identifiers.
findById(Serializable) - Method in class net.sf.oness.common.model.dao.hibernate.HibernateDao
 
findById(Collection) - Method in class net.sf.oness.common.model.dao.hibernate.HibernateDao
 
findByProperty(Class, String, Object, int, int) - Method in class net.sf.oness.common.model.dao.hibernate.HibernateDaoSupport
Find objects by property value
findByPropertyContent(Class, String, String, int, int) - Method in class net.sf.oness.common.model.dao.hibernate.HibernateDaoSupport
Find objects by property value where the property contains the value
findWithDetails(Serializable) - Method in interface net.sf.oness.common.model.dao.AuditableDao
Find an object and all related entities by its identifier.
findWithDetails(Serializable) - Method in class net.sf.oness.common.model.dao.hibernate.HibernateDao
 

G

gap(DateRange) - Method in class net.sf.oness.common.model.temporal.DateRange
 
get(int) - Method in class net.sf.oness.common.model.util.PaginatedList
Unsupported operation
getAmount() - Method in class net.sf.oness.common.model.accounting.Money
 
getApplicationContext() - Static method in class net.sf.oness.common.model.testing.SpringApplicationContext
Get the spring application context
getBean(String) - Static method in class net.sf.oness.common.model.testing.SpringApplicationContext
Get a bean from the application context
getCalendar() - Method in class net.sf.oness.common.model.temporal.Date
Get the Calendar wrapped by this object.
getClassName() - Method in class net.sf.oness.common.model.exceptions.ExistingInstanceException
 
getCode() - Method in class net.sf.oness.common.model.auditing.AbstractAuditableObject
 
getCode() - Method in interface net.sf.oness.common.model.auditing.Auditable
The code that identifies all versions of the same object
getCode() - Method in class net.sf.oness.common.model.bo.AbstractBusinessObject
 
getComments() - Method in class net.sf.oness.common.model.bo.AbstractBusinessObject
Comments for this object
getComments() - Method in class net.sf.oness.common.model.to.AuditableTransferObject
Comments for this object
getConnection() - Method in class net.sf.oness.common.model.testing.SpringDatabaseTestCase
Gets connection from DataSource defined ApplicationContext with bean name "dataSource"
getCreatedBy() - Method in class net.sf.oness.common.model.auditing.AbstractAuditableObject
 
getCreatedBy() - Method in interface net.sf.oness.common.model.auditing.Auditable
Get the user that created this object
getCreatedBy() - Method in class net.sf.oness.common.model.bo.AbstractBusinessObject
 
getCurrency() - Method in class net.sf.oness.common.model.accounting.Money
 
getDataSet() - Method in class net.sf.oness.common.model.testing.SpringDatabaseTestCase
Gets dataset from xml file "dbunit.xml" or "src/test/dbunit.xml", or xls files "dbunit.xls" or "src/test/dbunit.xls", the first that exists.
getDataSource() - Method in class net.sf.oness.common.model.util.dbunit.DatabasePopulator
 
getDayOfMonth() - Method in class net.sf.oness.common.model.temporal.Date
 
getDeletedBy() - Method in class net.sf.oness.common.model.auditing.AbstractAuditableObject
 
getDeletedBy() - Method in interface net.sf.oness.common.model.auditing.Auditable
Get the user that deleted this object
getDeletedBy() - Method in class net.sf.oness.common.model.bo.AbstractBusinessObject
 
getEnd() - Method in class net.sf.oness.common.model.temporal.DateRange
 
getExistingInstances() - Method in class net.sf.oness.common.model.exceptions.ExistingInstanceException
 
getFirstElement() - Method in class net.sf.oness.common.model.util.PaginatedList
First element of this page, starting at 0
getId() - Method in class net.sf.oness.common.model.auditing.AbstractAuditableObject
 
getId() - Method in interface net.sf.oness.common.model.auditing.Auditable
The identifier of each version of each object
getId() - Method in class net.sf.oness.common.model.bo.AbstractBusinessObject
 
getLastPageNumber() - Method in class net.sf.oness.common.model.util.PaginatedList
Calculate the last page number, starting at 0
getList() - Method in class net.sf.oness.common.model.util.PaginatedList
Get list with the elements of this page
getLocations() - Method in class net.sf.oness.common.model.util.dbunit.DatabasePopulator
 
getMaxElements() - Method in class net.sf.oness.common.model.util.PaginatedList
Max number of elements in the page
getMonth() - Method in class net.sf.oness.common.model.temporal.Date
 
getObject() - Method in class net.sf.oness.common.model.exceptions.ExistingInstanceException
 
getPageNumber() - Method in class net.sf.oness.common.model.util.PaginatedList
Calculate the page number, starting at 0
getPageSize() - Method in class net.sf.oness.common.model.util.PaginatedList
Number of elements in this page
getPropertyNames() - Method in class net.sf.oness.common.model.temporal.hibernate.DateRangeType
 
getPropertyTypes() - Method in class net.sf.oness.common.model.temporal.hibernate.DateRangeType
 
getPropertyValue(Object, int) - Method in class net.sf.oness.common.model.temporal.hibernate.DateRangeType
Returns MIN_VALUE if start is NULL in database Returns MAX_VALUE if end is NULL in database
getSize() - Method in class net.sf.oness.common.model.util.PaginatedList
Number of elements in all the pages
getStart() - Method in class net.sf.oness.common.model.temporal.DateRange
 
getTime() - Method in class net.sf.oness.common.model.temporal.Date
Get this Time as a java.util.Date object.
getTransactionTime() - Method in class net.sf.oness.common.model.auditing.AbstractAuditableObject
 
getTransactionTime() - Method in interface net.sf.oness.common.model.auditing.Auditable
Range of time when the data is entered into the system
getTransactionTime() - Method in class net.sf.oness.common.model.bo.AbstractBusinessObject
 
getUserName() - Static method in class net.sf.oness.common.model.security.SecurityHelper
Get the userName of the current user
getValidTime() - Method in interface net.sf.oness.common.model.temporal.TemporalValue
Range of time when the data is valid
getYear() - Method in class net.sf.oness.common.model.temporal.Date
 
greaterThan(Money) - Method in class net.sf.oness.common.model.accounting.Money
 

H

HibernateDao - class net.sf.oness.common.model.dao.hibernate.HibernateDao.
Dao that uses Hibernate for persistence
HibernateDao(Class) - Constructor for class net.sf.oness.common.model.dao.hibernate.HibernateDao
Create a HibernateDao for the class specified
HibernateDao(String) - Constructor for class net.sf.oness.common.model.dao.hibernate.HibernateDao
Create a HibernateDao for the class with name specified by className
HibernateDaoSupport - class net.sf.oness.common.model.dao.hibernate.HibernateDaoSupport.
Class with support for common Hibernate operations.
HibernateDaoSupport() - Constructor for class net.sf.oness.common.model.dao.hibernate.HibernateDaoSupport
 
HibernateProperties - class net.sf.oness.common.model.dao.hibernate.HibernateProperties.
Util class to create an hibernate properties object in Spring so it can be used with jndi obtained properties
HibernateProperties(Properties) - Constructor for class net.sf.oness.common.model.dao.hibernate.HibernateProperties
Create a Properties object with specified properties
hasNext() - Method in class net.sf.oness.common.model.util.PaginatedListIterator
 
hashCode() - Method in class net.sf.oness.common.model.bo.AbstractBusinessObject
 
hashCode() - Method in class net.sf.oness.common.model.temporal.Date
 

I

includes(Date) - Method in class net.sf.oness.common.model.temporal.DateRange
 
includes(DateRange) - Method in class net.sf.oness.common.model.temporal.DateRange
 
indexOf(Object) - Method in class net.sf.oness.common.model.util.PaginatedList
Unsupported operation
invoke(MethodInvocation) - Method in class net.sf.oness.common.model.dao.AuditableDaoAdvisor
 
isCollection(Class) - Static method in class net.sf.oness.common.model.util.CollectionUtils
 
isContiguous(DateRange[]) - Static method in class net.sf.oness.common.model.temporal.DateRange
 
isEmpty() - Method in class net.sf.oness.common.model.temporal.DateRange
 
isEmpty() - Method in class net.sf.oness.common.model.util.PaginatedList
Unsupported operation
isEquals() - Method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
Return true if the fields that have been checked are all equal.
isEquals() - Method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
isMap(Class) - Static method in class net.sf.oness.common.model.util.CollectionUtils
 
isMutable() - Method in class net.sf.oness.common.model.temporal.hibernate.DateRangeType
 
isMutable() - Method in class net.sf.oness.common.model.temporal.hibernate.DateType
 
isOpen() - Method in class net.sf.oness.common.model.temporal.DateRange
 
iterator() - Method in class net.sf.oness.common.model.util.PaginatedList
Unsupported operation

L

ListConcatenator - class net.sf.oness.common.model.util.spring.ListConcatenator.
Concat lists in a new one
ListConcatenator(List) - Constructor for class net.sf.oness.common.model.util.spring.ListConcatenator
 
lastIndexOf(Object) - Method in class net.sf.oness.common.model.util.PaginatedList
Unsupported operation
lengthInDays() - Method in class net.sf.oness.common.model.temporal.DateRange
Calculates the length of this range in days.
lengthInMinutes() - Method in class net.sf.oness.common.model.temporal.DateRange
Calculates the length of this range in minutes.
lessThan(Money) - Method in class net.sf.oness.common.model.accounting.Money
 
listIterator() - Method in class net.sf.oness.common.model.util.PaginatedList
Unsupported operation
listIterator(int) - Method in class net.sf.oness.common.model.util.PaginatedList
Unsupported operation
load(Serializable) - Method in class net.sf.oness.common.model.dao.hibernate.HibernateDao
Return the persistent instance with the given identifier, assuming that the instance exists.
loadAndClone(Class, Serializable) - Method in class net.sf.oness.common.model.dao.hibernate.HibernateDaoSupport
Return a clone of the persistent instance with the given identifier, assuming that the instance exists.

M

MAX_VALUE - Static variable in class net.sf.oness.common.model.temporal.Date
The max value (actually 9999-DEC-31 23:59:59)
MIN_VALUE - Static variable in class net.sf.oness.common.model.temporal.Date
The min value (actually 1000-JAN-01 00:00:00)
ModelException - exception net.sf.oness.common.model.exceptions.ModelException.
The root exception of all exceptions in the "Model".
ModelException() - Constructor for class net.sf.oness.common.model.exceptions.ModelException
 
ModelException(String) - Constructor for class net.sf.oness.common.model.exceptions.ModelException
 
Money - class net.sf.oness.common.model.accounting.Money.
Class for Money
Money() - Constructor for class net.sf.oness.common.model.accounting.Money
Create a money object with an amount of 0 and the currency of the default locale as returned by Locale.getDefault()
Money(BigDecimal, Currency) - Constructor for class net.sf.oness.common.model.accounting.Money
Create a money object with the specified amount and currency
Money(Currency) - Constructor for class net.sf.oness.common.model.accounting.Money
Create a money object with an amount of 0 and the specified currency
main(String[]) - Static method in class net.sf.oness.common.model.testing.SpringDatabaseExport
 
matches(Method, Class) - Method in class net.sf.oness.common.model.dao.AuditableDaoAdvisor
 
multiply(long) - Method in class net.sf.oness.common.model.accounting.Money
 

N

NonContinuousDataException - exception net.sf.oness.common.model.exceptions.NonContinuousDataException.
 
NonContinuousDataException() - Constructor for class net.sf.oness.common.model.exceptions.NonContinuousDataException
 
negate() - Method in class net.sf.oness.common.model.accounting.Money
 
net.sf.oness.common.model.accounting - package net.sf.oness.common.model.accounting
 
net.sf.oness.common.model.auditing - package net.sf.oness.common.model.auditing
 
net.sf.oness.common.model.bo - package net.sf.oness.common.model.bo
 
net.sf.oness.common.model.dao - package net.sf.oness.common.model.dao
 
net.sf.oness.common.model.dao.hibernate - package net.sf.oness.common.model.dao.hibernate
 
net.sf.oness.common.model.exceptions - package net.sf.oness.common.model.exceptions
 
net.sf.oness.common.model.security - package net.sf.oness.common.model.security
 
net.sf.oness.common.model.temporal - package net.sf.oness.common.model.temporal
 
net.sf.oness.common.model.temporal.hibernate - package net.sf.oness.common.model.temporal.hibernate
 
net.sf.oness.common.model.testing - package net.sf.oness.common.model.testing
 
net.sf.oness.common.model.to - package net.sf.oness.common.model.to
 
net.sf.oness.common.model.util - package net.sf.oness.common.model.util
 
net.sf.oness.common.model.util.dbunit - package net.sf.oness.common.model.util.dbunit
 
net.sf.oness.common.model.util.spring - package net.sf.oness.common.model.util.spring
 
newList(Object) - Static method in class net.sf.oness.common.model.util.CollectionUtils
Return a List (actually an ArrayList) with only that object.
newSet(Object) - Static method in class net.sf.oness.common.model.util.CollectionUtils
Return a Set (actually a HashSet) with only that object.
next() - Method in class net.sf.oness.common.model.util.PaginatedListIterator
This method follows the rules of Iterator.next() except that it returns null when requesting an element that it's not in the current page.
notDeleted(Collection) - Static method in class net.sf.oness.common.model.auditing.AuditingUtils
Get the values not deleted from a collection
now() - Static method in class net.sf.oness.common.model.temporal.Date
Create a Date for the current time and truncated to the default field DEFAULT_TRUNCATE_TO_FIELDleaving it as the most significant.
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class net.sf.oness.common.model.temporal.hibernate.DateRangeType
 
nullSafeGet(ResultSet, String[], Object) - Method in class net.sf.oness.common.model.temporal.hibernate.DateType
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class net.sf.oness.common.model.temporal.hibernate.DateRangeType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class net.sf.oness.common.model.temporal.hibernate.DateType
 

O

overlaps(DateRange) - Method in class net.sf.oness.common.model.temporal.DateRange
 

P

PaginatedList - class net.sf.oness.common.model.util.PaginatedList.
Class that represents a paginated List, with elements from firstElement and at maximum maxElements elements from the full list of size elements.
PaginatedList() - Constructor for class net.sf.oness.common.model.util.PaginatedList
 
PaginatedList(List, int, int, int) - Constructor for class net.sf.oness.common.model.util.PaginatedList
 
PaginatedListIterator - class net.sf.oness.common.model.util.PaginatedListIterator.
 
PaginatedListIterator(PaginatedList) - Constructor for class net.sf.oness.common.model.util.PaginatedListIterator
 
partitionedBy(DateRange[]) - Method in class net.sf.oness.common.model.temporal.DateRange
 

R

reflectionEquals(Object, Object) - Static method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
This method uses reflection to determine if the two Objects are equal.
reflectionEquals(Object, Object, boolean) - Static method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
This method uses reflection to determine if the two Objects are equal.
reflectionEquals(Object, Object, boolean, Class) - Static method in class net.sf.oness.common.model.bo.CollectionIgnoringEqualsBuilder
This method uses reflection to determine if the two Objects are equal.
reflectionEquals(Object, Object) - Static method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
reflectionEquals(Object, Object, boolean) - Static method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
reflectionEquals(Object, Object, boolean, Class) - Static method in class net.sf.oness.common.model.bo.ExceptionSafeEqualsBuilder
 
reflectionHashCode(Object) - Static method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
This method uses reflection to build a valid hash code.
reflectionHashCode(Object, boolean) - Static method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
This method uses reflection to build a valid hash code.
reflectionHashCode(int, int, Object) - Static method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
This method uses reflection to build a valid hash code.
reflectionHashCode(int, int, Object, boolean) - Static method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
This method uses reflection to build a valid hash code.
reflectionHashCode(int, int, Object, boolean, Class) - Static method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
This method uses reflection to build a valid hash code.
reflectionHashCode(Object) - Static method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
This method uses reflection to build a valid hash code.
reflectionHashCode(Object, boolean) - Static method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
This method uses reflection to build a valid hash code.
reflectionHashCode(int, int, Object) - Static method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
This method uses reflection to build a valid hash code.
reflectionHashCode(int, int, Object, boolean) - Static method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
This method uses reflection to build a valid hash code.
reflectionHashCode(int, int, Object, boolean, Class) - Static method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
This method uses reflection to build a valid hash code.
remove(int) - Method in class net.sf.oness.common.model.util.PaginatedList
Unsupported operation
remove(Object) - Method in class net.sf.oness.common.model.util.PaginatedList
Unsupported operation
remove() - Method in class net.sf.oness.common.model.util.PaginatedListIterator
Unsupported operation
removeAll(Collection) - Method in class net.sf.oness.common.model.util.PaginatedList
Unsupported operation
retainAll(Collection) - Method in class net.sf.oness.common.model.util.PaginatedList
Unsupported operation
returnedClass() - Method in class net.sf.oness.common.model.temporal.hibernate.DateRangeType
 
returnedClass() - Method in class net.sf.oness.common.model.temporal.hibernate.DateType
 

S

SecurityHelper - class net.sf.oness.common.model.security.SecurityHelper.
Class that encapsulates security code
SecurityHelper() - Constructor for class net.sf.oness.common.model.security.SecurityHelper
 
SpringApplicationContext - class net.sf.oness.common.model.testing.SpringApplicationContext.
Utility class to cache ApplicationContext loaded from xml classpath files.
SpringApplicationContext(String[]) - Constructor for class net.sf.oness.common.model.testing.SpringApplicationContext
 
SpringDatabaseExport - class net.sf.oness.common.model.testing.SpringDatabaseExport.
Utility class to export database to file dbunit.xml and dbunit.dtd for its use with dbunit Uses "dataSource" object defined in Spring application context
SpringDatabaseExport() - Constructor for class net.sf.oness.common.model.testing.SpringDatabaseExport
 
SpringDatabaseTestCase - class net.sf.oness.common.model.testing.SpringDatabaseTestCase.
DatabaseTestCase base class that uses Spring DataSource
SpringDatabaseTestCase() - Constructor for class net.sf.oness.common.model.testing.SpringDatabaseTestCase
 
SpringDatabaseTestCase(String) - Constructor for class net.sf.oness.common.model.testing.SpringDatabaseTestCase
 
set(int, Object) - Method in class net.sf.oness.common.model.util.PaginatedList
Unsupported operation
setCalendar(Calendar) - Method in class net.sf.oness.common.model.temporal.Date
Set the Calendar wrapped by this object.
setCode(Long) - Method in class net.sf.oness.common.model.auditing.AbstractAuditableObject
 
setCode(Long) - Method in interface net.sf.oness.common.model.auditing.Auditable
 
setComments(String) - Method in class net.sf.oness.common.model.bo.AbstractBusinessObject
 
setComments(String) - Method in class net.sf.oness.common.model.to.AuditableTransferObject
 
setCreatedBy(String) - Method in class net.sf.oness.common.model.auditing.AbstractAuditableObject
 
setCreatedBy(String) - Method in interface net.sf.oness.common.model.auditing.Auditable
Set the user that created this object
setDataSource(DataSource) - Method in class net.sf.oness.common.model.util.dbunit.DatabasePopulator
DataSource of the database to populate
setDeletedBy(String) - Method in class net.sf.oness.common.model.auditing.AbstractAuditableObject
 
setDeletedBy(String) - Method in interface net.sf.oness.common.model.auditing.Auditable
Set the user that deleted this object
setEnd(Date) - Method in class net.sf.oness.common.model.temporal.DateRange
Set the end date
setFirstElement(int) - Method in class net.sf.oness.common.model.util.PaginatedList
 
setHibernateDialect(String) - Method in class net.sf.oness.common.model.dao.hibernate.HibernateProperties
 
setId(Long) - Method in class net.sf.oness.common.model.auditing.AbstractAuditableObject
 
setId(Long) - Method in interface net.sf.oness.common.model.auditing.Auditable
 
setList(List) - Method in class net.sf.oness.common.model.util.PaginatedList
 
setLocations(List) - Method in class net.sf.oness.common.model.util.dbunit.DatabasePopulator
Set the locations of the dataset resources.
setMaxElements(int) - Method in class net.sf.oness.common.model.util.PaginatedList
 
setPropertyValue(Object, int, Object) - Method in class net.sf.oness.common.model.temporal.hibernate.DateRangeType
Sets start to MIN_VALUE if it is NULL in database Sets end to MAX_VALUE if it is NULL in database
setSize(int) - Method in class net.sf.oness.common.model.util.PaginatedList
Set the number of elements in all the pages
setStart(Date) - Method in class net.sf.oness.common.model.temporal.DateRange
Set the start date
setTransactionTime(DateRange) - Method in class net.sf.oness.common.model.auditing.AbstractAuditableObject
 
setTransactionTime(DateRange) - Method in interface net.sf.oness.common.model.auditing.Auditable
 
setValidTime(DateRange) - Method in interface net.sf.oness.common.model.temporal.TemporalValue
 
size() - Method in class net.sf.oness.common.model.util.PaginatedList
Number of elements in all the pages
sqlTypes() - Method in class net.sf.oness.common.model.temporal.hibernate.DateType
 
startingAndEndingNow() - Static method in class net.sf.oness.common.model.temporal.DateRange
 
startingNow() - Static method in class net.sf.oness.common.model.temporal.DateRange
 
startingOn(Date) - Static method in class net.sf.oness.common.model.temporal.DateRange
 
subList(int, int) - Method in class net.sf.oness.common.model.util.PaginatedList
Unsupported operation
subtract(Money) - Method in class net.sf.oness.common.model.accounting.Money
 

T

TemporalValue - interface net.sf.oness.common.model.temporal.TemporalValue.
Interface to be implemented by temporal value objects
TemporalValueUtil - class net.sf.oness.common.model.temporal.TemporalValueUtil.
 
TemporalValueUtil() - Constructor for class net.sf.oness.common.model.temporal.TemporalValueUtil
 
toArray() - Method in class net.sf.oness.common.model.util.PaginatedList
Unsupported operation
toArray(Object[]) - Method in class net.sf.oness.common.model.util.PaginatedList
Unsupported operation
toHashCode() - Method in class net.sf.oness.common.model.bo.CollectionIgnoringHashCodeBuilder
Return the computed hashCode.
toHashCode() - Method in class net.sf.oness.common.model.bo.ExceptionSafeHashCodeBuilder
Return the computed hashCode.
toString() - Method in class net.sf.oness.common.model.bo.AbstractBusinessObject
 
toString() - Method in class net.sf.oness.common.model.temporal.Date
 
toString() - Method in class net.sf.oness.common.model.temporal.DateRange
 

U

upTo(Date) - Static method in class net.sf.oness.common.model.temporal.DateRange
 
update(AuditableBusinessObject) - Method in interface net.sf.oness.common.model.dao.AuditableDao
Update an object
update(AuditableDao, AuditableBusinessObject) - Static method in class net.sf.oness.common.model.dao.AuditingDaoHelper
Save a new object with createdBy and curent date as creation date.
update(AuditableBusinessObject) - Method in class net.sf.oness.common.model.dao.hibernate.HibernateDao
 

W

WHERE_NOT_DELETED - Static variable in class net.sf.oness.common.model.dao.hibernate.HibernateDao
 

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

Copyright © 2003-2005 ONess Project. All Rights Reserved.