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

A

ACCESS_DENIED - Static variable in class org.appfuse.service.UserSecurityAdvice
Default "Access Denied" error message (not i18n-ized).
afterReturning(Object, Method, Object[], Object) - Method in class org.appfuse.service.UserSecurityAdvice
After returning, grab the user, check if they've been modified and reset the SecurityContext if they have.

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

context - Variable in class org.appfuse.service.impl.BaseManagerMockTestCase
 
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
Convert a date to a String and a String to a Date
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
Convert a java.util.List of LabelValue objects to a LinkedHashMap.
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
Convert a String to a Date with the specified pattern.
convertToDate(Class, Object) - Method in class org.appfuse.util.TimestampConverter
Convert a String to a date
convertToString(Class, Object) - Method in class org.appfuse.util.DateConverter
Convert a java.util.Date to a String
convertToString(Class, Object) - Method in class org.appfuse.util.TimestampConverter
Convert from a java.util.Date to a String
ConvertUtil - Class in org.appfuse.util
Utility class to convert one object to another.
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
UniversalDao instance, ready to charge forward and persist to the database
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

E

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
Checks for existence of an object of type T using the id arg.

G

genericDao - Variable in class org.appfuse.service.impl.GenericManagerImpl
GenericDao instance, set by constructor of this class
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
Public constructor for creating a new 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
Generic method to get an object based on class and identifier.
get(Class, Serializable) - Method in class org.appfuse.service.impl.UniversalManagerImpl
Generic method to get an object based on class and identifier.
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
Generic method used to get all objects of a particular type.
getAll(Class) - Method in class org.appfuse.service.impl.UniversalManagerImpl
Generic method used to get a all objects of a particular type.
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
Retrieves all possible roles from persistence layer
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
Retrieves a user by userId.
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
Finds a user by their username.
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
Retrieves a list of users, filtering with parameters on a user object
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 for all child classes.
log - Variable in class org.appfuse.service.impl.UniversalManagerImpl
Log instance for all child classes.
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
Generic method to delete an object based on class and id
remove(Class, Serializable) - Method in class org.appfuse.service.impl.UniversalManagerImpl
Generic method to delete an object based on class and id
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
Removes a user from the database by their userId
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
Generic method to save an object - handles both update and insert.
save(Object) - Method in class org.appfuse.service.impl.UniversalManagerImpl
Generic method to save an object.
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
Saves a user's information.
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
 
setDecimalFormatter(DecimalFormat) - Method in class org.appfuse.util.CurrencyConverter
 
setFrom(String) - Method in class org.appfuse.service.MailEngine
 
setLookupDao(LookupDao) - Method in class org.appfuse.service.impl.LookupManagerImpl
Method that allows setting the DAO to talk to the data store with.
setMailSender(MailSender) - Method in class org.appfuse.service.MailEngine
 
setPasswordEncoder(PasswordEncoder) - Method in class org.appfuse.service.impl.UserManagerImpl
Set the PasswordEncoder used to encrypt passwords.
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
Convenience method for testing - allows you to mock the DAO and set it on an interface.
setVelocityEngine(VelocityEngine) - Method in class org.appfuse.service.MailEngine
 

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
i18n-ized timestamp format - based on values in ApplicationResources.properties

U

UniversalManager - Interface in org.appfuse.service
Business Facade interface.
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
This advice is responsible for enforcing security and only allowing administrators to modify users.
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 G L M O P R S T U

Copyright © 2003-2008. All Rights Reserved.