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

A

AbstractArchiveAction - Class in net.smartlab.web
This is the base action for generic archive management.
AbstractArchiveAction() - Constructor for class net.smartlab.web.AbstractArchiveAction
 
AbstractTag - Class in net.smartlab.web.page
TODO documentation
AbstractTag() - Constructor for class net.smartlab.web.page.AbstractTag
 
Action - Class in net.smartlab.web
This class represents the controller part of the MVC pattern.
Action() - Constructor for class net.smartlab.web.Action
 
ActionException - Exception in net.smartlab.web
Thrown by Action methods to indicate the requested operation has failed.
ActionException() - Constructor for exception net.smartlab.web.ActionException
Default empty constructor.
ActionException(String) - Constructor for exception net.smartlab.web.ActionException
Constructs a new instance with the specified describing message.
ActionException(Throwable) - Constructor for exception net.smartlab.web.ActionException
Constructs a new instance with the specified cause.
ActionException(String, Throwable) - Constructor for exception net.smartlab.web.ActionException
Constructs a new instance with the specified describing message and cause.
ActionServlet - Class in net.smartlab.web
The front controller class of the framework.
ActionServlet() - Constructor for class net.smartlab.web.ActionServlet
 
add(Object) - Method in class net.smartlab.web.BusinessObjectFactory.Paginator
 
add(Object) - Method in class net.smartlab.web.page.CollectionPaginator
 
addAll(Collection) - Method in class net.smartlab.web.BusinessObjectFactory.Paginator
 
addAll(Collection) - Method in class net.smartlab.web.page.CollectionPaginator
 
addEntity(Class) - Method in class org.hibernate.impl.SQLQueryImpl
 
addEntity(String) - Method in class org.hibernate.impl.SQLQueryImpl
 
addEntity(String, String) - Method in class org.hibernate.impl.SQLQueryImpl
 
addEntity(String, Class) - Method in class org.hibernate.impl.SQLQueryImpl
 
addEntity(String, String, LockMode) - Method in class org.hibernate.impl.SQLQueryImpl
 
addEntity(String, Class, LockMode) - Method in class org.hibernate.impl.SQLQueryImpl
 
addError(ActionMessage, HttpServletRequest) - Method in class net.smartlab.web.Action
TODO documentation
addError(String, ActionMessage, HttpServletRequest) - Method in class net.smartlab.web.Action
TODO documentation
addFilter(String) - Method in class net.smartlab.web.DataAccessObject.SearchInfo
Adds a filter.
addFilter(String, int, String) - Method in class net.smartlab.web.DataAccessObject.SearchInfo
Adds a filter.
addFilter(String, int, Object) - Method in class net.smartlab.web.DataAccessObject.SearchInfo
Adds a filter.
addFilter(String, int, String[]) - Method in class net.smartlab.web.DataAccessObject.SearchInfo
Adds a filter.
addFilter(String, int, Object[]) - Method in class net.smartlab.web.DataAccessObject.SearchInfo
Adds a filter.
addJoin(String, String) - Method in class org.hibernate.impl.SQLQueryImpl
 
addJoin(String, String, LockMode) - Method in class org.hibernate.impl.SQLQueryImpl
 
addScalar(String, Type) - Method in class org.hibernate.impl.SQLQueryImpl
 
addScalar(String) - Method in class org.hibernate.impl.SQLQueryImpl
 
addSynchronizedEntityClass(Class) - Method in class org.hibernate.impl.SQLQueryImpl
 
addSynchronizedEntityName(String) - Method in class org.hibernate.impl.SQLQueryImpl
 
addSynchronizedQuerySpace(String) - Method in class org.hibernate.impl.SQLQueryImpl
 
after(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest) - Static method in class net.smartlab.web.Validator
TODO documentation
afterTransactionBegin(Transaction) - Method in class net.smartlab.web.history.Interceptor
 
afterTransactionCompletion(Transaction) - Method in class net.smartlab.web.history.Interceptor
 
array - Variable in class net.smartlab.web.page.Paginator
The elements in the current page.
assemble(Serializable, Object) - Method in class net.smartlab.web.Enumeration
 
assemble(Serializable, Object) - Method in class net.smartlab.web.StringEnumeration
 

B

before(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest) - Static method in class net.smartlab.web.Validator
TODO documentation
beforeTransactionCompletion(Transaction) - Method in class net.smartlab.web.history.Interceptor
 
begin() - Method in class net.smartlab.web.BusinessObjectFactory
TODO documentation
begin(BusinessObjectFactory) - Method in class net.smartlab.web.Domain
Starts a new transaction, allowing all the operations performed in the same context to be atomically applied (commit) or reverted (rollback).
BETWEEN - Static variable in class net.smartlab.web.DataAccessObject.SearchInfo
Identifies a between expression condition.
BigDecimalConverter - Class in net.smartlab.web.bean
TODO documentation
BigDecimalConverter() - Constructor for class net.smartlab.web.bean.BigDecimalConverter
TODO documentation
BigDecimalConverter(double) - Constructor for class net.smartlab.web.bean.BigDecimalConverter
TODO documentation
BigIntegerConverter - Class in net.smartlab.web.bean
TODO documentation
BigIntegerConverter() - Constructor for class net.smartlab.web.bean.BigIntegerConverter
TODO documentation
BigIntegerConverter(long) - Constructor for class net.smartlab.web.bean.BigIntegerConverter
TODO documentation
BooleanConverter - Class in net.smartlab.web.bean
TODO documentation
BooleanConverter(boolean) - Constructor for class net.smartlab.web.bean.BooleanConverter
TODO documentation
BusinessException - Exception in net.smartlab.web
A BusinessException is thrown whenever an application tries to perform a business operation but the request cannot be accomplished for some reason.
BusinessException(String) - Constructor for exception net.smartlab.web.BusinessException
Instantiates the class with a message.
BusinessException(String, Object) - Constructor for exception net.smartlab.web.BusinessException
Instantiates the class with a message and a parameter.
BusinessException(String, Object, Object) - Constructor for exception net.smartlab.web.BusinessException
Instantiates the class with a message and two parameters.
BusinessException(String, Object, Object, Object) - Constructor for exception net.smartlab.web.BusinessException
Instantiates the class with a message and three parameters.
BusinessException(String, Object, Object, Object, Object) - Constructor for exception net.smartlab.web.BusinessException
Instantiates the class with a message and four parameters.
BusinessException(String, Object[]) - Constructor for exception net.smartlab.web.BusinessException
Instantiates the class with a message and an array of parameters.
BusinessException() - Constructor for exception net.smartlab.web.BusinessException
Default empty constructor.
BusinessException(Throwable) - Constructor for exception net.smartlab.web.BusinessException
Constructs a new instance with the specified cause.
BusinessException(String, Throwable) - Constructor for exception net.smartlab.web.BusinessException
Constructs a new instance with the specified describing message and cause.
BusinessObject - Class in net.smartlab.web
TODO documentation
BusinessObject() - Constructor for class net.smartlab.web.BusinessObject
 
BusinessObjectFactory - Class in net.smartlab.web
This class provides basic template for an Hibernate based implementation of the DAO pattern.
BusinessObjectFactory() - Constructor for class net.smartlab.web.BusinessObjectFactory
Protected default constructor to allow subclassing.
BusinessObjectFactory.Paginator - Class in net.smartlab.web
TODO documentation
BusinessObjectFactory.Paginator(Criteria) - Constructor for class net.smartlab.web.BusinessObjectFactory.Paginator
Constructs an instance on an Hibernate criteria with an unlimited number of items per page and an unlimited number of pages displayed.
BusinessObjectFactory.Paginator(Criteria, int, int) - Constructor for class net.smartlab.web.BusinessObjectFactory.Paginator
Constructs an instance on an Hibernate criteria with the specified number of elements per page and the specified number of pages displayed.
BusinessObjectFactory.Paginator(Query) - Constructor for class net.smartlab.web.BusinessObjectFactory.Paginator
Constructs an instance on an Hibernate query with an unlimited number of items per page and an unlimited number of pages displayed.
BusinessObjectFactory.Paginator(Query, int, int) - Constructor for class net.smartlab.web.BusinessObjectFactory.Paginator
Constructs an instance on an Hibernate query with the specified number of elements per page and the specified number of pages displayed.
ByteConverter - Class in net.smartlab.web.bean
TODO documentation
ByteConverter() - Constructor for class net.smartlab.web.bean.ByteConverter
TODO documentation
ByteConverter(byte) - Constructor for class net.smartlab.web.bean.ByteConverter
TODO documentation

C

