Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


public class ActionSearchBean extends
GenericSearchBean<ActionDTO, Long,
ActionDTO> {

@Override
public String search() {
data.setRowCount(null);

if(data.getRowCount()==0){
data.getNoRecordFound().setRendered(true);
data.getDataScroller().setRendered(false);
}

return "searchAction";
}

@Override
public String clear() {
data.setRowCount(null);

if (data.getRowCount() > 0){
data.getNoRecordFound().setRendered(false);
data.getDataScroller().setRendered(true);
}else{
data.getNoRecordFound().setRendered(true);
data.getDataScroller().setRendered(false);
}

data.setModel(new ActionDTO());
data.setRowCount(null);

return "searchAction";
}

}

what is the purpose of @Override ...what will do @Override
here ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More J2EE Interview Questions

What is java j2ee developer?

0 Answers  


What is j2ee called now?

0 Answers  


Which of the following are subclasses of java awt component?

0 Answers  


i want test pattern of zylog company and some examples also

0 Answers  


What is java technology stack?

0 Answers  


How do I become an expert in java?

0 Answers  


Which software is used for java?

0 Answers  


What does java awt stand for?

0 Answers  


Explain the following statement: Java is always pass-by-value.

4 Answers   Wipro,


What is java mobile?

0 Answers  


Explain jta, jndi, and jms.

0 Answers  


What is the latest technology used in java?

0 Answers  


Categories