Anyframe Core
A B C D E F G H I J L M N O P Q R S T U V X

A

AbstractAspects - Class in anyframe.common.aop.aspects
Abstract aspect class that supports for collecting performance information and sending these information to agent server which is provided by infrared solutions This aspect is to modify Infrared's AbstractAspects for applying Spring AOP
AbstractAspects() - Constructor for class anyframe.common.aop.aspects.AbstractAspects
 
AbstractDAO - Class in anyframe.core.query
This is a Wrapper class in order to use with the IQueryService API easily The approproaching logic for the data is handled by inheritting this class in each of the DAO class.
AbstractDAO() - Constructor for class anyframe.core.query.AbstractDAO
 
accept(File, String) - Method in class anyframe.common.util.file.ExtensionFileFilter
addProperty(Object, String, Object) - Static method in class anyframe.common.util.ObjectUtil
 
addSqlType(String, int) - Method in interface anyframe.core.query.ISqlParameterSource
Register a SQL type for the given parameter.
afterPropertiesSet() - Method in class anyframe.common.aop.ExclusiveBeanNameAutoProxyCreator
anyframe.common - package anyframe.common
Provides common classes which will be used both presentation layer and business layer.
anyframe.common.aop - package anyframe.common.aop
Provides auto proxy creator that identifies beans to proxy via a list of names.
anyframe.common.aop.aspects - package anyframe.common.aop.aspects
Provides Aspect classes which extend spring aop class.
anyframe.common.config - package anyframe.common.config
Provides Aspect classes which extend spring aop class.
anyframe.common.exception - package anyframe.common.exception
Provides Aspect classes which extend spring aop class.
anyframe.common.exception.message - package anyframe.common.exception.message
Provides Aspect classes which extend spring aop class.
anyframe.common.infrared - package anyframe.common.infrared
Provides infrared common classes to monitor applications
anyframe.common.util - package anyframe.common.util
Provides utility classes.
anyframe.common.util.file - package anyframe.common.util.file
Provides common utillity classes about managing file.
anyframe.core.basis.dao - package anyframe.core.basis.dao
Generic DAO (Data Access Object) with common methods to CRUD POJOs.
anyframe.core.basis.dao.hibernate - package anyframe.core.basis.dao.hibernate
This class serves as the Base class for all other DAOs - namely to hold common CRUD methods that they might all use.
anyframe.core.basis.dao.query - package anyframe.core.basis.dao.query
This class serves as the Base class for all other DAOs - namely to hold common CRUD methods that they might all use.
anyframe.core.basis.model - package anyframe.core.basis.model
Base class for Model objects.
anyframe.core.basis.service - package anyframe.core.basis.service
Generic Manager that talks to GenericDao to CRUD POJOs.
anyframe.core.basis.util - package anyframe.core.basis.util
Utility class to convert one object to another.
anyframe.core.cache - package anyframe.core.cache
Provides interfaces for managing objects in the cache.
anyframe.core.hibernate - package anyframe.core.hibernate
Provides interface for wrapping hibernate libraries and acting as a facade for complex hibernate api & JDBC api.
anyframe.core.idgen - package anyframe.core.idgen
Provides interfaces that IIdGenerationService and IdGenrationStrategy are interfaces for generating unique ID mainly used.
anyframe.core.locator - package anyframe.core.locator
Provides interfaces that IServiceLocator is an interface for looking up objects through each Lookup implementation object.
anyframe.core.properties - package anyframe.core.properties
Provides interfaces that IPropertiesService is an interface for enabling applications to approach the value of singular key Containig the pairs of key-value internally.
anyframe.core.query - package anyframe.core.query
Provides interface for executing SQL queries or updates, initiating iteration over ResultSets And also provides exception class that is thrown when there is any problem executing the query
anyframe.core.query.ria - package anyframe.core.query.ria
Provides interface for executing SQL queries or updates, initiating iteration over ResultSets under developing the presentation layer using RIA product.
anyframe.core.query.ria.gauce - package anyframe.core.query.ria.gauce
Provides interface for executing SQL queries or updates, initiating iteration over ResultSets under developing the presentation layer using Gauce component which is the X-Internet solution of the Shift Software company.
anyframe.core.query.ria.mip - package anyframe.core.query.ria.mip
Provides interface for executing SQL queries or updates, initiating iteration over ResultSets under developing the presentation layer using MiPlatform which is the X-Internet solution of the TOBE Software company.
anyframe.core.remoting.webservices.client - package anyframe.core.remoting.webservices.client
When you use Apache CXF framework to implement web services, you can use two kinds of frontend model(Simple frontend, JAX-WS frontend).
anyframe.core.remoting.webservices.server - package anyframe.core.remoting.webservices.server
When you use Apache CXF framework to implement web services, you can use two kinds of frontend model(Simple frontend, JAX-WS frontend).
AnyFrameMessageSource - Interface in anyframe.common.exception.message
Strategy interface for getting a Message structure which includes user message, solution message and reason message.
ApiAspect - Class in anyframe.common.aop.aspects
Aspect class that supports for collecting performance information of Anyframe Java based service or application method calls and sending these information to agent server which is provided by infrared solutions This aspect is to modify Infrared's ApiAspect for applying Spring AOP
ApiAspect() - Constructor for class anyframe.common.aop.aspects.ApiAspect
 

B

BaseException - Exception in anyframe.common.exception
General Exception
BaseException(MessageSource, String, Object[], String, Throwable) - Constructor for exception anyframe.common.exception.BaseException
The constructor with a message key, with parameters, and with a wrapped exception (with all the formal parameters).
BaseException(MessageSource, String, Object[], Throwable) - Constructor for exception anyframe.common.exception.BaseException
The constructor with a message key, with parameters, and with a wrapped exception (with all the formal parameters).
BaseException(MessageSource, String, Throwable) - Constructor for exception anyframe.common.exception.BaseException
The constructor with a message key, with parameters, and with a wrapped exception (with all the formal parameters).
BaseException(MessageSource, String, String, Throwable) - Constructor for exception anyframe.common.exception.BaseException
The constructor with a message key, with parameters, and with a wrapped exception (with all the formal parameters).
BaseException(MessageSource, String, Object[]) - Constructor for exception anyframe.common.exception.BaseException
The constructor with a message key, with parameters, and with a wrapped exception (with all the formal parameters).
BaseException(MessageSource, String, Object[], String) - Constructor for exception anyframe.common.exception.BaseException
The constructor with a message key, with parameters, and with a wrapped exception (with all the formal parameters).
BaseException(MessageSource, String) - Constructor for exception anyframe.common.exception.BaseException
The constructor with a message key, with parameters, and with a wrapped exception (with all the formal parameters).
BaseException(MessageSource, String, String) - Constructor for exception anyframe.common.exception.BaseException
The constructor with a message key, with parameters, and with a wrapped exception (with all the formal parameters).
BaseException(String, Object[], Throwable) - Constructor for exception anyframe.common.exception.BaseException
The constructor with a message, with parameters, and with a wrapped exception (with all the formal parameters).
BaseException(String, Object[]) - Constructor for exception anyframe.common.exception.BaseException
The constructor with a message and parameters.
BaseException() - Constructor for exception anyframe.common.exception.BaseException
default constructor
BaseException(String) - Constructor for exception anyframe.common.exception.BaseException
Constructor with a message.
BaseException(String, Throwable) - Constructor for exception anyframe.common.exception.BaseException
Constructor with a message and an exception.
BaseObject - Class in anyframe.core.basis.model
Base class for Model objects.
BaseObject() - Constructor for class anyframe.core.basis.model.BaseObject
 
batchCreate(List) - Method in interface anyframe.core.query.IQueryService
Issue multiple updates using JDBC 2.0 batch updates and PreparedStatementSetters to set values on a PreparedStatement created by this method
batchRemove(List) - Method in interface anyframe.core.query.IQueryService
Issue multiple updates using JDBC 2.0 batch updates and PreparedStatementSetters to set values on a PreparedStatement created by this method
batchUpdate(List) - Method in interface anyframe.core.query.IQueryService
Issue multiple updates using JDBC 2.0 batch updates and PreparedStatementSetters to set values on a PreparedStatement created by this method
batchUpdate(String, List) - Method in interface anyframe.core.query.IQueryService
Issue multiple updates using JDBC 2.0 batch updates and PreparedStatementSetters to set values on a PreparedStatement created by this method
batchUpdateBySQL(String, String[], List) - Method in interface anyframe.core.query.IQueryService
Issue multiple updates using JDBC 2.0 batch updates and PreparedStatementSetters to set values on a PreparedStatement created by this method Execute UPDATE query, Using query statement directly without being defined in mapping xml files.
BUNDLE_KEY - Static variable in class anyframe.common.Constants
 

C

calendar2String(Calendar) - Static method in class anyframe.common.util.DateUtil
convert java.util.Calendar to String
cancelUpdate(String) - Method in interface anyframe.core.cache.ICacheService
Cancels any pending update for this cache entry.
ClasspathUtils - Class in anyframe.common.util
Util class to append specific library files to system class loader.
ClasspathUtils() - Constructor for class anyframe.common.util.ClasspathUtils
 
Client - Interface in anyframe.core.remoting.webservices.client
When you use Apache CXF framework to implement web services, you can use two kinds of frontend model(Simple frontend, JAX-WS frontend).
ClientInfo - Class in anyframe.core.remoting.webservices.client
ClientInfo has the information that can be used to access web service methods.
ClientInfo() - Constructor for class anyframe.core.remoting.webservices.client.ClientInfo
 
ClientInfo(Class, String) - Constructor for class anyframe.core.remoting.webservices.client.ClientInfo
 
ClientInfo(Class, String, boolean) - Constructor for class anyframe.core.remoting.webservices.client.ClientInfo
 
ClientInfo(Class, String, boolean, boolean) - Constructor for class anyframe.core.remoting.webservices.client.ClientInfo
 
COL_INFO - Static variable in interface anyframe.core.query.IQueryService
 
ConfigurableCallback - Class in anyframe.common.config
MethodReplacer implementation for supporting Avalon Configurable API
ConfigurableCallback() - Constructor for class anyframe.common.config.ConfigurableCallback
 
ConfigurationFactoryBean - Class in anyframe.common.config
FactoryBean implementation for supporting Avalon Configurable API This class is used only internally
ConfigurationFactoryBean() - Constructor for class anyframe.common.config.ConfigurationFactoryBean
 
