|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserProperties | |
planetj.dataengine | |
planetj.dataengine.application | |
planetj.dataengine.sqloperation | |
planetj.dataengine.theme |
Uses of UserProperties in planetj.dataengine |
Methods in planetj.dataengine that return UserProperties | |
static UserProperties |
SessionManager.getUserProperties(javax.servlet.http.HttpServletRequest request)
Deprecated. replaced with method in DataEngineManager |
static UserProperties |
SessionManager.getUserProperties(javax.servlet.http.HttpServletRequest pRequest,
String pUserPropertiesKey)
Deprecated. no longer used |
static UserProperties |
SessionManager.getUserProperties(javax.servlet.http.HttpServletRequest request,
boolean create)
Deprecated. replaced with method in DataEngineManager |
static UserProperties |
DataEngineManager.getUserProperties(javax.servlet.http.HttpServletRequest request)
Gets the default UserProperties from the session. |
static UserProperties |
DataEngineManager.getUserProperties(boolean create,
javax.servlet.http.HttpServletRequest request)
Gets the default UserProperties from the session. |
Methods in planetj.dataengine with parameters of type UserProperties | |
static void |
SessionManager.setUserProperties(javax.servlet.http.HttpServletRequest pRequest,
UserProperties props)
Deprecated. replaced with method in DataEngineManager |
static void |
DataEngineManager.setUserProperties(UserProperties properties,
javax.servlet.http.HttpServletRequest request)
Sets the default UserProperties from the session. |
Uses of UserProperties in planetj.dataengine.application |
Methods in planetj.dataengine.application with parameters of type UserProperties | |
String |
View.getTranslatedLabel(UserProperties up)
Gets the label of this view after translation |
String |
Application.getTranslatedName(UserProperties up)
Gets the translated name of this application |
Uses of UserProperties in planetj.dataengine.sqloperation |
Methods in planetj.dataengine.sqloperation with parameters of type UserProperties | |
String |
SQLOperation.getTranslatedLabel(UserProperties up)
Gets the label for this SQLOperation after translation |
String |
SQLOperation.getTranslatedTitle(UserProperties up)
Gets the title for this SQLOperation after translation. |
Uses of UserProperties in planetj.dataengine.theme |
Methods in planetj.dataengine.theme with parameters of type UserProperties | |
String |
Theme.getTranslatedDescription(UserProperties up)
Gets the translated description of this Theme. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |