Package org.gluu.oxtrust.action
Class AttributeInventoryAction
- java.lang.Object
-
- org.gluu.oxtrust.action.AttributeInventoryAction
-
- All Implemented Interfaces:
java.io.Serializable
@ConversationScoped @Named @Secure("#{permissionService.hasPermission(\'attribute\', \'access\')}") public class AttributeInventoryAction extends java.lang.Object implements java.io.SerializableAction class for displaying attributes- Author:
- Yuriy Movchan Date: 10.17.2010
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttributeInventoryAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.gluu.model.GluuAttribute>getActiveAttributeList()java.util.List<org.gluu.model.GluuAttribute>getAttributeList()java.util.Map<java.lang.String,java.lang.Boolean>getChecked()java.lang.StringgetSearchPattern()booleanisInitialized()booleanisShowInactive()java.lang.Stringsearch()voidsetActiveAttributeList(java.util.List<org.gluu.model.GluuAttribute> activeAttributeList)voidsetChecked(java.util.Map<java.lang.String,java.lang.Boolean> checked)voidsetSearchPattern(java.lang.String searchPattern)voidsetShowInactive(boolean showInactive)java.lang.Stringstart()voidsubmit()voidtoggleShowInactive()
-
-
-
Method Detail
-
getChecked
public java.util.Map<java.lang.String,java.lang.Boolean> getChecked()
-
setChecked
public void setChecked(java.util.Map<java.lang.String,java.lang.Boolean> checked)
-
start
public java.lang.String start()
-
getAttributeList
public java.util.List<org.gluu.model.GluuAttribute> getAttributeList()
-
search
public java.lang.String search()
-
getSearchPattern
public java.lang.String getSearchPattern()
-
setSearchPattern
public void setSearchPattern(java.lang.String searchPattern)
-
isShowInactive
public boolean isShowInactive()
- Returns:
- the showInactive
-
setShowInactive
public void setShowInactive(boolean showInactive)
- Parameters:
showInactive- the showInactive to set
-
toggleShowInactive
public void toggleShowInactive()
-
getActiveAttributeList
public java.util.List<org.gluu.model.GluuAttribute> getActiveAttributeList()
- Returns:
- the activeAttributeList
-
setActiveAttributeList
public void setActiveAttributeList(java.util.List<org.gluu.model.GluuAttribute> activeAttributeList)
- Parameters:
activeAttributeList- the activeAttributeList to set
-
submit
public void submit()
-
isInitialized
public boolean isInitialized()
-
-