@AccessLevel(value=EXTERNAL)
public interface PodContainer1
Modifier and Type | Method and Description |
---|---|
curam.cefwidgets.facade.struct.PodContainerData1 |
loadData(curam.cefwidgets.facade.struct.PageID1 pageID)
Loads the content of the Pod container for the given page identifier.
|
curam.cefwidgets.facade.struct.PodContainerData1 |
loadParticipantData(curam.cefwidgets.facade.struct.PageID1 pageID,
curam.cefwidgets.facade.struct.ConcernRoleID1 concernRoleID)
Loads the content of the Pod container for the given page identifier and
additional concernRoleID.
|
void |
resetToDefault(curam.cefwidgets.facade.struct.PageID1 pageID)
Resest the Pod container contents to a previous default setting.
|
void |
saveChanges(curam.cefwidgets.facade.struct.PageID1 pageID,
curam.cefwidgets.facade.struct.PodContainerData1 podContainerData)
Update the Pod container for the given page identifier with the supplied
pod container data.
|
void |
savePodListSize(curam.cefwidgets.facade.struct.PageID1 pageID,
curam.cefwidgets.facade.struct.PodConfigData1 podListSize)
Updates the Pod container details for the given page identifier to store
the list size for a specific Pod.
|
void |
savePodPositions(curam.cefwidgets.facade.struct.PageID1 pageID,
curam.cefwidgets.facade.struct.PodConfigData1 newPodPositions)
Saves the new Pod positions for the Pod container that exists in the given
page.
|
@AccessLevel(value=EXTERNAL) void saveChanges(curam.cefwidgets.facade.struct.PageID1 pageID, curam.cefwidgets.facade.struct.PodContainerData1 podContainerData) throws curam.util.exception.AppException, curam.util.exception.InformationalException
pageID
- The page identifier.podContainerData
- The data received from the page.curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void resetToDefault(curam.cefwidgets.facade.struct.PageID1 pageID) throws curam.util.exception.AppException, curam.util.exception.InformationalException
pageID
- The page identifier.curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void savePodPositions(curam.cefwidgets.facade.struct.PageID1 pageID, curam.cefwidgets.facade.struct.PodConfigData1 newPodPositions) throws curam.util.exception.AppException, curam.util.exception.InformationalException
pageID
- The page identifier.newPodPositions
- The new positions of all Pods in the container.curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.cefwidgets.facade.struct.PodContainerData1 loadData(curam.cefwidgets.facade.struct.PageID1 pageID) throws curam.util.exception.AppException, curam.util.exception.InformationalException
pageID
- The page identifier.curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void savePodListSize(curam.cefwidgets.facade.struct.PageID1 pageID, curam.cefwidgets.facade.struct.PodConfigData1 podListSize) throws curam.util.exception.AppException, curam.util.exception.InformationalException
pageID
- The page identifier.newPodListSize
- The new list size of a specified Pod.curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.cefwidgets.facade.struct.PodContainerData1 loadParticipantData(curam.cefwidgets.facade.struct.PageID1 pageID, curam.cefwidgets.facade.struct.ConcernRoleID1 concernRoleID) throws curam.util.exception.AppException, curam.util.exception.InformationalException
pageID
- The page identifier.concernRoleID
- The concern role identifier.curam.util.exception.AppException
curam.util.exception.InformationalException