Class ServiceInterfaceStyleConfig

    • Field Detail

      • id

        protected java.lang.String id
      • serviceInterfaceId

        protected java.lang.String serviceInterfaceId
      • name

        protected java.lang.String name
      • description

        protected java.lang.String description
      • filePath

        protected java.lang.String filePath
      • isFromDefinition

        protected boolean isFromDefinition
      • isWidgetDefault

        protected boolean isWidgetDefault
      • isolationAllowedConsumers

        protected java.util.Collection<java.lang.String> isolationAllowedConsumers
    • Constructor Detail

      • ServiceInterfaceStyleConfig

        public ServiceInterfaceStyleConfig()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Returns:
        Returns the description.
      • setDescription

        public void setDescription​(java.lang.String description)
        Parameters:
        description - The description to set.
      • getFilePath

        public java.lang.String getFilePath()
        Returns:
        Returns the filePath.
      • setFilePath

        public void setFilePath​(java.lang.String filePath)
        Parameters:
        filePath - The filePath to set.
      • getId

        public java.lang.String getId()
        Returns:
        Returns the id.
      • setId

        public void setId​(java.lang.String id)
        Parameters:
        id - The id to set.
      • getServiceInterfaceId

        public java.lang.String getServiceInterfaceId()
        Returns:
        Returns the serviceInterfaceId.
      • setServiceInterfaceId

        public void setServiceInterfaceId​(java.lang.String interfaceId)
        Parameters:
        serviceInterfaceId - The serviceInterfaceId to set.
      • isFromDefinition

        public boolean isFromDefinition()
        Returns:
        Returns the isFromDefinition.
      • setFromDefinition

        public void setFromDefinition​(boolean isFromDefinition)
        Parameters:
        isFromDefinition - The isFromDefinition to set.
      • getName

        public java.lang.String getName()
        Returns:
        Returns the name.
      • setName

        public void setName​(java.lang.String name)
        Parameters:
        name - The name to set.
      • serialize

        public void serialize​(ServiceInterfaceStyleConfig styleConfig,
                              java.io.OutputStream outputStream)
                       throws PortalException
        Serializes the interface style config to the specified output stream.
        Parameters:
        pageConfig -
        outputStream -
        Throws:
        PortalException
        Since:
        4.0.3
      • deserialize

        public void deserialize​(org.w3c.dom.Node serviceInstanceNode)
                         throws PortalException
        Deserialize the properties of the ServiceInstanceStyleConfig from the specified XML Node.
        Parameters:
        serviceInstanceNode -
        Throws:
        PortalException
        Since:
        4.0.3
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • setIsWidgetDefault

        public void setIsWidgetDefault​(boolean isWidgetDefault)
        Sets the isWidgetDefault.
        Parameters:
        isWidgetDefault - the isWidgetDefault value to set.
        Since:
        6.0.0
      • getIsWidgetDefault

        public boolean getIsWidgetDefault()
        Returns the isWidgetDefault.
        Returns:
        the isWidgetDefault
        Since:
        6.0.0