|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.iai.ilcd.webgui.controller.admin.LCIAMethodListHandler
public class LCIAMethodListHandler
Handler for admin LCIAMethod List TODO: Refactor bean structure for admin similar to public frontend. Lots of common functionality!
Constructor Summary | |
---|---|
LCIAMethodListHandler()
Create the handler |
Method Summary | |
---|---|
void |
deleteSelected()
Delete the selected LCIA methods |
org.primefaces.model.LazyDataModel<LCIAMethod> |
getLazyModel()
Get the lazy data model |
LCIAMethod[] |
getSelectedLCIAMethods()
Get the selected LCIA methods |
void |
setLazyModel(org.primefaces.model.LazyDataModel<LCIAMethod> lazyModel)
Set the lazy data model |
void |
setSelectedLCIAMethods(LCIAMethod[] selectedLCIAMethods)
Set the selected LCIA methods |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LCIAMethodListHandler()
Method Detail |
---|
public org.primefaces.model.LazyDataModel<LCIAMethod> getLazyModel()
public void setLazyModel(org.primefaces.model.LazyDataModel<LCIAMethod> lazyModel)
lazyModel
- lazy model to setpublic LCIAMethod[] getSelectedLCIAMethods()
public void setSelectedLCIAMethods(LCIAMethod[] selectedLCIAMethods)
selectedLCIAMethods
- public void deleteSelected()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |