Uses of Class
org.gcube.portlets.d4sreporting.common.shared.Metadata

Packages that use Metadata
org.gcube.portlets.d4sreporting.common.shared   
 

Uses of Metadata in org.gcube.portlets.d4sreporting.common.shared
 

Methods in org.gcube.portlets.d4sreporting.common.shared that return types with arguments of type Metadata
 List<Metadata> BasicSection.getMetadata()
           
 List<Metadata> BasicComponent.getMetadata()
           
 List<Metadata> Model.getMetadata()
           
 

Method parameters in org.gcube.portlets.d4sreporting.common.shared with type arguments of type Metadata
 void BasicSection.setMetadata(List<Metadata> metadata)
           
 void BasicComponent.setMetadata(List<Metadata> metadata)
           
 void Model.setMetadata(List<Metadata> metadata)
           
 

Constructor parameters in org.gcube.portlets.d4sreporting.common.shared with type arguments of type Metadata
BasicComponent(int x, int y, int width, int height, int templatePage, ComponentType type, boolean isDoubleColLayout, boolean locked, BasicComponent child, String idInBasket, String paramName, Serializable possibleContent, List<Metadata> metadata)
          NOT USED SO FAR
BasicComponent(int x, int y, int width, int height, int templatePage, ComponentType i, String paramName, Serializable possibleContent, boolean isDoubleColLayout, boolean locked, List<Metadata> metadata)
           
BasicComponent(int x, int y, int width, int height, int templatePage, ComponentType type, String idInBasket, String paramName, Serializable possibleContent, boolean isDoubleColLayout, boolean locked, List<Metadata> metadata)
           
BasicSection(List<BasicComponent> components, List<Metadata> metadata)
           
Model(String uniqueID, String author, Date dateCreated, Date lastEdit, String lastEditBy, String templateName, int columnWidth, int currPage, int marginBottom, int marginLeft, int marginRight, int marginTop, int pageHeight, int pageWidth, Vector<BasicSection> sections, int totalPages, List<Metadata> metadata)
           
 



Copyright © 2013. All Rights Reserved.