Uses of Interface
com.ebmwebsourcing.webeditor.api.domain.project.IProjectType

Packages that use IProjectType
com.ebmwebsourcing.webeditor.api.domain.project   
com.ebmwebsourcing.webeditor.impl.domain.project   
 

Uses of IProjectType in com.ebmwebsourcing.webeditor.api.domain.project
 

Methods in com.ebmwebsourcing.webeditor.api.domain.project that return IProjectType
 IProjectType IProjectFile.getProjectType()
           
 IProjectType IProjectInstance.getProjectType()
           
 

Methods in com.ebmwebsourcing.webeditor.api.domain.project that return types with arguments of type IProjectType
 java.util.List<IProjectType> IProjectType.getSubProjectType()
           
 

Methods in com.ebmwebsourcing.webeditor.api.domain.project with parameters of type IProjectType
 void IProjectType.addSubProjectType(IProjectType subProjectType)
           
 void IProjectFile.setProjectType(IProjectType projectType)
           
 void IProjectInstance.setType(IProjectType type)
           
 

Uses of IProjectType in com.ebmwebsourcing.webeditor.impl.domain.project
 

Classes in com.ebmwebsourcing.webeditor.impl.domain.project that implement IProjectType
 class ProjectType
           
 

Methods in com.ebmwebsourcing.webeditor.impl.domain.project that return IProjectType
 IProjectType ProjectFile.getProjectType()
           
 IProjectType ProjectInstance.getProjectType()
           
 

Methods in com.ebmwebsourcing.webeditor.impl.domain.project that return types with arguments of type IProjectType
 java.util.List<IProjectType> ProjectType.getSubProjectType()
           
 

Methods in com.ebmwebsourcing.webeditor.impl.domain.project with parameters of type IProjectType
 void ProjectType.addSubProjectType(IProjectType subProjectType)
           
 void ProjectFile.setProjectType(IProjectType projectType)
           
 void ProjectInstance.setType(IProjectType type)
           
 

Method parameters in com.ebmwebsourcing.webeditor.impl.domain.project with type arguments of type IProjectType
 void ProjectType.setSubProjectTypes(java.util.List<IProjectType> subProjectTypes)
           
 



Copyright © 2010-2011 Petals Link. All Rights Reserved.