Package hec.model

Interface IDataListContainer

All Superinterfaces:
CommonDataListContainer

public interface IDataListContainer extends CommonDataListContainer
  • Method Details

    • saveAll

      boolean saveAll(String user)
      save all child DataLists
    • getDataList

      DataList getDataList(String objClass)
      return the DataList that holds the DataObjects of objClass
    • getDataList

      DataList getDataList(String objClass, String modelname)
    • getDataListByClass

      DataList getDataListByClass(String dataListClass, String modelname)
      return the Datalist that is the same class as dataListClass
    • workspaceClosing

      void workspaceClosing()
      called when workspace is closing
    • checkUser

      boolean checkUser(String user)
      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