Ejemplo n.º 1
0
 public RightManager()
 {
     this.userRightsDao    = new VuserrightsDao();
     this.vrightsDao       = new VrightsfullinfoDao();
     this.rightGroupDao    = new RightgroupDao();
     this.userHasRightsDao = new UserhasrightsDao();
     this.roleHasRightsDao = new RolehasrightsDao();
     this.rightsDao        = new RightsDao();
     logger.Info("Constructor method done.");
 }
Ejemplo n.º 2
0
 public void tearDown()
 {
     this.userRightsDao = null;
 }
Ejemplo n.º 3
0
 public void setUp()
 {
     this.userRightsDao = new VuserrightsDao();
 }