A B C D E F G L M O P R S T U

A

ACCESS_DENIED - Static variable in class org.appfuse.service.UserSecurityAdvice
 
afterReturning(Object, Method, Object[], Object) - Method in class org.appfuse.service.UserSecurityAdvice
 

B

BaseManagerMockTestCase - Class in org.appfuse.service.impl
 
BaseManagerMockTestCase() - Constructor for class org.appfuse.service.impl.BaseManagerMockTestCase
 
BaseManagerTestCase - Class in org.appfuse.service
 
BaseManagerTestCase() - Constructor for class org.appfuse.service.BaseManagerTestCase
 
before(Method, Object[], Object) - Method in class org.appfuse.service.UserSecurityAdvice
Method to enforce security and only allow administrators to modify users.

C

convert(Class, Object) - Method in class org.appfuse.util.CurrencyConverter
Convert a String to a Double and a Double to a String
convert(Class, Object) - Method in class org.appfuse.util.DateConverter
 
convertBundleToMap(ResourceBundle) - Static method in class org.appfuse.util.ConvertUtil
Method to convert a ResourceBundle to a Map object.
convertBundleToProperties(ResourceBundle) - Static method in class org.appfuse.util.ConvertUtil
Method to convert a ResourceBundle to a Properties object.
convertDateToString(Date) - Static method in class org.appfuse.util.DateUtil
This method generates a string representation of a date based on the System Property 'dateFormat' in the format you specify on input
convertListToMap(List<LabelValue>) - Static method in class org.appfuse.util.ConvertUtil
 
convertStringToDate(String, String) - Static method in class org.appfuse.util.DateUtil
This method generates a string representation of a date/time in the format you specify on input
convertStringToDate(String) - Static method in class org.appfuse.util.DateUtil
This method converts a String to a date using the datePattern
convertToDate(Class, Object, String) - Method in class org.appfuse.util.DateConverter
 
convertToDate(Class, Object) - Method in class org.appfuse.util.TimestampConverter
 
convertToString(Class, Object) - Method in class org.appfuse.util.DateConverter
 
convertToString(Class, Object) - Method in class org.appfuse.util.TimestampConverter
 
ConvertUtil - Class in org.appfuse.util
Utility class to convert one object to another.
ConvertUtil() - Constructor for class org.appfuse.util.ConvertUtil
 
CurrencyConverter - Class in org.appfuse.util
This class is converts a Double to a double-digit String (and vise-versa) by BeanUtils when copying properties.
CurrencyConverter() - Constructor for class org.appfuse.util.CurrencyConverter
 

D

dao - Variable in class org.appfuse.service.impl.UniversalManagerImpl
 
DateConverter - Class in org.appfuse.util
This class is converts a java.util.Date to a String and a String to a java.util.Date.
DateConverter() - Constructor for class org.appfuse.util.DateConverter
 
DateUtil - Class in org.appfuse.util
Date Utility Class used to convert Strings to Dates and Timestamps
DateUtil() - Constructor for class org.appfuse.util.DateUtil
 
decodeString(String) - Static method in class org.appfuse.util.StringUtil
Decode a string using Base64 encoding.

E

encodePassword(String, String) - Static method in class org.appfuse.util.StringUtil
Encode a string using algorithm specified in web.xml and return the resulting encrypted password.
encodeString(String) - Static method in class org.appfuse.util.StringUtil
Encode a string using Base64 encoding.
exists(PK) - Method in interface org.appfuse.service.GenericManager
Checks for existence of an object of type T using the id arg.
exists(PK) - Method in class org.appfuse.service.impl.GenericManagerImpl
 

F

formatter - Variable in class org.appfuse.util.CurrencyConverter
 

G

genericDao - Variable in class org.appfuse.service.impl.GenericManagerImpl
 
GenericManager<T,PK extends java.io.Serializable> - Interface in org.appfuse.service
Generic Manager that talks to GenericDao to CRUD POJOs.
GenericManagerImpl<T,PK extends java.io.Serializable> - Class in org.appfuse.service.impl
This class serves as the Base class for all other Managers - namely to hold common CRUD methods that they might all use.
GenericManagerImpl(GenericDao<T, PK>) - Constructor for class org.appfuse.service.impl.GenericManagerImpl
 
get(PK) - Method in interface org.appfuse.service.GenericManager
Generic method to get an object based on class and identifier.
get(PK) - Method in class org.appfuse.service.impl.GenericManagerImpl
 
get(Class, Serializable) - Method in class org.appfuse.service.impl.UniversalManagerImpl
 
