Interface LoginInformationDao

    • Method Detail

      • getLoginInformationByUserName

        @Nullable
        @Nullable LoginInformation getLoginInformationByUserName​(@NotNull
                                                                 @NotNull String userName)
      • save

        void save​(@NotNull
                  @NotNull LoginInformation loginInformation)
        Description copied from interface: BambooObjectDao
        Saves the given entity. If the entity implementation is an instance of EntityObject this method will: - update EntityObject.getLastModificationDate() - set EntityObject.getCreationDate() if the object has not been saved
        Specified by:
        save in interface BambooObjectDao<LoginInformation>
        Parameters:
        loginInformation - entity to be saved