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.Serializable
Action 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.String
getSearchPattern()
boolean
isInitialized()
boolean
isShowInactive()
java.lang.String
search()
void
setActiveAttributeList(java.util.List<org.gluu.model.GluuAttribute> activeAttributeList)
void
setChecked(java.util.Map<java.lang.String,java.lang.Boolean> checked)
void
setSearchPattern(java.lang.String searchPattern)
void
setShowInactive(boolean showInactive)
java.lang.String
start()
void
submit()
void
toggleShowInactive()
-
-
-
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()
-
-