- removed 'Adm' prefix
authorTony Mack <tmack@cs.princeton.edu>
Fri, 6 Oct 2006 19:21:25 +0000 (19:21 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Fri, 6 Oct 2006 19:21:25 +0000 (19:21 +0000)
commit40d33ca5c3e174e3ac07e3519c07e43825b4c797
treed8935d5c1ffca7e800bf7ca8202083d5ceebd1c5
parent25d0df2c73067b69bda924b8ddd0514d7fed5a51
- removed 'Adm' prefix
25 files changed:
PLC/Methods/AddNodeToNodeGroup.py [new file with mode: 0644]
PLC/Methods/AddPerson.py [new file with mode: 0644]
PLC/Methods/AddPersonToSite.py [new file with mode: 0644]
PLC/Methods/AddRoleToPerson.py [new file with mode: 0644]
PLC/Methods/AddSite.py [new file with mode: 0644]
PLC/Methods/DeleteNode.py [new file with mode: 0644]
PLC/Methods/DeleteNodeGroup.py [new file with mode: 0644]
PLC/Methods/DeleteNodeNetwork.py [new file with mode: 0644]
PLC/Methods/DeletePerson.py [new file with mode: 0644]
PLC/Methods/DeleteSite.py [new file with mode: 0644]
PLC/Methods/GetNodeGroups.py [new file with mode: 0644]
PLC/Methods/GetNodeNetworkBandwidthLimits.py [new file with mode: 0644]
PLC/Methods/GetNodeNetworks.py [new file with mode: 0644]
PLC/Methods/GetNodes.py [new file with mode: 0644]
PLC/Methods/GetPersons.py [new file with mode: 0644]
PLC/Methods/GetSites.py [new file with mode: 0644]
PLC/Methods/RemoveNodeFromNodeGroup.py [new file with mode: 0644]
PLC/Methods/RemovePersonFromSite.py [new file with mode: 0644]
PLC/Methods/RemoveRoleFromPerson.py [new file with mode: 0644]
PLC/Methods/SetPersonPrimarySite.py [new file with mode: 0644]
PLC/Methods/UpdateNode.py [new file with mode: 0644]
PLC/Methods/UpdateNodeGroup.py [new file with mode: 0644]
PLC/Methods/UpdateNodeNetwork.py [new file with mode: 0644]
PLC/Methods/UpdatePerson.py [new file with mode: 0644]
PLC/Methods/UpdateSite.py [new file with mode: 0644]