public interface IDataLocationAdminService
Modifier and Type | Method and Description |
---|---|
DataEditionID |
closeAndCreateNewDataEdition(DataBranchID dataBranchID,
String descriptionForNewEdition)
Close the latest edition for DataBranch with provided ID and create a new edition.
|
DataEditionInfo |
getDataEditionInfoOpenedAsOfDate(String pDataLocationName,
long pDataBranchID,
Date pReferenceDate)
* Retrieve
DataEditionInfo for a given data branch on a given data location and that was open at the given date. |
List<DataEditionInfo> |
getDataEditionInfos(String pDataLocationName,
Long pDataBranchID,
Long pDataEditionID)
Returns the list of
DataEditionInfo matching the provided not null
parameters. |
List<DataEditionID> |
getDataEditions(String pDataLocationName,
Long pDataBranchID,
Long pDataEditionID)
Returns the list of
DataEditionID matching the provided not null
parameters. |
DataEditionID closeAndCreateNewDataEdition(DataBranchID dataBranchID, String descriptionForNewEdition)
dataBranchID
- descriptionForNewEdition
- the optional description for the new edition to createList<DataEditionID> getDataEditions(String pDataLocationName, Long pDataBranchID, Long pDataEditionID)
DataEditionID
matching the provided not null
parameters.pDataLocationName
- the Data Location Name to match or null to skip filtering on
data location namepDataBranchID
- the DataBranchID to match or null to skip filtering on
DataBranchIDpDataEditionID
- the DataEditionID to match or null to skip filtering on
DataEditionIDList<DataEditionInfo> getDataEditionInfos(String pDataLocationName, Long pDataBranchID, Long pDataEditionID)
DataEditionInfo
matching the provided not null
parameters.pDataLocationName
- the Data Location Name to match or null to skip filtering on
data location namepDataBranchID
- the DataBranchID to match or null to skip filtering on
DataBranchIDpDataEditionID
- the DataEditionID to match or null to skip filtering on
DataEditionIDDataEditionInfo getDataEditionInfoOpenedAsOfDate(String pDataLocationName, long pDataBranchID, Date pReferenceDate)
DataEditionInfo
for a given data branch on a given data location and that was open at the given date.pDataLocationName
- pDataBranchID
- pReferenceDate
- Copyright © 2016. All rights reserved.