" + this.errors().map(function (e) { return "
" + e.error + "
" }).join("") + ""; }; this.performValidation = function () { if (this.errors().length <= 0) { this._onSucess(); } else { this._onFailure(); } } this.displayErrorModal = function () { //event.preventDefault(); OC_MODAL_UTILITY.errorMessageModal(this.errorHtml()); }; this._onSucess = validationFieldObject.onValidationSuccess || null; this._onFailure = validationFieldObject.onValidationFailure || this.displayErrorModal; // this.performValidation = new Promise() endRegion }; var ValidationManager = function(obj){ this.validationEngines = []; this.validationEnginesMap = {}; this._engineKeys = []; this._buildEngines = function(){ for(var i = 0 ; i < obj.validators.length; i++){ var engine = new ValidationEngine(obj.validators[i]); this.validationEngines.push(engine); this.validationEnginesMap[engine.name] = obj.validators[i]; } } this.addEngine = function(engine){ }; this.removeEngine = function(){ } this._testDupes = function(engine){ if(this._engineKeys.indexOf(engine.name) > -1){ throw "Cannot add validation engine with the same name as previously defined" return false; } else { return true; } } this._buildEngines(); };
Skip to Content.
Skip to Footer.
Toggle navigation
Dashboard
Cart
Help
Hi
Manage Profile
Change Password
Sign out
1
New Service Request
2
Choose Location
3
Details
4
Upload Supporting Documents
5
Details About You
6
Summary
Select The Topic of Your Service Request
i
If this is a life threatening event please call 911. All other law enforcement request should be reported directly to the local law enforcement agency
The following website reporting services are provided by the County of Orange Public Works for service requests that are located on County of Orange property not local city jurisdictions (with the exception of water pollution)
Complaint
Note:
All Open/Closed Complaints of the following types can be tracked under the ‘Complaints’ tab.
Construction Activity Concerns
Pesticide Use
Property Violations
Weights and Measures Complaints
Service Request
Note:
All Open/Resolved Service Requests of the following types can be tracked under the ‘Service Requests’ tab.
Bee and Rodent Services
County Fences and Walls
Drainage Facilities
Encampments/Trespassing
Graffiti Removal
Information and Data Requests
Potholes/Pavement
Sidewalk/Curb & Gutter
Signs and Pavement Markings
Street Sweeping
Traffic Issues
Trash/Debris/Vegetation
Trees
Water Pollution
Weed Abatement/Fire Hazard