Constants - Class in anyframe.common
Constants class for AnyFrame Setup
Constants() - Constructor for class anyframe.common.Constants
 
containesQueryId(String) - Method in interface anyframe.core.query.ria.IRiaQueryService
Checks whether the query identifier exists.
containsInvalidChars(String, char[]) - Static method in class anyframe.common.util.StringUtil
Checks that the String contains certain characters.
containsInvalidChars(String, String) - Static method in class anyframe.common.util.StringUtil
Checks that the String contains certain characters.
containsMaxSequence(String, String) - Static method in class anyframe.common.util.StringUtil
It returns true if string contains a sequence of the same character.
containsPattern(File, Pattern) - Static method in class anyframe.common.util.file.GrepFile
Check if the given file name contains the pattern
convertBundleToMap(ResourceBundle) - Static method in class anyframe.core.basis.util.ConvertUtil
Method to convert a ResourceBundle to a Map object.
convertBundleToProperties(ResourceBundle) - Static method in class anyframe.core.basis.util.ConvertUtil
Method to convert a ResourceBundle to a Properties object.
convertToCamelCase(String, char) - Static method in class anyframe.common.util.StringUtil
This method convert "string_util" to "stringUtil"
convertToCamelCase(String) - Static method in class anyframe.common.util.StringUtil
Convert a string that may contain underscores to camel case.
convertToUnderScore(String) - Static method in class anyframe.common.util.StringUtil
Convert a camel case string to underscore representation.
ConvertUtil - Class in anyframe.core.basis.util
Utility class to convert one object to another.
copyProperties(Object, Object) - Static method in class anyframe.common.util.ObjectUtil
 
COUNT - Static variable in interface anyframe.core.query.IQueryService
 
countQuery() - Method in interface anyframe.core.query.IQueryService
Count all queries which defined in mapping xml files.
create(String, Object) - Method in class anyframe.core.query.AbstractDAO
Execute the INSERT query statement using the targetObject including the inputted value, after finding the appropriate queryId in combining the inputted table name and defined createId(default='create').
create(String, Map) - Method in class anyframe.core.query.AbstractDAO
Execute the INSERT query statement by targetMap including the inputted value, after finding the appropriate queryId in combining the inputted table name and defined createId(default='create').
create(String, Object, Object) - Method in class anyframe.core.query.AbstractDAO
After finding the appropriate queryId by combining the inputted table name and defined createId(default='create'), execute the INSERT query statement using the two targetObject including the inputted value.
create(String, List) - Method in class anyframe.core.query.AbstractDAO
Execute the INSERT query statement using the targetList including the inputted value, after finding the appropriate queryId in combining the inputted table name and defined createId(default='create').
create(String, Object[]) - Method in class anyframe.core.query.AbstractDAO
Execute the INSERT query statement using the Object array including the inputted value, after finding the appropriate queryId in combining the inputted table name and defined createId(default='create')
create(Object) - Method in interface anyframe.core.query.IQueryService
Execute INSERT query, Using object, which class is matched with table by mapping xml files.
create(String, Object[]) - Method in interface anyframe.core.query.IQueryService
Execute INSERT query, Using given queryId which defined in mapping xml files.
createBySQL(String, String[], Object[]) - Method in interface anyframe.core.query.IQueryService
Execute INSERT query, Using query statement directly without being defined in mapping xml files.

D

date2String(Date) - Static method in class anyframe.common.util.DateUtil
convert java.util.Date to String type
date2String(Date, String) - Static method in class anyframe.common.util.DateUtil
convert java.util.Date to String type
DateUtil - Class in anyframe.common.util
Date Utility Class
This is used to manage Date Object.
decodeString(String) - Static method in class anyframe.common.util.StringUtil
Decode a string using Base64 encoding.
doesNeedColumnMapping() - Method in interface anyframe.core.query.IQueryInfo
Checks whether to map in an arbitray class the execution results of appropriate query statement.
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class anyframe.common.config.ServiceBeanDefinitionParser

E

EMPTY_PAGE - Static variable in class anyframe.common.Page
 
encodePassword(String, String) - Static method in class anyframe.common.util.StringUtil
Encode a string using algorithm specified in web.xml and return the resulting encrypted password.
encodeString(String) - Static method in class anyframe.common.util.StringUtil
Encode a string using Base64 encoding.
equals(Date, String) - Static method in class anyframe.common.util.DateUtil
Compares two dates for equality.
equals(Date, String, String) - Static method in class anyframe.common.util.DateUtil
Compares two dates for equality.
equals(Date, Date) - Static method in class anyframe.common.util.DateUtil
Compares two dates for equality.
equals(Object) - Method in class anyframe.core.basis.model.BaseObject
Compares object equality.
ExclusiveBeanNameAutoProxyCreator - Class in anyframe.common.aop
Automatical proxy creator class to identify beans to proxy using the bean name list.
ExclusiveBeanNameAutoProxyCreator() - Constructor for class anyframe.common.aop.ExclusiveBeanNameAutoProxyCreator
 
execute(String, Map) - Method in interface anyframe.core.query.IQueryService
Execute an sql call using a CallableStatement
execute(String, Map, int) - Method in interface anyframe.core.query.IQueryService
Execute an SELECT sql call using a CallableStatement which defined in mapping xml files.
execute(String, Map, int, int) - Method in interface anyframe.core.query.IQueryService
Execute an SELECT sql call using a CallableStatement which defined in mapping xml files.
executeBySQL(String, String[], String[], String[], Map) - Method in interface anyframe.core.query.IQueryService
Execute an Sql call using a CallableStatement
executeBySQL(String, String[], String[], String[], Map, int, int) - Method in interface anyframe.core.query.IQueryService
Execute an Sql call using a CallableStatement
exists(PK) - Method in interface anyframe.core.basis.dao.GenericDao
Checks for existence of an object of type T using the id arg.
exists(PK) - Method in class anyframe.core.basis.dao.hibernate.GenericDaoHibernate
Checks for existence of an object of type T using the id arg.
exists(PK) - Method in class anyframe.core.basis.dao.query.GenericDaoQuery
Checks for existence of an object of type T using the id arg.
exists(PK) - Method in interface anyframe.core.basis.service.GenericManager
Checks for existence of an object of type T using the id arg.
ExtensionFileFilter - Class in anyframe.common.util.file
File search filters
ExtensionFileFilter(String) - Constructor for class anyframe.common.util.file.ExtensionFileFilter
 

F

FileUtil - Class in anyframe.common.util.file
File Search Utility
fillString(String, char, int) - Static method in class anyframe.common.util.StringUtil
Make a new String that filled original to a special char as cipers
find(File, String) - Static method in class anyframe.common.util.file.GrepFile
Find all files below the given file which contain the given search string.
find(File, String, boolean) - Static method in class anyframe.common.util.file.GrepFile
 
