Class 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 Detail

      • AttributeInventoryAction

        public AttributeInventoryAction()
    • 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()