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

A

AbstractDAO - Class in com.geekologue.md4j.dao
An abstract DAO class to be subclassed by other DAO implementations.
AbstractDAO(Class, String) - Constructor for class com.geekologue.md4j.dao.AbstractDAO
Subclasses must call this constructor
AbstractHbmDAO - Class in com.geekologue.md4j.dao.hibernate
Hibernate based DAO
AbstractHbmDAO(Class, String) - Constructor for class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
 
AbstractXsltBasedGenerator - Class in com.geekologue.md4j.generators
 
AbstractXsltBasedGenerator(String) - Constructor for class com.geekologue.md4j.generators.AbstractXsltBasedGenerator
 
addConfiguredContextParam(ContextParam) - Method in class com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask
 
addConfiguredXMLCatalog(XMLCatalog) - Method in class com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask
Add the catalog to our internal catalog
addOrder(String, boolean) - Method in class com.geekologue.md4j.dao.Order
 
addParentOptions(Map) - Method in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
 

B

BrokenConstraintsException - Exception in com.geekologue.md4j.business
Used to report uniqueness constraint violation.
BrokenConstraintsException(Set) - Constructor for exception com.geekologue.md4j.business.BrokenConstraintsException
 
BrokenConstraintsException() - Constructor for exception com.geekologue.md4j.business.BrokenConstraintsException
 
BrokenConstraintsException(String, Throwable) - Constructor for exception com.geekologue.md4j.business.BrokenConstraintsException
 
BrokenConstraintsException(String) - Constructor for exception com.geekologue.md4j.business.BrokenConstraintsException
 
BrokenConstraintsException(Throwable) - Constructor for exception com.geekologue.md4j.business.BrokenConstraintsException
 

C

ClassUtils - Class in com.geekologue.md4j.util
Class Utilities
ClassUtils() - Constructor for class com.geekologue.md4j.util.ClassUtils
 
com.geekologue.md4j.business - package com.geekologue.md4j.business
 
com.geekologue.md4j.config - package com.geekologue.md4j.config
 
com.geekologue.md4j.dao - package com.geekologue.md4j.dao
The classes and interfaces found in this package encapsulate the data access code for the domain objects.
com.geekologue.md4j.dao.hibernate - package com.geekologue.md4j.dao.hibernate
Hibernate-based implementation of the parent package interfaces.
com.geekologue.md4j.dto - package com.geekologue.md4j.dto
 
com.geekologue.md4j.generators - package com.geekologue.md4j.generators
 
com.geekologue.md4j.tools.ant - package com.geekologue.md4j.tools.ant
 
com.geekologue.md4j.util - package com.geekologue.md4j.util
 
com.geekologue.md4j.web - package com.geekologue.md4j.web
 
Configuration - Class in com.geekologue.md4j.config
 
configure() - Static method in class com.geekologue.md4j.config.Configuration
 
configure(String) - Static method in class com.geekologue.md4j.config.Configuration
 
configure(URL) - Static method in class com.geekologue.md4j.config.Configuration
 
configure(File) - Static method in class com.geekologue.md4j.config.Configuration
 
configure(InputStream) - Static method in class com.geekologue.md4j.config.Configuration
 
ContextParam - Class in com.geekologue.md4j.tools.ant
 
ContextParam() - Constructor for class com.geekologue.md4j.tools.ant.ContextParam
 
ConversionException - Exception in com.geekologue.md4j.util
 
ConversionException() - Constructor for exception com.geekologue.md4j.util.ConversionException
 
ConversionException(String) - Constructor for exception com.geekologue.md4j.util.ConversionException
 
ConversionException(Throwable) - Constructor for exception com.geekologue.md4j.util.ConversionException
 
ConversionException(String, Throwable) - Constructor for exception com.geekologue.md4j.util.ConversionException
 
ConvertUtils - Class in com.geekologue.md4j.util
Conversion utilities without checked exceptions
ConvertUtils() - Constructor for class com.geekologue.md4j.util.ConvertUtils
 
copyProperties(Map, Object) - Method in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
Copy the properties from the given Map to the target POJO object, converting the value type where appropriate.
createFromParams(Map) - Method in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
 

D

daoClass - Variable in class com.geekologue.md4j.dao.AbstractDAO
The class object that the implementing subclass is responsible for its database operations.
DataAccessException - Exception in com.geekologue.md4j.dao
 