find(String, Object[]) - Method in interface anyframe.core.hibernate.IDynamicHibernateService
We find the appropropriate HQL by the dynamic HQL's identifier defined in a separate XML.
find(Object) - Method in interface anyframe.core.query.IQueryService
Execute a SELECT query, Using object, which class is matched with table by mapping xml files.
find(String, Object[]) - Method in interface anyframe.core.query.IQueryService
Execute a SELECT query, Using given queryId which defined in mapping xml files.
find(String, Object[], int) - Method in interface anyframe.core.query.IQueryService
Execute a SELECT query, Using given queryId which defined in mapping xml files.
find(String, Object[], int, int) - Method in interface anyframe.core.query.IQueryService
Execute a SELECT query, Using given queryId which defined in mapping xml files.
findByNamedParam(String, String[], Object[]) - Method in interface anyframe.core.hibernate.IDynamicHibernateService
We find the appropropriate HQL by the dynamic HQL's identifier defined in a separate XML.
findByNamedParam(String, String, Object) - Method in interface anyframe.core.hibernate.IDynamicHibernateService
We find the appropropriate HQL by the dynamic HQL's identifier defined in a separate XML.
findByPk(String, Object) - Method in class anyframe.core.query.AbstractDAO
Execute the SELECT query statement for unitary query using the targetObject including the inputted value, after finding the queryId, the inputted table name and defined findPrefix(default='find').
findByPk(String, Map) - Method in class anyframe.core.query.AbstractDAO
Execute the SELECT query statement for unitary query using the targetMap including the inputted value, after finding the appropriate queryId in combining the findByPkPostfix(default='ByPk').
findByPk(String, List) - Method in class anyframe.core.query.AbstractDAO
Execute the SELECT query statement for unitary query using the targetList including the inputted value, after finding the queryId and the inputted table name and defined findPrefix(default='find').
findByPk(String, Object[]) - Method in class anyframe.core.query.AbstractDAO
Execute the SELECT query statement for unitary query using the Object array including the variable value, after finding the appropriate queryId in combining the inputted the table name and defined findPrefix(default='find').
findBySQL(String, String[], Object[]) - Method in interface anyframe.core.query.IQueryService
Execute a SELECT query, Using query statement directly without being defined in mapping xml files.
findBySQL(String, String[], Object[], int, int) - Method in interface anyframe.core.query.IQueryService
Execute a SELECT query, Using query statement directly without being defined in mapping xml files.
findBySQLWithRowCount(String, String[], Object[]) - Method in interface anyframe.core.query.IQueryService
Execute a SELECT query, Using query statement directly without being defined in mapping xml files.
findBySQLWithRowCount(String, String[], Object[], int, int) - Method in interface anyframe.core.query.IQueryService
Execute a SELECT query, Using query statement directly without being defined in mapping xml files.
findList(String, Object[]) - Method in interface anyframe.core.hibernate.IDynamicHibernateService
We find the appropropriate HQL by the dynamic HQL's identifier defined in a separate XML.
findList(String, Object[], int, int) - Method in interface anyframe.core.hibernate.IDynamicHibernateService
We find the appropropriate HQL by the dynamic HQL's identifier defined in a separate XML.
findList(String, Object) - Method in class anyframe.core.query.AbstractDAO
Execute the SELECT query statement using the targetObject including the inputted value, after finding the appropriate queryId in combining the inputted table name and defined findListPostfix(default='List').
findList(String, Map) - Method in class anyframe.core.query.AbstractDAO
Exeucte the SELECT query statement using the targetMap including the input value, after finding the appropriate queryId in combining the inputted table name and findPrefix(default='find').
findList(String, List) - Method in class anyframe.core.query.AbstractDAO
Execute the SELECT query statement using the targetList including the inputted value, after finding the appropriate queryId in combining the inputted table name and defined findPrefix(default='find').
findList(String, Object[]) - Method in class anyframe.core.query.AbstractDAO
Execute the SELECT query statement using the Object array including the inputted value, after finding the appropriate queryId in combining the inputted table name and defined findPrefix(default='find').
findList(String, Object, int, int) - Method in class anyframe.core.query.AbstractDAO
Execute the SELECT query statement using pageIndex and pageSize containing the paging info and targetObject including the inputted value, after finding the appropriate queryId in combining the inputted table name and defined findPrefix(default'find').
findList(String, Map, int, int) - Method in class anyframe.core.query.AbstractDAO
Execute the SELECT query statement using the pageIndex and pageSize containing the paging info and targetMap including the inputted value, after finding the appropriate queryId in combining the inputted table name and defined findPrefix(default='find').
findList(String, List, int, int) - Method in class anyframe.core.query.AbstractDAO
Execute the SELECT query statement using the pageIndex and pageSize containin the paging info and targetList including the inputted value, after findding the appropriate queryId in combining the inputted table name, findPrefix(default='find') and findListPostfix(default-'List').
findListByNamedParam(String, String[], Object[]) - Method in interface anyframe.core.hibernate.IDynamicHibernateService
We find the appropropriate HQL by the dynamic HQL's identifier defined in a separate XML.
findListByNamedParam(String, String, Object) - Method in interface anyframe.core.hibernate.IDynamicHibernateService
We find the appropropriate HQL by the dynamic HQL's identifier defined in a separate XML.
findListByNamedParam(String, String[], Object[], int, int) - Method in interface anyframe.core.hibernate.IDynamicHibernateService
We find the appropropriate HQL by the dynamic HQL's identifier defined in a separate XML.
findListByNamedParam(String, String, Object, int, int) - Method in interface anyframe.core.hibernate.IDynamicHibernateService
We find the appropropriate HQL by the dynamic HQL's identifier defined in a separate XML.
findListWithPaging(String, Object, int, int) - Method in class anyframe.core.query.AbstractDAO
Execute the SELECT query statement using the pageIndex and pageSize including the paging info and targetObject including the inputted value, after finding the appropriate queryId in combining the inputted table name, defined findPrefix(default='find') and findListPostfix(default='List').
findListWithPaging(String, Object, int, int, int) - Method in class anyframe.core.query.AbstractDAO
Execute the SELECT query statement using the pageIndex, pageSize and pageUnit containing the paging info and targObject including the inputted value, after finding the appropriate queryId in combining the inputted table name, findPrefix(default='find') and findListPostfix(default='List').
findListWithPaging(String, Map, int, int) - Method in class anyframe.core.query.AbstractDAO
Execute the SELECT query statement using the pageIndex and pageSize containing the paging info and targetMap including the inputted value, after finding the appropriate queryId in combining the table name, defined findPrefix(default='find') and findListPostfix(default="List').
findListWithPaging(String, Map, int, int, int) - Method in class anyframe.core.query.AbstractDAO
Execute the SELECT query statement using the pageIndex, pageSize and pageUnit including the paging info, and targetMap including the inputted value, after finding the appropriate queryId in combining the tablename, defined findPrefix(default='find') and findListPostfix(default='List').
findListWithPaging(String, List, int, int) - Method in class anyframe.core.query.AbstractDAO
Execute the SELECT query statement using the pageIndex, pageSize and targetList including the inputted value, after finding the appropriate queryId in combining the inputted table name, defined findPrefix(default='find') and findListPostfix(default='List').
findListWithPaging(String, List, int, int, int) - Method in class anyframe.core.query.AbstractDAO
Execute the SELECT query statement using the pageIndex and pageSize including the paging info, targetList including the inputted value, after finding the appropriate queryId in combining the inputted table name defined in findPrefix (default='find') and findListPostfix(default="List').
findListWithPaging(String, Object[], int, int) - Method in class anyframe.core.query.AbstractDAO
Execute the SELECT query statement using the pageIndex and pageSize including the paging info and Object array including the inputted value, after finding the appropriate queryId in combining the inputted table name, defined findPrefix(default='find') and findListPostfix(default='List').
findListWithPaging(String, Object[], int, int, int) - Method in class anyframe.core.query.AbstractDAO
Execute the SELECT query statement using the pageIndex and pageSize including the paging info and Object order including the variable name, after finding the appropriate queryId in combining the inputted table name, defined findPrefix(default='find') and findListPostfix(default='List').
findPattern(File, Pattern, int) - Static method in class anyframe.common.util.file.GrepFile
Find all occurences of pattern in a file.
findWithColInfo(String, Object[]) - Method in interface anyframe.core.query.IQueryService
Execute a SELECT query, using given queryId which defined in mapping xml files.
findWithColInfo(String, Object[], int) - Method in interface anyframe.core.query.IQueryService
Execute a SELECT query, using given queryId which defined in mapping xml files.
findWithColInfo(String, Object[], int, int) - Method in interface anyframe.core.query.IQueryService
Execute a SELECT query, using given queryId which defined in mapping xml files.
findWithRowCount(String, Object[]) - Method in interface anyframe.core.query.IQueryService
Execute a SELECT query, using given queryId which defined in mapping xml files.
findWithRowCount(String, Object[], int) - Method in interface anyframe.core.query.IQueryService
Execute a SELECT query, using given queryId which defined in mapping xml files.
findWithRowCount(String, Object[], int, int) - Method in interface anyframe.core.query.IQueryService
Execute a SELECT query, using given queryId which defined in mapping xml files.
flushAll(Date) - Method in interface anyframe.core.cache.ICacheService
Flush the entire cache at the given date.
flushEntry(String) - Method in interface anyframe.core.cache.ICacheService
Flushes a single cache entry.
flushGroup(String) - Method in interface anyframe.core.cache.ICacheService
Flushes all items that belong to the specified group.

G

GenericDao<T,PK extends Serializable> - Interface in anyframe.core.basis.dao
Generic DAO (Data Access Object) with common methods to CRUD POJOs.
GenericDaoHibernate<T,PK extends Serializable> - Class in anyframe.core.basis.dao.hibernate
This class serves as the Base class for all other DAOs - namely to hold common CRUD methods that they might all use.
GenericDaoHibernate(Class<T>) - Constructor for class anyframe.core.basis.dao.hibernate.GenericDaoHibernate
Constructor that takes in a class to see which type of entity to persist.
GenericDaoQuery<T,PK extends Serializable> - Class in anyframe.core.basis.dao.query
This class serves as the Base class for all other DAOs - namely to hold common CRUD methods that they might all use.
GenericDaoQuery(Class<T>) - Constructor for class anyframe.core.basis.dao.query.GenericDaoQuery
Constructor that takes in a class to see which type of entity to persist.
GenericManager<T,PK extends Serializable> - Interface in anyframe.core.basis.service
Generic Manager that talks to GenericDao to CRUD POJOs.
get(PK) - Method in interface anyframe.core.basis.dao.GenericDao
Generic method to get an object based on class and identifier.
get(PK) - Method in class anyframe.core.basis.dao.hibernate.GenericDaoHibernate
Generic method to get an object based on class and identifier.
get(PK) - Method in class anyframe.core.basis.dao.query.GenericDaoQuery
Generic method to get an object based on class and identifier.
get(PK) - Method in interface anyframe.core.basis.service.GenericManager
Generic method to get an object based on class and identifier.
getAddress() - Method in class anyframe.core.remoting.webservices.client.ClientInfo
 
getAdvicesAndAdvisorsForBean(Class, String, TargetSource) - Method in class anyframe.common.aop.ExclusiveBeanNameAutoProxyCreator
 
getBeanClass(Element) - Method in class anyframe.common.config.ServiceBeanDefinitionParser
getBeginUnitPage() - Method in class anyframe.common.Page
 
getBindingId() - Method in class anyframe.core.remoting.webservices.server.ServerInfo
 
getBoolean(String) - Method in interface anyframe.core.properties.IPropertiesService
The purpose of this method is to get the configuration resource with the given name as a boolean value.
getBoolean(String, boolean) - Method in interface anyframe.core.properties.IPropertiesService
The purppose of this method is to get the configuration resource with the given name as a boolean value, or a default value.
getClassName() - Method in interface anyframe.core.query.IMappingInfo
Transmits the related class name in defined in the arbitrary table mapping info
getClient(ClientInfo) - Method in interface anyframe.core.remoting.webservices.client.Client
get ProxyFactoryBean instance with Client information and the return value should be typecast as a service interface class(SEI)
getClient(ClientInfo) - Method in class anyframe.core.remoting.webservices.client.JaxWsClient
 
getClient(ClientInfo) - Method in class anyframe.core.remoting.webservices.client.SimpleClient
 
getCompositeColumnNames() - Method in interface anyframe.core.query.IMappingInfo
 
getCompositeFieldNames() - Method in interface anyframe.core.query.IMappingInfo
 
getCondition() - Method in class anyframe.common.Page
 
getContext(String) - Method in interface anyframe.core.locator.IServiceLocator
Return the Context with the specified name.
getCurrentDay() - Static method in class anyframe.common.util.DateUtil
get current day
getCurrentHour() - Static method in class anyframe.common.util.DateUtil
get current hour
getCurrentPage() - Method in class anyframe.common.Page
 
getCurrentPageStr() - Method in class anyframe.common.Page
 
getCurrentTime() - Static method in class anyframe.common.util.DateUtil
get current system time
getCurrentTime(String) - Static method in class anyframe.common.util.DateUtil
get current time with date format
getDataSource(String) - Method in interface anyframe.core.locator.IServiceLocator
Using a default context, get DataSource Object from JNDI Server.
getDataSource(String, String) - Method in interface anyframe.core.locator.IServiceLocator
Using a context, get DataSource Object from JNDI Server.
getDates(String, String) - Static method in class anyframe.common.util.DateUtil
find dates between startDay and endDay
getDates(String, String, String) - Static method in class anyframe.common.util.DateUtil
find dates between startDay and endDay
getDays(Calendar, Calendar) - Static method in class anyframe.common.util.DateUtil
It returns the number of days between two Gregorian Calendar dates (e.g.
getDays(String, String) - Static method in class anyframe.common.util.DateUtil
It returns the number of days between two string type dates.
getDefaultDatePattern() - Static method in class anyframe.common.util.DateUtil
Return default datePattern (yyyy-MM-dd)
getDeleteQuery() - Method in interface anyframe.core.query.IMappingInfo
Based on the arbitrary mapping info, trasmits by creating the DELETE query statement including hte Named Parameter based on the arbitrary mapping info (Named Parameter is "anyframe." + "related class's property name")
getDirs(ArrayList, String) - Static method in class anyframe.common.util.file.FileUtil
find all the sub-directories of given directory
getDouble(String) - Method in interface anyframe.core.properties.IPropertiesService
The purpose of this method is to get the configuration resource with the given name as a double.
getDouble(String, double) - Method in interface anyframe.core.properties.IPropertiesService
The purpose of this method is to get the configuration resource with the given name as a double, or a default value.
getDynamicHibernateService() - Method in class anyframe.core.basis.dao.hibernate.GenericDaoHibernate
 
getEJBHome(String) - Method in interface anyframe.core.locator.IServiceLocator
Using a default context, get EJBHome Object from JNDI Server.
getEJBHome(String, String) - Method in interface anyframe.core.locator.IServiceLocator
Using a context, get EJB Home Object from JNDI Server.
getEJBHome(String, Class) - Method in interface anyframe.core.locator.IServiceLocator
Using a default context, get EJBHome Object narrow casting from JNDI Server.
getEJBHome(String, Class, String) - Method in interface anyframe.core.locator.IServiceLocator
Using a context, get EJBHome Object narrow casting from JNDI Server.
getEndDate(String, int) - Static method in class anyframe.common.util.DateUtil
getting end date intervalDays <= 40
getEndListPage() - Method in class anyframe.common.Page
 
getEndUnitPage() - Method in class anyframe.common.Page
 
getFetchCountPerQuery() - Method in interface anyframe.core.query.IQueryInfo
Tramsmits the size of result operated for the appropriate query statement.
getField(Object, String) - Static method in class anyframe.common.util.ObjectUtil
 
getFiles(String, String) - Static method in class anyframe.common.util.file.FileUtil
find all the files which is having given extension in all the sub-directories of given directory
getFloat(String) - Method in interface anyframe.core.properties.IPropertiesService
The purpose of this method is to get the configuration resource with the given name as a float.
getFloat(String, float) - Method in interface anyframe.core.properties.IPropertiesService
The purpose of this method is to get the configuration resource with the given name as a float, or a default value.
getFromCache(String) - Method in interface anyframe.core.cache.ICacheService
Get an object from the cache
getHibernateTemplate() - Method in class anyframe.core.basis.dao.hibernate.GenericDaoHibernate
 
getImpleClass() - Method in class anyframe.core.remoting.webservices.server.ServerInfo
 
getInsertQuery() - Method in interface anyframe.core.query.IMappingInfo
Tranmits by creating the INSERT query statement including the Named Parameter based on the arbitrary table mapping info.
getInt(String) - Method in interface anyframe.core.properties.IPropertiesService
The purpose of this method is to get the configuration resource with the given name as an integer.
getInt(String, int) - Method in interface anyframe.core.properties.IPropertiesService
占쌍억옙占쏙옙 占싱몌옙占쏙옙 configuration resource占쏙옙 integer 占쏙옙占싱놂옙 default integer 占쏙옙8占쏙옙 return占싹댐옙 占쌨쏙옙占�?
getInterfaceClass() - Method in class anyframe.core.remoting.webservices.client.ClientInfo
 
getKeyParamName() - Method in class anyframe.common.ValueObjectList
 
getKeys() - Method in interface anyframe.core.properties.IPropertiesService
Get the list of the keys contained in the configuration repository.
getKeys(String) - Method in interface anyframe.core.properties.IPropertiesService
Get the list of the keys contained in the configuration repository that match the specified prefix.
getLastString(String, String) - Static method in class anyframe.common.util.StringUtil
Break a string into specific tokens and return a String of last location.
getList() - Method in class anyframe.common.Page
 
getList(SearchVO) - Method in interface anyframe.core.basis.dao.GenericDao
Generic method to get object list based on search condition and search keyword
getList(SearchVO) - Method in class anyframe.core.basis.dao.hibernate.GenericDaoHibernate
Generic method to get object list based on search condition and search keyword
getList(SearchVO) - Method in class anyframe.core.basis.dao.query.GenericDaoQuery
 
getList(SearchVO) - Method in interface anyframe.core.basis.service.GenericManager
Generic method to get object list based on search condition and search keyword
getLobParamTypes() - Method in interface anyframe.core.query.IQueryInfo
Transmits the defined Parameter (for Oracle 8i) in the case where a separate lobStatement is defined for handling the LOB type
getLobStatement() - Method in interface anyframe.core.query.IQueryInfo
Transmits the statement (for Oracle 8i) in the case where an arbitrary lobStatement is defined for handling the LOB type data
getLong(String) - Method in interface anyframe.core.properties.IPropertiesService
The purpose of this method is to get the configuration resource with the given name as a long.
getLong(String, long) - Method in interface anyframe.core.properties.IPropertiesService
The purpose of this method is to get the configuration resource with the given name as a long, or a default value.
getMappingInfoAsMap() - Method in interface anyframe.core.query.IMappingInfo
Tranmits the property name of the mapping class, arbitrary table's column name
getMappingStyle() - Method in interface anyframe.core.query.IQueryInfo
When mapping in the defined class or Map for the appropriate query's execution results, check mapping style (must be one of CamelCase, LowerCase, UpperCase)
getMaxPage() - Method in class anyframe.common.Page
 
getMessage() - Method in exception anyframe.common.exception.BaseException
Get the user message for the exception.
getMessage() - Method in exception anyframe.common.exception.NestedRuntimeException
Get the user message for the exception.
getMessageKey() - Method in exception anyframe.common.exception.BaseException
 
getMessageKey() - Method in class anyframe.common.exception.message.Message
 
getMessageKey() - Method in exception anyframe.common.exception.NestedRuntimeException
 
getMessageParameters() - Method in exception anyframe.common.exception.BaseException
 
getMessageParameters() - Method in exception anyframe.common.exception.NestedRuntimeException
 
getMessages() - Method in exception anyframe.common.exception.BaseException
Get the normal message structure for the exception.
getMessages() - Method in interface anyframe.common.exception.message.AnyFrameMessageSource
Get a Message structure which includes user message, solution message and reason message.
getMessages() - Method in exception anyframe.common.exception.NestedRuntimeException
Get the normal message structure for the exception.
getMethod(Object, String, Class[]) - Static method in class anyframe.common.util.ObjectUtil
 
getMinutes(Calendar, Calendar) - Static method in class anyframe.common.util.DateUtil
It returns the number of minutes between two Gregorian Calendar dates
getMinutes(String, String) - Static method in class anyframe.common.util.DateUtil
It returns the number of minutes between two string type dates.
getModel(Object) - Static method in class anyframe.common.util.ObjectUtil
 
getNextBigDecimalId() - Method in interface anyframe.core.idgen.IIdGenerationService
Returns the next Id from the pool.
getNextByteId() - Method in interface anyframe.core.idgen.IIdGenerationService
Returns the next Id from the pool.
getNextIntegerId() - Method in interface anyframe.core.idgen.IIdGenerationService
Returns the next Id from the pool.
getNextLongId() - Method in interface anyframe.core.idgen.IIdGenerationService
Returns the next Id from the pool.
getNextPage() - Method in class anyframe.common.Page
 
getNextShortId() - Method in interface anyframe.core.idgen.IIdGenerationService
Returns the next Id from the pool.
getNextStringId() - Method in interface anyframe.core.idgen.IIdGenerationService
Returns the next Id from the pool.
getNextStringId(String) - Method in interface anyframe.core.idgen.IIdGenerationService
Get the next Id from the pool and apply a specific generation strategy to that id.
getNextStringId(IdGenerationStrategy) - Method in interface anyframe.core.idgen.IIdGenerationService
Get the next Id from the pool and apply a specific generation strategy to that id.
getObject() - Method in class anyframe.common.config.ConfigurationFactoryBean
getObject() - Method in class anyframe.common.infrared.InfraredMonitorFactory
 
getObject(String) - Static method in class anyframe.common.util.ObjectUtil
Get an instance of the given class name.
getObjects() - Method in class anyframe.common.Page
 
getObjectType() - Method in class anyframe.common.config.ConfigurationFactoryBean
getObjectType() - Method in class anyframe.common.infrared.InfraredMonitorFactory
 
getPageIndex() - Method in class anyframe.common.util.SearchVO
 
getPageOfNextPageUnit() - Method in class anyframe.common.Page
 
getPageOfPreviousPageUnit() - Method in class anyframe.common.Page
 
getPagesize() - Method in class anyframe.common.Page
 
getPageunit() - Method in class anyframe.common.Page
 
getPersistentClass() - Method in class anyframe.core.basis.dao.hibernate.GenericDaoHibernate
 
getPersistentClass() - Method in class anyframe.core.basis.dao.query.GenericDaoQuery
 
getPort() - Method in class anyframe.core.remoting.webservices.server.ServerInfo
 
getPreviousPage() - Method in class anyframe.common.Page
 
getPrimaryKeyColumns() - Method in interface anyframe.core.query.IMappingInfo
Transmits the Primary Key columns defined in the mapping info of the arbitrary table
getPrimaryKeyFieldName(Object) - Static method in class anyframe.core.basis.dao.query.QueryDaoUtils
Get primary key field name from object.
getPrimaryKeyFieldType(Object) - Static method in class anyframe.core.basis.dao.query.QueryDaoUtils
Get the object type of the primary key
getPrimaryKeyValue(Object) - Static method in class anyframe.core.basis.dao.query.QueryDaoUtils
Get the value of the primary key using reflection.
getPropertiesService() - Method in class anyframe.core.basis.dao.hibernate.GenericDaoHibernate
 
getPropertiesService() - Method in class anyframe.core.basis.dao.query.GenericDaoQuery
 
getProperty(Object, String) - Static method in class anyframe.common.util.ObjectUtil
get object from original object by property name
getQueryId() - Method in interface anyframe.core.query.IQueryInfo
Transmits the identifier of the appropriate query statement.
getQueryInfo(String) - Method in interface anyframe.core.query.IQueryService
Find specified query information which queryId equal to input parameter.
getQueryMap() - Method in interface anyframe.core.query.IQueryService
Find all query list which defined in mapping xml files.
getQueryParams(String) - Method in interface anyframe.core.query.IQueryService
Find parameters for specified query.
getQueryService() - Method in class anyframe.core.query.AbstractDAO
 
getQueryServiceJdbcTemplate() - Method in interface anyframe.core.query.IQueryService
Get JdbcTemplate which QueryService uses
getQueryString() - Method in interface anyframe.core.query.IQueryInfo
Transmits the defined query statement.
getReason() - Method in class anyframe.common.exception.message.Message
 
getResultClass() - Method in interface anyframe.core.query.IQueryInfo
Transmits the class for saving the executed results of the appropriate query statement.
getResultMapper() - Method in interface anyframe.core.query.IQueryInfo
Transmits the defined resultset mapper class.
getSearch() - Method in class anyframe.common.Page
 
getSearchCondition() - Method in class anyframe.common.util.SearchVO
 
getSearchKeyword() - Method in class anyframe.common.util.SearchVO
 
getSelectByPrimaryKeyQuery() - Method in interface anyframe.core.query.IMappingInfo
Based on the arbitrary mapping info, transmits by creating SELECT query statement including the Named Parameter.
getSessionFactory() - Method in class anyframe.core.basis.dao.hibernate.GenericDaoHibernate
 
getSize() - Method in class anyframe.common.Page
 
getSolution() - Method in class anyframe.common.exception.message.Message
 
getSqlErrorCode() - Method in exception anyframe.core.query.QueryServiceException
Transmit the SQL ErrorCode occurred in executing the query
getSqlErrorMessage() - Method in exception anyframe.core.query.QueryServiceException
Transmit the SQL ErrorMessage occurred in executing the query
getSqlParameterList() - Method in interface anyframe.core.query.IQueryInfo
Transmits the SqlParameter list including the variable type, type name, etc. for replacing in the appropriate query statement.
getSqlRepository() - Method in interface anyframe.core.query.ria.IRiaQueryService
This is the method for getting SQLLoader which includes loaded information about mapping xml files.
getSqlType(int) - Method in interface anyframe.core.query.IQueryInfo
Transmits the variable's sql types defined in the arbitrary order among the variables for replacing in the appropriate query statement
getSqlType(String) - Method in interface anyframe.core.query.IQueryInfo
Transmits the variable's sql types defined as arbitray name among the variables for replacing in the appropropriate query statement
getSqlTypes() - Method in interface anyframe.core.query.IQueryInfo
Transmits the variable's sql types for replacing in the appropriate query statement
getStartOfNextPageUnit() - Method in class anyframe.common.Page
 
getStartOfPreviousPageUnit() - Method in class anyframe.common.Page
 
getStatement(String) - Method in interface anyframe.core.query.IQueryService
Find specified query statement which queryId equal to input parameter.
getString(String) - Method in interface anyframe.core.properties.IPropertiesService
The purpose of this method is to get the configuration resource with the given name as a string .
getString(String, String) - Method in interface anyframe.core.properties.IPropertiesService
The purpose of this method is to get the configuration resource with the given name as a string , or a default value.
getStringArray(String, String) - Static method in class anyframe.common.util.StringUtil
If original String has token, Break a string into specific tokens and change String Array.
getStringArray(String) - Method in interface anyframe.core.properties.IPropertiesService
The purpose of this method is to get the configuration resource with the given name as a string array .
getSvrFactory() - Method in class anyframe.core.remoting.webservices.server.JaxWsServer
 
getTableName() - Method in interface anyframe.core.query.IMappingInfo
Transmits the table name defined inside the arbitrary table mapping info
getThisMonth() - Static method in class anyframe.common.util.DateUtil
get this month including this year
getThisYear() - Static method in class anyframe.common.util.DateUtil
get this year
getTokens(String, String) - Static method in class anyframe.common.util.StringUtil
Return token list
getTokens(String) - Static method in class anyframe.common.util.StringUtil
Return token list which is separated by ","
getTotal() - Method in class anyframe.common.Page
 
getTotalCount() - Method in class anyframe.common.Page
 
getUpdateQuery() - Method in interface anyframe.core.query.IMappingInfo
Tranmits by creating the UPDATE query statement including the Named Paremter based on the arbitrary table mapping info (Named Parameter is "anyframe." + "related class's property name")
getURLClassPath(ClassLoader) - Static method in class anyframe.common.util.ClasspathUtils
 
getUserMessage() - Method in class anyframe.common.exception.message.Message
 
getUserTransaction() - Method in interface anyframe.core.locator.IServiceLocator
Using a default context, get UserTransaction Object from JNDI Server.
getUserTransaction(String) - Method in interface anyframe.core.locator.IServiceLocator
Using a context, get UserTransaction Object from JNDI Server.
getValueObject() - Method in class anyframe.common.ValueObjectList
 
getVector(String) - Method in interface anyframe.core.properties.IPropertiesService
The purpose of this method is to get the configuration resource with the given name as a vector .
getVector(String, Vector) - Method in interface anyframe.core.properties.IPropertiesService
The purpose of this method is to get the configuration resource with the given name as a vector, or a default value.
getWarpath() - Method in class anyframe.core.remoting.webservices.server.ServerInfo
 
getYesterday() - Static method in class anyframe.common.util.DateUtil
get yesaterday
getYesterday(String) - Static method in class anyframe.common.util.DateUtil
get yesaterday with format
greaterThan(Date, String) - Static method in class anyframe.common.util.DateUtil
Compares two Dates for ordering.
greaterThan(Date, String, String) - Static method in class anyframe.common.util.DateUtil
Compares two Dates for ordering.
greaterThan(Date, Date) - Static method in class anyframe.common.util.DateUtil
Compares two Dates for ordering.
GrepFile - Class in anyframe.common.util.file
Utility class to provide a subset of the grep functionality.

H

handleExMessage(MessageSource, String, Object[]) - Static method in class anyframe.common.exception.message.MessageHandler
 
handleExMessage(MessageSource, String, Object[], String) - Static method in class anyframe.common.exception.message.MessageHandler
 
handleExMessage(String, Object[]) - Static method in class anyframe.common.exception.message.MessageHandler
 
hashCode() - Method in class anyframe.core.basis.model.BaseObject
When you override equals, you should override hashCode.
hasNextPage() - Method in class anyframe.common.Page
 
hasNextPageUnit() - Method in class anyframe.common.Page
 
hasPreviousPage() - Method in class anyframe.common.Page
 
hasPreviousPageUnit() - Method in class anyframe.common.Page
 

I

ICacheService - Interface in anyframe.core.cache
The public API provides methods to manage objects in the cache.
IdGenerationStrategy - Interface in anyframe.core.idgen
IdGEnerationStrategy that define a strategy for id assembling rule.
IDynamicHibernateService - Interface in anyframe.core.hibernate
By integrating Hibernate and Velocity, this services helps in dynamically generating the appropriate HQL (Hibernate Query Language) according to the input conditions.
IGauceActionCommand - Interface in anyframe.core.query.ria.gauce
This is an interface class for adding the business logic before/after manipulating the database at GauceQueryService use.
IGauceQueryService - Interface in anyframe.core.query.ria.gauce
This is the interface used for manipulating database in developing the presentation layer using Gauce component which is the X-Internet solution of the Shift Software company.
IIdGenerationService - Interface in anyframe.core.idgen
This service generates unique ID mainly used when new record is inserted to Database or new file is created in file system.
IMappingInfo - Interface in anyframe.core.query
This is a class for the role of saving the mapping info of the defined table inside the query mapping XML file.
IMiPActionCommand - Interface in anyframe.core.query.ria.mip
This is an interface class for adding the business logic before/after manipulating the database at MiPQueryService use.
IMiPQueryService - Interface in anyframe.core.query.ria.mip
This is the interface used for manipulating database in developing the presentation layer using MiPlatform which is the X-Internet solution of the TOBE Software company.
InfraredMonitorFactory - Class in anyframe.common.infrared
Infrared monitor factory class that supports to modify the application name
InfraredMonitorFactory() - Constructor for class anyframe.common.infrared.InfraredMonitorFactory
 
init() - Method in class anyframe.common.config.ServiceNamespaceHandler
integer2string(int) - Static method in class anyframe.common.util.StringUtil
It converts integer type to String ( 27 -> '27') StringUtil.integer2string(14) = '14'
invoke(MethodInvocation) - Method in class anyframe.common.aop.aspects.ApiAspect
invoke(MethodInvocation) - Method in class anyframe.common.aop.aspects.JdbcAspect
IPropertiesService - Interface in anyframe.core.properties
This service enables applications to approach the value of singular key Containig the pairs of key-value internally.
IQueryInfo - Interface in anyframe.core.query
This is a class for the role of saving the info about query statement defined in the query mapping xml file.
IQueryService - Interface in anyframe.core.query
This Service simplifies the use of JDBC and helps to avoid common errors.
IResultSetMapper - Interface in anyframe.core.query
This is a class for the role of mapping resultset to DTOs.
IRiaQueryService - Interface in anyframe.core.query.ria
This is the interface used for manipulating database in developing the presentation layer using RIA product.
IRowCallbackHandler - Interface in anyframe.core.query
This is a class for handling the task of setting the metadata from the ResultSet obtained after executing the query statment
isAlpha(String) - Static method in class anyframe.common.util.StringUtil
Checks if the String contains only unicode letters.
isAlphaNumeric(String) - Static method in class anyframe.common.util.StringUtil
Checks if the String contains only unicode letters or digits.
isDynamic() - Method in interface anyframe.core.query.IQueryInfo
Checks whether the appropriate query statement is dynamic query.
isEmpty(Object) - Static method in class anyframe.common.util.ObjectUtil
 
isEmpty(String) - Static method in class anyframe.common.util.StringUtil
If string is null or empty string, return true.
isEmptyPage() - Method in class anyframe.common.Page
 
isEmptyTrimmed(String) - Static method in class anyframe.common.util.StringUtil
Determine whether a (trimmed) string is empty
IServiceLocator - Interface in anyframe.core.locator
This Interface provides JNDI naming contexts and takes an object through approaching to the JNDI Server or Naming Server.
isMonitoringEnabled() - Method in class anyframe.common.aop.aspects.AbstractAspects
Check whether current configuration support performance monitoring or not
isMonitoringEnabled(MonitorFacade) - Method in class anyframe.common.aop.aspects.AbstractAspects
Check whether current configuration support performance monitoring or not with given monitor facade
isNotEmpty(String) - Static method in class anyframe.common.util.StringUtil
If string is null or empty string, return false.
isNull(Object) - Static method in class anyframe.common.util.ObjectUtil
object is not String
isNumeric(String) - Static method in class anyframe.common.util.StringUtil
Checks if the String contains only unicode digits.
isPatternMatching(String, String) - Static method in class anyframe.common.util.StringUtil
It returns true if str matches the pattern string.
ISqlParameterSource - Interface in anyframe.core.query
This is a class for setting input argument which needed for executing the query statment
isSingleton() - Method in class anyframe.common.config.ConfigurationFactoryBean
isSingleton() - Method in class anyframe.common.infrared.InfraredMonitorFactory
 
isUseAegisBinding() - Method in class anyframe.core.remoting.webservices.client.ClientInfo
 
isUseMTOMBinding() - Method in class anyframe.core.remoting.webservices.client.ClientInfo
 
isWrapped() - Method in class anyframe.core.remoting.webservices.server.ServerInfo
 

J

JaxRsServer - Class in anyframe.core.remoting.webservices.server
JaxRsServer makes server implementation simplified when you implement RESTful web services using a JAX-RS APIs which are supported by Apache CXF framework.
JaxRsServer() - Constructor for class anyframe.core.remoting.webservices.server.JaxRsServer
 
JaxWsClient - Class in anyframe.core.remoting.webservices.client
JaxWsClient makes client implementation simplified using a JAX-WS frontend APIs which are supported by Apache CXF framework.
JaxWsClient() - Constructor for class anyframe.core.remoting.webservices.client.JaxWsClient
 
JaxWsServer - Class in anyframe.core.remoting.webservices.server
JaxWsServer makes server implementation simplified using a JAX-WS frontend APIs which are supported by Apache CXF framework.
JaxWsServer() - Constructor for class anyframe.core.remoting.webservices.server.JaxWsServer
 
JdbcAspect - Class in anyframe.common.aop.aspects
Aspect class that supports for collecting performance information of Anyframe Java based service or application's JDBC related jobs and sending these information to agent server which is provided by infrared solutions This aspect is modified from Infrared's JdbcAspect for applying Spring AOP
JdbcAspect() - Constructor for class anyframe.common.aop.aspects.JdbcAspect
 
JettyServer - Class in anyframe.core.remoting.webservices.server
JettyServer makes server implementation simplified when you use JettyServer explicitly using a Jetty APIs.
JettyServer() - Constructor for class anyframe.core.remoting.webservices.server.JettyServer
 

L

LinkFileHelper - Class in anyframe.common.util.file
 
LinkFileHelper() - Constructor for class anyframe.common.util.file.LinkFileHelper
 
LinkFileHelper.LinkLineItemHandler - Interface in anyframe.common.util.file
 
LIST - Static variable in interface anyframe.core.query.IQueryService
 
loadClass(String) - Static method in class anyframe.common.util.ObjectUtil
 
loadClass(String, ClassLoader) - Static method in class anyframe.common.util.ObjectUtil
Loads a class with the URLUtil's classpath.
log - Variable in class anyframe.core.basis.dao.hibernate.GenericDaoHibernate
Log variable for all child classes.
log - Variable in class anyframe.core.basis.dao.query.GenericDaoQuery
Log variable for all child classes.
log - Static variable in class anyframe.core.basis.dao.query.QueryDaoUtils
Log variable for all child classes.
LOGGER - Static variable in interface anyframe.core.hibernate.IDynamicHibernateService
 
LOGGER - Static variable in interface anyframe.core.idgen.IIdGenerationService
 
LOGGER - Static variable in interface anyframe.core.locator.IServiceLocator
 
LOGGER - Static variable in interface anyframe.core.properties.IPropertiesService
 
LOGGER - Static variable in interface anyframe.core.query.IQueryService
 
LOGGER - Static variable in interface anyframe.core.remoting.webservices.client.Client
Logger for Client
LOGGER - Static variable in interface anyframe.core.remoting.webservices.server.Server
 
lookup(String) - Method in interface anyframe.core.locator.IServiceLocator
Using a default context, get Object from JNDI Server.
lookup(String, String) - Method in interface anyframe.core.locator.IServiceLocator
Using a context, get Object from JNDI Server.

M

makeId(String) - Method in interface anyframe.core.idgen.IdGenerationStrategy
convert original id to a new id which apply a specific assembling rule
mapRow(ResultSet) - Method in interface anyframe.core.query.IResultSetMapper
 
message - Variable in exception anyframe.common.exception.BaseException
Contains user defined message, solution message and reason.
Message - Class in anyframe.common.exception.message
This class is a structure for defining exception message.
Message() - Constructor for class anyframe.common.exception.message.Message
 
Message(String, String, String, String) - Constructor for class anyframe.common.exception.message.Message
 
message - Variable in exception anyframe.common.exception.NestedRuntimeException
Contains user defined message, solution message and reason.
MessageHandler - Class in anyframe.common.exception.message
 
MessageHandler() - Constructor for class anyframe.common.exception.message.MessageHandler
 
messageKey - Variable in exception anyframe.common.exception.BaseException
Contains either the message of the exception or message key.
messageKey - Variable in exception anyframe.common.exception.NestedRuntimeException
Contains either the message of the exception or message key.
messageParameters - Variable in exception anyframe.common.exception.BaseException
The parameters to substitute.
messageParameters - Variable in exception anyframe.common.exception.NestedRuntimeException
The parameters to substitute.
MONITORING_LOGGER - Static variable in class anyframe.common.Constants
 

N

NestedRuntimeException - Exception in anyframe.common.exception
RuntimeException
NestedRuntimeException(MessageSource, String, Object[], Throwable) - Constructor for exception anyframe.common.exception.NestedRuntimeException
The constructor with a message key, with parameters, and with a wrapped exception (with all the formal parameters).
NestedRuntimeException(MessageSource, String, Throwable) - Constructor for exception anyframe.common.exception.NestedRuntimeException
The constructor with a message key, with parameters, and with a wrapped exception (with all the formal parameters).
NestedRuntimeException(MessageSource, String, Object[]) - Constructor for exception anyframe.common.exception.NestedRuntimeException
The constructor with a message key, with parameters, and with a wrapped exception (with all the formal parameters).
NestedRuntimeException(MessageSource, String) - Constructor for exception anyframe.common.exception.NestedRuntimeException
The constructor with a message key, with parameters, and with a wrapped exception (with all the formal parameters).
NestedRuntimeException(String, Object[], Throwable) - Constructor for exception anyframe.common.exception.NestedRuntimeException
The constructor with a message key, with parameters, and with a wrapped exception (with all the formal parameters).
NestedRuntimeException(String, Object[]) - Constructor for exception anyframe.common.exception.NestedRuntimeException
The constructor with a message key and parameters.
NestedRuntimeException() - Constructor for exception anyframe.common.exception.NestedRuntimeException
 
NestedRuntimeException(String) - Constructor for exception anyframe.common.exception.NestedRuntimeException
Constructor with a message key.
NestedRuntimeException(String, Throwable) - Constructor for exception anyframe.common.exception.NestedRuntimeException
Constructor with a message key and an exception.
null2str(String, String) - Static method in class anyframe.common.util.StringUtil
Trim the original string.
null2str(String) - Static method in class anyframe.common.util.StringUtil
Trim the original string.

O

ObjectUtil - Class in anyframe.common.util
java reflection api helpers

P

Page - Class in anyframe.common
 
Page() - Constructor for class anyframe.common.Page
 
Page(Collection, int, int) - Constructor for class anyframe.common.Page
 
Page(Collection, int, int, String, String) - Constructor for class anyframe.common.Page
 
Page(Collection, int, int, int, int) - Constructor for class anyframe.common.Page
 
populateObject(Object, ResourceBundle) - Static method in class anyframe.core.basis.util.ConvertUtil
Convenience method used by tests to populate an object from a ResourceBundle
postDelete(GauceDataSet, int) - Method in interface anyframe.core.query.ria.gauce.IGauceActionCommand
the method to change the GauceDataSet's value after delete
postDelete(Dataset, int) - Method in interface anyframe.core.query.ria.mip.IMiPActionCommand
the method to change the Dataset's value after delete
postInsert(GauceDataSet, int) - Method in interface anyframe.core.query.ria.gauce.IGauceActionCommand
After insert, the method for changing the value of GauceDataSet
postInsert(Dataset, int) - Method in interface anyframe.core.query.ria.mip.IMiPActionCommand
After insert, the method for changing the value of Dataset
postUpdate(GauceDataSet, int) - Method in interface anyframe.core.query.ria.gauce.IGauceActionCommand
The method for changing the GauceDataSet's value after update
postUpdate(Dataset, int) - Method in interface anyframe.core.query.ria.mip.IMiPActionCommand
The method for changing the Dataset's value after update
preDelete(GauceDataSet, int) - Method in interface anyframe.core.query.ria.gauce.IGauceActionCommand
the method to change the GauceDataSet's value before delete
preDelete(Dataset, int) - Method in interface anyframe.core.query.ria.mip.IMiPActionCommand
the method to change the Dataset's value before delete
preInsert(GauceDataSet, int) - Method in interface anyframe.core.query.ria.gauce.IGauceActionCommand
Before insert, the method for changing the value of GauceDataSet
preInsert(Dataset, int) - Method in interface anyframe.core.query.ria.mip.IMiPActionCommand
Before insert, the method for changing the value of Dataset
preUpdate(GauceDataSet, int) - Method in interface anyframe.core.query.ria.gauce.IGauceActionCommand
the method for changing the value of GauceDataSet before update
preUpdate(Dataset, int) - Method in interface anyframe.core.query.ria.mip.IMiPActionCommand
the method for changing the value of Dataset before update
processingLinkDirectory(File, LinkFileHelper.LinkLineItemHandler) - Static method in class anyframe.common.util.file.LinkFileHelper
 
processItem(String) - Method in interface anyframe.common.util.file.LinkFileHelper.LinkLineItemHandler
 
processMetaData(ResultSet) - Method in interface anyframe.core.query.IRowCallbackHandler
added for meta data, processMetaData must be called within extractData of ResultSetExtractor(Anyframe extended) just delegate to makeMeta
putInCache(String, Object) - Method in interface anyframe.core.cache.ICacheService
Put an object in a cache
putInCache(String, Object, String[]) - Method in interface anyframe.core.cache.ICacheService
Puts an object in a cache

Q

QUERY_DELETE - Static variable in interface anyframe.core.query.ria.mip.IMiPQueryService
 
QUERY_INSERT - Static variable in interface anyframe.core.query.ria.mip.IMiPQueryService
 
QUERY_UPDATE - Static variable in interface anyframe.core.query.ria.mip.IMiPQueryService
 
QueryDaoUtils - Class in anyframe.core.basis.dao.query
General QueryService Utilities class with rules for primary keys and query names.
QueryServiceException - Exception in anyframe.core.query
This is an exception class for handling the exceptions in operating QueryService.
QueryServiceException(String) - Constructor for exception anyframe.core.query.QueryServiceException
Constructor with a message.
QueryServiceException(String, Throwable) - Constructor for exception anyframe.core.query.QueryServiceException
Constructor with a message and an exception.
QueryServiceException(MessageSource, String, Object[]) - Constructor for exception anyframe.core.query.QueryServiceException
Constructor with a messageSource, message key and message parameters
QueryServiceException(MessageSource, String) - Constructor for exception anyframe.core.query.QueryServiceException
Constructor with a messageSource and message key
QueryServiceException(MessageSource, String, Object[], Throwable) - Constructor for exception anyframe.core.query.QueryServiceException
Constructor with a messageSource, message key, message parameters and an exception.
QueryServiceException(MessageSource, String, Throwable) - Constructor for exception anyframe.core.query.QueryServiceException
Constructor with a messageSource, message key and an exception.

R

recordExecution(ExecutionContext, MethodInvocation) - Method in class anyframe.common.aop.aspects.AbstractAspects
Helper method for logging execution information
recordExecution(ExecutionContext, MethodInvocation, MonitorFacade) - Method in class anyframe.common.aop.aspects.AbstractAspects
Helper method for logging execution information with given monitor facade
refreshPropertyFiles() - Method in interface anyframe.core.properties.IPropertiesService
The purpose of this method is to refresh the configuration resource if some configuration resources is changed.
reimplement(Object, Method, Object[]) - Method in class anyframe.common.config.ConfigurableCallback
remove(PK) - Method in interface anyframe.core.basis.dao.GenericDao
Generic method to delete an object based on class and id
remove(PK) - Method in class anyframe.core.basis.dao.hibernate.GenericDaoHibernate
Generic method to delete an object based on class and id
remove(PK) - Method in class anyframe.core.basis.dao.query.GenericDaoQuery
Generic method to delete an object based on class and id
remove(PK) - Method in interface anyframe.core.basis.service.GenericManager
Generic method to delete an object based on class and id
remove(String, Object) - Method in class anyframe.core.query.AbstractDAO
Execute the DELETE query statement using the targetObject including the inputted value, after finding the appropriate queryId in combining the inputted table name and (removeId(default='remove');
remove(String, Map) - Method in class anyframe.core.query.AbstractDAO
Execute the DELETE query statement using the targetMap including the inputted value, after finding the appropriate queryId in combining the inputted table name and defined removeId(default='remove').
remove(String, Object, Object) - Method in class anyframe.core.query.AbstractDAO
Execute the DELETE query statement using the two targetObject including the input value, after finding the appropriate queryId in combining the inputted table name and defined updateId(default='remove').'
remove(String, List) - Method in class anyframe.core.query.AbstractDAO
Execute the DELETE query statement using the targetList including the input value, after finding the appropriate queryId in combining the the input table name and defined removeId(default='remove').
remove(String, Object[]) - Method in class anyframe.core.query.AbstractDAO
Execute the DELETE query statement using the Object array including the inputted value, after finding the appropriate queryId in combining the inputted table name and defined removeId(default='remove')
remove(Object) - Method in interface anyframe.core.query.IQueryService
Execute DELETE query, using object, which class is matched with table by mapping xml files.
remove(String, Object[]) - Method in interface anyframe.core.query.IQueryService
Execute DELETE query, using given queryId which defined in mapping xml files.
removeBySQL(String, String[], Object[]) - Method in interface anyframe.core.query.IQueryService
Execute DELETE query, using query statement directly without being defined in mapping xml files.
removeEntry(String) - Method in interface anyframe.core.cache.ICacheService
Remove an object from the cache
replace(String, String, String) - Static method in class anyframe.common.util.StringUtil
replace replaced string to specific string from original string.
reverse(String) - Static method in class anyframe.common.util.StringUtil
Reverses a String as per StringBuffer.reverse().
ROLE - Static variable in interface anyframe.core.locator.IServiceLocator
 
ROLE - Static variable in interface anyframe.core.query.IQueryService
 

S

save(T) - Method in interface anyframe.core.basis.dao.GenericDao
Generic method to save an object - handles both update and insert.
save(T) - Method in class anyframe.core.basis.dao.hibernate.GenericDaoHibernate
Generic method to save an object - handles both update and insert.
save(T) - Method in class anyframe.core.basis.dao.query.GenericDaoQuery
Generic method to save an object - handles both update and insert.
save(T) - Method in interface anyframe.core.basis.service.GenericManager
Generic method to save an object - handles both update and insert.
search(String, GauceDataSet) - Method in interface anyframe.core.query.ria.gauce.IGauceQueryService
This is a method for querying using the GauceDataSet
search(String, ExtMapSqlParameterSource, IRowCallbackHandler) - Method in interface anyframe.core.query.ria.IRiaQueryService
This is a method for querying at developing the screen using RIA
search(String, ExtMapSqlParameterSource, IRowCallbackHandler, int, int) - Method in interface anyframe.core.query.ria.IRiaQueryService
This is a method for querying with paging at developing the screen using RIA
search(String, VariableList) - Method in interface anyframe.core.query.ria.mip.IMiPQueryService
This is a method for querying using the VariableList
search(String, VariableList, int, int) - Method in interface anyframe.core.query.ria.mip.IMiPQueryService
This is a method for querying with paging using the VariableList
search(String, Dataset) - Method in interface anyframe.core.query.ria.mip.IMiPQueryService
This is a method for querying using the Dataset
search(String, VariableList, int, int, String, PrintWriter) - Method in interface anyframe.core.query.ria.mip.IMiPQueryService
This is the method at querying using the VariableList.
searchLive(String, ExtMapSqlParameterSource, IRowCallbackHandler, int, int) - Method in interface anyframe.core.query.ria.IRiaQueryService
This is a method for querying with paging at developing the screen using RIA
SearchVO - Class in anyframe.common.util
This SearchVO entity class contains attributes for common searching information and putter,setter methods of them.
SearchVO() - Constructor for class anyframe.common.util.SearchVO
 
searchWithPaging(String, Dataset) - Method in interface anyframe.core.query.ria.mip.IMiPQueryService
This is a method for querying using the Dataset for paging
Server - Interface in anyframe.core.remoting.webservices.server
When you use Apache CXF framework to implement web services, you can use two kinds of frontend model(Simple frontend, JAX-WS frontend).
ServerInfo - Class in anyframe.core.remoting.webservices.server
ServerInfo extends ClientInfo because server and client side has duplication of information.
ServerInfo() - Constructor for class anyframe.core.remoting.webservices.server.ServerInfo
 
ServerInfo(Class, Object, String) - Constructor for class anyframe.core.remoting.webservices.server.ServerInfo
 
ServerInfo(Class, Object, String, boolean) - Constructor for class anyframe.core.remoting.webservices.server.ServerInfo
 
ServerInfo(Class, Object, String, boolean, boolean) - Constructor for class anyframe.core.remoting.webservices.server.ServerInfo
 
ServiceBeanDefinitionParser - Class in anyframe.common.config
BeanDefinitionParser implementation for supporting Avalon Configurable API
ServiceBeanDefinitionParser() - Constructor for class anyframe.common.config.ServiceBeanDefinitionParser
 
ServiceNamespaceHandler - Class in anyframe.common.config
NamespaceHandler implementation for supporting Avalon Configurable API
ServiceNamespaceHandler() - Constructor for class anyframe.common.config.ServiceNamespaceHandler
 
setAddress(String) - Method in class anyframe.core.remoting.webservices.client.ClientInfo
 
setApplicationName(String) - Method in class anyframe.common.infrared.InfraredMonitorFactory
 
setBeanNames(String[]) - Method in class anyframe.common.aop.ExclusiveBeanNameAutoProxyCreator
setBeginUnitPage(int) - Method in class anyframe.common.Page
 
setBindingId(String) - Method in class anyframe.core.remoting.webservices.server.ServerInfo
 
setCondition(String) - Method in class anyframe.common.Page
 
setConfiguration(Configuration) - Method in class anyframe.common.config.ConfigurationFactoryBean
setCreateId(String) - Method in class anyframe.core.query.AbstractDAO
 
setCurrentPage(int) - Method in class anyframe.common.Page
 
setCurrentPageStr(String) - Method in class anyframe.common.Page
 
setDynamicHibernateService(IDynamicHibernateService) - Method in class anyframe.core.basis.dao.hibernate.GenericDaoHibernate
Sets the dynamicHibernateService to use.
setEmptyPage(boolean) - Method in class anyframe.common.Page
 
setEndListPage(int) - Method in class anyframe.common.Page
 
setEndUnitPage(int) - Method in class anyframe.common.Page
 
setExclusiveBeanNames(String[]) - Method in class anyframe.common.aop.ExclusiveBeanNameAutoProxyCreator
Set the names of the exclusive beans
setFindByPkPostfix(String) - Method in class anyframe.core.query.AbstractDAO
 
setFindListPostfix(String) - Method in class anyframe.core.query.AbstractDAO
 
setFindPrefix(String) - Method in class anyframe.core.query.AbstractDAO
 
setImpleClass(Object) - Method in class anyframe.core.remoting.webservices.server.ServerInfo
 
setInterfaceClass(Class) - Method in class anyframe.core.remoting.webservices.client.ClientInfo
 
setLayerName(String) - Method in class anyframe.common.aop.aspects.ApiAspect
Group name in summarized screens
setList(Collection) - Method in class anyframe.common.Page
 
setLobHandler(LobHandler) - Method in interface anyframe.core.query.IRowCallbackHandler
set lobHandler for IRiaQueryService
setMaxPage(int) - Method in class anyframe.common.Page
 
setMessageKey(String) - Method in exception anyframe.common.exception.BaseException
 
setMessageKey(String) - Method in exception anyframe.common.exception.NestedRuntimeException
 
setMessageParameters(Object[]) - Method in exception anyframe.common.exception.BaseException
 
setMessageParameters(Object[]) - Method in exception anyframe.common.exception.NestedRuntimeException
 
setMonitorFacade(MonitorFacade) - Method in class anyframe.common.aop.aspects.AbstractAspects
 
setNextPage(int) - Method in class anyframe.common.Page
 
setNullCheckInfos(Map) - Method in interface anyframe.core.query.IRowCallbackHandler
set nullCheckInfos for IRiaQueryService
setObjects(Collection) - Method in class anyframe.common.Page
 
setPageIndex(int) - Method in class anyframe.common.util.SearchVO
 
setPagesize(int) - Method in class anyframe.common.Page
 
setPageunit(int) - Method in class anyframe.common.Page
 
setPort(int) - Method in class anyframe.core.remoting.webservices.server.ServerInfo
 
setPreviousPage(int) - Method in class anyframe.common.Page
 
setPrimaryKey(Object, Class, Object) - Static method in class anyframe.core.basis.dao.query.QueryDaoUtils
Sets the primary key's value
setPropertiesService(IPropertiesService) - Method in class anyframe.core.basis.dao.hibernate.GenericDaoHibernate
Sets the propertiesService to use.
setPropertiesService(IPropertiesService) - Method in class anyframe.core.basis.dao.query.GenericDaoQuery
Sets the propertiesService to use.
setProperty(Object, String, Object, String) - Static method in class anyframe.common.util.ObjectUtil
set property by property type
setProperty(Object, String, Object) - Static method in class anyframe.common.util.ObjectUtil
 
setQueryService(IQueryService) - Method in class anyframe.core.query.AbstractDAO
 
setRemoveId(String) - Method in class anyframe.core.query.AbstractDAO
 
setSearch(String) - Method in class anyframe.common.Page
 
setSearchCondition(String) - Method in class anyframe.common.util.SearchVO
 
setSearchKeyword(String) - Method in class anyframe.common.util.SearchVO
 
setServerInfo(ServerInfo) - Method in class anyframe.core.remoting.webservices.server.JaxRsServer
 
setServerInfo(ServerInfo) - Method in class anyframe.core.remoting.webservices.server.JaxWsServer
 
setServerInfo(ServerInfo) - Method in class anyframe.core.remoting.webservices.server.JettyServer
 
setServerInfo(ServerInfo) - Method in interface anyframe.core.remoting.webservices.server.Server
 
setServerInfo(ServerInfo) - Method in class anyframe.core.remoting.webservices.server.SimpleServer
 
setSessionFactory(SessionFactory) - Method in class anyframe.core.basis.dao.hibernate.GenericDaoHibernate
 
setSqlErrorCode(String) - Method in exception anyframe.core.query.QueryServiceException
Set the SQL ErrorCode occurred in executing the query
setSqlErrorMessage(String) - Method in exception anyframe.core.query.QueryServiceException
Set the SQL Error message occurred in executing the query
setTotal(int) - Method in class anyframe.common.Page
 
setTotalCount(int) - Method in class anyframe.common.Page
 
setUpdateId(String) - Method in class anyframe.core.query.AbstractDAO
 
setUseAegisBinding(boolean) - Method in class anyframe.core.remoting.webservices.client.ClientInfo
 
setUseMTOMBinding(boolean) - Method in class anyframe.core.remoting.webservices.client.ClientInfo
 
setVariableName(String) - Method in class anyframe.core.query.AbstractDAO
 
setWarpath(String) - Method in class anyframe.core.remoting.webservices.server.ServerInfo
 
setWrapped(boolean) - Method in class anyframe.core.remoting.webservices.server.ServerInfo
 
SimpleClient - Class in anyframe.core.remoting.webservices.client
SimpleClient makes client implementation simplified using a Simple frontend APIs which are supported by Apache CXF framework.
SimpleClient() - Constructor for class anyframe.core.remoting.webservices.client.SimpleClient
 
SimpleServer - Class in anyframe.core.remoting.webservices.server
SimpleServer makes server implementation simplified using a Simple frontend APIs which are supported by Apache CXF framework.
SimpleServer() - Constructor for class anyframe.core.remoting.webservices.server.SimpleServer
 
start() - Method in class anyframe.core.remoting.webservices.server.JaxRsServer
 
start() - Method in class anyframe.core.remoting.webservices.server.JaxWsServer
 
start() - Method in class anyframe.core.remoting.webservices.server.JettyServer
 
start() - Method in interface anyframe.core.remoting.webservices.server.Server
 
start() - Method in class anyframe.core.remoting.webservices.server.SimpleServer
 
stop() - Method in class anyframe.core.remoting.webservices.server.JaxRsServer
 
stop() - Method in class anyframe.core.remoting.webservices.server.JaxWsServer
 
stop() - Method in class anyframe.core.remoting.webservices.server.JettyServer
 
stop() - Method in interface anyframe.core.remoting.webservices.server.Server
 
stop() - Method in class anyframe.core.remoting.webservices.server.SimpleServer
 
string2Calender(String) - Static method in class anyframe.common.util.DateUtil
convert String to java.util.Calendar
string2Date(String) - Static method in class anyframe.common.util.DateUtil
convert String to java.util.Date
string2Date(String, String) - Static method in class anyframe.common.util.DateUtil
convert String to java.util.Date
string2integer(String) - Static method in class anyframe.common.util.StringUtil
It converts the string representation of a number to integer type (eg
string2SQLDate(String) - Static method in class anyframe.common.util.DateUtil
convert String to java.sql.Date type
string2SQLDate(String, String) - Static method in class anyframe.common.util.DateUtil
convert String to java.sql.Date type
string2Timestamp(String, String) - Static method in class anyframe.common.util.DateUtil
convert String to java.sq.Timestamp
string2Timestamp(String) - Static method in class anyframe.common.util.DateUtil
convert String to java.sq.Timestamp
StringUtil - Class in anyframe.common.util
String Utility Class
swapFirstLetterCase(String) - Static method in class anyframe.common.util.StringUtil
convert first letter to a big letter or a small letter.

T

timestamp2String(Timestamp) - Static method in class anyframe.common.util.DateUtil
convert java.sql.Timestamp to String type
timestamp2String(Timestamp, String) - Static method in class anyframe.common.util.DateUtil
convert java.sql.Timestamp to String type
toString() - Method in class anyframe.common.util.SearchVO
 
toString() - Method in class anyframe.core.basis.model.BaseObject
Returns a multi-line String with key=value pairs.
trim(String, String) - Static method in class anyframe.common.util.StringUtil
If original String has a specific String, remove specific Strings from original String.

U

update(String, Object) - Method in class anyframe.core.query.AbstractDAO
Execute the UPDATE query statement using the targetObject including the inputted value, after finding the appropriate queryId in combining the inputted table name and defined updateId(default='update')
update(String, Map) - Method in class anyframe.core.query.AbstractDAO
Execute the UPDATE query statement using the targetMap including the inputted value, after finding the appropriate queryId in combining the inputted table name and defined updateId(default='create').
update(String, List) - Method in class anyframe.core.query.AbstractDAO
Execute the UPDATE query statement using the targetList including the inputted value, after finding the appropriate queryId in combining the inputted table name and defined updateId(default='update').
update(String, Object, Object) - Method in class anyframe.core.query.AbstractDAO
Execute the UPDATE query statement using the two targetObject including the input value, after finding the appropriate queryId in combining the inputted table name and defined updateId(default='update').'
update(String, Object[]) - Method in class anyframe.core.query.AbstractDAO
Execute the UPDATE query statement using the object array including the inputted value, after finding the appropriate queryId in combining the inputted table name and the defined updateId(default='update')
update(Object) - Method in interface anyframe.core.query.IQueryService
Execute UPDATE query, using object, which class is matched with table by mapping xml files.
update(String, Object[]) - Method in interface anyframe.core.query.IQueryService
Execute UPDATE query, using given queryId which defined in mapping xml files.
update(Map, GauceDataSet) - Method in interface anyframe.core.query.ria.gauce.IGauceQueryService
the method for inserting, updating and deleting using the GauceDataSet to the database.
update(Map, GauceDataSet, IGauceActionCommand) - Method in interface anyframe.core.query.ria.gauce.IGauceQueryService
This is the method for inserting, updating and deleting using the GauceDataSet to the database.
update(String, ExtMapSqlParameterSource) - Method in interface anyframe.core.query.ria.IRiaQueryService
This is the method for inserting, updating and deleting at developing the screen using RIA
update(String, VariableList) - Method in interface anyframe.core.query.ria.mip.IMiPQueryService
This is the method for inserting, updating and deleting the unitary data using the VariableList.
update(String, VariableList, Map, Dataset) - Method in interface anyframe.core.query.ria.mip.IMiPQueryService
This is the method for inserting, updating and deleting using VariableList and Dataset.
update(String, VariableList, Map, Dataset, IMiPActionCommand) - Method in interface anyframe.core.query.ria.mip.IMiPQueryService
This is for inserting, updating and deleting using VariableList and Dataset.
update(Map, Dataset) - Method in interface anyframe.core.query.ria.mip.IMiPQueryService
the method for inserting, updating and deleting using the Dataset to the database.
update(Map, Dataset, IMiPActionCommand) - Method in interface anyframe.core.query.ria.mip.IMiPQueryService
This is the method for inserting, updating and deleting using the Dataset to the database.
updateBySQL(String, String[], Object[]) - Method in interface anyframe.core.query.IQueryService
Execute UPDATE query, using query statement directly without being defined in mapping xml files.
UTIL_LOGGER - Static variable in class anyframe.common.Constants
 

V

ValueObject - Interface in anyframe.common
 
ValueObjectList - Class in anyframe.common
 
ValueObjectList() - Constructor for class anyframe.common.ValueObjectList
 

X

xmllize(Document, boolean, String) - Static method in class anyframe.common.config.ServiceBeanDefinitionParser
 

A B C D E F G H I J L M N O P Q R S T U V X
Anyframe Core

Copyright © 2008-2009 Samsung SDS. All Rights Reserved.