- context - Variable in class org.appfuse.service.impl.BaseManagerMockTestCase
-
The junit 4 context
- 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(Object) - Method in class org.appfuse.util.DateConverter
-
Convert a java.util.Date or a java.sql.Timestamp 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
-
- GenericManager<T,PK extends Serializable> - Interface in org.appfuse.service
-
Generic Manager that talks to GenericDao to CRUD POJOs.
- GenericManagerImpl<T,PK extends 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() - Constructor for class org.appfuse.service.impl.GenericManagerImpl
-
- 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
-
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.
- 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
- 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
-
- getMailSender() - Method in class org.appfuse.service.MailEngine
-
- 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() - Method in class org.appfuse.service.impl.UserManagerImpl
-
Retrieves a list of all users.
- getUsers() - Method in interface org.appfuse.service.UserManager
-
Retrieves a list of all users.
- getUsers() - Method in interface org.appfuse.service.UserService
-
Retrieves a list of all users.
- rb - Variable in class org.appfuse.service.BaseManagerTestCase
-
The resourceBundle
- rb - Variable in class org.appfuse.service.impl.BaseManagerMockTestCase
-
The resourceBundle
- reindex() - Method in interface org.appfuse.service.GenericManager
-
Generic method to regenerate full text index of the persistent class T
- reindex() - Method in class org.appfuse.service.impl.GenericManagerImpl
-
Generic method to regenerate full text index of the persistent class T
- reindexAll(boolean) - Method in interface org.appfuse.service.GenericManager
-
Generic method to regenerate full text index of all indexed classes
- reindexAll(boolean) - Method in class org.appfuse.service.impl.GenericManagerImpl
-
Generic method to regenerate full text index of all indexed classes
- remove(T) - Method in interface org.appfuse.service.GenericManager
-
Generic method to delete an object
- remove(PK) - Method in interface org.appfuse.service.GenericManager
-
Generic method to delete an object based on class and id
- remove(T) - Method in class org.appfuse.service.impl.GenericManagerImpl
-
Generic method to delete an object
- remove(PK) - Method in class org.appfuse.service.impl.GenericManagerImpl
-
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(User) - Method in class org.appfuse.service.impl.UserManagerImpl
-
Removes a user from the database
- removeUser(String) - Method in class org.appfuse.service.impl.UserManagerImpl
-
Removes a user from the database by their userId
- removeUser(User) - Method in interface org.appfuse.service.UserManager
-
Removes a user from the database
- 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(RoleDao) - Constructor for class org.appfuse.service.impl.RoleManagerImpl
-