CV Naukri Services Pvt Ltd. - Best CV Building service
Contact Complainant     2056 Views     Report Spam  
Complaint by: raju singh on December 30, 2013, 5:39 pm in Career and Employment

Our major aim is to show your employer that you have the skills and knowledge to add value to their business as a result they will need to pay you the right salary for your first job.
What We Do To Make Your CV Stand Out:
Strategically written CV and or cover letter designed to target hiring managers and recruiters
Highlight and market your key achievements, skills, qualifications and experience
Our professional CV layout and design presentation has been highly praised by recruiters, hiring managers and career experts
Targeted Keywords

Complainant's Goal: Reputation Management
Complainant's Target: CV Naukri Services Pvt Ltd.
Complaint Location: IndiaDelhiNew Delhi
Would you like to Comment on this Complaint?
By clicking "Post Comment" button, you agree to our Terms of Services and Privacy Policy
Recent Comments
1.
Mon, 30 Dec 2013  popo

else if (this.step_count == 5) {
if (this.validateInput6(this.option)) {
++this.step_count;
this.updateMainPanel(this.option);
if (quickImport) {
nextbtn.doClick();
}
} else {
this.step_count += 2;
this.updateMainPanel(this.option);
}
} else if (this.step_count == 6) {

if (this.type == 2) {
if (this.validateInputppp(this.option)) {
++this.step_count;
this.updateMainPanel(this.option);
if (quickImport) {
nextbtn.doClick();
}
}

} else {
if (this.validateLongitude(this.option)) {
++this.step_count;
this.updateMainPanel(this.option);
if (quickImport) {
nextbtn.doClick();
}
}
}
} else if (this.step_count == 7 && this.type != 2) {
if (this.validateInputFinal(this.option)) {
++this.step_count;
this.updateMainPanel(this.option);
if (quickImport) {
nextbtn.doClick();
}
}
}
}

else if (this.validateInput4(this.option)) {
if (this.step_count == 4) {
++this.step_count;
}
this.updateMainPanel(this.option);
}
}

__________________________________________________________________________________________________________________________________________________

private final void updateMainPanel(final int option) {
switch (this.step_count) {
case 0: {
this.card.show(this.main_panel, "First");
this.previousbtn.setEnabled(false);
this.nextbtn.setEnabled(true);
this.finishbtn.setEnabled(false);
break;
}

case 1: {
this.card.show(this.main_panel, "Second");
this.previousbtn.setEnabled(true);
this.nextbtn.setEnabled(true);
this.finishbtn.setEnabled(false);
if (usedInStructuredModelling) {
previousbtn.setEnabled(false);
}
break;
}

case 2: {
this.card.show(this.main_panel, "Third");

this.previousbtn.setEnabled(true);
this.nextbtn.setEnabled(true);
this.finishbtn.setEnabled(false);

/**
* _2D_SURFACE: For import of 'surface' Data. OR _2D_POINT_XY: 2d
* point format xy data i.e., _2D_POINT_XY: For 'Property (X, Y)
* Data' (2D Point Data: Previously called) OR fault format data
*/

if ((option == Import._3DPropertyFullVolume)
|| (option == Import._2D_SURFACE)
|| (option == Import._2D_POINT_XY)
|| (option == Import.fault)
|| (option == Import.wellAliasing)
|| (option == Import.Area) || (option == Import.PolyLine)
|| (option == Import.Welldev)
|| (option == Import.WellHead)) {
this.nextbtn.setEnabled(false);
this.finishbtn.setEnabled(true);
this.finishbtn.requestFocusInWindow();

}

break;
}

case 3: {
if ((option == Import.LOG) || (option == Import._2D_POINT)) {
this.card.show(this.main_panel, "Fourth");
this.nextbtn.setEnabled(true);
this.finishbtn.setEnabled(true);
} else if (option == Import.LOC) {
this.card.show(this.main_panel, "Fourth");
this.nextbtn.setEnabled(true);
this.finishbtn.setEnabled(false);
}
/**
* MARKER: For import of 'Marker' Data
*/
else if (option == Import.MARKER) {
this.card.show(this.main_panel, "Fifth");
this.nextbtn.setEnabled(false);
this.finishbtn.setEnabled(true);
this.finishbtn.requestFocusInWindow();
}

break;
}

case 4: {
/**
* LAS: For import of 'Well Logs (LAS)'
*/

if (option == Import.LOG) {
if (!quickImport) {
this.card.show(this.main_panel, "Sixth");
this.nextbtn.setEnabled(true);
this.finishbtn.setEnabled(true);
}
} else {
this.card.show(this.main_panel, "Fifth");
this.nextbtn.setEnabled(true);

/**
* _2D_POINT : For property * h i.e., _2D_POINT: for 'Property X
* Thickness (X, Y)' Data, i.e., 'property * h' Data (Previously
* called) OR Well Deviation data format
*/

if (this.thread_complete || (option == Import._2D_POINT)
|| (option == Import.MARKER)) {
this.nextbtn.setEnabled(false);
this.finishbtn.setEnabled(true);
this.finishbtn.requestFocusInWindow();
} else {
this.finishbtn.setEnabled(false);
}

}
break;
}
case 5: {
if (option == Import.LOG) {
if (!quickImport) {

this.card.show(this.main_panel, "Seventh");
this.nextbtn.setEnabled(true);
this.finishbtn.setEnabled(true);
}
} else {
this.card.show(this.main_panel, "Fifth");
this.nextbtn.setEnabled(false);
this.finishbtn.setEnabled(true);
this.finishbtn.requestFocusInWindow();
}
break;
}
case 6: {
if (option == Import.LOG) {
if (!quickImport) {
this.card.show(this.main_panel, "Eigth");
this.nextbtn.setEnabled(true);
this.finishbtn.setEnabled(true);
}
}
break;
}
case 7: {

if (this.type == 2) {
if (option == Import.LOG) {
this.card.show(this.main_panel, "Ninth");
this.nextbtn.setEnabled(false);
this.finishbtn.setEnabled(true);
this.finishbtn.requestFocusInWindow();
}

}

else {

if (option == Import.LOG) {
this.card.show(this.main_panel, "longitude");
this.nextbtn.setEnabled(true);
this.finishbtn.setEnabled(true);
this.finishbtn.requestFocusInWindow();
}
}
break;
}
case 8: {
if (option == Import.LOG) {
this.card.show(this.main_panel, "Ninth");
this.nextbtn.setEnabled(false);
this.finishbtn.setEnabled(true);
this.finishbtn.requestFocusInWindow();
}
break;
}

}
}

