Package | Description |
---|---|
com.neurosys.domain | |
com.neurosys.ecom.model | |
com.neurosys.modules.etl | |
com.neurosys.site.model | |
com.neurosys.user.service |
Modifier and Type | Class and Description |
---|---|
class |
UserShell<U extends User,E>
Any environment that needs a user context can use a
UserShell
Any instance specific to the shell will not be accessible to a parent or child. |
Modifier and Type | Method and Description |
---|---|
<ES extends Shell<E>> |
UserShell.extend(Class<ES> extensionType,
E e)
Extend current shell, and return a new Shell with the current as its inner-shell (or
parent() |
<ES extends Shell<E>> |
Shell.extend(Class<ES> extensionType,
E e)
Extend current shell, and return a new Shell with the current as its inner-shell (or
parent() |
Modifier and Type | Method and Description |
---|---|
Shell<E> |
UserShell.get(Class e)
input type matches env or shell type [if environment type is not available], or is super of first sub-type that matches
Fetch a particular inner Shell based on environment type it uses |
Shell<E> |
Shell.get(Class c)
Fetch a particular inner Shell based on environment type it uses
|
Shell<E> |
UserShell.getParent() |
Shell<E> |
UserShell.parent()
Access to a parent (wrapped shell), unless there is no parent (null)
|
Shell<E> |
Shell.parent()
Access to a parent (wrapped shell), unless there is no parent (null)
|
Modifier and Type | Method and Description |
---|---|
void |
UserShell.setParent(Shell<E> parent) |
Constructor and Description |
---|
UserShell(E environment,
Shell<E> parent) |
UserShell(Shell<E> parent) |
Modifier and Type | Class and Description |
---|---|
class |
EComUserShell<U extends IGenericEcomUser,E>
Any environment that needs a user context can use a
EComUserShell
Any instance specific to the shell will not be accessible to a parent or child. |
Modifier and Type | Class and Description |
---|---|
class |
WicketWebToShellTransformer<W,S extends Shell>
Extracts the current
UserShell from a HttpServletRequest , HttpSession , BasicSession or Request that are supported
by an underlying BasicSession . |
Modifier and Type | Interface and Description |
---|---|
interface |
IBasicSession<U extends User,S extends Shell>
Definition of a Basic User Session
|
Modifier and Type | Class and Description |
---|---|
class |
ContextualWebUserShell<U extends User,E>
Allows the shell to have a User/Application defined context.
|
class |
WebUserShell<U extends User,E>
Any environment that needs a user context can use a
WebUserShell
Any instance specific to the shell will not be accessible to a parent or child. |
Constructor and Description |
---|
ContextualWebUserShell(E environment,
Shell<E> parent) |
ContextualWebUserShell(Shell<E> parent) |
WebUserShell(E environment,
Shell<E> parent) |
WebUserShell(Shell<E> parent) |
Modifier and Type | Method and Description |
---|---|
<E> void |
UserServiceImpl.updateShell(Shell<E> shell,
E environment,
U user)
Once we have a User object, update the
Shell with it with any environment or contextual details. |
<E> void |
UserService.updateShell(Shell<E> shell,
E environment,
U user)
Once we have a User object, update the
Shell with it with any environment or contextual details. |
void |
UserServiceImpl.updateShell(Shell shell,
U user)
UserService.updateShell(Shell, Object, User) where the environment does not need to be specified and is assumed
self-dervied from the user |
void |
UserService.updateShell(Shell shell,
U user)
UserService.updateShell(Shell, Object, User) where the environment does not need to be specified and is assumed
self-dervied from the user |
Copyright © 2018. All rights reserved.