DataAccessException() - Constructor for exception com.geekologue.md4j.dao.DataAccessException
 
DataAccessException(String) - Constructor for exception com.geekologue.md4j.dao.DataAccessException
 
DataAccessException(Throwable) - Constructor for exception com.geekologue.md4j.dao.DataAccessException
 
DataAccessException(String, Throwable) - Constructor for exception com.geekologue.md4j.dao.DataAccessException
 
delete(Serializable) - Method in class com.geekologue.md4j.dao.AbstractDAO
Delete the object coresponding to the given identifier
delete(Serializable) - Method in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
 
destDir - Variable in class com.geekologue.md4j.generators.AbstractXsltBasedGenerator
 

E

Ejb21Generator - Class in com.geekologue.md4j.generators
Context parameters: singletonDaos: Whether to use JVM Singleton DAOs
Ejb21Generator() - Constructor for class com.geekologue.md4j.generators.Ejb21Generator
 
enforceTrailingChar(String, char) - Static method in class com.geekologue.md4j.util.StringUtil
Enforce a trailing '/' or '\' depending on platform, to ensure the path denotes a directory
equalsHash(String, String, String) - Static method in class com.geekologue.md4j.util.StringUtil
 
execute() - Method in class com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask
Executes the task.
exists(String, Serializable, Serializable) - Method in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
Checks whether a persisted instance exists with the given property/value pair.

F

File - Class in com.geekologue.md4j.dto
Bundle of a file and information for it in a single object usefull for data transfer.
File() - Constructor for class com.geekologue.md4j.dto.File
Default constructor
findByExample(Object) - Method in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
 

G

get(Serializable) - Method in class com.geekologue.md4j.dao.AbstractDAO
Retreive the object matching the class handled by this DAO and the given identifier or null if no match is found.
get(Serializable) - Method in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
Retreive the object matching the class handled by this DAO and the given identifier or null if no match is found.
get(Serializable, Set) - Method in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
Retreive the properties of the object matching the given identifier as a Map of attribute-value pairs.
getBoolean(Object, boolean) - Static method in class com.geekologue.md4j.util.StringUtil
 
getBrokenUConstraints(Map, Serializable) - Method in class com.geekologue.md4j.dao.AbstractDAO
Get unique constraint violations before persisting new objects
getBrokenUConstraints(Map, Serializable) - Method in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
 
getClassLoader() - Static method in class com.geekologue.md4j.util.ClassUtils
get the context classloader from the current thread
getContentType() - Method in class com.geekologue.md4j.dto.File
 
