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/ldapstorage.py

    r2722 r2726  
    827827        return usersandquotas 
    828828                 
    829     def getMatchingUserPQuotas(self, pnames = ["*"], unames=["*"]) :     
     829    def getPrintersUsersAndPQuotas(self, pnames = ["*"], unames=["*"]) :     
    830830        """Returns all printers, users and users print quota entries which match a set of names.""" 
    831831        printers = {} 
     
    842842        return (printers, users, upquotas) 
    843843         
    844     def getMatchingGroupPQuotas(self, pnames = ["*"], gnames=["*"]) :     
     844    def getPrintersGroupsAndPQuotas(self, pnames = ["*"], gnames=["*"]) :     
    845845        """Returns all printers, groups and groups print quota entries which match a set of names.""" 
    846846        printers = {}