|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of IUser in com.ideo.sweetdev.business.controller.jurisdiction |
| Methods in com.ideo.sweetdev.business.controller.jurisdiction with parameters of type IUser | |
java.util.Map |
JurisdictionBusinessController.getJurisdictions(IUser _user)
|
java.util.Map |
JurisdictionBusinessController.getRolesForUser(IUser _user)
|
boolean |
JurisdictionBusinessController.hasJurisdiction(IUser _user,
java.lang.String _juriId)
|
java.util.Map |
JurisdictionBusinessController.getUnauthorizedComponents(IUser _user)
|
java.util.Map |
IJurisdictionBusinessController.getUnauthorizedComponents(IUser _user)
|
java.util.Map |
IJurisdictionBusinessController.getJurisdictions(IUser _user)
|
java.util.Map |
IJurisdictionBusinessController.getRolesForUser(IUser _user)
|
boolean |
IJurisdictionBusinessController.hasJurisdiction(IUser _user,
java.lang.String _juriId)
Allows to know if a jurisdiction exists. |
java.util.Map |
JurisdictionBusinessControllerProxy.getJurisdictions(IUser _user)
|
java.util.Map |
JurisdictionBusinessControllerProxy.getRolesForUser(IUser _user)
|
boolean |
JurisdictionBusinessControllerProxy.hasJurisdiction(IUser _user,
java.lang.String _juriId)
Allows to know if a jurisdiction exists. |
java.util.Map |
JurisdictionBusinessControllerProxy.getUnauthorizedComponents(IUser _user)
|
| Uses of IUser in com.ideo.sweetdev.business.controller.menu |
| Methods in com.ideo.sweetdev.business.controller.menu with parameters of type IUser | |
MenuBean |
MenuBusinessController.getMenu(IUser _user,
java.lang.String _nameMenu)
|
MenuBean |
MenuBusinessController.updateMenu(MenuBean _menu,
IUser _user,
java.lang.String _nameMenu)
|
MenuBean |
MenuBusinessControllerProxy.getMenu(IUser _user,
java.lang.String _nameMenu)
|
MenuBean |
MenuBusinessControllerProxy.updateMenu(MenuBean _menu,
IUser _user,
java.lang.String _nameMenu)
|
MenuBean |
IMenuBusinessController.getMenu(IUser _user,
java.lang.String _nameMenu)
Get the entire menu model of the given user. |
MenuBean |
IMenuBusinessController.updateMenu(MenuBean _menu,
IUser _user,
java.lang.String _nameMenu)
Deprecated. Use MenuHelper.updateMenu instead. |
| Uses of IUser in com.ideo.sweetdev.business.service.user |
| Methods in com.ideo.sweetdev.business.service.user that return IUser | |
IUser |
UserHelper.authenticate(java.lang.String _login,
java.lang.String _password)
Return a IUser object if the user with the given login and password is registered. |
IUser |
IUserService.authenticate(java.lang.String _login,
java.lang.String _password)
Return a IUser object if the user with the given login and password is registered. |
IUser |
UserService.authenticate(java.lang.String _login,
java.lang.String _password)
|
| Methods in com.ideo.sweetdev.business.service.user with parameters of type IUser | |
boolean |
UserHelper.authenticate(IUser user,
java.lang.String _login,
java.lang.String _password)
Return the registration result of this user and keep in the local. |
boolean |
IUserService.authenticate(IUser user,
java.lang.String _login,
java.lang.String _password)
Return the registration result of this user and keep in the local. |
boolean |
UserService.authenticate(IUser user,
java.lang.String _login,
java.lang.String _password)
|
| Uses of IUser in com.ideo.sweetdev.core.service.mapping |
| Methods in com.ideo.sweetdev.core.service.mapping that return IUser | |
IUser |
MappingOptions.getUser()
|
IUser |
IMappingParams.getUser()
DOCUMENT ME! |
| Methods in com.ideo.sweetdev.core.service.mapping with parameters of type IUser | |
void |
MappingOptions.setUser(IUser _user)
|
void |
IMappingParams.setUser(IUser _aUser)
DOCUMENT ME! |
| Uses of IUser in com.ideo.sweetdev.core.service.mapping.util |
| Methods in com.ideo.sweetdev.core.service.mapping.util that return IUser | |
IUser |
StringTranslater.getUser()
put your documentation comment here |
| Methods in com.ideo.sweetdev.core.service.mapping.util with parameters of type IUser | |
void |
StringTranslater.setUser(IUser _user)
put your documentation comment here |
| Constructors in com.ideo.sweetdev.core.service.mapping.util with parameters of type IUser | |
StringTranslater(IUser _user)
Constructor declaration |
|
| Uses of IUser in com.ideo.sweetdev.core.user |
| Classes in com.ideo.sweetdev.core.user that implement IUser | |
class |
User
This class allows to store data about users. |
| Uses of IUser in com.ideo.sweetdev.core.util.formatter |
| Methods in com.ideo.sweetdev.core.util.formatter with parameters of type IUser | |
static IObjectConverter |
FormatterFactory.createObjectConverter(IUser _user)
DOCUMENT ME! |
static IObjectConverter |
FormatterFactory.createObjectConverter(IUser _user,
java.lang.String _aDatePattern)
DOCUMENT ME! |
static GlobalFormatter |
FormatterFactory.createGlobalFormatter(IUser _user)
DOCUMENT ME! |
static GlobalFormatter |
FormatterFactory.createGlobalFormatter(IUser _user,
java.lang.String _datePattern)
Instancie un objet GlobalFormatter a partir des attributs "seté" en session |
| Uses of IUser in com.ideo.sweetdev.data.controller.jurisdiction |
| Methods in com.ideo.sweetdev.data.controller.jurisdiction with parameters of type IUser | |
java.util.Map |
XmlJurisdictionDataController.getJurisdictions(IUser _user)
|
boolean |
XmlJurisdictionDataController.hasJurisdiction(IUser _user,
java.lang.String _juriId)
|
java.util.Map |
XmlJurisdictionDataController.getRolesForUser(IUser _user)
|
protected java.util.Map |
XmlJurisdictionDataController.convertToUserRolesMap(UsersDefinitionsBean _usersDefinitionsBean,
IUser _user)
Returns the user's roles. |
protected java.util.Map |
XmlJurisdictionDataController.convertToUserJurisMap(UsersDefinitionsBean _usersDefinitionsBean,
IUser _user)
|
java.util.Map |
QueryJurisdictionDataController.getJurisdictions(IUser _user)
|
boolean |
QueryJurisdictionDataController.hasJurisdiction(IUser _user,
java.lang.String _juriId)
|
java.util.Map |
QueryJurisdictionDataController.getRolesForUser(IUser _user)
|
java.util.Map |
IJurisdictionDataController.getJurisdictions(IUser _user)
|
java.util.Map |
IJurisdictionDataController.getRolesForUser(IUser _user)
|
boolean |
IJurisdictionDataController.hasJurisdiction(IUser _user,
java.lang.String _juriId)
Allows to know if a jurisdiction exists. |
protected java.util.Map |
AbstractDBJurisdictionDataController.resultSetToUserJurisditionsMap(java.sql.ResultSet _rs,
IUser _user)
|
protected java.util.Map |
AbstractDBJurisdictionDataController.resultSetToUserJurisditionsCodeMap(java.sql.ResultSet _rs,
IUser _user)
|
| Uses of IUser in com.ideo.sweetdev.presentation.service.context |
| Methods in com.ideo.sweetdev.presentation.service.context with parameters of type IUser | |
void |
IContextService.addCurrentContext(IUser _user,
java.lang.String _contextId,
java.lang.String _mode)
this method adds a new current context without removing the already existing ones. this allows to store many contexts simultaneously. |
void |
IContextService.addCurrentContext(IUser _user,
BasicContextInfo _basicContextInfo)
|
BasicContextInfo |
IContextService.getCurrentContext(IUser _user)
get the current context value. |
BasicContextInfo |
IContextService.getContextListElement(IUser _user,
java.lang.String _contextId)
get the context from the list owning the given context if there are many context, the concerned one is returned else null is returned |
java.lang.Object |
IContextService.getContext(IUser _user)
|
void |
IContextService.addTemporaryContext(IUser _user,
ContextKey _key,
java.lang.String _value)
this method creates a new context (ie a context which has not been stored in the FWS_CONTEXTE table). |
void |
IContextService.addTemporaryContext(IUser _user,
java.util.Map _contextList)
this method creates a new context (ie a context which has not been stored in the FWS_CONTEXTE table). |
java.util.Map |
IContextService.getTemporaryContext(IUser _user)
get the contexts for a user. |
java.lang.String |
IContextService.getTemporaryContextValue(IUser _user,
java.lang.String _pageId,
java.lang.String _controlId,
java.lang.String _contextId,
java.lang.String _mode)
get the context attribute values |
void |
IContextService.setProperty(IUser _user,
java.lang.String _pageId,
java.lang.String _controlId,
java.lang.Object _graphObject)
get the parameters defined in the context and set, using reflexion, all the tag attributs |
void |
IContextService.setCurrentContext(IUser _user,
BasicContextInfo _basicContextInfo)
Deprecated. use addCurrentContext |
void |
IContextService.setCurrentContext(IUser _user,
java.lang.String _contextId,
java.lang.String _mode)
Deprecated. use addCurrentContext |
void |
IContextService.removeUserContext(IUser _user)
Remove the user's context |
void |
ContextService.addCurrentContext(IUser _user,
java.lang.String _contextId,
java.lang.String _mode)
|
void |
ContextService.addCurrentContext(IUser _user,
BasicContextInfo _basicContextInfo)
|
BasicContextInfo |
ContextService.getCurrentContext(IUser _user)
|
BasicContextInfo |
ContextService.getContextListElement(IUser _user,
java.lang.String _contextId)
|
java.lang.Object |
ContextService.getContext(IUser _user)
|
void |
ContextService.addTemporaryContext(IUser _user,
ContextKey _key,
java.lang.String _value)
|
void |
ContextService.addTemporaryContext(IUser _user,
java.util.Map _contextList)
|
java.util.Map |
ContextService.getTemporaryContext(IUser _user)
|
java.lang.String |
ContextService.getTemporaryContextValue(IUser _user,
java.lang.String _pageId,
java.lang.String _controlId,
java.lang.String _contextId,
java.lang.String _mode)
|
void |
ContextService.setProperty(IUser _user,
java.lang.String _pageId,
java.lang.String _controlId,
java.lang.Object _graphObject)
|
void |
ContextService.setCurrentContext(IUser _user,
BasicContextInfo _basicContextInfo)
|
void |
ContextService.setCurrentContext(IUser _user,
java.lang.String _contextId,
java.lang.String _mode)
|
void |
ContextService.removeUserContext(IUser _user)
Remove the user's context |
| Uses of IUser in com.ideo.sweetdev.presentation.service.display |
| Methods in com.ideo.sweetdev.presentation.service.display that return IUser | |
abstract IUser |
JurisdictionContextAuthorizer.getUser()
|
| Uses of IUser in com.ideo.sweetdev.presentation.service.error |
| Methods in com.ideo.sweetdev.presentation.service.error with parameters of type IUser | |
java.util.Collection |
IErrorService.consumeMessages(IUser _user)
Deprecated. Get the messages for a given user, and delete them |
java.util.Collection |
IErrorService.getMessages(IUser _user)
Deprecated. Get the messages without deleting them |
static boolean |
ErrorService.isEmpty(IUser _user)
Deprecated. check if an error is already stored |
protected static java.lang.String |
ErrorService.getErrorMessage(IUser _user,
java.lang.String _key)
Deprecated. Method declaration |
protected static java.lang.String |
ErrorService.getErrorMessage(IUser _user,
java.lang.String _key,
java.lang.Object[] _parametersTab)
Deprecated. Method declaration |
static void |
ErrorService.saveError(IUser _user,
java.lang.Throwable _throwable,
java.lang.String _className)
Deprecated. records the error messages and displays them |
static void |
ErrorService.saveErrors(IUser _user,
java.util.Collection _errors,
java.lang.String _className)
Deprecated. records the collection of ActionMessage and displays them |
static void |
ErrorService.saveMessage(java.lang.Throwable _throwable,
java.lang.String _className,
IUser _user,
java.lang.Integer _indent)
Deprecated. records the error messages and displays them |
static void |
ErrorService.saveMessage(java.lang.String _key,
java.lang.Object[] _parameters,
java.lang.String _type,
java.lang.Integer _indent,
IUser _user)
Deprecated. records the error messages and displays them |
java.util.Collection |
ErrorService.consumeMessages(IUser _user)
Deprecated. |
java.util.Collection |
ErrorService.getMessages(IUser _user)
Deprecated. |
static boolean |
ErrorHelper.isEmpty(IUser _user)
Deprecated. check if an error is already stored |
static void |
ErrorHelper.saveError(IUser _user,
java.lang.Throwable _throwable,
java.lang.String _className)
Deprecated. records the error messages and displays them |
static void |
ErrorHelper.saveErrors(IUser _user,
java.util.Collection _errors,
java.lang.String _className)
Deprecated. records the list of error messages and displays them |
static void |
ErrorHelper.saveMessage(java.lang.Throwable _throwable,
java.lang.String _className,
IUser _user,
java.lang.Integer _indent)
Deprecated. records the error messages and displays them |
static void |
ErrorHelper.saveMessage(java.lang.String _key,
java.lang.Object[] _parameters,
java.lang.String _type,
java.lang.Integer _indent,
IUser _user)
Deprecated. records the error messages and displays them |
| Uses of IUser in com.ideo.sweetdev.presentation.service.jurisdiction |
| Methods in com.ideo.sweetdev.presentation.service.jurisdiction with parameters of type IUser | |
static java.util.Map |
JurisdictionHelper.getJurisdiction(IUser _user)
|
static java.util.Map |
JurisdictionHelper.getRolesForUser(IUser _user)
|
static boolean |
JurisdictionHelper.hasJurisdiction(IUser _user,
java.lang.String _juriId)
Allows to know if a jurisdiction exists. |
static void |
JurisdictionHelper.refreshUnauthorizedComponents(IUser _user)
Reload habilitations of a user. |
static void |
JurisdictionHelper.refreshUnauthorizedComponents(IUser _user,
java.lang.String _roleName)
Reloads the habilitations for a user. |
static java.lang.String |
JurisdictionHelper.getStyle(java.lang.String _ctrlName,
java.lang.String _pageName,
IUser _user)
this method sends back the style to display, for given graphical control and user. |
static java.lang.String |
JurisdictionHelper.getStyle(java.lang.String _ctrlName,
java.lang.String _pageName,
IUser _user,
java.lang.String _displayMode)
get back the style to use with a graphical control having a display mode |
java.util.Map |
JurisdictionService.getJurisdiction(IUser _user)
|
java.util.Map |
JurisdictionService.getRolesForUser(IUser _user)
|
boolean |
JurisdictionService.hasJurisdiction(IUser _user,
java.lang.String _juriId)
|
void |
JurisdictionService.refreshUnauthorizedComponents(IUser _user)
|
void |
JurisdictionService.refreshUnauthorizedComponents(IUser _user,
java.lang.String _roleName)
|
java.lang.String |
JurisdictionService.getStyle(java.lang.String _ctrlName,
java.lang.String _pageName,
IUser _user)
|
java.lang.String |
JurisdictionService.getStyle(java.lang.String _ctrlName,
java.lang.String _pageName,
IUser _user,
java.lang.String _displayMode)
|
void |
JurisdictionService.setStyle(java.lang.String _ctrlName,
java.lang.String _pageName,
IUser _user,
java.lang.String _displayMode)
|
java.util.Map |
IJurisdictionService.getJurisdiction(IUser _user)
|
java.util.Map |
IJurisdictionService.getRolesForUser(IUser _user)
|
boolean |
IJurisdictionService.hasJurisdiction(IUser _user,
java.lang.String _juriId)
Allows to know if a jurisdiction exists. |
void |
IJurisdictionService.refreshUnauthorizedComponents(IUser _user)
Reload habilitations of a user. |
void |
IJurisdictionService.refreshUnauthorizedComponents(IUser _user,
java.lang.String _roleName)
Reloads the habilitations for a user. |
java.lang.String |
IJurisdictionService.getStyle(java.lang.String _ctrlName,
java.lang.String _pageName,
IUser _user)
this method sends back the style to display, for given graphical control and user. |
java.lang.String |
IJurisdictionService.getStyle(java.lang.String _ctrlName,
java.lang.String _pageName,
IUser _user,
java.lang.String _displayMode)
get back the style to use with a graphical control having a display mode |
void |
IJurisdictionService.setStyle(java.lang.String _ctrlName,
java.lang.String _pageName,
IUser _user,
java.lang.String _displayMode)
set display mode to the given control and for the given user |
| Uses of IUser in com.ideo.sweetdev.presentation.service.menu |
| Methods in com.ideo.sweetdev.presentation.service.menu with parameters of type IUser | |
MenuBean |
IMenuService.refreshMenu(IUser _user,
java.lang.String _nameMenu)
Add a menu to the cache |
MenuBean |
IMenuService.getMenu(IUser _user,
java.lang.String _nameMenu)
This method return the menu associated with the given user and the given nameMenu, by parsing the menuCache. |
MenuItemBean |
IMenuService.getSelectedItem(IUser _user,
java.lang.String _nameMenu)
get the selected item recursively on the menu the menu is found thanks to the user and the nameMenu |
void |
IMenuService.setSelectedItem(IUser _user,
java.lang.String _nameMenu,
java.lang.String _nameItem)
set selected boolean to true of the menu item whose name equals to nameItem set selected boolean to false for the others |
MenuBean |
MenuService.refreshMenu(IUser _user,
java.lang.String _nameMenu)
|
MenuBean |
MenuService.getMenu(IUser _user,
java.lang.String _nameMenu)
|
MenuBean |
MenuService.getMenu(IUser _user,
java.lang.String _nameMenu,
boolean cached)
|
MenuItemBean |
MenuService.getSelectedItem(IUser _user,
java.lang.String _nameMenu)
|
void |
MenuService.setSelectedItem(IUser _user,
java.lang.String _nameMenu,
java.lang.String _nameItem)
|
static MenuBean |
MenuHelper.updateMenu(MenuBean _menu,
IUser _user,
java.lang.String _nameMenu)
Update recursively a menu and its children by applying jurisdiction rules. |
| Uses of IUser in com.ideo.sweetdev.presentation.struts.tag.combobox.drawer |
| Methods in com.ideo.sweetdev.presentation.struts.tag.combobox.drawer with parameters of type IUser | |
protected java.lang.String |
ComboBoxDrawer.getTranslatedValue(java.lang.String _label,
IUser _user)
|
| Uses of IUser in com.ideo.sweetdev.presentation.struts.tag.table |
| Methods in com.ideo.sweetdev.presentation.struts.tag.table with parameters of type IUser | |
protected TableDataBeanNoMapping |
TableTag.instantiateTableDataBeanNoMapping(java.util.ArrayList _datas,
IUser _user)
Deprecated. use instantiateTableDataBeanNoMapping(List _datas, IUser _user) instead |
protected TableListDataBeanNoMapping |
TableTag.instantiateTableListDataBeanNoMapping(java.util.List _datas,
IUser _user)
Instantiate a TableListDataBeanNoMapping from a Beans List. |
| Uses of IUser in com.ideo.sweetdev.presentation.struts.tag.table.data |
| Constructors in com.ideo.sweetdev.presentation.struts.tag.table.data with parameters of type IUser | |
TableListDataBeanNoMapping(java.util.List _datas,
java.lang.String[] _columns,
java.lang.String[] _headers,
IUser _user)
Used for backward compatibility. |
|
TableListDataBeanNoMapping(java.util.List _datas,
java.lang.String[] _columns,
java.lang.String[] _headers,
IUser _user,
java.lang.String[] _headersTip,
java.lang.String[] _widths,
java.lang.String[] _aligns)
|
|
TableListDataBeanNoMapping(java.util.List _datas,
java.lang.String[] _columns,
java.lang.String[] _headers,
java.lang.String[] _widths,
java.lang.String[] _aligns,
IUser _user)
Deprecated. |
|
TableListDataBeanNoMapping(java.util.List _datas,
java.lang.String[] _columns,
java.lang.String[] _headers,
java.lang.String[] _widths,
java.lang.String[] _aligns,
IUser _user,
java.lang.String[] _headersTip)
Deprecated. |
|
TableDataBeanNoMapping(java.util.ArrayList _datas,
java.lang.String[] _columns,
java.lang.String[] _headers,
IUser _user)
Deprecated. Used for backward compatibility. |
|
TableDataBeanNoMapping(java.util.ArrayList _datas,
java.lang.String[] _columns,
java.lang.String[] _headers,
IUser _user,
java.lang.String[] _headersTip)
Deprecated. |
|
TableDataBeanNoMapping(java.util.ArrayList _datas,
java.lang.String[] _columns,
java.lang.String[] _headers,
java.lang.String[] _widths,
java.lang.String[] _aligns,
IUser _user)
Deprecated. Used for backward compatibility. |
|
TableDataBeanNoMapping(java.util.ArrayList _datas,
java.lang.String[] _columns,
java.lang.String[] _headers,
java.lang.String[] _widths,
java.lang.String[] _aligns,
IUser _user,
java.lang.String[] _headersTip)
Deprecated. |
|
| Uses of IUser in com.ideo.sweetdev.presentation.struts.user |
| Methods in com.ideo.sweetdev.presentation.struts.user that return IUser | |
static IUser |
UserUtil.getUser(javax.servlet.http.HttpSession _session)
Gets the user from the session. if not found, a new User object is created with default server locale |
static IUser |
UserUtil.getUser(javax.servlet.http.HttpServletRequest _request)
Gets the user from the session. if not found, a new User object is created with default request locale |
| Methods in com.ideo.sweetdev.presentation.struts.user with parameters of type IUser | |
static void |
UserUtil.setUser(javax.servlet.http.HttpSession _session,
IUser _user)
Sets the given IUser instance in the session, and
calls the Jurisdiction service to refresh user's components authorizations.
|
| Uses of IUser in com.ideo.sweetdev.presentation.struts.util |
| Methods in com.ideo.sweetdev.presentation.struts.util that return IUser | |
static IUser |
SessionHelper.getUser(javax.servlet.http.HttpSession _session)
Get the IUser object from the session |
| Methods in com.ideo.sweetdev.presentation.struts.util with parameters of type IUser | |
static void |
SessionHelper.setUser(javax.servlet.http.HttpSession _session,
IUser _user)
Sets the given IUser instance in the session, and
calls the Jurisdiction service to refresh user's components authorizations.
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||