|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SurveyOwner | |
org.openfjord.business.domain | |
org.openfjord.business.entities | |
org.openfjord.business.entities.valueobjects |
Uses of SurveyOwner in org.openfjord.business.domain |
Methods in org.openfjord.business.domain that return SurveyOwner | |
SurveyOwner |
Survey.getSurveyOwner()
Gets the owner of the survey |
Methods in org.openfjord.business.domain with parameters of type SurveyOwner | |
void |
Survey.setSurveyOwner(SurveyOwner owner)
Sets the owner of the survey |
Uses of SurveyOwner in org.openfjord.business.entities |
Methods in org.openfjord.business.entities that return SurveyOwner | |
static SurveyOwner |
SurveyOwnerVOFactory.createValueObject(SurveyOwnerBean surveyOwnerBean)
Creates an VO with all data without the relations. |
SurveyOwner |
SurveyOwnerLocal.getData()
|
SurveyOwner |
SurveyOwnerBean.getData()
returns an value object with the data of the bean |
Methods in org.openfjord.business.entities with parameters of type SurveyOwner | |
static void |
SurveyOwnerVOFactory.mergeData(SurveyOwner ownerVO,
SurveyOwnerBean surveyOwnerBean)
This Method sets the Data without the Collection of all Surveys |
void |
SurveyOwnerLocal.setData(SurveyOwner surveyOwner)
|
void |
SurveyOwnerBean.setData(SurveyOwner surveyOwner)
Updates the data of the bean with the passed data of the value object |
Uses of SurveyOwner in org.openfjord.business.entities.valueobjects |
Classes in org.openfjord.business.entities.valueobjects that implement SurveyOwner | |
class |
SurveyOwnerVO
Title: openFJORD Description: open flexible online research designer Copyright: Copyright (c) 2002 Company: |
Methods in org.openfjord.business.entities.valueobjects that return SurveyOwner | |
SurveyOwner |
SurveyVO.getSurveyOwner()
|
Methods in org.openfjord.business.entities.valueobjects with parameters of type SurveyOwner | |
void |
SurveyVO.setSurveyOwner(SurveyOwner owner)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |