Class QuerySnapshotDataServiceImpl

    • Constructor Detail

      • QuerySnapshotDataServiceImpl

        public QuerySnapshotDataServiceImpl​(@NonNull
                                            @NonNull GroupService groupService)
    • Method Detail

      • getVariableListsOfUserWithNameLikeAndDescLike

        public VariableListSet getVariableListsOfUserWithNameLikeAndDescLike​(java.lang.String userName,
                                                                             java.lang.String listNamePattern,
                                                                             java.lang.String listDescriptionPattern)
        Description copied from interface: QuerySnapshotDataService
        Gets a List of VariableList objects belonging to the given user, and with the list name and description matching the given patterns. % = wildcard.
        Specified by:
        getVariableListsOfUserWithNameLikeAndDescLike in interface QuerySnapshotDataService
        Parameters:
        userName - the user name of the user
        listNamePattern - the list name pattern
        listDescriptionPattern - the list description pattern
        Returns:
        the user variable lists
      • getSnapshotWithAttributes

        @Deprecated
        public Snapshot getSnapshotWithAttributes​(Snapshot snapshot)
        Deprecated.
        this does nothing, please do not use
        Description copied from interface: QuerySnapshotDataService
        Gets the attributes for the given snapshot
        Specified by:
        getSnapshotWithAttributes in interface QuerySnapshotDataService
        Parameters:
        snapshot - - the Snapshot to get attributes for this can be found at Snapshot
        Returns:
        the snapshot with database id set.