Пакет | com.adobe.solutions.prm.domain |
Класс | public class DomainFactoryImpl |
Наследование | DomainFactoryImpl Object |
Реализует | IDomainFactory |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
Общедоступные свойства
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
The constructor for DomainFactoryImpl class. | DomainFactoryImpl | ||
This method creates an instance of the asset domain object. | DomainFactoryImpl | ||
This method creates an instance of the project domain object. | DomainFactoryImpl | ||
This API returns a handle to the domain object for a project in the project tree. | DomainFactoryImpl | ||
This API returns the handle to domain object for a workitem in the project tree. | DomainFactoryImpl | ||
createTeamMember(vo:com.adobe.solutions.prm.vo:TeamMemberVO, project:IProject, workItem:IWorkItem):com.adobe.solutions.prm.domain:ITeamMember
This method creates an instance of the team member domain object. | DomainFactoryImpl | ||
This method creates an instance of the workitem domain object. | DomainFactoryImpl | ||
Показывает, определено ли заданное свойство для объекта. | Object | ||
Показывает, есть ли экземпляр класса Object в цепи прототипов объекта, заданного в качестве параметра. | Object | ||
Показывает наличие заданного свойства и его перечисляемость. | Object | ||
Задает доступность динамического свойства для операций цикла. | Object | ||
Возвращает строковое представление этого объекта, отформатированного в соответствии со стандартами, принятыми для данной локали. | Object | ||
Возвращает строковое представление заданного объекта. | Object | ||
Возвращает элементарное значение заданного объекта. | Object |
Сведения о конструкторе
DomainFactoryImpl | () | Конструктор |
public function DomainFactoryImpl()
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10.0 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
The constructor for DomainFactoryImpl
class.
Сведения о методе
createAsset | () | метод |
public function createAsset(vo:AssetVO, workItem:IWorkItem):IAsset
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
This method creates an instance of the asset domain object.
Параметры
vo:AssetVO — An asset value object whose domain object is to be created.
| |
workItem:IWorkItem — A workitem to which the asset is assigned.
|
IAsset — It returns an asset domain object.
|
createProject | () | метод |
public function createProject(vo:ProjectVO, parent:IProject, root:IProject):IProject
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
This method creates an instance of the project domain object.
Параметры
vo:ProjectVO — The project value object whose domain object is to be created.
| |
parent:IProject — A reference to the parent project domain object of the project value object.
| |
root:IProject — A reference to the root project domain object of the project value object.
|
IProject — It returns a project domain object.
|
createProjectUsingSubProject | () | метод |
public function createProjectUsingSubProject(subProjectVO:ProjectVO):mx.rpc:AsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
This API returns a handle to the domain object for a project in the project tree.
Параметры
subProjectVO:ProjectVO — A project value object for which a project domain object is to be searched.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains a reference to the project domain object.
|
createProjectUsingWorkItem | () | метод |
public function createProjectUsingWorkItem(workItemVO:WorkItemVO):mx.rpc:AsyncToken
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
This API returns the handle to domain object for a workitem in the project tree.
Параметры
workItemVO:WorkItemVO — A workitem value object for which the work item domain object is to be searched.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached. The resulting event contains a reference to the workitem domain object.
|
createTeamMember | () | метод |
public function createTeamMember(vo:com.adobe.solutions.prm.vo:TeamMemberVO, project:IProject, workItem:IWorkItem):com.adobe.solutions.prm.domain:ITeamMember
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
This method creates an instance of the team member domain object.
Параметры
vo:com.adobe.solutions.prm.vo:TeamMemberVO — The team member value object whose domain object is to be created.
| |
project:IProject — A reference to the project domain object to which the team member is assigned.
| |
workItem:IWorkItem — A reference to the workitem domain object to which the team member is assigned.
|
com.adobe.solutions.prm.domain:ITeamMember — It returns a team member domain object.
|
createWorkItem | () | метод |
public function createWorkItem(vo:WorkItemVO, parent:IProject, root:IProject):IWorkItem
Язык версии: | ActionScript 3.0 |
Версия продукта: | Project Management Building Block 10 |
Версии среды выполнения: | Flash Player 10.2, AIR (unsupported) |
This method creates an instance of the workitem domain object.
Параметры
vo:WorkItemVO — The Workitem value object whose domain object is to be created.
| |
parent:IProject — A reference to the parent project domain object to which this workitem value object is assigned.
| |
root:IProject — A reference to the root project domain object of the workitem value object.
|
IWorkItem — It returns a workitem domain object.
|
Tue Jun 12 2018, 11:34 AM Z