Package hec.model
Interface IDataListContainer
- All Superinterfaces:
CommonDataListContainer
-
Method Summary
Modifier and TypeMethodDescriptionboolean
check the permission on this usergetDataList
(String objClass) return the DataList that holds the DataObjects of objClassgetDataList
(String objClass, String modelname) getDataListByClass
(String dataListClass, String modelname) return the Datalist that is the same class as dataListClassboolean
get whether the DataListContainer is read onlyboolean
save all child DataListsvoid
setReadOnly
(boolean readOnly) set whether the DataListContainer is read onlyvoid
called when workspace is closingMethods inherited from interface hec.model.CommonDataListContainer
findObjectById, getCommonDataList, getCommonDataList, getGmtOffset, getProxyListContainer, getStreamAlignment, getUnitSystem
-
Method Details
-
saveAll
save all child DataLists -
getDataList
return the DataList that holds the DataObjects of objClass -
getDataList
-
getDataListByClass
return the Datalist that is the same class as dataListClass -
workspaceClosing
void workspaceClosing()called when workspace is closing -
checkUser
check the permission on this user -
setReadOnly
void setReadOnly(boolean readOnly) set whether the DataListContainer is read only- Parameters:
readOnly
-
-
isReadOnly
boolean isReadOnly()get whether the DataListContainer is read only- Returns:
- true if the DataListContainer is read only
-