|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAuth | |
---|---|
net.pleso.framework.client.bl | |
net.pleso.framework.client.bl.actions | |
net.pleso.framework.client.bl.auth | |
net.pleso.framework.client.bl.forms |
Uses of IAuth in net.pleso.framework.client.bl |
---|
Subinterfaces of IAuth in net.pleso.framework.client.bl | |
---|---|
interface |
IAuthDataSource
Represents data source with authorization check availability. |
Uses of IAuth in net.pleso.framework.client.bl.actions |
---|
Subinterfaces of IAuth in net.pleso.framework.client.bl.actions | |
---|---|
interface |
IAddRowExecuter
Represents add row executor which can add specified row to some data set. |
interface |
IDeleteRowExecutor
Represents delete row executor which can delete specified row from some data set. |
interface |
IReportBuilder
Represents report with build function. |
interface |
IRowLoader
Represents row loader which can asynchronous load data row from some data set. |
interface |
IUpdateRowExecutor
Represents update row executor which can asynchronous update data row in known data set. |
Uses of IAuth in net.pleso.framework.client.bl.auth |
---|
Methods in net.pleso.framework.client.bl.auth with parameters of type IAuth | |
---|---|
boolean |
IAuthorizer.isObjectAuthorized(IAuth authorizingObject)
|
static boolean |
AuthorizationProvider.isObjectAuthorized(IAuth authorizingObject)
Checks if IAuth object instance is allowed to be performed by
rights of current user. |
Uses of IAuth in net.pleso.framework.client.bl.forms |
---|
Subinterfaces of IAuth in net.pleso.framework.client.bl.forms | |
---|---|
interface |
IAddForm
Represents add form. |
interface |
IEditForm
Represents edit form. |
interface |
IViewForm
Represents view form. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |