
function bocuBLZ() { }

bocuBLZ.getServerInfo = function(callback)
{
    DWREngine.execute(callback, 'bocuBLZ', 'getServerInfo');
}

bocuBLZ.getDMSUser = function(callback)
{
    DWREngine.execute(callback, 'bocuBLZ', 'getDMSUser');
}

bocuBLZ.getDMSDepartment = function(callback)
{
    DWREngine.execute(callback, 'bocuBLZ', 'getDMSDepartment');
}

bocuBLZ.getDMSCompany = function(callback)
{
    DWREngine.execute(callback, 'bocuBLZ', 'getDMSCompany');
}

bocuBLZ.getDMSAccount = function(callback)
{
    DWREngine.execute(callback, 'bocuBLZ', 'getDMSAccount');
}

bocuBLZ.getDMSPassword = function(callback)
{
    DWREngine.execute(callback, 'bocuBLZ', 'getDMSPassword');
}

bocuBLZ.getJBossDestination = function(callback)
{
    DWREngine.execute(callback, 'bocuBLZ', 'getJBossDestination');
}

bocuBLZ.getDWRInfo = function(callback)
{
    DWREngine.execute(callback, 'bocuBLZ', 'getDWRInfo');
}

bocuBLZ.makeBLZ = function(callback, p0, p1)
{
    DWREngine.execute(callback, 'bocuBLZ', 'makeBLZ', p0, p1);
}

bocuBLZ.makeKCC = function(callback, p0)
{
    DWREngine.execute(callback, 'bocuBLZ', 'makeKCC', p0);
}