get(Class, Serializable) - Method in interface org.appfuse.service.UniversalManager
Generic method to get an object based on class and identifier.
getAll() - Method in interface org.appfuse.service.GenericManager
Generic method used to get all objects of a particular type.
getAll() - Method in class org.appfuse.service.impl.GenericManagerImpl
 
getAll(Class) - Method in class org.appfuse.service.impl.UniversalManagerImpl
 
getAll(Class) - Method in interface org.appfuse.service.UniversalManager
Generic method used to get a all objects of a particular type.
getAllRoles() - Method in class org.appfuse.service.impl.LookupManagerImpl
 
getAllRoles() - Method in interface org.appfuse.service.LookupManager
Retrieves all possible roles from persistence layer
getConfigLocations() - Method in class org.appfuse.service.BaseManagerTestCase
 
getDate(Date) - Static method in class org.appfuse.util.DateUtil
This method attempts to convert an Oracle-formatted date in the form dd-MMM-yyyy to mm/dd/yyyy.
getDatePattern() - Static method in class org.appfuse.util.DateUtil
Return default datePattern (MM/dd/yyyy)
getDateTime(String, Date) - Static method in class org.appfuse.util.DateUtil
This method generates a string representation of a date's date/time in the format you specify on input
getDateTimePattern() - Static method in class org.appfuse.util.DateUtil
 
getRole(String) - Method in class org.appfuse.service.impl.RoleManagerImpl
 
getRole(String) - Method in interface org.appfuse.service.RoleManager
 
getRoles(Role) - Method in class org.appfuse.service.impl.RoleManagerImpl
 
getRoles(Role) - Method in interface org.appfuse.service.RoleManager
 
getTimeNow(Date) - Static method in class org.appfuse.util.DateUtil
This method returns the current date time in the format: MM/dd/yyyy HH:MM a
getToday() - Static method in class org.appfuse.util.DateUtil
This method returns the current date in the format: MM/dd/yyyy
getUser(String) - Method in class org.appfuse.service.impl.UserManagerImpl
 
getUser(String) - Method in interface org.appfuse.service.UserManager
Retrieves a user by userId.
getUser(String) - Method in interface org.appfuse.service.UserService
Retrieves a user by userId.
getUserByUsername(String) - Method in class org.appfuse.service.impl.UserManagerImpl
 
getUserByUsername(String) - Method in interface org.appfuse.service.UserManager
Finds a user by their username.
getUserByUsername(String) - Method in interface org.appfuse.service.UserService
Finds a user by their username.
getUsers(User) - Method in class org.appfuse.service.impl.UserManagerImpl
 
getUsers(User) - Method in interface org.appfuse.service.UserManager
Retrieves a list of users, filtering with parameters on a user object
getUsers(User) - Method in interface org.appfuse.service.UserService
Retrieves a list of users, filtering with parameters on a user object

L

log - Variable in class org.appfuse.service.BaseManagerTestCase
 
log - Variable in class org.appfuse.service.impl.BaseManagerMockTestCase
 
log - Variable in class org.appfuse.service.impl.GenericManagerImpl
 
log - Variable in class org.appfuse.service.impl.UniversalManagerImpl
 
log - Static variable in class org.appfuse.service.MailEngine
 
log - Variable in class org.appfuse.service.UserSecurityAdvice
 
log - Variable in class org.appfuse.util.CurrencyConverter
 
LookupManager - Interface in org.appfuse.service
Business Service Interface to talk to persistence layer and retrieve values for drop-down choice lists.
LookupManagerImpl - Class in org.appfuse.service.impl
Implementation of LookupManager interface to talk to the persistence layer.
LookupManagerImpl() - Constructor for class org.appfuse.service.impl.LookupManagerImpl
 

M

MailEngine - Class in org.appfuse.service
Class for sending e-mail messages based on Velocity templates or with attachments.
MailEngine() - Constructor for class org.appfuse.service.MailEngine
 

O

org.appfuse.service - package org.appfuse.service
 
org.appfuse.service.impl - package org.appfuse.service.impl
 
org.appfuse.util - package org.appfuse.util
 

P

populate(Object) - Method in class org.appfuse.service.BaseManagerTestCase
Utility method to populate a javabean-style object with values from a Properties file
populate(Object) - Method in class org.appfuse.service.impl.BaseManagerMockTestCase
Utility method to populate a javabean-style object with values from a Properties file
populateObject(Object, ResourceBundle) - Static method in class org.appfuse.util.ConvertUtil
Convenience method used by tests to populate an object from a ResourceBundle

R

rb - Static variable in class org.appfuse.service.BaseManagerTestCase
 
rb - Variable in class org.appfuse.service.impl.BaseManagerMockTestCase
 
remove(PK) - Method in interface org.appfuse.service.GenericManager
Generic method to delete an object based on class and id
remove(PK) - Method in class org.appfuse.service.impl.GenericManagerImpl
 
