Interface BaseStoreDao

  • All Known Implementing Classes:
    DefaultBaseStoreDao

    public interface BaseStoreDao
    The Interface BaseStoreDao for finding BaseStoreModel objects.
    Spring Bean ID:
    baseStoreDao
    • Method Detail

      • findBaseStoresByUid

        java.util.List<BaseStoreModel> findBaseStoresByUid​(java.lang.String uid)
        Find BaseStoreModel objects for uid.
        Parameters:
        uid - the uid of BaseStoreModel objects to find.
        Returns:
        the resulting collection of BaseStoreModel objects or empty list when not found.
      • findAllBaseStores

        java.util.List<BaseStoreModel> findAllBaseStores()
        Find all BaseStoreModel objects
        Returns:
        the resulting list of BaseStoreModel objects or empty list when not found.