Schnittstelle IDsucContainer


public interface IDsucContainer
  • Methodendetails

    • selectContainerTree

      List<IDsContainerRecord> selectContainerTree(de.uplanet.jdbc.JdbcConnection p_conn, IDsSelectFilter p_selectFilter) throws SQLException
      returns the full container tree
      Gibt zurück:
      List of container records (not null)
      Löst aus:
      SQLException
    • selectContainerChildrenTree

      List<IDsContainerRecord> selectContainerChildrenTree(de.uplanet.jdbc.JdbcConnection p_conn, String p_strFromGuid, IDsSelectFilter p_selectFilter) throws SQLException
      returns all container below the given container set by p_strFromGuid
      Parameter:
      p_strFromGuid -
      Gibt zurück:
      List of child container items (not null)
      Löst aus:
      SQLException
    • selectContainerItems

      List<IDsObjectRecord> selectContainerItems(de.uplanet.jdbc.JdbcConnection p_conn, String p_strGUID, IDsSelectFilter p_selectFilter) throws SQLException
      returns all items in the given container
      Parameter:
      p_conn -
      p_strGUID -
      p_selectFilter -
      Gibt zurück:
      List of container items (not null)
      Löst aus:
      SQLException