Examples of IPortalData


Examples of org.jasig.portal.io.xml.IPortalData

    return this.eventAggregationDataType;
  }

  @Override
  public Iterable<? extends IPortalData> getPortalData() {
    return ImmutableSet.of(new IPortalData() {
            @Override
            public String getDataId() {
                return "Event Aggregation Configuration";
            }
            @Override
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.