AnnouncementService
Create factory for the announcement Service
Constructor Summary
| Public Constructor | ||
| public |
constructor(moduleService: *) |
|
Member Summary
| Public Members | ||
| public |
|
|
Method Summary
| Public Methods | ||
| public |
getAnnouncement(moduleId: *, announcementId: *): * Gets an announcement for the specified ID |
|
| public |
getAnnouncements(moduleId: *): * Gets all the announcements |
|
Public Constructors
public constructor(moduleService: *) source
Params:
| Name | Type | Attribute | Description |
| moduleService | * |
Public Members
public moduleService: * source
Public Methods
public getAnnouncement(moduleId: *, announcementId: *): * source
Gets an announcement for the specified ID
Params:
| Name | Type | Attribute | Description |
| moduleId | * | ||
| announcementId | * |
Return:
| * |
public getAnnouncements(moduleId: *): * source
Gets all the announcements
Params:
| Name | Type | Attribute | Description |
| moduleId | * |
Return:
| * |