public ItemAddFormActivity() { mInventoryDataService = new InventoryDataService(); mProductDataService = new ProductDataService(); mCategoryDataService = new CategoryDataService(); mStorageDataService = new StorageDataService(); }
public UseActivity() { mInventoryDataService = new InventoryDataService(); mProductDataService = new ProductDataService(); mCategoryDataService = new CategoryDataService(); mStorageDataService = new StorageDataService(); mConsumeDataService = new ConsumeDataService(); }
public AddItemBarcodeFragment() { mInventoryDataService = new InventoryDataService(); mProductDataService = new ProductDataService(); mCategoryDataService = new CategoryDataService(); mStorageDataService = new StorageDataService(); mProducts = new List <ProductViewModel>(); mStorages = new List <StorageViewModel>(); mCategories = new List <CategoryViewModel>(); isBarcodeFound = false; }
public AddItemBarcodeFragment() { mInventoryDataService = new InventoryDataService(); mProductDataService = new ProductDataService(); mCategoryDataService = new CategoryDataService(); mStorageDataService = new StorageDataService(); spinnerListCategories = new List <CategoryViewModel>(); mProducts = LoginPageActivity.mGlobalProducts; mStorages = LoginPageActivity.mGlobalStorages; mCategories = LoginPageActivity.mGlobalCategories; }
public HomeFragment() { mLocationDataService = new LocationDataService(); mInventoryDataService = new InventoryDataService(); mProductDataService = new ProductDataService(); mStorageDataService = new StorageDataService(); mInventories = new List <InventoryViewModel>(); mProducts = new List <ProductViewModel>(); mStorages = new List <StorageViewModel>(); mLocations = new List <LocationViewModel>(); mUserLoc = new List <UserLocationViewModel>(); }
public LoginPageActivity() { mAccountDataService = new AccountDataService(); mInventoryDataService = new InventoryDataService(); mProductDataService = new ProductDataService(); mStorageDataService = new StorageDataService(); mLocationDataService = new LocationDataService(); mCategoryDataService = new CategoryDataService(); mConsumeDataService = new ConsumeDataService(); mUserDataDataService = new UserDataDataService(); mUserLocationDataService = new UserLocationDataService(); }
public SplashScreenActivity() { mAccountDataService = new AccountDataService(); mInventoryDataService = new InventoryDataService(); mProductDataService = new ProductDataService(); mStorageDataService = new StorageDataService(); mLocationDataService = new LocationDataService(); mCategoryDataService = new CategoryDataService(); mConsumeDataService = new ConsumeDataService(); mUserDataDataService = new UserDataDataService(); mUserLocationDataService = new UserLocationDataService(); mShopListDataService = new ShoplistDataService(); mShopItemDataService = new ShopItemDataService(); }
public StoragesActivity() { mStorageDataService = new StorageDataService(); }
public StorageAddFragment() { mStorageDataService = new StorageDataService(); mLocations = new List <LocationViewModel>(); }
public StoragesFragment() { mStorageDataService = new StorageDataService(); }
public SummaryFragment() { mStorageDataService = new StorageDataService(); }
public ShopListFragment() { mStorageDataService = new StorageDataService(); }
public PageMainActivity() { mInventoryDataService = new InventoryDataService(); mProductDataService = new ProductDataService(); mStorageDataService = new StorageDataService(); }
public ShopItemsFragment() { mStorageDataService = new StorageDataService(); }