Uses of Interface
com.ebmwebsourcing.webeditor.api.domain.user.IUser

Packages that use IUser
com.ebmwebsourcing.webeditor.api.domain.project   
com.ebmwebsourcing.webeditor.impl.domain.project   
com.ebmwebsourcing.webeditor.impl.domain.user   
 

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

Methods in com.ebmwebsourcing.webeditor.api.domain.project that return IUser
 IUser IProjectInstance.getAuthor()
           
 

Methods in com.ebmwebsourcing.webeditor.api.domain.project with parameters of type IUser
 void IProjectInstance.setAuthor(IUser author)
           
 

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

Methods in com.ebmwebsourcing.webeditor.impl.domain.project that return IUser
 IUser ProjectInstance.getAuthor()
           
 

Methods in com.ebmwebsourcing.webeditor.impl.domain.project with parameters of type IUser
 void ProjectInstance.setAuthor(IUser author)
           
 

Uses of IUser in com.ebmwebsourcing.webeditor.impl.domain.user
 

Classes in com.ebmwebsourcing.webeditor.impl.domain.user that implement IUser
 class User
           
 



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