getDaoClassInstance() - Method in class com.geekologue.md4j.dao.AbstractDAO
Get a new instance of the Class associated with this DAO (e.g.
getDate(String) - Static method in class com.geekologue.md4j.util.StringUtil
 
getDestDir() - Method in class com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask
 
getDouble(String) - Static method in class com.geekologue.md4j.util.StringUtil
 
getFileName() - Method in class com.geekologue.md4j.dto.File
 
getFileSize() - Method in class com.geekologue.md4j.dto.File
 
getFirstResultIndex() - Method in class com.geekologue.md4j.dao.hibernate.HbmQueryResultPage
Get the index of the first result in the page
getFirstResultIndex() - Method in interface com.geekologue.md4j.dao.Page
Get the index of the first result in the page
getFloat(String) - Static method in class com.geekologue.md4j.util.StringUtil
 
getGenerators() - Method in class com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask
 
getHash(String) - Static method in class com.geekologue.md4j.util.StringUtil
Get an MD5 hash for the given string.
getInputStream() - Method in class com.geekologue.md4j.dto.File
 
getInstance() - Static method in class com.geekologue.md4j.config.Configuration
 
getInteger(String) - Static method in class com.geekologue.md4j.util.StringUtil
 
getIntegerOrZero(String) - Static method in class com.geekologue.md4j.util.StringUtil
 
getLastResultIndex() - Method in class com.geekologue.md4j.dao.hibernate.HbmQueryResultPage
 
getList() - Method in class com.geekologue.md4j.dao.hibernate.HbmQueryResultPage
Get the page of results as the list
getList() - Method in interface com.geekologue.md4j.dao.Page
Get the page of results as the list
getLong(String) - Static method in class com.geekologue.md4j.util.StringUtil
 
getMapper() - Method in class com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask
 
getName() - Method in class com.geekologue.md4j.tools.ant.ContextParam
 
getNamespace(String) - Method in class com.geekologue.md4j.config.Configuration
 
getNestedMapper() - Method in class com.geekologue.md4j.generators.AbstractXsltBasedGenerator
Implementations must return a nested structure mapper
getNestedMapper() - Method in class com.geekologue.md4j.generators.Ejb21Generator
 
getNestedMapper() - Method in class com.geekologue.md4j.generators.HibernateDaoGenerator
 
getNestedMapper() - Method in class com.geekologue.md4j.generators.StrutsAction1NestedCrudActionGenerator
 
getNestedMapper() - Method in class com.geekologue.md4j.generators.StrutsAction1NestedFormBeanGenerator
 
getNestedMapper() - Method in class com.geekologue.md4j.generators.StrutsAction1NestedJsp2Generator
 
getNestedMapper() - Method in class com.geekologue.md4j.generators.StrutsAction1NestedLoadOrSearchActionGenerator
 
getNext() - Method in class com.geekologue.md4j.dao.hibernate.HbmQueryResultPage
 
getNullIfEmpty(String) - Static method in class com.geekologue.md4j.util.StringUtil
 
getOrder() - Method in interface com.geekologue.md4j.web.PagedSearchResultsForm
Get the order rules to use for page generation
getOrderProperties() - Method in class com.geekologue.md4j.dao.Order
 
getPackageName() - Method in class com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask
 
getPage(Set, Map, Order, int, int) - Method in class com.geekologue.md4j.dao.AbstractDAO
Get a page of results.
getPage(Map, Order, int, int) - Method in class com.geekologue.md4j.dao.AbstractDAO
Get a page of results.
getPage(Map, Order, int, int) - Method in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
 
getPage(Set, Map, Order, int, int) - Method in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
 
getPage(Set, Order, Criteria, int, int) - Method in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
Create and return a Page of results.
getPageNumber() - Method in class com.geekologue.md4j.dao.hibernate.HbmQueryResultPage
Get the page number
getPageNumber() - Method in interface com.geekologue.md4j.dao.Page
Get the page number
getPageSize() - Method in class com.geekologue.md4j.dao.hibernate.HbmQueryResultPage
return pageSize The page size
getParentOptions() - Method in class com.geekologue.md4j.dao.AbstractDAO
Get data to populate drop downs refering to parent objects by many-to-one relationships.
getParentOptions() - Method in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
Get data to populate drop downs refering to parent objects by many-to-one relationships.
getParentOptions() - Method in class com.geekologue.md4j.dao.hibernate.HbmQueryResultPage
 
getParentOptions() - Method in interface com.geekologue.md4j.dao.Page
 
getPrevious() - Method in class com.geekologue.md4j.dao.hibernate.HbmQueryResultPage
 
getProperty(String) - Method in class com.geekologue.md4j.config.Configuration
 
getQueryResultAsMap(Criteria, String, String) - Static method in class com.geekologue.md4j.dao.hibernate.Helper
 
getQueryResultAsMapList(Criteria, Set) - Static method in class com.geekologue.md4j.dao.hibernate.Helper
Produce a List containint Maps for each row for the given scalar query This method will only change the given criteria to add the appropriate projections, aliases must already be properly set, for example, a projection "foo.bar" assumes "foo" is already an alias.
getResultsPageNumber() - Method in interface com.geekologue.md4j.web.PagedSearchResultsForm
Get the result page number
getSimpleMapper() - Method in class com.geekologue.md4j.generators.AbstractXsltBasedGenerator
Implementations must return a simple structure mapper
getSimpleMapper() - Method in class com.geekologue.md4j.generators.Ejb21Generator
Equal to <regexpmapper handledirsep="true" from="(.*)/(.*).hbm.xml" to="\1/business/\2ManagerBean.java" />
getSimpleMapper() - Method in class com.geekologue.md4j.generators.HibernateDaoGenerator
Equal to <regexpmapper handledirsep="true" from="(.*)/(.*).hbm.xml" to="\1/dao/\2DAO.java" />
getSimpleMapper() - Method in class com.geekologue.md4j.generators.StrutsAction1NestedCrudActionGenerator
Equal to <regexpmapper handledirsep="true" from="(.*)/(.*).hbm.xml" to="\1/web/\2@{actionType}Action.java" />
getSimpleMapper() - Method in class com.geekologue.md4j.generators.StrutsAction1NestedFormBeanGenerator
Equal to <regexpmapper handledirsep="true" from="(.*)/(.*).hbm.xml" to="\1/web/\2@{actionType}Form.java" />
getSimpleMapper() - Method in class com.geekologue.md4j.generators.StrutsAction1NestedJsp2Generator
Equal to <regexpmapper handledirsep="true" from="(.*)/(.*).hbm.xml" to="jsp\2/@{actionType}.jsp" />
getSimpleMapper() - Method in class com.geekologue.md4j.generators.StrutsAction1NestedLoadOrSearchActionGenerator
Equal to <regexpmapper handledirsep="true" from="(.*)/(.*).hbm.xml" to="\1/web/\2@{actionType}Action.java" />
getStream(String) - Static method in class com.geekologue.md4j.config.Configuration
 
getStylePath() - Method in class com.geekologue.md4j.generators.Ejb21Generator
 
getTotalPageCount() - Method in class com.geekologue.md4j.dao.hibernate.HbmQueryResultPage
Get the total number of pages that can be used to divide the total results using the current page size.
getTotalPageCount() - Method in interface com.geekologue.md4j.dao.Page
Get the total number of pages that can be used to divide the total results using the current page size.
getTotalResultCount() - Method in class com.geekologue.md4j.dao.hibernate.HbmQueryResultPage
 
getTotalResultCount() - Method in interface com.geekologue.md4j.dao.Page
 
getUniquePropertyNames() - Method in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
Get the property names for which unique constraints exis
getValue() - Method in class com.geekologue.md4j.tools.ant.ContextParam
 
getValueOrDefault(String, String) - Static method in class com.geekologue.md4j.util.StringUtil
 
getViolated() - Method in exception com.geekologue.md4j.business.BrokenConstraintsException
Get the set of property names that where violated
getXmlCatalog() - Method in class com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask
 

H

HbmQueryResultPage - Class in com.geekologue.md4j.dao.hibernate
Hibernate-based implementation of the Page interface.
HbmQueryResultPage(Query, int, int) - Constructor for class com.geekologue.md4j.dao.hibernate.HbmQueryResultPage
Constructor that will page a query without loading all results
HbmQueryResultPage(Criteria, Set, int, int) - Constructor for class com.geekologue.md4j.dao.hibernate.HbmQueryResultPage
Constructor that will page a criteria query without loading all results
HbmQueryResultPage(Session, Set, int, int) - Constructor for class com.geekologue.md4j.dao.hibernate.HbmQueryResultPage
Constructor that will page a collection.
Helper - Class in com.geekologue.md4j.dao.hibernate
 
Helper() - Constructor for class com.geekologue.md4j.dao.hibernate.Helper
 
HibernateDaoGenerator - Class in com.geekologue.md4j.generators
Context parameters: singletonDaos: Whether to use JVM Singleton DAOs Please not that if singletonDaos is set to true, your Hibernate configuration file should include the following line: <property name="current_session_context_class">thread</property>
HibernateDaoGenerator() - Constructor for class com.geekologue.md4j.generators.HibernateDaoGenerator
 
HibernateMappingProcessorLiason - Interface in com.geekologue.md4j.tools.ant
Top level implementations (meaning the ones called by the MD4J task itself) of this interface must also provide a default (i.e.
HibernateMappingProcessorTask - Class in com.geekologue.md4j.tools.ant
 
HibernateMappingProcessorTask() - Constructor for class com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask
 

I

identifierName - Variable in class com.geekologue.md4j.dao.AbstractDAO
 
init(Map) - Method in class com.geekologue.md4j.generators.AbstractXsltBasedGenerator
 
init(Map) - Method in class com.geekologue.md4j.generators.Ejb21Generator
Initializes XSLT parameters etc
init(Map) - Method in class com.geekologue.md4j.generators.HibernateDaoGenerator
 
init(Map) - Method in class com.geekologue.md4j.generators.StrutsAction1Generator
 
init(Map) - Method in class com.geekologue.md4j.generators.StrutsAction1NestedCrudActionGenerator
 
init(Map) - Method in class com.geekologue.md4j.generators.StrutsAction1NestedFormBeanGenerator
 
init(Map) - Method in class com.geekologue.md4j.generators.StrutsAction1NestedJsp2Generator
 
init(Map) - Method in class com.geekologue.md4j.generators.StrutsAction1NestedLoadOrSearchActionGenerator
 
init(Map) - Method in interface com.geekologue.md4j.tools.ant.HibernateMappingProcessorLiason
 
init() - Method in class com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask
Initialize internal instance of XMLCatalog
isAscending(String) - Method in class com.geekologue.md4j.dao.Order
 
isEmpty(String) - Static method in class com.geekologue.md4j.util.StringUtil
 
isFirst() - Method in class com.geekologue.md4j.dao.hibernate.HbmQueryResultPage
See if this page is the first
isFirst() - Method in interface com.geekologue.md4j.dao.Page
See if this page is the first
isForce() - Method in class com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask
 
isInArray(String, String[]) - Static method in class com.geekologue.md4j.util.StringUtil
Look for the occurence of a string in an array.
isInArrayIgnoreCase(String, String[]) - Static method in class com.geekologue.md4j.util.StringUtil
Look for the occurence of a string in an array.
isLast() - Method in class com.geekologue.md4j.dao.hibernate.HbmQueryResultPage
See if this page is the last
isLast() - Method in interface com.geekologue.md4j.dao.Page
See if this page is the last

L

listAll() - Method in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
 
load(Serializable) - Method in class com.geekologue.md4j.dao.AbstractDAO
Retreive the object matching the class handled by this DAO and the given identifier.
load(Serializable) - Method in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
Retreive the object matching the class handled by this DAO and the given identifier.
loadClass(String) - Static method in class com.geekologue.md4j.util.ClassUtils
Load a class given a class name its name
logOrThrowError(String) - Method in class com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask
 
logOrThrowError(String, Exception) - Method in class com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask
 

M

MD4J_BASE_URI - Static variable in class com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask
 
Md4jActionForm - Interface in com.geekologue.md4j.web
 
Md4jException - Exception in com.geekologue.md4j.util
 
Md4jException() - Constructor for exception com.geekologue.md4j.util.Md4jException
 
Md4jException(String) - Constructor for exception com.geekologue.md4j.util.Md4jException
 
Md4jException(Throwable) - Constructor for exception com.geekologue.md4j.util.Md4jException
 
Md4jException(String, Throwable) - Constructor for exception com.geekologue.md4j.util.Md4jException
 
Md4jGlobals - Class in com.geekologue.md4j.util
 
Md4jGlobals() - Constructor for class com.geekologue.md4j.util.Md4jGlobals
 

N

newInstance(String) - Static method in class com.geekologue.md4j.util.ClassUtils
Create a new object instance given a class name

O

Order - Class in com.geekologue.md4j.dao
Utility class to specify the ordering of results in Page implementations, for example:
Order() - Constructor for class com.geekologue.md4j.dao.Order
 

P

Page - Interface in com.geekologue.md4j.dao
Instances of this class are created by DAOs when "paged" results are requested.
PagedSearchResultsForm - Interface in com.geekologue.md4j.web
Interface for Struts ActionForms with paged results
PARENT_OPTIONS - Static variable in class com.geekologue.md4j.util.Md4jGlobals
 
parseDate(String, String) - Static method in class com.geekologue.md4j.util.ConvertUtils
This method attempts to parse the given string to a date
parseDate(String) - Static method in class com.geekologue.md4j.util.ConvertUtils
This method attempts to parse the given string to a date using MM/dd/yyyy as a pattern
populateCriteria(Set, Map, Criteria) - Method in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
 
process(File, String) - Method in class com.geekologue.md4j.generators.AbstractXsltBasedGenerator
 
process(File, String) - Method in class com.geekologue.md4j.generators.StrutsAction1Generator
Dele=gate the call to nested generators
process(File, String) - Method in interface com.geekologue.md4j.tools.ant.HibernateMappingProcessorLiason
 

R

resolve(String, String) - Method in class com.geekologue.md4j.generators.ResourceResolver
 
resolveEntity(String, String) - Method in class com.geekologue.md4j.generators.ResourceResolver
 
ResourceResolver - Class in com.geekologue.md4j.generators
EntityResolver and URIResolver implementation for Md4j Ant tasks.
ResourceResolver(HibernateMappingProcessorTask) - Constructor for class com.geekologue.md4j.generators.ResourceResolver
 

S

save(Object) - Method in class com.geekologue.md4j.dao.AbstractDAO
Save the given object
save(Object) - Method in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
 
saveOrUpdate(Object) - Method in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
 
setBaseDir(File) - Method in class com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask
 
setContentType(String) - Method in class com.geekologue.md4j.dto.File
 
setDestDir(File) - Method in class com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask
 
setFailonerror(boolean) - Method in class com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask
 
setFileName(String) - Method in class com.geekologue.md4j.dto.File
 
setFileSize(int) - Method in class com.geekologue.md4j.dto.File
 
setForce(boolean) - Method in class com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask
 
setGenerators(String) - Method in class com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask
 
setInputStream(InputStream) - Method in class com.geekologue.md4j.dto.File
 
setList(List) - Method in class com.geekologue.md4j.dao.hibernate.HbmQueryResultPage
 
setList(List) - Method in interface com.geekologue.md4j.dao.Page
Set the list of results for this page.
setMapper(String) - Method in class com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask
 
setName(String) - Method in class com.geekologue.md4j.tools.ant.ContextParam
 
setPackageName(String) - Method in class com.geekologue.md4j.tools.ant.HibernateMappingProcessorTask
 
setParentOptions(Map) - Method in class com.geekologue.md4j.dao.hibernate.HbmQueryResultPage
 
setValue(String) - Method in class com.geekologue.md4j.tools.ant.ContextParam
 
sf - Variable in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
 
StringUtil - Class in com.geekologue.md4j.util
 
StringUtil() - Constructor for class com.geekologue.md4j.util.StringUtil
 
StrutsAction1Generator - Class in com.geekologue.md4j.generators
StrutsAction1Generator is actally a wrapper for it's nested generators that produce Actions, FormBeans and JSP pages
StrutsAction1Generator() - Constructor for class com.geekologue.md4j.generators.StrutsAction1Generator
Default constructor
StrutsAction1NestedCrudActionGenerator - Class in com.geekologue.md4j.generators
Creates Create or Update Struts 1.x create/update Actions depending on the "actionType" XSLT param (see constructor.
StrutsAction1NestedCrudActionGenerator(Map) - Constructor for class com.geekologue.md4j.generators.StrutsAction1NestedCrudActionGenerator
 
StrutsAction1NestedFormBeanGenerator - Class in com.geekologue.md4j.generators
Creates Search or CRUD Struts 1.x Action Form Beans depending on the "actionType" XSLT param (see constructor.
StrutsAction1NestedFormBeanGenerator(Map) - Constructor for class com.geekologue.md4j.generators.StrutsAction1NestedFormBeanGenerator
 
StrutsAction1NestedJsp2Generator - Class in com.geekologue.md4j.generators
Creates View, Create or Update JSP 2.0 pages depending on the "actionType" XSLT param (see constructor.
StrutsAction1NestedJsp2Generator(Map) - Constructor for class com.geekologue.md4j.generators.StrutsAction1NestedJsp2Generator
 
StrutsAction1NestedLoadOrSearchActionGenerator - Class in com.geekologue.md4j.generators
Creates Create or Update Struts 1.x load/search Actions depending on the "actionType" XSLT param (see constructor.
StrutsAction1NestedLoadOrSearchActionGenerator(Map) - Constructor for class com.geekologue.md4j.generators.StrutsAction1NestedLoadOrSearchActionGenerator
 
styleParameters - Variable in class com.geekologue.md4j.generators.AbstractXsltBasedGenerator
 

T

toHex(String) - Static method in class com.geekologue.md4j.util.StringUtil
 
toMap() - Method in interface com.geekologue.md4j.web.Md4jActionForm
Get the attribute vale pairs of this form bean instance as a Map
toString() - Method in class com.geekologue.md4j.dao.Order
 
toString(Object) - Static method in class com.geekologue.md4j.util.StringUtil
Return the string representation of a primitive array.
toXMLString(String) - Static method in class com.geekologue.md4j.util.StringUtil
 

U

update(Map) - Method in class com.geekologue.md4j.dao.AbstractDAO
Update the object matching the given identifier according to the property value pairs in the given map.
update(Object) - Method in class com.geekologue.md4j.dao.AbstractDAO
Persist any changes to the given POJO
update(Map) - Method in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
Update the object matching the given identifier according to the property value pairs in the given map.
update(Object) - Method in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
 
updateFromParams(Map) - Method in class com.geekologue.md4j.dao.hibernate.AbstractHbmDAO
Subclasses must override this method to obtain the persisted instance from here and update properties in their implementation of the method

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

Copyright © 2003-2007 Manos Batsis. All Rights Reserved.