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