Interface IDsucContainer


  • public interface IDsucContainer
    • Method Detail

      • 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
        Parameters:
        p_strFromGuid -
        Returns:
        List of child container items (not null)
        Throws:
        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
        Parameters:
        p_conn -
        p_strGUID -
        p_selectFilter -
        Returns:
        List of container items (not null)
        Throws:
        SQLException