Package org.exoplatform.portal.mop.navigation

Examples of org.exoplatform.portal.mop.navigation.NodeState$Builder


    public void setProperties(Properties properties) {
        this.properties = properties;
    }

    public NodeState getState() {
        return new NodeState(labels.getSimple(), icon, startPublicationDate == null ? -1 : startPublicationDate.getTime(),
                endPublicationDate == null ? -1 : endPublicationDate.getTime(), visibility,
                pageReference != null ? PageKey.parse(pageReference) : null,
                restrictOutsidePublicationWindow,
                new AttributesState.Builder(properties).build());
    }
View Full Code Here

TOP

Related Classes of org.exoplatform.portal.mop.navigation.NodeState$Builder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.