Uses of Class
com.saperion.ngc.events.LogonEvent.LogonResult
-
Packages that use LogonEvent.LogonResult Package Description com.saperion.ngc.authorization Package for authorization component classes.com.saperion.ngc.events Package for all ZK events.com.saperion.ngc.iform.field Package for iForm field elements.com.saperion.ngc.navigation Package for navigation component classes.com.saperion.ngc.resultset Package for resultset component classes.com.saperion.ngc.toolbar Package for user toolbar component classes. -
-
Uses of LogonEvent.LogonResult in com.saperion.ngc.authorization
Methods in com.saperion.ngc.authorization with parameters of type LogonEvent.LogonResult Modifier and Type Method Description void
AuthorizationView. postLogonEvent(LogonEvent.LogonResult result, java.lang.String userName)
Post a logon event.void
AuthorizationViewImpl. postLogonEvent(LogonEvent.LogonResult result, java.lang.String userName)
Post a logon event. -
Uses of LogonEvent.LogonResult in com.saperion.ngc.events
Methods in com.saperion.ngc.events that return LogonEvent.LogonResult Modifier and Type Method Description LogonEvent.LogonResult
LogonEvent. getType()
static LogonEvent.LogonResult
LogonEvent.LogonResult. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LogonEvent.LogonResult[]
LogonEvent.LogonResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.saperion.ngc.events with parameters of type LogonEvent.LogonResult Modifier and Type Method Description void
BaseWindow. postLogonEvent(LogonEvent.LogonResult result, java.lang.String userName)
void
BaseWindow. postLogonEvent(LogonEvent.LogonResult result, java.lang.String userName, boolean bIsSSOUser)
void
EventChildHandler. postLogonEvent(LogonEvent.LogonResult result, java.lang.String userName)
void
EventChildHandler. postLogonEvent(LogonEvent.LogonResult result, java.lang.String userName, boolean bIsSSOUser)
void
EventChildHandlerImpl. postLogonEvent(LogonEvent.LogonResult result, java.lang.String userName)
void
EventChildHandlerImpl. postLogonEvent(LogonEvent.LogonResult result, java.lang.String userName, boolean bIsSSOUser)
Constructors in com.saperion.ngc.events with parameters of type LogonEvent.LogonResult Constructor Description LogonEvent(org.zkoss.zk.ui.Component target, LogonEvent.LogonResult result, java.lang.String userName)
Constructor.LogonEvent(org.zkoss.zk.ui.Component target, LogonEvent.LogonResult result, java.lang.String userName, boolean isSSOUser)
Constructor. -
Uses of LogonEvent.LogonResult in com.saperion.ngc.iform.field
Methods in com.saperion.ngc.iform.field with parameters of type LogonEvent.LogonResult Modifier and Type Method Description void
MultiField. postLogonEvent(LogonEvent.LogonResult result, java.lang.String userName)
Posts a LogonEvent. -
Uses of LogonEvent.LogonResult in com.saperion.ngc.navigation
Methods in com.saperion.ngc.navigation with parameters of type LogonEvent.LogonResult Modifier and Type Method Description void
NaviTreeNode. postLogonEvent(LogonEvent.LogonResult result, java.lang.String username)
Posts a logon event. -
Uses of LogonEvent.LogonResult in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset with parameters of type LogonEvent.LogonResult Modifier and Type Method Description void
ResultSetPresenter. sendLogonMessageToView(LogonEvent.LogonResult result, java.lang.String userName)
Sends a logon message to the view. -
Uses of LogonEvent.LogonResult in com.saperion.ngc.toolbar
Methods in com.saperion.ngc.toolbar with parameters of type LogonEvent.LogonResult Modifier and Type Method Description void
SaperionToolbarView. postLogonEvent(LogonEvent.LogonResult result, java.lang.String name)
Posts a LogonEvent.
-