Show
Ignore:
Timestamp:
02/21/06 01:07:54 (18 years ago)
Author:
jerome
Message:

Renamed methods.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/storages/sql.py

    r2722 r2726  
    462462        return codes         
    463463         
    464     def getMatchingUserPQuotas(self, pnames = ["*"], unames=["*"]) :     
     464    def getPrintersUsersAndPQuotas(self, pnames = ["*"], unames=["*"]) :     
    465465        """Returns all printers, users and users print quota entries which match a set of names.""" 
    466466        printers = {} 
     
    517517        return (printers, users, upquotas) 
    518518         
    519     def getMatchingGroupPQuotas(self, pnames = ["*"], gnames=["*"]) :     
     519    def getPrintersGroupsAndPQuotas(self, pnames = ["*"], gnames=["*"]) :     
    520520        """Returns all printers, groups and groups print quota entries which match a set of names.""" 
    521521        printers = {}