예제 #1
0
def insertBlacklist(cpe, cpeType):
    oList = CPEList(collection, args)
    return oList.insert(cpe, cpeType)
예제 #2
0
def insertWhitelist(cpe, cpeType, comments=None):
    oList = CPEList(collection, args)
    return oList.insert(cpe, cpeType, comments)
예제 #3
0
def insertWhitelist(cpe, cpeType):
    oList = CPEList(collection, args)
    return oList.insert(cpe,cpeType)
예제 #4
0
def insertWhitelist(cpe, cpeType, isglobal, user):
    oList = CPEList(collection, args)
    return oList.insert(cpe, cpeType, isglobal, user)