de.iai.ilcd.webgui.controller.admin
Class LCIAMethodListHandler

java.lang.Object
  extended by de.iai.ilcd.webgui.controller.admin.LCIAMethodListHandler
All Implemented Interfaces:
java.io.Serializable

public class LCIAMethodListHandler
extends java.lang.Object
implements java.io.Serializable

Handler for admin LCIAMethod List TODO: Refactor bean structure for admin similar to public frontend. Lots of common functionality!

See Also:
Serialized Form

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

LCIAMethodListHandler

public LCIAMethodListHandler()
Create the handler

Method Detail

getLazyModel

public org.primefaces.model.LazyDataModel<LCIAMethod> getLazyModel()
Get the lazy data model

Returns:
lazy data model

setLazyModel

public void setLazyModel(org.primefaces.model.LazyDataModel<LCIAMethod> lazyModel)
Set the lazy data model

Parameters:
lazyModel - lazy model to set

getSelectedLCIAMethods

public LCIAMethod[] getSelectedLCIAMethods()
Get the selected LCIA methods

Returns:
selected LCIA methods

setSelectedLCIAMethods

public void setSelectedLCIAMethods(LCIAMethod[] selectedLCIAMethods)
Set the selected LCIA methods

Parameters:
selectedLCIAMethods -

deleteSelected

public void deleteSelected()
Delete the selected LCIA methods