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