패키지 | com.adobe.solutions.rca.domain.common |
인터페이스 | public interface IMemberCollection |
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
관련 API 요소
속성 | 정의 주체 | ||
---|---|---|---|
allMemberList : IList [읽기 전용]
The property returns a collection of all members. | IMemberCollection | ||
memberList : IList [읽기 전용]
The property returns a collection of directly associated members. | IMemberCollection | ||
uniqueMemberList : IList [읽기 전용]
The property returns a collection of unique members. | IMemberCollection |
메서드 | 정의 주체 | ||
---|---|---|---|
This remote operation adds a member to the collection and submits the change to the server. | IMemberCollection | ||
This remote operation removes a member from the collection and submits the change to the server. | IMemberCollection | ||
This remote operation updates the tile of a member present in collection and submits the change to the server. | IMemberCollection |
allMemberList | 속성 |
allMemberList:IList
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of all members. It takes into consideration any child objects that may be of type IMemberCollection
.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 memberListChanged
이벤트를 전달합니다.
구현
public function get allMemberList():IList
관련 API 요소
memberList | 속성 |
memberList:IList
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of directly associated members.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 memberListChanged
이벤트를 전달합니다.
구현
public function get memberList():IList
관련 API 요소
uniqueMemberList | 속성 |
uniqueMemberList:IList
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
The property returns a collection of unique members.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 memberListChanged
이벤트를 전달합니다.
구현
public function get uniqueMemberList():IList
관련 API 요소
addMemberAndSave | () | 메서드 |
public function addMemberAndSave(member:IMember):mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This remote operation adds a member to the collection and submits the change to the server.
매개 변수
member:IMember — The member to be added to member collection.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
관련 API 요소
removeMemberAndSave | () | 메서드 |
public function removeMemberAndSave(member:IMember):mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This remote operation removes a member from the collection and submits the change to the server.
매개 변수
member:IMember — The member to be removed from member collection.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
관련 API 요소
updateTitleAndSave | () | 메서드 |
public function updateTitleAndSave(member:IMember, title:String):mx.rpc:AsyncToken
언어 버전: | ActionScript 3.0 |
제품 버전: | Review, Commenting, and Approval Building Block 10.0 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This remote operation updates the tile of a member present in collection and submits the change to the server.
매개 변수
member:IMember — The member to be removed from member collection.
| |
title:String — The title of the member.
|
mx.rpc:AsyncToken — It returns a token on which success or fault handlers can be attached.
|
관련 API 요소
Tue Jun 12 2018, 03:17 PM Z