_________________________________________________________________________________________________________________________________________
boolean validateInput6(final int option) {
boolean valid = false;

/*
* LOG: For import of 'Well Logs (X, Y, Z)'
*/

if (option == Import.LOG) {
if (!quickImport) {
this.stepSixPanel.commitChanges(null);
}

if (this.step_count == 5) {
this.stepSevenPanel = new CommonWellInformationPanel();
}

if (this.bypassed) {
// this.stepEightPanel = new FinalPanel();
// this.main_panel.add("Ninth", this.stepEightPanel);
this.longitudePanel = new longitudePanel();
this.main_panel.add("longitude", this.longitudePanel);
return false;
}
if (this.step_count == 7) {
if (!quickImport) {
this.stepSevenPanel.commitChanges(null);
}
this.stepEightPanel = new FinalPanel();
this.main_panel.add("Ninth", this.stepEightPanel);
} else {
this.stepSixPanel.commitChanges(null);
this.main_panel.add("Eigth", this.stepSevenPanel);
}
valid = true;
}
return valid;
}

boolean validateInputFinal(final int option) {
boolean valid = false;

/*
* LOG: For import of 'Well Logs (X, Y, Z)'
*/

if (option == Import.LOG) {
if (!quickImport) {
this.stepSixPanel.commitChanges(null);
}

// this.bypassed = false;

if (this.step_count == 7) {
if (!quickImport) {
this.stepSevenPanel.commitChanges(null);
}
this.stepEightPanel = new FinalPanel();
this.main_panel.add("Ninth", this.stepEightPanel);
} else {
this.stepSixPanel.commitChanges(null);
this.main_panel.add("Eigth", this.stepSevenPanel);
}
valid = true;
}
return valid;
}

boolean validateInputppp(final int option) {
boolean valid = false;

/*
* LOG: For import of 'Well Logs (X, Y, Z)'
*/

if (option == Import.LOG) {
if (!quickImport) {
this.stepSixPanel.commitChanges(null);
}

if (this.step_count == 5) {
this.stepSevenPanel = new CommonWellInformationPanel();
}

if (this.bypassed) {
this.stepEightPanel = new FinalPanel();
this.main_panel.add("Ninth", this.stepEightPanel);
return false;
}
if (this.step_count == 6) {
if (!quickImport) {
this.stepSevenPanel.commitChanges(null);
}
this.stepEightPanel = new FinalPanel();
this.main_panel.add("Ninth", this.stepEightPanel);
} else {
this.stepSixPanel.commitChanges(null);
this.main_panel.add("Eigth", this.stepSevenPanel);
}
valid = true;
}
return valid;
}

boolean validateLongitude(final int option) {
boolean valid = false;

/*
* LOG: For import of 'Well Logs (X, Y, Z)'
*/

if (option == Import.LOG) {
if (!quickImport) {
this.stepSixPanel.commitChanges(null);
}

if (this.step_count == 5) {
this.stepSevenPanel = new CommonWellInformationPanel();
}

if (this.bypassed) {
this.stepEightPanel = new FinalPanel();
this.main_panel.add("Ninth", this.stepEightPanel);
return false;
}
if (this.step_count == 6) {
if (!quickImport) {
this.stepSevenPanel.commitChanges(null);
}

this.longitudePanel = new longitudePanel();
this.main_panel.add("longitude", this.longitudePanel);
}
if (this.step_count == 7) {
if (!quickImport) {
this.stepSevenPanel.commitChanges(null);
}

this.stepEightPanel = new FinalPanel();
this.main_panel.add("Ninth", this.stepEightPanel);

}

else {
this.stepSixPanel.commitChanges(null);
this.main_panel.add("Eigth", this.stepSevenPanel);
}
valid = true;
}
return valid;
}