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 Details

    • AttributeInventoryAction

      public AttributeInventoryAction()
  • Method Details

    • getChecked

      public Map<String,Boolean> getChecked()
    • setChecked

      public void setChecked(Map<String,Boolean> checked)
    • start

      public String start()
    • getAttributeList

      public List<org.gluu.model.GluuAttribute> getAttributeList()
    • search

      public String search()
    • getSearchPattern

      public String getSearchPattern()
    • setSearchPattern

      public void setSearchPattern(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 List<org.gluu.model.GluuAttribute> getActiveAttributeList()
      Returns:
      the activeAttributeList
    • setActiveAttributeList

      public void setActiveAttributeList(List<org.gluu.model.GluuAttribute> activeAttributeList)
      Parameters:
      activeAttributeList - the activeAttributeList to set
    • submit

      public void submit()
    • isInitialized

      public boolean isInitialized()