Uses of Interface
net.pleso.framework.client.bl.auth.IAuth

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.
 



Copyright © 2006-2007 pleso.net crew All Rights Reserved.