Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
P
Q
S
T
U
V
A
AbstractInfraWicketApplication
- Class in
net.sf.shineframework.web.wicket
AbstractInfraWicketApplication()
- Constructor for class net.sf.shineframework.web.wicket.
AbstractInfraWicketApplication
AbstractPage
- Class in
net.sf.shineframework.web.wicket.pages
AbstractPage()
- Constructor for class net.sf.shineframework.web.wicket.pages.
AbstractPage
addConfiguration(String, String)
- Method in interface net.sf.shineframework.common.facades.
ConfigurationFacade
addConfiguration(String, String, String)
- Method in interface net.sf.shineframework.common.facades.
ConfigurationFacade
addConfiguration(String, String)
- Method in interface net.sf.shineframework.server.services.
ConfigurationService
addConfiguration(String, String, String)
- Method in interface net.sf.shineframework.server.services.
ConfigurationService
addConfiguration(String, String)
- Method in class net.sf.shineframework.server.services.impl.
ConfigurationServiceImpl
addConfiguration(String, String, String)
- Method in class net.sf.shineframework.server.services.impl.
ConfigurationServiceImpl
addMessage(String)
- Method in class net.sf.shineframework.common.tx.context.
StandardUserContext
addMessage(String, Object...)
- Method in class net.sf.shineframework.common.tx.context.
StandardUserContext
adds a message with params to the user context
addMessage(String)
- Method in interface net.sf.shineframework.common.tx.context.
UserContext
adds a message to the user context
addMessage(String, Object...)
- Method in interface net.sf.shineframework.common.tx.context.
UserContext
adds a message with params to the user context
addParam(String)
- Method in interface net.sf.shineframework.common.messages.
Message
addParam(String)
- Method in class net.sf.shineframework.common.messages.
MessageImpl
adds a param value to the message.
addParams(Object...)
- Method in interface net.sf.shineframework.common.messages.
Message
addParams(Object...)
- Method in class net.sf.shineframework.common.messages.
MessageImpl
add several (or all) params at once
afterReturning(UserContext)
- Method in class net.sf.shineframework.server.tx.
TxRollbackAdvice
B
BaseDao
<
T
extends
DalObject
> - Class in
net.sf.shineframework.server.dal.dao
A basic data access object.
BaseDao()
- Constructor for class net.sf.shineframework.server.dal.dao.
BaseDao
BaseFacade
- Class in
net.sf.shineframework.common.facades
The base facade implementation.
BaseFacade()
- Constructor for class net.sf.shineframework.common.facades.
BaseFacade
BaseFwDao
<
T
extends
DalObject
> - Class in
net.sf.shineframework.server.dal.dao
BaseFwDao()
- Constructor for class net.sf.shineframework.server.dal.dao.
BaseFwDao
BaseNamedDao
<
T
extends
DalObject
> - Class in
net.sf.shineframework.server.dal.dao
BaseNamedDao()
- Constructor for class net.sf.shineframework.server.dal.dao.
BaseNamedDao
BaseService
- Class in
net.sf.shineframework.server.services
BaseService()
- Constructor for class net.sf.shineframework.server.services.
BaseService
BaseUserContext
- Class in
net.sf.shineframework.common.tx.context
BaseUserContext()
- Constructor for class net.sf.shineframework.common.tx.context.
BaseUserContext
BusinessKey
- Annotation Type in
net.sf.shineframework.common.annotations
C
clearUserContext()
- Method in class net.sf.shineframework.common.tx.context.
TlsUserContextFactory
clears the user context
clearUserContext()
- Method in interface net.sf.shineframework.common.tx.context.
UserContextFactory
clears the user context
clearUserContext()
- Method in class net.sf.shineframework.web.tx.context.spring.
PerInstanceUserContextFactoryImpl
Configuration
- Class in
net.sf.shineframework.common.dal.dm
Configuration()
- Constructor for class net.sf.shineframework.common.dal.dm.
Configuration
ConfigurationFacade
- Interface in
net.sf.shineframework.common.facades
ConfigurationService
- Interface in
net.sf.shineframework.server.services
ConfigurationServiceImpl
- Class in
net.sf.shineframework.server.services.impl
ConfigurationServiceImpl()
- Constructor for class net.sf.shineframework.server.services.impl.
ConfigurationServiceImpl
ContextLoaderListener
- Class in
net.sf.shineframework.web.spring
ContextLoaderListener()
- Constructor for class net.sf.shineframework.web.spring.
ContextLoaderListener
createContextLoader()
- Method in class net.sf.shineframework.web.spring.
ContextLoaderListener
createOrReplaceProperty(String, String, String)
- Method in interface net.sf.shineframework.common.facades.
ConfigurationFacade
createOrReplaceProperty(String, String, String)
- Method in interface net.sf.shineframework.server.services.
ConfigurationService
createOrReplaceProperty(String, String, String)
- Method in class net.sf.shineframework.server.services.impl.
ConfigurationServiceImpl
createUserContext()
- Method in class net.sf.shineframework.common.tx.context.
TlsUserContextFactory.UserContextThreadLocal
D
DalObject
- Class in
net.sf.shineframework.common.dal.dm
DalObject()
- Constructor for class net.sf.shineframework.common.dal.dm.
DalObject
Dao
<
T
extends
DalObject
> - Interface in
net.sf.shineframework.server.dal.dao
DaoBeanDefinitionParser
- Class in
net.sf.shineframework.server.dal.dao.spring
DaoBeanDefinitionParser()
- Constructor for class net.sf.shineframework.server.dal.dao.spring.
DaoBeanDefinitionParser
DaoInvocationHandler
- Class in
net.sf.shineframework.server.dal.dao.impl
DaoInvocationHandler(Object, Class<? extends DalObject>)
- Constructor for class net.sf.shineframework.server.dal.dao.impl.
DaoInvocationHandler
DaoProxyFactoryBean
- Class in
net.sf.shineframework.server.dal.dao.spring
DaoProxyFactoryBean()
- Constructor for class net.sf.shineframework.server.dal.dao.spring.
DaoProxyFactoryBean
DelegatingFacadeProxyFactoryBean
- Class in
net.sf.shineframework.server.facades.spring
A delegating facade proxy factory bean.
DelegatingFacadeProxyFactoryBean()
- Constructor for class net.sf.shineframework.server.facades.spring.
DelegatingFacadeProxyFactoryBean
delete(T)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
delete(T)
- Method in interface net.sf.shineframework.server.dal.dao.
Dao
deletes an object from the database
E
equals(Object)
- Method in class net.sf.shineframework.common.dal.dm.
DalObject
F
Facade
- Annotation Type in
net.sf.shineframework.common.annotations
The Facade marker annotation
FacadesBeanDefinitionParser
- Class in
net.sf.shineframework.server.facades.spring
FacadesBeanDefinitionParser()
- Constructor for class net.sf.shineframework.server.facades.spring.
FacadesBeanDefinitionParser
find(String)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
find(String, int, int)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
find(String, int, int, Object...)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
find(String, Object...)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
findByNamedParam(String, int, int, Map<String, ? extends Object>)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
findByNamedParam(String, Map<String, ? extends Object>)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
findByNamedQuery(String)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
findByNamedQuery(String, int, int)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
findByNamedQuery(String, int, int, Object...)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
findByNamedQuery(String, Map<String, ? extends Object>)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
findByProperties(T, Object...)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
format(String, Object...)
- Static method in class net.sf.shineframework.common.i18n.
Localizer
format(String, StringBuffer, Locale, Object...)
- Static method in class net.sf.shineframework.common.i18n.
Localizer
FORMATS_BUNDLE_NAME
- Static variable in class net.sf.shineframework.common.i18n.
Localizer
FormPropertyPanel
- Class in
net.sf.shineframework.web.wicket.widgets
FormPropertyPanel(DalObject, String)
- Constructor for class net.sf.shineframework.web.wicket.widgets.
FormPropertyPanel
FwDao
<
T
extends
DalObject
> - Interface in
net.sf.shineframework.server.dal.dao
Framework DAO.
FwService
- Interface in
net.sf.shineframework.server.services
FwServiceImpl
- Class in
net.sf.shineframework.server.services.impl
FwServiceImpl()
- Constructor for class net.sf.shineframework.server.services.impl.
FwServiceImpl
G
GenericExceptionHandlerOnThrownAdvice
- Class in
net.sf.shineframework.server.tx
A generic handler for throwing exceptions from application service.
GenericExceptionHandlerOnThrownAdvice()
- Constructor for class net.sf.shineframework.server.tx.
GenericExceptionHandlerOnThrownAdvice
get()
- Method in class net.sf.shineframework.common.tx.context.
TlsUserContextFactory.UserContextThreadLocal
getAll()
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
getAll()
- Method in interface net.sf.shineframework.server.dal.dao.
Dao
retrieves all objects of the managed type from the database
getAllConfigurations()
- Method in interface net.sf.shineframework.common.facades.
ConfigurationFacade
getAllConfigurations()
- Method in interface net.sf.shineframework.server.services.
ConfigurationService
getAllConfigurations()
- Method in class net.sf.shineframework.server.services.impl.
ConfigurationServiceImpl
getAllObjects()
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
Retrieves all objects.
getAllOrdered()
- Method in class net.sf.shineframework.server.dal.dao.
BaseNamedDao
retrieves all objects ordered by name.
getAllOrdered()
- Method in interface net.sf.shineframework.server.dal.dao.
NamedDao
retrieves all objects order by name
getByBusinessKey(T)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
getByBusinessKey(T)
- Method in interface net.sf.shineframework.server.dal.dao.
Dao
retrieves an object that matches the business key properties in the dm.
getByName(String)
- Method in class net.sf.shineframework.server.dal.dao.
BaseNamedDao
getByName(String)
- Method in interface net.sf.shineframework.server.dal.dao.
NamedDao
retrieves objects from the database by thier name
getByPk(Serializable)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
getByPk(Class<? extends DalObject>, Serializable)
- Method in class net.sf.shineframework.server.dal.dao.
BaseFwDao
getByPk(Serializable)
- Method in interface net.sf.shineframework.server.dal.dao.
Dao
retrieves an object from the database by its primary key
getByPk(Class<? extends DalObject>, Serializable)
- Method in interface net.sf.shineframework.server.dal.dao.
FwDao
getByProperties(T, Object...)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
getByProperties(T, Object...)
- Method in interface net.sf.shineframework.server.dal.dao.
Dao
retrieves all objects that match the properties.
getByUniqueProperties(T)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
getByUniqueProperties(T)
- Method in interface net.sf.shineframework.server.dal.dao.
Dao
retrieves an object that matches the unique properties of the provided dm.
getClassname()
- Method in class net.sf.shineframework.common.tx.context.
TlsUserContextFactory.UserContextThreadLocal
getConfigurationDao()
- Method in class net.sf.shineframework.server.services.impl.
ConfigurationServiceImpl
getConfigurationFacade()
- Method in class net.sf.shineframework.web.wicket.
AbstractInfraWicketApplication
getDaoInterface()
- Method in class net.sf.shineframework.server.dal.dao.spring.
DaoProxyFactoryBean
getDefaultLocale()
- Static method in class net.sf.shineframework.common.i18n.
Localizer
getDefaultValue()
- Method in class net.sf.shineframework.common.dal.dm.
Configuration
getDelegates()
- Method in class net.sf.shineframework.server.facades.impl.
NullFacadeInvocationHandler
getErrorsIterator()
- Method in class net.sf.shineframework.common.tx.context.
StandardUserContext
retrieves an iterator over all error messages in the user context
getErrorsIterator()
- Method in interface net.sf.shineframework.common.tx.context.
UserContext
retrieves an iterator over all error messages in the user context
getFacade(Class, String)
- Method in class net.sf.shineframework.web.wicket.
AbstractInfraWicketApplication
getFatalIterator()
- Method in class net.sf.shineframework.common.tx.context.
StandardUserContext
retrieves an iterator over all fatal messages in the user context
getFatalIterator()
- Method in interface net.sf.shineframework.common.tx.context.
UserContext
retrieves an iterator over all fatal messages in the user context
getInfosIterator()
- Method in class net.sf.shineframework.common.tx.context.
StandardUserContext
retrieves an iterator over all info messages in the user context
getInfosIterator()
- Method in interface net.sf.shineframework.common.tx.context.
UserContext
retrieves an iterator over all info messages in the user context
getInfraResourceNames()
- Static method in class net.sf.shineframework.common.
ShineFwDefinitions
retrieves the names of the infrastructure resources
getKey()
- Method in interface net.sf.shineframework.common.messages.
Message
Gets the message key
getKey()
- Method in class net.sf.shineframework.common.messages.
MessageDef
retrieves the message key.
getKey()
- Method in class net.sf.shineframework.common.messages.
MessageImpl
retrieves the message key.
getLogger()
- Method in class net.sf.shineframework.common.dal.dm.
DalObject
retrieves a logger.
getManagedClass()
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
getMessage(String)
- Static method in class net.sf.shineframework.common.i18n.
Localizer
Loads a message from a resource messagesBundle
getMessage(String, Locale)
- Static method in class net.sf.shineframework.common.i18n.
Localizer
Loads a message from a resource messagesBundle
getMessage(String, Locale, Object...)
- Static method in class net.sf.shineframework.common.i18n.
Localizer
Loads a message pattern from the resource messagesBundle and format it using the
MessageFormat
class
getMessage(String, Object...)
- Static method in class net.sf.shineframework.common.i18n.
Localizer
getMessage()
- Method in interface net.sf.shineframework.common.messages.
Message
retrieves the localized message with the default locale as defined in the localizer
getMessage(Locale)
- Method in interface net.sf.shineframework.common.messages.
Message
retrieves the localized message from the localizer according to the locale
getMessage()
- Method in class net.sf.shineframework.common.messages.
MessageImpl
getMessage(Locale)
- Method in class net.sf.shineframework.common.messages.
MessageImpl
getMessageDef(String)
- Method in class net.sf.shineframework.common.tx.context.spring.
StandardUserContext
getMessageDef(String)
- Method in class net.sf.shineframework.common.tx.context.
StandardUserContext
getMessageDefProvider()
- Method in class net.sf.shineframework.common.tx.context.
BaseUserContext
getMessageDefProvider()
- Method in class net.sf.shineframework.common.tx.context.
TlsUserContextFactory.UserContextThreadLocal
getMessages()
- Method in class net.sf.shineframework.common.tx.context.
StandardUserContext
retrieves all message
getMessages()
- Method in interface net.sf.shineframework.common.tx.context.
UserContext
retrieves all message
getName()
- Method in class net.sf.shineframework.common.dal.dm.
Configuration
getObject()
- Method in class net.sf.shineframework.server.dal.dao.spring.
DaoProxyFactoryBean
getObject()
- Method in class net.sf.shineframework.server.facades.spring.
DelegatingFacadeProxyFactoryBean
getObjectType()
- Method in class net.sf.shineframework.server.dal.dao.spring.
DaoProxyFactoryBean
getObjectType()
- Method in class net.sf.shineframework.server.facades.spring.
DelegatingFacadeProxyFactoryBean
getParams()
- Method in interface net.sf.shineframework.common.messages.
Message
Returns an immutable collection of the message params
getParams()
- Method in class net.sf.shineframework.common.messages.
MessageImpl
getPk()
- Method in class net.sf.shineframework.common.dal.dm.
DalObject
getProperty(String)
- Method in interface net.sf.shineframework.common.facades.
ConfigurationFacade
getProperty(String)
- Method in interface net.sf.shineframework.server.services.
ConfigurationService
getProperty(String)
- Method in class net.sf.shineframework.server.services.impl.
ConfigurationServiceImpl
getPropertyAsBoolean(String)
- Method in interface net.sf.shineframework.common.facades.
ConfigurationFacade
getPropertyAsBoolean(String)
- Method in interface net.sf.shineframework.server.services.
ConfigurationService
getPropertyAsBoolean(String)
- Method in class net.sf.shineframework.server.services.impl.
ConfigurationServiceImpl
getPropertyAsConfiguration(String)
- Method in interface net.sf.shineframework.common.facades.
ConfigurationFacade
getPropertyAsConfiguration(String)
- Method in interface net.sf.shineframework.server.services.
ConfigurationService
getPropertyAsConfiguration(String)
- Method in class net.sf.shineframework.server.services.impl.
ConfigurationServiceImpl
getPropertyAsInt(String)
- Method in interface net.sf.shineframework.common.facades.
ConfigurationFacade
getPropertyAsInt(String)
- Method in interface net.sf.shineframework.server.services.
ConfigurationService
getPropertyAsInt(String)
- Method in class net.sf.shineframework.server.services.impl.
ConfigurationServiceImpl
getPropertyAsInteger(String)
- Method in interface net.sf.shineframework.common.facades.
ConfigurationFacade
getPropertyAsInteger(String)
- Method in interface net.sf.shineframework.server.services.
ConfigurationService
getPropertyAsInteger(String)
- Method in class net.sf.shineframework.server.services.impl.
ConfigurationServiceImpl
getSeverity()
- Method in interface net.sf.shineframework.common.messages.
Message
the severity is configurable in the spring messages.xml file of the application.
getSeverity()
- Method in class net.sf.shineframework.common.messages.
MessageDef
getSeverity()
- Method in class net.sf.shineframework.common.messages.
MessageImpl
retrieves the message severity
getSpringBean(Class, String)
- Method in class net.sf.shineframework.web.wicket.
AbstractInfraWicketApplication
getTimestamp()
- Method in interface net.sf.shineframework.common.messages.
Message
getTimestamp()
- Method in class net.sf.shineframework.common.messages.
MessageImpl
retrieves the message creation timestamp
getUniqueByName(String)
- Method in class net.sf.shineframework.server.dal.dao.
BaseNamedDao
getUniqueByName(String)
- Method in interface net.sf.shineframework.server.dal.dao.
NamedDao
retrieves a unique instance of the object in the database
getUserContext()
- Method in class net.sf.shineframework.common.tx.context.
TlsUserContextFactory
retrieves the user context from the TLS
getUserContext()
- Method in interface net.sf.shineframework.common.tx.context.
UserContextFactory
retrieves the user context from the TLS
getUserContext()
- Method in class net.sf.shineframework.web.tx.context.spring.
PerInstanceUserContextFactoryImpl
getUserData(String)
- Method in class net.sf.shineframework.common.tx.context.
StandardUserContext
retrieves user data according to a key
getUserData(String)
- Method in interface net.sf.shineframework.common.tx.context.
UserContext
retrieves user data according to a key
getValue()
- Method in class net.sf.shineframework.common.dal.dm.
Configuration
getWarningsIterator()
- Method in class net.sf.shineframework.common.tx.context.
StandardUserContext
retrieves an iterator over all warning messages in the user context
getWarningsIterator()
- Method in interface net.sf.shineframework.common.tx.context.
UserContext
retrieves an iterator over all warning messages in the user context
H
handleUnexpectedRollbackException(UserContext, UnexpectedRollbackException)
- Method in class net.sf.shineframework.server.tx.
GenericExceptionHandlerOnThrownAdvice
hashCode()
- Method in class net.sf.shineframework.common.dal.dm.
DalObject
I
init()
- Method in class net.sf.shineframework.common.spring.
ShineNamespaceHandler
init()
- Method in class net.sf.shineframework.server.spring.
ShineNamespaceHandler
initialValue()
- Method in class net.sf.shineframework.common.tx.context.
TlsUserContextFactory.UserContextThreadLocal
invoke(Object, Method, Object[])
- Method in class net.sf.shineframework.server.dal.dao.impl.
DaoInvocationHandler
The virtual method that implements all non-concrete methods.
invoke(Object, Method, Object[])
- Method in class net.sf.shineframework.server.facades.impl.
NullFacadeInvocationHandler
The virtual method that implements all non-concrete methods.
isError()
- Method in class net.sf.shineframework.common.tx.context.
StandardUserContext
isError()
- Method in interface net.sf.shineframework.common.tx.context.
UserContext
returns true if there is an error message on the context
isFailed()
- Method in class net.sf.shineframework.common.tx.context.
StandardUserContext
isFailed()
- Method in interface net.sf.shineframework.common.tx.context.
UserContext
returns true if the transaction has already failed
isFailOnWarn()
- Method in class net.sf.shineframework.common.tx.context.
StandardUserContext
returns true if the transaction is set to fail on warning messages
isFailOnWarn()
- Method in interface net.sf.shineframework.common.tx.context.
UserContext
sets whether or not to fail the transaction on warnings
isFatal()
- Method in class net.sf.shineframework.common.tx.context.
StandardUserContext
isFatal()
- Method in interface net.sf.shineframework.common.tx.context.
UserContext
returns true if there is a fatal message on the context
isKeyExist(String)
- Static method in class net.sf.shineframework.common.i18n.
Localizer
Checks if message exists
isKeyExist(String, Locale)
- Static method in class net.sf.shineframework.common.i18n.
Localizer
Checks if message exists
isNamedQuery(Class<? extends DalObject>, String)
- Static method in class net.sf.shineframework.server.dal.dao.
BaseDao
isSingleton()
- Method in class net.sf.shineframework.server.dal.dao.spring.
DaoProxyFactoryBean
isSingleton()
- Method in class net.sf.shineframework.server.facades.spring.
DelegatingFacadeProxyFactoryBean
isWarning()
- Method in class net.sf.shineframework.common.tx.context.
StandardUserContext
isWarning()
- Method in interface net.sf.shineframework.common.tx.context.
UserContext
returns true if there is a warning message on the context
K
key
- Variable in class net.sf.shineframework.common.messages.
MessageDef
L
load(Class<? extends DalObject>, Serializable)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
load(Serializable)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
load(String, Map<String, ? extends Object>)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
the difference between this method and findByNamedQuery is that this query returns a unique result (or null), and the find method returns a collection
load(String, Object...)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
loadObjectByPk(Class<? extends DalObject>, Serializable)
- Method in interface net.sf.shineframework.server.services.
FwService
loadObjectByPk(Class<? extends DalObject>, Serializable)
- Method in class net.sf.shineframework.server.services.impl.
FwServiceImpl
Localizer
- Class in
net.sf.shineframework.common.i18n
This class is responsible for the l10n.
Localizer()
- Constructor for class net.sf.shineframework.common.i18n.
Localizer
logger
- Variable in class net.sf.shineframework.common.facades.
BaseFacade
logger
- Variable in class net.sf.shineframework.server.dal.dao.
BaseDao
logger
- Variable in class net.sf.shineframework.server.services.
BaseService
logger
- Variable in class net.sf.shineframework.web.tx.context.spring.
PerInstanceUserContextFactoryImpl
M
managedClass
- Variable in class net.sf.shineframework.server.dal.dao.
BaseDao
matchByName(String)
- Method in class net.sf.shineframework.server.dal.dao.
BaseNamedDao
matchByName(String)
- Method in interface net.sf.shineframework.server.dal.dao.
NamedDao
retrieves objects from the database based on their name with the "like" operator
merge(T)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
merge(T)
- Method in interface net.sf.shineframework.server.dal.dao.
Dao
merges an object to the database.
Message
- Interface in
net.sf.shineframework.common.messages
A message.
Message.Severity
- Enum in
net.sf.shineframework.common.messages
MessageBeanDefinitionParser
- Class in
net.sf.shineframework.common.messages.spring
MessageBeanDefinitionParser()
- Constructor for class net.sf.shineframework.common.messages.spring.
MessageBeanDefinitionParser
MessageDef
- Class in
net.sf.shineframework.common.messages
MessageDef()
- Constructor for class net.sf.shineframework.common.messages.
MessageDef
MessageDef
- Class in
net.sf.shineframework.common.messages.spring
MessageDef()
- Constructor for class net.sf.shineframework.common.messages.spring.
MessageDef
messageDefProvider
- Variable in class net.sf.shineframework.common.tx.context.
BaseUserContext
MessageImpl
- Class in
net.sf.shineframework.common.messages
A basic implementation of a message.
MessageImpl(MessageDef)
- Constructor for class net.sf.shineframework.common.messages.
MessageImpl
Creates a concrete message with the current timestamp
MESSAGES_BUNDLE_NAME
- Static variable in class net.sf.shineframework.common.i18n.
Localizer
N
NamedDao
<
T
extends
DalObject
> - Interface in
net.sf.shineframework.server.dal.dao
net.sf.shineframework.common
- package net.sf.shineframework.common
net.sf.shineframework.common.annotations
- package net.sf.shineframework.common.annotations
net.sf.shineframework.common.dal.dm
- package net.sf.shineframework.common.dal.dm
net.sf.shineframework.common.facades
- package net.sf.shineframework.common.facades
net.sf.shineframework.common.i18n
- package net.sf.shineframework.common.i18n
net.sf.shineframework.common.messages
- package net.sf.shineframework.common.messages
net.sf.shineframework.common.messages.spring
- package net.sf.shineframework.common.messages.spring
net.sf.shineframework.common.spring
- package net.sf.shineframework.common.spring
net.sf.shineframework.common.tx.context
- package net.sf.shineframework.common.tx.context
net.sf.shineframework.common.tx.context.spring
- package net.sf.shineframework.common.tx.context.spring
net.sf.shineframework.server.annotations
- package net.sf.shineframework.server.annotations
net.sf.shineframework.server.dal.dao
- package net.sf.shineframework.server.dal.dao
net.sf.shineframework.server.dal.dao.impl
- package net.sf.shineframework.server.dal.dao.impl
net.sf.shineframework.server.dal.dao.spring
- package net.sf.shineframework.server.dal.dao.spring
net.sf.shineframework.server.facades.impl
- package net.sf.shineframework.server.facades.impl
net.sf.shineframework.server.facades.spring
- package net.sf.shineframework.server.facades.spring
net.sf.shineframework.server.services
- package net.sf.shineframework.server.services
net.sf.shineframework.server.services.impl
- package net.sf.shineframework.server.services.impl
net.sf.shineframework.server.spring
- package net.sf.shineframework.server.spring
net.sf.shineframework.server.tx
- package net.sf.shineframework.server.tx
net.sf.shineframework.web.spring
- package net.sf.shineframework.web.spring
net.sf.shineframework.web.tx.context.spring
- package net.sf.shineframework.web.tx.context.spring
net.sf.shineframework.web.wicket
- package net.sf.shineframework.web.wicket
net.sf.shineframework.web.wicket.pages
- package net.sf.shineframework.web.wicket.pages
net.sf.shineframework.web.wicket.widgets
- package net.sf.shineframework.web.wicket.widgets
NullFacadeInvocationHandler
- Class in
net.sf.shineframework.server.facades.impl
NullFacadeInvocationHandler(String)
- Constructor for class net.sf.shineframework.server.facades.impl.
NullFacadeInvocationHandler
P
parseInternal(Element, ParserContext)
- Method in class net.sf.shineframework.common.messages.spring.
MessageBeanDefinitionParser
parseInternal(Element, ParserContext)
- Method in class net.sf.shineframework.server.dal.dao.spring.
DaoBeanDefinitionParser
parseInternal(Element, ParserContext)
- Method in class net.sf.shineframework.server.facades.spring.
FacadesBeanDefinitionParser
PerInstanceUserContextFactoryImpl
- Class in
net.sf.shineframework.web.tx.context.spring
A user context factory implementation that holdes a single user context and always returns the same instance.
PerInstanceUserContextFactoryImpl()
- Constructor for class net.sf.shineframework.web.tx.context.spring.
PerInstanceUserContextFactoryImpl
PlaceHolderPanel
- Class in
net.sf.shineframework.web.wicket.widgets
PlaceHolderPanel(String)
- Constructor for class net.sf.shineframework.web.wicket.widgets.
PlaceHolderPanel
prefix()
- Method in enum net.sf.shineframework.common.messages.
Message.Severity
Q
QueryParam
- Annotation Type in
net.sf.shineframework.server.annotations
S
save(T)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
save(T)
- Method in interface net.sf.shineframework.server.dal.dao.
Dao
saves an object to the database
Service
- Annotation Type in
net.sf.shineframework.server.annotations
The Service marker annotation
setApplicationContext(ApplicationContext)
- Method in class net.sf.shineframework.server.facades.spring.
DelegatingFacadeProxyFactoryBean
setBeanFactory(BeanFactory)
- Method in class net.sf.shineframework.common.tx.context.spring.
TlsUserContextFactory
setBeanFactory(BeanFactory)
- Method in class net.sf.shineframework.web.tx.context.spring.
PerInstanceUserContextFactoryImpl
setBeanName(String)
- Method in class net.sf.shineframework.common.messages.spring.
MessageDef
setConfigurationDao(NamedDao<Configuration>)
- Method in class net.sf.shineframework.server.services.impl.
ConfigurationServiceImpl
setDaoInterface(String)
- Method in class net.sf.shineframework.server.dal.dao.spring.
DaoProxyFactoryBean
setDefaultValue(String)
- Method in class net.sf.shineframework.common.dal.dm.
Configuration
setDelegates(List<Object>)
- Method in class net.sf.shineframework.server.facades.impl.
NullFacadeInvocationHandler
setDelegates(List<Object>)
- Method in class net.sf.shineframework.server.facades.spring.
DelegatingFacadeProxyFactoryBean
setFacadeInterface(String)
- Method in class net.sf.shineframework.server.facades.spring.
DelegatingFacadeProxyFactoryBean
setFailOnWarn(boolean)
- Method in class net.sf.shineframework.common.tx.context.
StandardUserContext
sets whether or not to fail the transaction on warnings
setFailOnWarn(boolean)
- Method in interface net.sf.shineframework.common.tx.context.
UserContext
sets whether or not to fail the transaction on warnings
setFwDao(FwDao<? extends DalObject>)
- Method in class net.sf.shineframework.server.services.impl.
FwServiceImpl
setKey(String)
- Method in class net.sf.shineframework.common.messages.
MessageDef
setManagedClass(Class<? extends DalObject>)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
setManagedClassName(String)
- Method in class net.sf.shineframework.server.dal.dao.
BaseDao
setManagedClassName(String)
- Method in class net.sf.shineframework.server.dal.dao.spring.
DaoProxyFactoryBean
The managed classname.
setMessageDefProvider(Object)
- Method in class net.sf.shineframework.common.tx.context.
BaseUserContext
setMessageDefProvider(Object)
- Method in class net.sf.shineframework.common.tx.context.
TlsUserContextFactory.UserContextThreadLocal
setName(String)
- Method in class net.sf.shineframework.common.dal.dm.
Configuration
setPk(Integer)
- Method in class net.sf.shineframework.common.dal.dm.
DalObject
setPropertyValue(String, String)
- Method in interface net.sf.shineframework.common.facades.
ConfigurationFacade
setPropertyValue(String, String)
- Method in interface net.sf.shineframework.server.services.
ConfigurationService
setPropertyValue(String, String)
- Method in class net.sf.shineframework.server.services.impl.
ConfigurationServiceImpl
setSeverity(Message.Severity)
- Method in class net.sf.shineframework.common.messages.
MessageDef
setSeverityByName(String)
- Method in class net.sf.shineframework.common.messages.spring.
MessageDef
setSuperClassName(String)
- Method in class net.sf.shineframework.server.dal.dao.spring.
DaoProxyFactoryBean
The super classname.
setUserContextClass(String)
- Method in class net.sf.shineframework.web.tx.context.spring.
PerInstanceUserContextFactoryImpl
setUserContextThreadLocal(String)
- Method in class net.sf.shineframework.common.tx.context.
TlsUserContextFactory.UserContextThreadLocal
setUserData(String, Serializable)
- Method in class net.sf.shineframework.common.tx.context.
StandardUserContext
sets user data.
setUserData(String, Serializable)
- Method in interface net.sf.shineframework.common.tx.context.
UserContext
sets user data.
setValue(String)
- Method in class net.sf.shineframework.common.dal.dm.
Configuration
ShineFwDefinitions
- Class in
net.sf.shineframework.common
infrastructure definitions.
ShineFwDefinitions()
- Constructor for class net.sf.shineframework.common.
ShineFwDefinitions
ShineNamespaceHandler
- Class in
net.sf.shineframework.common.spring
ShineNamespaceHandler()
- Constructor for class net.sf.shineframework.common.spring.
ShineNamespaceHandler
ShineNamespaceHandler
- Class in
net.sf.shineframework.server.spring
ShineNamespaceHandler()
- Constructor for class net.sf.shineframework.server.spring.
ShineNamespaceHandler
shortName
- Variable in class net.sf.shineframework.server.dal.dao.
BaseDao
StandardUserContext
- Class in
net.sf.shineframework.common.tx.context.spring
StandardUserContext()
- Constructor for class net.sf.shineframework.common.tx.context.spring.
StandardUserContext
StandardUserContext
- Class in
net.sf.shineframework.common.tx.context
A standard user context.
StandardUserContext()
- Constructor for class net.sf.shineframework.common.tx.context.
StandardUserContext
storage
- Static variable in class net.sf.shineframework.common.tx.context.
TlsUserContextFactory
T
TlsUserContextFactory
- Class in
net.sf.shineframework.common.tx.context.spring
TlsUserContextFactory(String)
- Constructor for class net.sf.shineframework.common.tx.context.spring.
TlsUserContextFactory
TlsUserContextFactory
- Class in
net.sf.shineframework.common.tx.context
Thread Local Storage (tls) user context factory.
TlsUserContextFactory(String)
- Constructor for class net.sf.shineframework.common.tx.context.
TlsUserContextFactory
constructs a user context factory.
TlsUserContextFactory.UserContextThreadLocal
- Class in
net.sf.shineframework.common.tx.context
a private implementation of a ThreadLocal that assigns an initial value
TlsUserContextFactory.UserContextThreadLocal()
- Constructor for class net.sf.shineframework.common.tx.context.
TlsUserContextFactory.UserContextThreadLocal
TxRollbackAdvice
- Class in
net.sf.shineframework.server.tx
TxRollbackAdvice()
- Constructor for class net.sf.shineframework.server.tx.
TxRollbackAdvice
U
UserContext
- Interface in
net.sf.shineframework.common.tx.context
a user context
UserContextFactory
- Interface in
net.sf.shineframework.common.tx.context
a user context factory
V
valueOf(String)
- Static method in enum net.sf.shineframework.common.messages.
Message.Severity
Returns the enum constant of this type with the specified name.
values()
- Static method in enum net.sf.shineframework.common.messages.
Message.Severity
Returns an array containing the constants of this enum type, in the order they're declared.
A
B
C
D
E
F
G
H
I
K
L
M
N
P
Q
S
T
U
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
All Classes
Copyright © 2007 sourceforge.net. All Rights Reserved.