remove(Class, Serializable) - Method in class org.appfuse.service.impl.UniversalManagerImpl
 
remove(Class, Serializable) - Method in interface org.appfuse.service.UniversalManager
Generic method to delete an object based on class and id
removeRole(String) - Method in class org.appfuse.service.impl.RoleManagerImpl
 
removeRole(String) - Method in interface org.appfuse.service.RoleManager
 
removeUser(String) - Method in class org.appfuse.service.impl.UserManagerImpl
 
removeUser(String) - Method in interface org.appfuse.service.UserManager
Removes a user from the database by their userId
removeUser(String) - Method in interface org.appfuse.service.UserService
Removes a user from the database by their userId
RoleManager - Interface in org.appfuse.service
Business Service Interface to handle communication between web and persistence layer.
RoleManagerImpl - Class in org.appfuse.service.impl
Implementation of RoleManager interface.
RoleManagerImpl() - Constructor for class org.appfuse.service.impl.RoleManagerImpl
 

S

save(T) - Method in interface org.appfuse.service.GenericManager
Generic method to save an object - handles both update and insert.
save(T) - Method in class org.appfuse.service.impl.GenericManagerImpl
 
save(Object) - Method in class org.appfuse.service.impl.UniversalManagerImpl
 
save(Object) - Method in interface org.appfuse.service.UniversalManager
Generic method to save an object.
saveRole(Role) - Method in class org.appfuse.service.impl.RoleManagerImpl
 
saveRole(Role) - Method in interface org.appfuse.service.RoleManager
 
saveUser(User) - Method in class org.appfuse.service.impl.UserManagerImpl
 
saveUser(User) - Method in interface org.appfuse.service.UserManager
Saves a user's information
saveUser(User) - Method in interface org.appfuse.service.UserService
Saves a user's information
send(SimpleMailMessage) - Method in class org.appfuse.service.MailEngine
Send a simple message with pre-populated values.
sendMessage(SimpleMailMessage, String, Map) - Method in class org.appfuse.service.MailEngine
Send a simple message based on a Velocity template.
sendMessage(String[], String, ClassPathResource, String, String, String) - Method in class org.appfuse.service.MailEngine
Convenience method for sending messages with attachments.
setDao(UniversalDao) - Method in class org.appfuse.service.impl.UniversalManagerImpl
 
setLookupDao(LookupDao) - Method in class org.appfuse.service.impl.LookupManagerImpl
 
setMailSender(MailSender) - Method in class org.appfuse.service.MailEngine
 
setRoleDao(RoleDao) - Method in class org.appfuse.service.impl.RoleManagerImpl
 
setUserDao(UserDao) - Method in class org.appfuse.service.impl.UserManagerImpl
Set the Dao for communication with the data layer.
setUserDao(UserDao) - Method in interface org.appfuse.service.UserManager
 
setVelocityEngine(VelocityEngine) - Method in class org.appfuse.service.MailEngine
 
StringUtil - Class in org.appfuse.util
String Utility Class This is used to encode passwords programmatically
StringUtil() - Constructor for class org.appfuse.util.StringUtil
 

T

TimestampConverter - Class in org.appfuse.util
This class is converts a java.util.Date to a String and a String to a java.util.Date for use as a Timestamp.
TimestampConverter() - Constructor for class org.appfuse.util.TimestampConverter
 
TS_FORMAT - Static variable in class org.appfuse.util.TimestampConverter
 

U

UniversalManager - Interface in org.appfuse.service
 
UniversalManagerImpl - Class in org.appfuse.service.impl
Base class for Business Services - use this class for utility methods and generic CRUD methods.
UniversalManagerImpl() - Constructor for class org.appfuse.service.impl.UniversalManagerImpl
 
UserExistsException - Exception in org.appfuse.service
An exception that is thrown by classes wanting to trap unique constraint violations.
UserExistsException(String) - Constructor for exception org.appfuse.service.UserExistsException
Constructor for UserExistsException.
UserManager - Interface in org.appfuse.service
Business Service Interface to handle communication between web and persistence layer.
UserManagerImpl - Class in org.appfuse.service.impl
Implementation of UserManager interface.
UserManagerImpl() - Constructor for class org.appfuse.service.impl.UserManagerImpl
 
UserSecurityAdvice - Class in org.appfuse.service
 
UserSecurityAdvice() - Constructor for class org.appfuse.service.UserSecurityAdvice
 
UserService - Interface in org.appfuse.service
Web Service interface so hierarchy of Universal and Generic Managers isn't carried through.

A B C D E F G L M O P R S T U

Copyright © 2003-2007. All Rights Reserved.