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
What is java j2ee developer?
What is j2ee called now?
Which of the following are subclasses of java awt component?
i want test pattern of zylog company and some examples also
What is java technology stack?
How do I become an expert in java?
Which software is used for java?
What does java awt stand for?
Explain the following statement: Java is always pass-by-value.
What is java mobile?
Explain jta, jndi, and jms.
What is the latest technology used in java?