Package coprs :: Package logic :: Module users_logic :: Class UsersLogic
[hide private]
[frames] | no frames]

Class UsersLogic

source code


Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
 
raise_if_cant_update_copr(cls, user, copr, message)
This method raises InsufficientRightsException if given user cant update given copr.
source code
 
raise_if_cant_build_in_copr(cls, user, copr, message)
This method raises InsufficientRightsException if given user cant build in given copr.
source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

raise_if_cant_update_copr(cls, user, copr, message)
Class Method

source code 

This method raises InsufficientRightsException if given user cant update given copr. Returns None otherwise.

raise_if_cant_build_in_copr(cls, user, copr, message)
Class Method

source code 

This method raises InsufficientRightsException if given user cant build in given copr. Returns None otherwise.