cancel(ActionForm, HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class net.smartlab.web.Action
Describes the operations sequence to be performed upon cancellation of a form or wizard returning the mapping to redirect to.
CharConverter - Class in net.smartlab.web.bean
TODO documentation
CharConverter() - Constructor for class net.smartlab.web.bean.CharConverter
TODO documentation
clear() - Method in class net.smartlab.web.BusinessObjectFactory.Paginator
 
clear() - Method in class net.smartlab.web.page.CollectionPaginator
 
close() - Static method in class net.smartlab.web.BusinessObjectFactory
Closes the connection to the persistence tier.
code - Variable in class net.smartlab.web.StringEnumeration
TODO documentation
CollectionConverter - Class in net.smartlab.web.bean
TODO documentation
CollectionConverter() - Constructor for class net.smartlab.web.bean.CollectionConverter
TODO documentation
CollectionPaginator - Class in net.smartlab.web.page
TODO documentation
CollectionPaginator(Collection) - Constructor for class net.smartlab.web.page.CollectionPaginator
TODO documentation
CollectionPaginator(Collection, int) - Constructor for class net.smartlab.web.page.CollectionPaginator
TODO documentation
CollectionPaginator(Collection, int, int) - Constructor for class net.smartlab.web.page.CollectionPaginator
TODO documentation
commit() - Method in class net.smartlab.web.BusinessObjectFactory
TODO documentation
commit(Transaction) - Method in class net.smartlab.web.Domain
Commits the specified transaction applying all the changes happened since its beginning.
compareTo(Object) - Method in class net.smartlab.web.StringEnumeration
 
ConfigurationStrategy - Interface in net.smartlab.web.config
Deprecated. renamed to FactoryConfigurationStrategy
confirmed(Object, ValidatorAction, Field, ActionErrors, HttpServletRequest) - Static method in class net.smartlab.web.Validator
TODO documentation
contains(Object) - Method in class net.smartlab.web.BusinessObjectFactory.Paginator
 
contains(String) - Method in class net.smartlab.web.EnterpriseDomain.RequestContext
 
contains(Object) - Method in class net.smartlab.web.page.CollectionPaginator
 
containsAll(Collection) - Method in class net.smartlab.web.BusinessObjectFactory.Paginator
 
containsAll(Collection) - Method in class net.smartlab.web.page.CollectionPaginator
 
context - Variable in class net.smartlab.web.page.AbstractTag
TODO documentation
ConversionException - Exception in net.smartlab.web.bean
A ConversionException is thrown whenever the Converter fails in its attempt to convert a value from the source type to the target type.
ConversionException() - Constructor for exception net.smartlab.web.bean.ConversionException
Default empty constructor.
ConversionException(String) - Constructor for exception net.smartlab.web.bean.ConversionException
Constructs a new instance with the specified describing message.
ConversionException(Throwable) - Constructor for exception net.smartlab.web.bean.ConversionException
Constructs a new instance with the specified cause.
ConversionException(String, Throwable) - Constructor for exception net.smartlab.web.bean.ConversionException
Constructs a new instance with the specified describing message and cause.
convert(Class, Object, Locale) - Method in class net.smartlab.web.bean.BigDecimalConverter
 
convert(Class, Object, Locale) - Method in class net.smartlab.web.bean.BigIntegerConverter
 
convert(Class, Object, Locale) - Method in class net.smartlab.web.bean.BooleanConverter
 
convert(Class, Object, Locale) - Method in class net.smartlab.web.bean.ByteConverter
 
convert(Class, Object, Locale) - Method in class net.smartlab.web.bean.CharConverter
 
convert(Class, Object, Locale) - Method in class net.smartlab.web.bean.Converter
TODO documentation
convert(Class, Object, Locale) - Method in class net.smartlab.web.bean.ConverterManager
TODO documentation
convert(Class, Object, Locale) - Method in class net.smartlab.web.bean.CurrencyConverter
 
convert(Class, Object, Locale) - Method in class net.smartlab.web.bean.DateConverter
 
convert(Class, Object, Locale) - Method in class net.smartlab.web.bean.DateTimeConverter
 
convert(Class, Object, Locale) - Method in class net.smartlab.web.bean.DoubleConverter
 
convert(Class, Object, Locale) - Method in class net.smartlab.web.bean.EnumerationConverter
 
convert(Class, Object, Locale) - Method in class net.smartlab.web.bean.FloatConverter
 
convert(Class, Object, Locale) - Method in class net.smartlab.web.bean.IntConverter
 
convert(Class, Object, Locale) - Method in class net.smartlab.web.bean.LongConverter
 
convert(Class, Object, Locale) - Method in class net.smartlab.web.bean.ShortConverter
 
convert(Class, Object, Locale) - Method in class net.smartlab.web.bean.StringConverter
 
convert(Class, Object, Locale) - Method in class net.smartlab.web.bean.StringEnumerationConverter
 
convert(Class, Object, Locale) - Method in class net.smartlab.web.bean.TimeConverter
 
convert(Class, Object, Locale) - Method in class net.smartlab.web.bean.URLConverter
 
Converter - Class in net.smartlab.web.bean
TODO Documentation
Converter() - Constructor for class net.smartlab.web.bean.Converter
 
ConverterManager - Class in net.smartlab.web.bean
TODO documentation
ConverterManager() - Constructor for class net.smartlab.web.bean.ConverterManager
 
convertKey(Serializable) - Method in class net.smartlab.web.BusinessObjectFactory
Converts a generic serializable object to the type used as unique key identifier for this type of BusinessObject.
convertKeys(Collection) - Method in class net.smartlab.web.BusinessObjectFactory
Converts a generic set of serializable objects to a set containing objects of the type used as unique key identifier for this type of BusinessObject using the convertKey() method.
copy(Object, Object, Locale) - Static method in class net.smartlab.web.bean.Valorizer
TODO method documentation
count() - Method in class org.hibernate.impl.QueryImpl
TODO documentation
count() - Method in class org.hibernate.impl.SQLQueryImpl
 
count() - Method in interface org.hibernate.Query
Return the query results count without extracting it.
CountTag - Class in net.smartlab.web.page
TODO documentation
CountTag() - Constructor for class net.smartlab.web.page.CountTag
 
createCriteria(DataAccessObject.SearchInfo) - Method in class net.smartlab.web.BusinessObjectFactory
Creates an Hibernate Criteria instance using filtering and ordering rules defined through the SearchInfo structure.
CurrencyConverter - Class in net.smartlab.web.bean
TODO documentation
CurrencyConverter() - Constructor for class net.smartlab.web.bean.CurrencyConverter
TODO documentation
current() - Method in class net.smartlab.web.BusinessObjectFactory
Returns the current Hibernate Session.

D

DAOException - Exception in net.smartlab.web
A DAOException is thrown whenever an application tries to access a persistent representation but the data storage is unavailable or unable to retrieve the datas.
DAOException() - Constructor for exception net.smartlab.web.DAOException
Default empty constructor.
DAOException(String) - Constructor for exception net.smartlab.web.DAOException
Constructs a new instance with the specified describing message.
DAOException(Throwable) - Constructor for exception net.smartlab.web.DAOException
Constructs a new instance with the specified cause.
DAOException(String, Throwable) - Constructor for exception net.smartlab.web.DAOException
Constructs a new instance with the specified describing message and cause.
DataAccessObject - Interface in net.smartlab.web
This interface should be implemented by classes which provide some form of persistence.
DataAccessObject.SearchInfo - Class in net.smartlab.web
Instances of this class represents a set of criterias to be used in persistence tier searches.
DataAccessObject.SearchInfo() - Constructor for class net.smartlab.web.DataAccessObject.SearchInfo
 
DataAccessObject.SearchInfo.Filter - Class in net.smartlab.web
Represents a filtering condition to be applied while performing searches.
DataTransferObject - Interface in net.smartlab.web
TODO documentation
DateConverter - Class in net.smartlab.web.bean
TODO documentation
DateConverter() - Constructor for class net.smartlab.web.bean.DateConverter
TODO documentation
DateConverter(int) - Constructor for class net.smartlab.web.bean.DateConverter
TODO documentation
DateTimeConverter - Class in net.smartlab.web.bean
TODO documentation
DateTimeConverter() - Constructor for class net.smartlab.web.bean.DateTimeConverter
TODO documentation
DateTimeConverter(int, int) - Constructor for class net.smartlab.web.bean.DateTimeConverter
TODO documentation
decode(int) - Method in class net.smartlab.web.Enumeration
Decodes a unique identifier into an instance of this class.
decode(String) - Method in class net.smartlab.web.PropertiesEnumeration
 
decode(String) - Method in class net.smartlab.web.StringEnumeration
Decodes a unique code into an instance of this class.
deepCopy(Object) - Method in class net.smartlab.web.Enumeration
 
deepCopy(Object) - Method in class net.smartlab.web.StringEnumeration
 
DEFAULT_FORWARD - Static variable in class net.smartlab.web.Action
Identifies the default resource the request will be forwarded.
DifferenciallyHistorizedBusinessObject - Interface in net.smartlab.web.history
TODO documentation
disassemble(Object) - Method in class net.smartlab.web.Enumeration
 
disassemble(Object) - Method in class net.smartlab.web.StringEnumeration
 
doAfterBody() - Method in class net.smartlab.web.page.PageListTag
 
doEndTag() - Method in class net.smartlab.web.page.AbstractTag
 
Domain - Class in net.smartlab.web
 
Domain() - Constructor for class net.smartlab.web.Domain
Subclasses should make their own constructors private and behave like singletons.
DomainConfigurationStrategy - Interface in net.smartlab.web.config
 
doStartTag() - Method in class net.smartlab.web.EmptyMarkerTag
 
doStartTag() - Method in class net.smartlab.web.page.CountTag
 
doStartTag() - Method in class net.smartlab.web.page.IsSelectedTag
 
doStartTag() - Method in class net.smartlab.web.page.LinkTag
 
doStartTag() - Method in class net.smartlab.web.page.NextTag
 
doStartTag() - Method in class net.smartlab.web.page.NoNextTag
 
doStartTag() - Method in class net.smartlab.web.page.NoPrevTag
 
doStartTag() - Method in class net.smartlab.web.page.NotSelectedTag
 
doStartTag() - Method in class net.smartlab.web.page.PageCountTag
 
doStartTag() - Method in class net.smartlab.web.page.PageListTag
 
doStartTag() - Method in class net.smartlab.web.page.PageSizeTag
 
doStartTag() - Method in class net.smartlab.web.page.PageTag
 
doStartTag() - Method in class net.smartlab.web.page.PaginateTag
 
doStartTag() - Method in class net.smartlab.web.page.PrevTag
 
doStartTag() - Method in class net.smartlab.web.page.ReminderTag
 
doStartTag() - Method in class net.smartlab.web.page.SelectedTag
 
doStartTag() - Method in class net.smartlab.web.page.StartIndexTag
 
doStartTag() - Method in class net.smartlab.web.page.StopIndexTag
 
DoubleConverter - Class in net.smartlab.web.bean
TODO documentation
DoubleConverter() - Constructor for class net.smartlab.web.bean.DoubleConverter
TODO documentation
DoubleConverter(double) - Constructor for class net.smartlab.web.bean.DoubleConverter
TODO documentation
DynaAction - Class in net.smartlab.web
This class represent the dynamic version of the basic Action class allowing a single class to define multiple actions.
DynaAction() - Constructor for class net.smartlab.web.DynaAction
Default constructor.

E

EMPTY_MARKER - Static variable in class net.smartlab.web.EmptyMarkerTag
Value of the hidden field to mark as an empty selection.
EmptyMarkerTag - Class in net.smartlab.web
This tag is an helper to mark a multiple selection as empty using an hidden HTML tag as a marker.
EmptyMarkerTag() - Constructor for class net.smartlab.web.EmptyMarkerTag
 
EnterpriseDomain - Class in net.smartlab.web
 
EnterpriseDomain() - Constructor for class net.smartlab.web.EnterpriseDomain
 
EnterpriseDomain.Remote - Interface in net.smartlab.web
 
EnterpriseDomain.RequestContext - Class in net.smartlab.web
 
EnterpriseDomain.RequestContext() - Constructor for class net.smartlab.web.EnterpriseDomain.RequestContext
 
EnterpriseDomainBuilder - Class in net.smartlab.web
This class works as a Business Delegate for Session Enterprise Java Beans.
EnterpriseDomainBuilder() - Constructor for class net.smartlab.web.EnterpriseDomainBuilder
 
EnterpriseDomainBuilder.HomeWrapper - Class in net.smartlab.web
 
Enumeration - Class in net.smartlab.web
Represents a meta type used to constraint a property to accept only pre-defined admitted values.
Enumeration() - Constructor for class net.smartlab.web.Enumeration
Default constructor used for internal purposes only.
Enumeration(int, String) - Constructor for class net.smartlab.web.Enumeration
Constructs an available choice on a unique identifier and a brief, human understandable, description.
EnumerationConverter - Class in net.smartlab.web.bean
TODO documentation
EnumerationConverter() - Constructor for class net.smartlab.web.bean.EnumerationConverter
 
EQUALS - Static variable in class net.smartlab.web.DataAccessObject.SearchInfo
Identifies a greater expression condition.
equals(Object) - Method in class net.smartlab.web.DataAccessObject.SearchInfo.Filter
 
equals(Object) - Method in class net.smartlab.web.Enumeration
 
equals(Object, Object) - Method in class net.smartlab.web.Enumeration
 
equals(Object) - Method in class net.smartlab.web.history.HistorizedBusinessObject.HistoryId
 
equals(Object) - Method in class net.smartlab.web.StringEnumeration
 
equals(Object, Object) - Method in class net.smartlab.web.StringEnumeration
 
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class net.smartlab.web.Action
This method performs some common operations then redirects control to the abstract execute.
execute(ActionForm, HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class net.smartlab.web.Action
Implement this method to provide a custom response to a user input.
execute(ActionForm, HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class net.smartlab.web.DynaAction
 
execute(String, Object[], String[], EnterpriseDomain.RequestContext) - Method in class net.smartlab.web.EnterpriseDomain
 
execute(String, Object[], String[], EnterpriseDomain.RequestContext) - Method in interface net.smartlab.web.EnterpriseDomain.Remote
 
executeUpdate() - Method in class org.hibernate.impl.QueryImpl
 
executeUpdate() - Method in class org.hibernate.impl.SQLQueryImpl
 
executeUpdate() - Method in interface org.hibernate.Query
Execute the update or delete statement.

F

factory - Variable in class net.smartlab.web.BusinessObjectFactory
Caches a reference to the Hibernate Session Factory to avoid further lookups.
FactoryConfigurationStrategy - Interface in net.smartlab.web.config
Provides the startup initialization and the Hibernate Session Factory lookup.
FileDomainConfigurationStrategy - Class in net.smartlab.web.config
 
FileDomainConfigurationStrategy() - Constructor for class net.smartlab.web.config.FileDomainConfigurationStrategy
 
findByKey(Serializable) - Method in class net.smartlab.web.BusinessObjectFactory
 
findByKey(Serializable, String[]) - Method in class net.smartlab.web.BusinessObjectFactory
 
findByKey(Serializable) - Method in interface net.smartlab.web.DataAccessObject
Retrieves from the persistence tier the object which primary key equals the one specified.
findDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in class net.smartlab.web.history.Interceptor
 
FloatConverter - Class in net.smartlab.web.bean
TODO documentation
FloatConverter() - Constructor for class net.smartlab.web.bean.FloatConverter
TODO documentation
FloatConverter(float) - Constructor for class net.smartlab.web.bean.FloatConverter
TODO documentation
flush() - Static method in class net.smartlab.web.BusinessObjectFactory
 
format - Variable in class net.smartlab.web.bean.DateConverter
TODO documentation
format - Variable in class net.smartlab.web.bean.TimeConverter
TODO documentation
forward(ActionForm, HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class net.smartlab.web.DynaAction
Default method action used to simply forward requests to the resource mapped as success.

G

getAttributeNames() - Method in class net.smartlab.web.EnterpriseDomain.RequestContext
 
getAttributesMap() - Method in class net.smartlab.web.EnterpriseDomain.RequestContext
 
getBaseFactory() - Method in class net.smartlab.web.history.HistorizedBusinessObjectFactory
 
getCode() - Method in class net.smartlab.web.StringEnumeration
Returns the enumeration element code.
getColumn() - Method in class net.smartlab.web.DataAccessObject.SearchInfo.Filter
Deprecated. this was a misleading name.
getCondition() - Method in class net.smartlab.web.DataAccessObject.SearchInfo.Filter
Returns the condition.
getConfiguration(Domain) - Method in interface net.smartlab.web.config.DomainConfigurationStrategy
 
getConfiguration(Domain, String) - Method in interface net.smartlab.web.config.DomainConfigurationStrategy
 
getConfiguration(Domain) - Method in class net.smartlab.web.config.FileDomainConfigurationStrategy
 
getConfiguration(Domain, String) - Method in class net.smartlab.web.config.FileDomainConfigurationStrategy
 
getConfiguration() - Method in class net.smartlab.web.Domain
Returns the Configuration instance used by this instance.
getConfiguration(String) - Method in class net.smartlab.web.Domain
Returns the Configuration instance used by this instance.
getContext() - Static method in class net.smartlab.web.EnterpriseDomain
 
getCount() - Method in class net.smartlab.web.page.Paginator
TODO documentation
getDefault() - Method in class net.smartlab.web.bean.BooleanConverter
TODO documentation
getDefault() - Static method in class net.smartlab.web.bean.ConverterManager
TODO documentation
getDefault() - Method in class net.smartlab.web.bean.NumberConverter
TODO documentation
getDisplay() - Method in class net.smartlab.web.Enumeration
Returns the brief description of the choice.
getDisplay() - Method in class net.smartlab.web.StringEnumeration
Returns the enumeration element display name.
getEntity(String, Serializable) - Method in class net.smartlab.web.history.Interceptor
 
getEntityName(Object) - Method in class net.smartlab.web.history.Interceptor
 
getFilters() - Method in class net.smartlab.web.DataAccessObject.SearchInfo
 
getHistorized() - Method in interface net.smartlab.web.history.HistoricizableBusinessObject
TODO documentation
getHistoryId() - Method in interface net.smartlab.web.history.HistorizedBusinessObject
Returns the id.
getHome() - Method in class net.smartlab.web.EnterpriseDomainBuilder.HomeWrapper
 
getHref() - Method in class net.smartlab.web.page.PaginateTag
Returns the href part to create an anchor.
getId() - Method in class net.smartlab.web.Enumeration
Returns the unique identifier for the choice.
getInstance(String, Class) - Static method in class net.smartlab.web.EnterpriseDomainBuilder
 
getInstance(String, Class, Object[]) - Static method in class net.smartlab.web.EnterpriseDomainBuilder
 
getInstance(String, Class, Context) - Static method in class net.smartlab.web.EnterpriseDomainBuilder
TODO documentation
getInstance(String, Class, Context, Object[]) - Static method in class net.smartlab.web.EnterpriseDomainBuilder
TODO documentation
getKey() - Method in exception net.smartlab.web.UndefinedKeyException
Returns the key.
getLastArchiveName(Class) - Static method in class net.smartlab.web.Domain
Returns the name of the last archive containing the class or an empty string if the class is in no archive.
getLastCheck() - Method in class net.smartlab.web.EnterpriseDomainBuilder.HomeWrapper
 
getLastModified() - Method in interface net.smartlab.web.history.HistorizedBusinessObject
TODO documentation
getLastModified() - Method in class net.smartlab.web.history.HistorizedBusinessObject.HistoryId
TODO documentation
getListSelection(ServletRequest) - Static method in class net.smartlab.web.AbstractArchiveAction
TODO documentation
getLocale() - Method in class net.smartlab.web.DataAccessObject.SearchInfo
Returns the locale used to convert filters.
getLockModes() - Method in class org.hibernate.impl.QueryImpl
 
getLockModes() - Method in class org.hibernate.impl.SQLQueryImpl
 
getMappedClass() - Method in class net.smartlab.web.BusinessObjectFactory
TODO documentation
getNamedParameters() - Method in interface org.hibernate.Query
Return the names of all named parameters of the query.
getNext() - Method in class net.smartlab.web.page.Paginator
TODO documentation
getObject(ResultSet) - Method in class net.smartlab.web.page.SQLPaginator
Returns the current row datas.
getOrder() - Method in class net.smartlab.web.DataAccessObject.SearchInfo
 
getPage() - Method in interface net.smartlab.web.page.LinkableTag
Returns the page to wich the enclosed LinkTag is directed.
getPage() - Method in class net.smartlab.web.page.NextTag
 
getPage() - Method in class net.smartlab.web.page.PageListTag
 
getPage() - Method in class net.smartlab.web.page.PageTag
 
getPage() - Method in class net.smartlab.web.page.Paginator
TODO documentation
getPage() - Method in class net.smartlab.web.page.PrevTag
 
getPageCount() - Method in class net.smartlab.web.page.Paginator
TODO documentation
getPages() - Method in class net.smartlab.web.page.Paginator
TODO documentation
getPageSize() - Method in class net.smartlab.web.page.Paginator
TODO documentation
getPaginator() - Method in class net.smartlab.web.page.AbstractTag
TODO documentation
getPaginator() - Method in class net.smartlab.web.page.PaginateTag
 
getParent() - Method in class net.smartlab.web.page.AbstractTag
 
getPrev() - Method in class net.smartlab.web.page.Paginator
TODO documentation
getProperties() - Method in class net.smartlab.web.Action
TODO documentation
getProperty() - Method in class net.smartlab.web.DataAccessObject.SearchInfo.Filter
Returns the property.
getQueryParameters(Map) - Method in class org.hibernate.impl.SQLQueryImpl
 
getQueryString() - Method in interface org.hibernate.Query
Get the query string.
getRealPath(String) - Method in class net.smartlab.web.Action
TODO documentation
getRef() - Method in class net.smartlab.web.history.HistorizedBusinessObject.HistoryId
A reference back to the primary key of the unlocalized referent object.
getResource(Class, String[]) - Static method in class net.smartlab.web.Domain
Returns the first resource in the list available in the specified context.
getReturnAliases() - Method in class org.hibernate.impl.SQLQueryImpl
 
getReturnAliases() - Method in interface org.hibernate.Query
Return the HQL select clause aliases (if any)
getReturnTypes() - Method in class org.hibernate.impl.SQLQueryImpl
 
getReturnTypes() - Method in interface org.hibernate.Query
Return the Hibernate types of the query result set.
getSearchInfo(HttpServletRequest) - Static method in class net.smartlab.web.AbstractArchiveAction
Parses the request searching for standard filtering and ordering parameters.
getSelection(ActionForm, String) - Static method in class net.smartlab.web.AbstractArchiveAction
TODO documentation
getServletContext() - Method in class net.smartlab.web.Action
TODO documentation
getSessionFactory(BusinessObjectFactory) - Method in interface net.smartlab.web.config.ConfigurationStrategy
Deprecated.  
getSessionFactory(BusinessObjectFactory) - Method in interface net.smartlab.web.config.FactoryConfigurationStrategy
 
getSessionFactory(BusinessObjectFactory) - Method in class net.smartlab.web.config.JNDIConfigurationStrategy
 
getSessionFactory(BusinessObjectFactory) - Method in class net.smartlab.web.config.TomcatConfigurationStrategy
 
getStart() - Method in class net.smartlab.web.page.Paginator
TODO documentation
getStop() - Method in class net.smartlab.web.page.Paginator
TODO documentation
getType() - Method in exception net.smartlab.web.UndefinedKeyException
Returns the type.
getValue(int) - Method in class net.smartlab.web.DataAccessObject.SearchInfo.Filter
Returns the n-th value in the list where the specified index is 0 based.
getValues() - Method in class net.smartlab.web.DataAccessObject.SearchInfo.Filter
Returns the values.
getVariableInfo(TagData) - Method in class net.smartlab.web.page.PaginateTei
 
getVersion() - Method in class net.smartlab.web.BusinessObject
Returns the object version.
GREATER - Static variable in class net.smartlab.web.DataAccessObject.SearchInfo
Identifies an equals expression condition.
GREATER_EQUALS - Static variable in class net.smartlab.web.DataAccessObject.SearchInfo
Identifies a greater expression condition.

H

hasDefault() - Method in class net.smartlab.web.bean.BooleanConverter
TODO documentation
hasDefault() - Method in class net.smartlab.web.bean.NumberConverter
TODO documentation
hasErrors(HttpServletRequest) - Method in class net.smartlab.web.Action
TODO documentation
hashCode() - Method in class net.smartlab.web.DataAccessObject.SearchInfo.Filter
 
hashCode() - Method in class net.smartlab.web.Enumeration
 
hashCode(Object) - Method in class net.smartlab.web.Enumeration
 
hashCode() - Method in class net.smartlab.web.history.HistorizedBusinessObject.HistoryId
 
hashCode() - Method in class net.smartlab.web.StringEnumeration
 
hashCode(Object) - Method in class net.smartlab.web.StringEnumeration
 
hasNext() - Method in class net.smartlab.web.page.Paginator
 
HistoricizableBusinessObject - Interface in net.smartlab.web.history
TODO documentation
HistorizedBusinessObject - Interface in net.smartlab.web.history
TODO documentation
HistorizedBusinessObject.HistoryId - Class in net.smartlab.web.history
 
HistorizedBusinessObject.HistoryId() - Constructor for class net.smartlab.web.history.HistorizedBusinessObject.HistoryId
 
HistorizedBusinessObjectFactory - Class in net.smartlab.web.history
TODO documentation
HistorizedBusinessObjectFactory() - Constructor for class net.smartlab.web.history.HistorizedBusinessObjectFactory
TODO documentation

I

ILIKE - Static variable in class net.smartlab.web.DataAccessObject.SearchInfo
Identifies an ilike expression condition.
IN - Static variable in class net.smartlab.web.DataAccessObject.SearchInfo
Identifies an in expression condition.
index - Variable in class net.smartlab.web.page.PageListTag
TODO documentation
instantiate(String, EntityMode, Serializable) - Method in class net.smartlab.web.history.Interceptor
 
IntConverter - Class in net.smartlab.web.bean
TODO documentation
IntConverter() - Constructor for class net.smartlab.web.bean.IntConverter
TODO documentation
IntConverter(int) - Constructor for class net.smartlab.web.bean.IntConverter
TODO documentation
Interceptor - Class in net.smartlab.web.history
TODO documentation
Interceptor() - Constructor for class net.smartlab.web.history.Interceptor
 
InvalidKeyException - Exception in net.smartlab.web
An InvalidKeyException is thrown when a sintactically or semantically invalid key is used to access the persistent representation of an entity.
InvalidKeyException() - Constructor for exception net.smartlab.web.InvalidKeyException
Default empty constructor.
InvalidKeyException(String) - Constructor for exception net.smartlab.web.InvalidKeyException
Constructs a new instance with the specified describing message.
InvalidKeyException(Throwable) - Constructor for exception net.smartlab.web.InvalidKeyException
Constructs a new instance with the specified cause.
InvalidKeyException(String, Throwable) - Constructor for exception net.smartlab.web.InvalidKeyException
Constructs a new instance with the specified describing message and cause.
isChecked(String, HttpServletRequest) - Method in class net.smartlab.web.Action
TODO documentation
isDescendant() - Method in class net.smartlab.web.DataAccessObject.SearchInfo
 
isEmpty() - Method in class net.smartlab.web.BusinessObjectFactory.Paginator
 
isEmpty() - Method in class net.smartlab.web.page.CollectionPaginator
 
isForm() - Method in class net.smartlab.web.page.PaginateTag
Checks if the pagination involves a form.
isMutable() - Method in class net.smartlab.web.Enumeration
 
isMutable() - Method in class net.smartlab.web.StringEnumeration
 
IsSelectedTag - Class in net.smartlab.web.page
TODO documentation
IsSelectedTag() - Constructor for class net.smartlab.web.page.IsSelectedTag
 
isTransient(Object) - Method in class net.smartlab.web.history.Interceptor
 
isUnion() - Method in class net.smartlab.web.DataAccessObject.SearchInfo
TODO documentation
isValid(TagData) - Method in class net.smartlab.web.page.PaginateTei
 
iterate() - Method in class org.hibernate.impl.QueryImpl
 
iterate() - Method in class org.hibernate.impl.SQLQueryImpl
 
iterate() - Method in interface org.hibernate.Query
Return the query results as an Iterator.
iterator() - Method in class net.smartlab.web.BusinessObjectFactory.Paginator
 
iterator() - Method in class net.smartlab.web.page.CollectionPaginator
 

J

JNDIConfigurationStrategy - Class in net.smartlab.web.config
The Hibernate configuration file used must reside into the META-INF directory of the topmost packaging archive and should be named smartweb.jar.hcf or have the name of the JAR file containing the subclass followed by the .hcf suffix.
JNDIConfigurationStrategy() - Constructor for class net.smartlab.web.config.JNDIConfigurationStrategy
 

L

LESSER - Static variable in class net.smartlab.web.DataAccessObject.SearchInfo
Identifies a greater equals expression condition.
LESSER_EQUALS - Static variable in class net.smartlab.web.DataAccessObject.SearchInfo
Identifies a lesser expression condition.
LIKE - Static variable in class net.smartlab.web.DataAccessObject.SearchInfo
Identifies a like expression condition.
LinkableTag - Interface in net.smartlab.web.page
Identifies custom tags that can be used to enclose LinkTag instances.
LinkTag - Class in net.smartlab.web.page
Outputs the HTML code to make the tag body linked to the enclising tag.
LinkTag() - Constructor for class net.smartlab.web.page.LinkTag
 
list(DataAccessObject.SearchInfo) - Method in class net.smartlab.web.BusinessObjectFactory
 
list(DataAccessObject.SearchInfo, String[]) - Method in class net.smartlab.web.BusinessObjectFactory
 
list(DataAccessObject.SearchInfo) - Method in interface net.smartlab.web.DataAccessObject
Returns a collection of objects representing all the persistence tier informations matching the specified search criterias.
list() - Method in class org.hibernate.impl.QueryImpl
 
list() - Method in class org.hibernate.impl.SQLQueryImpl
 
list() - Method in interface org.hibernate.Query
Return the query results as a List.
listByKeySet(Set, DataAccessObject.SearchInfo) - Method in class net.smartlab.web.BusinessObjectFactory
Returns a collection of objects representing all the persistence tier informations matching the specified set of unique identification keys and search criterias.
listByKeySet(String, Set, DataAccessObject.SearchInfo) - Method in class net.smartlab.web.BusinessObjectFactory
Deprecated. the keyFieldName parameter is no more needed
listByKeySet(Set, DataAccessObject.SearchInfo, boolean) - Method in class net.smartlab.web.BusinessObjectFactory
Returns a collection of objects representing all the persistence tier informations matching the specified set of unique identification keys and search criterias.
LockException - Exception in net.smartlab.web
A LockException is thrown whenever an application tries to update a persistent representation into the storage system with an obsolete version of datas or while another application has previously locked the datas, depending on the locking mechanism adopted.
LockException() - Constructor for exception net.smartlab.web.LockException
Default empty constructor.
LockException(String) - Constructor for exception net.smartlab.web.LockException
Constructs a new instance with the specified describing message.
LockException(Throwable) - Constructor for exception net.smartlab.web.LockException
Constructs a new instance with the specified cause.
LockException(String, Throwable) - Constructor for exception net.smartlab.web.LockException
Constructs a new instance with the specified describing message and cause.
logger - Variable in class net.smartlab.web.Action
Provides logging capabilities to the action.
logger - Variable in class net.smartlab.web.BusinessObject
Allows for business operations logging.
logger - Variable in class net.smartlab.web.BusinessObjectFactory
Provides logging capabilities to the factory.
logger - Variable in class net.smartlab.web.config.JNDIConfigurationStrategy
Provides logging capabilities to the strategy.
logger - Variable in class net.smartlab.web.config.TomcatConfigurationStrategy
Provides logging capabilities to the strategy.
logger - Variable in class net.smartlab.web.Domain
Provides logging capabilities to the domain.
logger - Variable in class net.smartlab.web.history.Interceptor
Logger for this class
logger - Variable in class net.smartlab.web.page.Paginator
Logging system accessor.
logger - Variable in class net.smartlab.web.page.SQLPaginator
Logger for this class
logger - Static variable in class net.smartlab.web.PropertiesEnumeration
Provides logging capabilities.
LongConverter - Class in net.smartlab.web.bean
TODO documentation
LongConverter() - Constructor for class net.smartlab.web.bean.LongConverter
TODO documentation
LongConverter(long) - Constructor for class net.smartlab.web.bean.LongConverter
TODO documentation

M

ManageableDomain - Interface in net.smartlab.web
TODO documentation

N

net.smartlab.web - package net.smartlab.web
 
net.smartlab.web.bean - package net.smartlab.web.bean
 
net.smartlab.web.config - package net.smartlab.web.config
 
net.smartlab.web.history - package net.smartlab.web.history
 
net.smartlab.web.page - package net.smartlab.web.page
 
next() - Method in class net.smartlab.web.page.Paginator
 
NextTag - Class in net.smartlab.web.page
Outputs its body only if the current page is not the last one.
NextTag() - Constructor for class net.smartlab.web.page.NextTag
 
NoNextTag - Class in net.smartlab.web.page
Outputs its body only if the current page is the last one.
NoNextTag() - Constructor for class net.smartlab.web.page.NoNextTag
 
NoPrevTag - Class in net.smartlab.web.page
Outputs its body only if the current page is the first one.
NoPrevTag() - Constructor for class net.smartlab.web.page.NoPrevTag
 
NOT_EQUALS - Static variable in class net.smartlab.web.DataAccessObject.SearchInfo
Identifies a lesser equal expression condition.
NOT_IN - Static variable in class net.smartlab.web.DataAccessObject.SearchInfo
Identifies a not in expression condition.
NOT_NULL - Static variable in class net.smartlab.web.DataAccessObject.SearchInfo
Identifies an is not null expression condition.
NotSelectedTag - Class in net.smartlab.web.page
TODO documentation
NotSelectedTag() - Constructor for class net.smartlab.web.page.NotSelectedTag
 
NULL - Static variable in class net.smartlab.web.DataAccessObject.SearchInfo
Identifies an is null expression condition.
nullSafeGet(ResultSet, String[], Object) - Method in class net.smartlab.web.Enumeration
 
nullSafeGet(ResultSet, String[], Object) - Method in class net.smartlab.web.StringEnumeration
 
nullSafeSet(PreparedStatement, Object, int) - Method in class net.smartlab.web.Enumeration
 
nullSafeSet(PreparedStatement, Object, int) - Method in class net.smartlab.web.StringEnumeration
 
NumberConverter - Class in net.smartlab.web.bean
TODO documentation
NumberConverter() - Constructor for class net.smartlab.web.bean.NumberConverter
TODO documentation
NumberConverter(double) - Constructor for class net.smartlab.web.bean.NumberConverter
TODO documentation

O

onCollectionRecreate(Object, Serializable) - Method in class net.smartlab.web.history.Interceptor
 
onCollectionRemove(Object, Serializable) - Method in class net.smartlab.web.history.Interceptor
 
onCollectionUpdate(Object, Serializable) - Method in class net.smartlab.web.history.Interceptor
 
onDelete(Object, Serializable, Object[], String[], Type[]) - Method in class net.smartlab.web.history.Interceptor
 
onFlushDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in class net.smartlab.web.history.Interceptor
 
onLoad(Object, Serializable, Object[], String[], Type[]) - Method in class net.smartlab.web.history.Interceptor
 
onPrepareStatement(String) - Method in class net.smartlab.web.history.Interceptor
 
onSave(Object, Serializable, Object[], String[], Type[]) - Method in class net.smartlab.web.history.Interceptor
 
org.hibernate - package org.hibernate
 
org.hibernate.impl - package org.hibernate.impl
 

P

page(DataAccessObject.SearchInfo) - Method in class net.smartlab.web.BusinessObjectFactory
Returns a paginable collection of objects representing all the persistence tier informations matching the specified search criterias.
page(DataAccessObject.SearchInfo, String[]) - Method in class net.smartlab.web.BusinessObjectFactory
 
PageCountTag - Class in net.smartlab.web.page
Outputs the last available page.
PageCountTag() - Constructor for class net.smartlab.web.page.PageCountTag
 
PageListTag - Class in net.smartlab.web.page
TODO documentation
PageListTag() - Constructor for class net.smartlab.web.page.PageListTag
 
PageSizeTag - Class in net.smartlab.web.page
Outputs the page size.
PageSizeTag() - Constructor for class net.smartlab.web.page.PageSizeTag
 
PageTag - Class in net.smartlab.web.page
TODO documentation
PageTag() - Constructor for class net.smartlab.web.page.PageTag
 
PaginateTag - Class in net.smartlab.web.page
TODO documentation
PaginateTag() - Constructor for class net.smartlab.web.page.PaginateTag
 
PaginateTei - Class in net.smartlab.web.page
Additional features for the PaginateTag.
PaginateTei() - Constructor for class net.smartlab.web.page.PaginateTei
 
PaginationException - Exception in net.smartlab.web.page
A PaginationException is thrown to signal an unexpected condition raising while trying to iterate through a Paginator instance.
PaginationException() - Constructor for exception net.smartlab.web.page.PaginationException
Default empty constructor.
PaginationException(String) - Constructor for exception net.smartlab.web.page.PaginationException
Constructs a new instance with the specified describing message.
PaginationException(Throwable) - Constructor for exception net.smartlab.web.page.PaginationException
Constructs a new instance with the specified cause.
PaginationException(String, Throwable) - Constructor for exception net.smartlab.web.page.PaginationException
Constructs a new instance with the specified describing message and cause.
Paginator - Class in net.smartlab.web.page
TODO documentation
Paginator() - Constructor for class net.smartlab.web.page.Paginator
TODO documentation
Paginator(int, int) - Constructor for class net.smartlab.web.page.Paginator
TODO documentation
PARAMETER - Static variable in class net.smartlab.web.page.PaginateTag
TODO documentation Comment for PARAMETER
PARAMETERS - Static variable in class net.smartlab.web.DynaAction
Standard dynamic method parameters.
populate(ActionForm, Object, Locale) - Method in class net.smartlab.web.Action
Populates, or prevalorizes, an html form with the values of a bean instance .
postFlush(Iterator) - Method in class net.smartlab.web.history.Interceptor
 
preFlush(Iterator) - Method in class net.smartlab.web.history.Interceptor
 
PrevTag - Class in net.smartlab.web.page
Outputs its body only if the current page is not the first one.
PrevTag() - Constructor for class net.smartlab.web.page.PrevTag
 
primitives - Static variable in class net.smartlab.web.EnterpriseDomainBuilder
 
process(HttpServletRequest, HttpServletResponse) - Method in class net.smartlab.web.ActionServlet
 
PropertiesEnumeration - Class in net.smartlab.web
This class allows to use a properties file to define enumeration elements but needs the definition of two public constructors.
PropertiesEnumeration() - Constructor for class net.smartlab.web.PropertiesEnumeration
The empty public constructor which MUST be exposed by subclasses.
PropertiesEnumeration(String, String) - Constructor for class net.smartlab.web.PropertiesEnumeration
The parametrized public constructor which MUST be exposed by subclasses.

Q

Query - Interface in org.hibernate
An object-oriented representation of a Hibernate query.
QueryImpl - Class in org.hibernate.impl
default implementation of the Query interface, for "ordinary" HQL queries (not collection filters)
QueryImpl(String, FlushMode, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.impl.QueryImpl
 
QueryImpl(String, SessionImplementor, ParameterMetadata) - Constructor for class org.hibernate.impl.QueryImpl
 

R

release() - Method in class net.smartlab.web.page.AbstractTag
 
ReminderTag - Class in net.smartlab.web.page
TODO documentation
ReminderTag() - Constructor for class net.smartlab.web.page.ReminderTag
 
remove(ActionForm, HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class net.smartlab.web.AbstractArchiveAction
This action method should be invoked to permanently remove an item.
remove(Object) - Method in class net.smartlab.web.BusinessObjectFactory.Paginator
 
remove(Object) - Method in class net.smartlab.web.BusinessObjectFactory
 
remove(Object) - Method in interface net.smartlab.web.DataAccessObject
Permanently deletes an instance from the persistence tier.
remove(Object) - Method in class net.smartlab.web.page.CollectionPaginator
 
remove() - Method in class net.smartlab.web.page.Paginator
This operation is not supported.
removeAll(ActionForm, HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class net.smartlab.web.AbstractArchiveAction
This action method should be invoked to permanently remove a set of items.
removeAll(Collection) - Method in class net.smartlab.web.BusinessObjectFactory.Paginator
 
removeAll(Collection) - Method in class net.smartlab.web.page.CollectionPaginator
 
removeAttribute(String) - Method in class net.smartlab.web.EnterpriseDomain.RequestContext
 
replace(Object, Object, Object) - Method in class net.smartlab.web.Enumeration
 
replace(Object, Object, Object) - Method in class net.smartlab.web.StringEnumeration
 
reset(ActionForm, HttpServletRequest, ActionMapping) - Method in class net.smartlab.web.Action
Ensures the specified html form has all its fields resetted to their initial value.
reset() - Method in class net.smartlab.web.page.Paginator
TODO documentation
resetSelection(ActionForm, String) - Static method in class net.smartlab.web.AbstractArchiveAction
TODO documentation
retainAll(Collection) - Method in class net.smartlab.web.BusinessObjectFactory.Paginator
 
retainAll(Collection) - Method in class net.smartlab.web.page.CollectionPaginator
 
returnedClass() - Method in class net.smartlab.web.Enumeration
 
returnedClass() - Method in class net.smartlab.web.StringEnumeration
 
rollback() - Method in class net.smartlab.web.BusinessObjectFactory
TODO documentation
rollback(Transaction) - Method in class net.smartlab.web.Domain
Rollbacks the specified transaction reverting all the changes happened since its beginning.

S

scroll() - Method in class org.hibernate.impl.QueryImpl
 
scroll(ScrollMode) - Method in class org.hibernate.impl.QueryImpl
 
scroll(ScrollMode) - Method in class org.hibernate.impl.SQLQueryImpl
 
scroll() - Method in class org.hibernate.impl.SQLQueryImpl
 
scroll() - Method in interface org.hibernate.Query
Return the query results as ScrollableResults.
scroll(ScrollMode) - Method in interface org.hibernate.Query
Return the query results as ScrollableResults.
search(ActionForm, HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class net.smartlab.web.AbstractArchiveAction
This action method should be invoked to list items matching a set of specified criteria.
searchFirst(Serializable) - Method in class net.smartlab.web.history.HistorizedBusinessObjectFactory
 
searchFirst(Serializable, Date, Date) - Method in class net.smartlab.web.history.HistorizedBusinessObjectFactory
 
searchHistory(Serializable) - Method in class net.smartlab.web.history.HistorizedBusinessObjectFactory
 
searchHistory(Serializable, Date, Date) - Method in class net.smartlab.web.history.HistorizedBusinessObjectFactory
 
searchLast(Serializable) - Method in class net.smartlab.web.history.HistorizedBusinessObjectFactory
 
searchLast(Serializable, Date, Date) - Method in class net.smartlab.web.history.HistorizedBusinessObjectFactory
 
select(ActionForm, HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class net.smartlab.web.AbstractArchiveAction
This action method should be invoked to retrieve a specific item.
SelectedTag - Class in net.smartlab.web.page
Outputs the selected page.
SelectedTag() - Constructor for class net.smartlab.web.page.SelectedTag
 
SELECTION - Static variable in class net.smartlab.web.AbstractArchiveAction
The standard name for a multiple selection request parameter.
set(Object, String, Object, Locale) - Static method in class net.smartlab.web.bean.Valorizer
TODO documentation
setArray() - Method in class net.smartlab.web.BusinessObjectFactory.Paginator
 
setArray() - Method in class net.smartlab.web.page.CollectionPaginator
 
setArray() - Method in class net.smartlab.web.page.Paginator
TODO documentation
setArray() - Method in class net.smartlab.web.page.SQLPaginator
 
setAttribute(String, Serializable) - Method in class net.smartlab.web.EnterpriseDomain.RequestContext
 
setBigDecimal(int, BigDecimal) - Method in interface org.hibernate.Query
 
setBigDecimal(String, BigDecimal) - Method in interface org.hibernate.Query
 
setBigInteger(int, BigInteger) - Method in interface org.hibernate.Query
 
setBigInteger(String, BigInteger) - Method in interface org.hibernate.Query
 
setBinary(int, byte[]) - Method in interface org.hibernate.Query
 
setBinary(String, byte[]) - Method in interface org.hibernate.Query
 
setBoolean(int, boolean) - Method in interface org.hibernate.Query
 
setBoolean(String, boolean) - Method in interface org.hibernate.Query
 
setByte(int, byte) - Method in interface org.hibernate.Query
 
setByte(String, byte) - Method in interface org.hibernate.Query
 
setCacheable(boolean) - Method in interface org.hibernate.Query
Enable caching of this query result set.
setCacheMode(CacheMode) - Method in interface org.hibernate.Query
Override the current session cache mode, just for this query.
setCacheRegion(String) - Method in interface org.hibernate.Query
Set the name of the cache region.
setCalendar(int, Calendar) - Method in interface org.hibernate.Query
 
setCalendar(String, Calendar) - Method in interface org.hibernate.Query
 
setCalendarDate(int, Calendar) - Method in interface org.hibernate.Query
 
setCalendarDate(String, Calendar) - Method in interface org.hibernate.Query
 
setCharacter(int, char) - Method in interface org.hibernate.Query
 
setCharacter(String, char) - Method in interface org.hibernate.Query
 
setComment(String) - Method in interface org.hibernate.Query
Add a comment to the generated SQL.
setConfigurationStrategy(FactoryConfigurationStrategy) - Static method in class net.smartlab.web.BusinessObjectFactory
Changes the strategy used to configure the framework.
setConfigurationStrategy(DomainConfigurationStrategy) - Static method in class net.smartlab.web.Domain
Changes the strategy used to configure the domain.
setConverter(Class, Converter) - Method in class net.smartlab.web.bean.ConverterManager
Replaces a converter for a specified class.
setCount(int) - Method in class net.smartlab.web.page.Paginator
TODO documentation
setDate(int, Date) - Method in interface org.hibernate.Query
 
setDate(String, Date) - Method in interface org.hibernate.Query
 
setDouble(int, double) - Method in interface org.hibernate.Query
 
setDouble(String, double) - Method in interface org.hibernate.Query
 
setEntity(int, Object) - Method in interface org.hibernate.Query
Bind an instance of a mapped persistent class to a JDBC-style query parameter.
setEntity(String, Object) - Method in interface org.hibernate.Query
Bind an instance of a mapped persistent class to a named query parameter.
setFetchSize(int) - Method in interface org.hibernate.Query
Set a fetch size for the underlying JDBC query.
setFilter(boolean) - Method in class net.smartlab.web.page.PaginateTag
Requires HTML compliance on href query part.
setFilters(Collection) - Method in class net.smartlab.web.DataAccessObject.SearchInfo
 
setFilters(String[]) - Method in class net.smartlab.web.DataAccessObject.SearchInfo
 
setFirstResult(int) - Method in interface org.hibernate.Query
Set the first row to retrieve.
setFloat(int, float) - Method in interface org.hibernate.Query
 
setFloat(String, float) - Method in interface org.hibernate.Query
 
setFlushMode(FlushMode) - Method in interface org.hibernate.Query
Override the current session flush mode, just for this query.
setForm(String) - Method in class net.smartlab.web.page.PaginateTag
Sets the name of form to use to vehicle pagination informations.
setHistoryId(HistorizedBusinessObject.HistoryId) - Method in interface net.smartlab.web.history.HistorizedBusinessObject
Sets the id.
setHref(String) - Method in class net.smartlab.web.page.PaginateTag
Sets the url where pagination actions are submitted: leave blank or not specified to use the same page.
setInteger(int, int) - Method in interface org.hibernate.Query
 
setInteger(String, int) - Method in interface org.hibernate.Query
 
setLastModified(Timestamp) - Method in class net.smartlab.web.history.HistorizedBusinessObject.HistoryId
TODO documentation
setLastModified(Timestamp) - Method in interface net.smartlab.web.history.HistorizedBusinessObject
TODO documentation
setLocale(Locale) - Method in class net.smartlab.web.DataAccessObject.SearchInfo
Sets the locale used to convert filters.
setLocale(int, Locale) - Method in interface org.hibernate.Query
 
setLocale(String, Locale) - Method in interface org.hibernate.Query
 
setLockMode(String, LockMode) - Method in class org.hibernate.impl.QueryImpl
 
setLockMode(String, LockMode) - Method in class org.hibernate.impl.SQLQueryImpl
 
setLockMode(String, LockMode) - Method in interface org.hibernate.Query
Set the lockmode for the objects idententified by the given alias that appears in the FROM clause.
setLong(int, long) - Method in interface org.hibernate.Query
 
setLong(String, long) - Method in interface org.hibernate.Query
 
setMaxResults(int) - Method in interface org.hibernate.Query
Set the maximum number of rows to retrieve.
setName(String) - Method in class net.smartlab.web.page.PaginateTag
Sets the name of the attribute containing the paginator instance.
setOrder(String) - Method in class net.smartlab.web.DataAccessObject.SearchInfo
Sets the property used to order the collection.
setPage(int) - Method in class net.smartlab.web.BusinessObjectFactory.Paginator
 
setPage(int) - Method in class net.smartlab.web.page.Paginator
TODO documentation
setPageContext(PageContext) - Method in class net.smartlab.web.page.AbstractTag
 
setPages(int) - Method in class net.smartlab.web.page.PaginateTag
Sets the maximum number of pages displayed in a row.
setPages(int) - Method in class net.smartlab.web.page.Paginator
TODO documentation
setPageSize(int) - Method in class net.smartlab.web.page.Paginator
TODO documentation
setParameter(int, Object, Type) - Method in interface org.hibernate.Query
Bind a value to a JDBC-style query parameter.
setParameter(String, Object, Type) - Method in interface org.hibernate.Query
Bind a value to a named query parameter.
setParameter(int, Object) - Method in interface org.hibernate.Query
Bind a value to a JDBC-style query parameter.
setParameter(String, Object) - Method in interface org.hibernate.Query
Bind a value to a named query parameter.
setParameterList(String, Collection, Type) - Method in interface org.hibernate.Query
Bind multiple values to a named query parameter.
setParameterList(String, Collection) - Method in interface org.hibernate.Query
Bind multiple values to a named query parameter.
setParameterList(String, Object[], Type) - Method in interface org.hibernate.Query
Bind multiple values to a named query parameter.
setParameterList(String, Object[]) - Method in interface org.hibernate.Query
Bind multiple values to a named query parameter.
setParameters(Object[], Type[]) - Method in interface org.hibernate.Query
Bind values and types to positional parameters.
setParent(Tag) - Method in class net.smartlab.web.page.AbstractTag
 
setProperties(Object) - Method in interface org.hibernate.Query
Bind the property values of the given bean to named parameters of the query, matching property names with parameter names and mapping property types to Hibernate types using hueristics.
setProperties(Map) - Method in interface org.hibernate.Query
Bind the values of the given Map for each named parameters of the query, matching key names with parameter names and mapping value types to Hibernate types using hueristics.
setProperty(String) - Method in class net.smartlab.web.page.PaginateTag
Sets the name of the attribute property containing the paginator instance.
setProperty(String) - Method in class net.smartlab.web.page.ReminderTag
 
setReadOnly(boolean) - Method in interface org.hibernate.Query
Entities retrieved by this query will be loaded in a read-only mode where Hibernate will never dirty-check them or make changes persistent.
setRef(Serializable) - Method in class net.smartlab.web.history.HistorizedBusinessObject.HistoryId
TODO documentation
setResultSetMapping(String) - Method in class org.hibernate.impl.SQLQueryImpl
 
setResultTransformer(ResultTransformer) - Method in interface org.hibernate.Query
Set a strategy for handling the query results.
setSelection(ActionForm, String, String[]) - Static method in class net.smartlab.web.AbstractArchiveAction
TODO documentation
setSerializable(int, Serializable) - Method in interface org.hibernate.Query
 
setSerializable(String, Serializable) - Method in interface org.hibernate.Query
 
setShort(int, short) - Method in interface org.hibernate.Query
 
setShort(String, short) - Method in interface org.hibernate.Query
 
setSize(int) - Method in class net.smartlab.web.BusinessObjectFactory.Paginator
TODO documentation
setSize(int) - Method in class net.smartlab.web.page.PaginateTag
Sets the number of items per page.
setString(int, String) - Method in interface org.hibernate.Query
 
setString(String, String) - Method in interface org.hibernate.Query
 
setText(int, String) - Method in interface org.hibernate.Query
 
setText(String, String) - Method in interface org.hibernate.Query
 
setTime(int, Date) - Method in interface org.hibernate.Query
 
setTime(String, Date) - Method in interface org.hibernate.Query
 
setTimeout(int) - Method in interface org.hibernate.Query
Set a timeout for the underlying JDBC query.
setTimestamp(int, Date) - Method in interface org.hibernate.Query
 
setTimestamp(String, Date) - Method in interface org.hibernate.Query
 
setUnion(String) - Method in class net.smartlab.web.DataAccessObject.SearchInfo
TODO documentation
setUnion(boolean) - Method in class net.smartlab.web.DataAccessObject.SearchInfo
TODO documentation
setValue(String) - Method in class net.smartlab.web.page.ReminderTag
 
setVersion(long) - Method in class net.smartlab.web.BusinessObject
Sets the object version.
ShortConverter - Class in net.smartlab.web.bean
TODO documentation
ShortConverter() - Constructor for class net.smartlab.web.bean.ShortConverter
TODO documentation
ShortConverter(short) - Constructor for class net.smartlab.web.bean.ShortConverter
TODO documentation
size() - Method in class net.smartlab.web.BusinessObjectFactory.Paginator
 
size() - Method in class net.smartlab.web.EnterpriseDomain.RequestContext
 
size() - Method in class net.smartlab.web.page.CollectionPaginator
 
SQLPaginator - Class in net.smartlab.web.page
TODO documentation
SQLPaginator(DataSource, String) - Constructor for class net.smartlab.web.page.SQLPaginator
Creates an SQLPaginator instance using an SQL connection pool and a specified query.
SQLPaginator(DataSource, String, int) - Constructor for class net.smartlab.web.page.SQLPaginator
Creates an SQLPaginator with default isolation level and unlimited page size.
SQLPaginator(DataSource, String, int, int) - Constructor for class net.smartlab.web.page.SQLPaginator
Creates an SQLPaginator with default isoltaion level.
SQLPaginator(DataSource, String, int, int, int) - Constructor for class net.smartlab.web.page.SQLPaginator
Creates an SQLPaginator.
SQLQueryImpl - Class in org.hibernate.impl
Implements SQL query passthrough.
sqlTypes() - Method in class net.smartlab.web.Enumeration
 
sqlTypes() - Method in class net.smartlab.web.StringEnumeration
 
StartIndexTag - Class in net.smartlab.web.page
Outputs the starting element index.
StartIndexTag() - Constructor for class net.smartlab.web.page.StartIndexTag
 
StopIndexTag - Class in net.smartlab.web.page
Outputs the ending element index.
StopIndexTag() - Constructor for class net.smartlab.web.page.StopIndexTag
 
StringConverter - Class in net.smartlab.web.bean
TODO documentation
StringConverter() - Constructor for class net.smartlab.web.bean.StringConverter
 
StringEnumeration - Class in net.smartlab.web
This class allows to use string to define enumeration elements identifier but needs the definition of two constructors.
StringEnumeration() - Constructor for class net.smartlab.web.StringEnumeration
Default constructor used for internal purposes only.
StringEnumeration(String, String) - Constructor for class net.smartlab.web.StringEnumeration
Constructs an available choice on a unique identifier and a brief, human understandable, description.
StringEnumerationConverter - Class in net.smartlab.web.bean
TODO documentation
StringEnumerationConverter() - Constructor for class net.smartlab.web.bean.StringEnumerationConverter
 

T

TimeConverter - Class in net.smartlab.web.bean
TODO documentation
TimeConverter() - Constructor for class net.smartlab.web.bean.TimeConverter
TODO documentation
TimeConverter(int) - Constructor for class net.smartlab.web.bean.TimeConverter
TODO documentation
toArray() - Method in class net.smartlab.web.BusinessObjectFactory.Paginator
 
toArray(Object[]) - Method in class net.smartlab.web.BusinessObjectFactory.Paginator
 
toArray() - Method in class net.smartlab.web.page.CollectionPaginator
 
toArray(Object[]) - Method in class net.smartlab.web.page.CollectionPaginator
 
TomcatConfigurationStrategy - Class in net.smartlab.web.config
The Hibernate configuration file used must reside into the META-INF directory of the topmost packaging archive and should be named smartweb.jar.hcf or have the name of the JAR file containing the subclass followed by the .hcf suffix.
TomcatConfigurationStrategy() - Constructor for class net.smartlab.web.config.TomcatConfigurationStrategy
 
toObject(Object, Locale) - Method in class net.smartlab.web.bean.CollectionConverter
TODO documentation
toString(Object, Locale) - Method in class net.smartlab.web.bean.CollectionConverter
TODO documentation
toString() - Method in class net.smartlab.web.DataAccessObject.SearchInfo.Filter
 
toString() - Method in class net.smartlab.web.DataAccessObject.SearchInfo
 
toString() - Method in class net.smartlab.web.history.HistorizedBusinessObject.HistoryId
 

U

UNDEFINED_PAGE - Static variable in class net.smartlab.web.page.Paginator
A constant to identify the page was not setted.
UndefinedKeyException - Exception in net.smartlab.web
An UndefinedKeyException is thrown whenever an application tries to retrieve from a persistent storage an entity using the unique identifier, also known as primary key or simply key, and the requested identifing value is not present in the storage system.
UndefinedKeyException(Serializable, Class, Throwable) - Constructor for exception net.smartlab.web.UndefinedKeyException
Constructs a new instance with the key and type not found in the repository and originating exception.
UndefinedKeyException(Serializable, Class) - Constructor for exception net.smartlab.web.UndefinedKeyException
Constructs a new instance with the key and type not found in the repository.
uniqueResult() - Method in interface org.hibernate.Query
Convenience method to return a single instance that matches the query, or null if the query returns no results.
UNLIMITED_ITEMS - Static variable in class net.smartlab.web.page.Paginator
A constant to identify an unlimited item listing.
UNLIMITED_PAGES - Static variable in class net.smartlab.web.page.Paginator
A constant to identify an unlimited page listing.
update(ActionForm, HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class net.smartlab.web.AbstractArchiveAction
This action method should be invoked to save or update an item.
update(Object) - Method in class net.smartlab.web.BusinessObjectFactory
 
update(Object) - Method in interface net.smartlab.web.DataAccessObject
Ensures the persistence tier representation of the object is consistent with the in memory representation.
URLConverter - Class in net.smartlab.web.bean
TODO documentation
URLConverter() - Constructor for class net.smartlab.web.bean.URLConverter
 

V

validate(TagData) - Method in class net.smartlab.web.page.PaginateTei
 
Validator - Class in net.smartlab.web
TODO documentation
Validator() - Constructor for class net.smartlab.web.Validator
 
ValorizationException - Exception in net.smartlab.web.bean
A ValorizationException is thrown whenever the Valorizer fails in its attempt to copy a value between two java objects.
ValorizationException() - Constructor for exception net.smartlab.web.bean.ValorizationException
Default empty constructor.
ValorizationException(String) - Constructor for exception net.smartlab.web.bean.ValorizationException
Constructs a new instance with the specified describing message.
ValorizationException(Throwable) - Constructor for exception net.smartlab.web.bean.ValorizationException
Constructs a new instance with the specified cause.
ValorizationException(String, Throwable) - Constructor for exception net.smartlab.web.bean.ValorizationException
Constructs a new instance with the specified describing message and cause.
valorize(ActionForm, Object, Locale) - Method in class net.smartlab.web.Action
Valorizes a bean instance with the values providen with the user submitted html form.
Valorizer - Class in net.smartlab.web.bean
TODO class documentation
Valorizer() - Constructor for class net.smartlab.web.bean.Valorizer
 
verifyParameters() - Method in class org.hibernate.impl.SQLQueryImpl
 

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

Copyright © 2004-2009 The SmartWeb Team. All Rights Reserved.