A B C D E F G J L O P R S V

S

Service - Class in com.adhi.adhij
The service is a coarse grained object which defines the behavior of a sub system or a functional area.
Service() - Constructor for class com.adhi.adhij.Service
 
ServiceException - Exception in com.adhi.adhij
Service Exceptions are thrown when service methods fails.
ServiceException(String) - Constructor for exception com.adhi.adhij.ServiceException
Constructs a service exception using a error message.
setDAO(DataAccessObject) - Method in class com.adhi.adhij.BusinessObject
sets the data access object
setDataAccessObject(DataAccessObject) - Method in class com.adhi.adhij.BusinessObject
 
setId(long) - Method in class com.adhi.adhij.ValueObject
sets the object id
setMode(ArrayList, short) - Method in class com.adhi.adhij.BusinessObject
sets the mode on the value objects
setMode(short) - Method in class com.adhi.adhij.ValueObject
sets the mode
setName(String) - Method in class com.adhi.adhij.ValueObject
sets the object name
setVO(ValueObject) - Method in class com.adhi.adhij.BusinessObject
sets the value object
sort(int, int) - Method in class com.adhi.adhij.RowSet
sort the rowset by the column and by the sort type (ascending or descending order).
sort(int) - Method in class com.adhi.adhij.RowSet
sort by the column in ascending order
stringMMMToDate(String) - Static method in class com.adhi.adhij.DateUtil
converts the string to a date
stringToDate(String) - Static method in class com.adhi.adhij.DateUtil
converts the string to a date
strToBoolean(String) - Static method in class com.adhi.adhij.DAOUtility
converts the string to a boolean

A B C D E F G J L O P R S V