Modifier and Type | Method and Description |
---|---|
ISKDUIInfo |
SKDViewerApplet.getSKDUIInfo() |
ISKDUIInfo |
SKDViewerApplet.retrieveSKDUIInfo() |
ISKDUIInfo |
SKDViewerApplet.retrieveSKDUIInfoProjId() |
Modifier and Type | Method and Description |
---|---|
ISKDUIInfo |
DispatcherViewerApplet.getSKDUIInfo() |
ISKDUIInfo |
DispatcherViewerApplet.retrieveSKDUIInfo()
Added the call the invoke via PrivilegedAction due to plugin restrictions (we get AccessControlException errors)
http://www.oracle.com/technetwork/java/javase/6u22releasenotes-176121.html
|
ISKDUIInfo |
DispatcherViewerApplet.retrieveSKDUIInfoRemote() |
Modifier and Type | Method and Description |
---|---|
void |
FWMUtility.setUserInfo(ISKDUIInfo skdUIInfo) |
Modifier and Type | Method and Description |
---|---|
void |
FWMUtility.setUserInfo(ISKDUIInfo skdUIInfo) |
Modifier and Type | Class and Description |
---|---|
class |
SKDUIInfo |
Modifier and Type | Method and Description |
---|---|
ISKDUIInfo |
SKDAppServiceRemote.getSKDUIInfo(UserInfo userInfo)
Get the ISKDUIInfo for the user
|
ISKDUIInfo |
SKDAppService.getSKDUIInfo(UserInfo userInfo)
Returns ISKDUIInfo information.
|
ISKDUIInfo |
SKDAppServiceRemote.getSKDUIInfo(UserInfo userInfo,
java.lang.String appName)
Get the ISKDUIInfo for the user
|
ISKDUIInfo |
SKDAppService.getSKDUIInfo(UserInfo userInfo,
java.lang.String appName)
Returns ISKDUIInfo information.
|
ISKDUIInfo |
SKDAppServiceRemote.getSKDUIInfo(UserInfo userInfo,
java.lang.String appName,
java.lang.String projectId)
Get the ISKDUIInfo for the user
|
ISKDUIInfo |
SKDAppService.getSKDUIInfo(UserInfo userInfo,
java.lang.String appName,
java.lang.String projectId)
Returns ISKDUIInfo information.
|