
function ProjectLookup() { }
ProjectLookup._path = '/est/dwr';

ProjectLookup.getProjectMilestoneByParentId = function(p0, callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getProjectMilestoneByParentId', p0, callback);
}

ProjectLookup.getProjectMilestoneByMilestoneEventId = function(p0, callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getProjectMilestoneByMilestoneEventId', p0, callback);
}

ProjectLookup.getProjectDDByName = function(p0, callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getProjectDDByName', p0, callback);
}

ProjectLookup.getProjectDDById = function(p0, callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getProjectDDById', p0, callback);
}

ProjectLookup.getOrgDDByName = function(p0, callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getOrgDDByName', p0, callback);
}

ProjectLookup.getDistinctOrgNames = function(callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getDistinctOrgNames', callback);
}

ProjectLookup.getCountyDDByName = function(p0, callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getCountyDDByName', p0, callback);
}

ProjectLookup.getDistinctCountyNames = function(callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getDistinctCountyNames', callback);
}

ProjectLookup.getDistrictDDByName = function(p0, callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getDistrictDDByName', p0, callback);
}

ProjectLookup.getDistinctDistrictNames = function(callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getDistinctDistrictNames', callback);
}

ProjectLookup.getEffectsByName = function(p0, callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getEffectsByName', p0, callback);
}

ProjectLookup.getEffectNames = function(callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getEffectNames', callback);
}

ProjectLookup.getEffects = function(callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getEffects', callback);
}

ProjectLookup.getIssues = function(callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getIssues', callback);
}

ProjectLookup.getIssueNames = function(callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getIssueNames', callback);
}

ProjectLookup.getProjectById = function(p0, callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getProjectById', p0, callback);
}

ProjectLookup.getProjectsByName = function(p0, callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getProjectsByName', p0, callback);
}

ProjectLookup.getProjectsByOrg = function(p0, callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getProjectsByOrg', p0, callback);
}

ProjectLookup.getProjectsByRegion = function(p0, callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getProjectsByRegion', p0, callback);
}

ProjectLookup.getProjectsByEffectsIssues = function(p0, p1, callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getProjectsByEffectsIssues', p0, p1, callback);
}

ProjectLookup.getProjectsByPhase = function(p0, callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getProjectsByPhase', p0, callback);
}

ProjectLookup.getProjectDetails = function(p0, callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getProjectDetails', p0, callback);
}

ProjectLookup.getProjectMilestoneByProjectName = function(p0, callback) {
    DWREngine._execute(ProjectLookup._path, 'ProjectLookup', 'getProjectMilestoneByProjectName', p0, callback);
}
