Home
last modified time | relevance | path

Searched defs:shopId (Results 1 – 25 of 44) sorted by relevance

12

/dports/finance/prestashop/prestashop/src/Core/Domain/Shop/ValueObject/
H A DShopId.php39 private $shopId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Shop\\ValueObject\\ShopId
46 public function __construct(int $shopId)
66 private function assertIsGreaterThanZero(int $shopId): void
H A DShopConstraint.php38 protected $shopId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Shop\\ValueObject\\ShopConstraint
62 public static function shop(int $shopId, bool $isStrict = false): self
101 protected function __construct(?int $shopId, ?int $shopGroupId, bool $strict = false)
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Entity/Repository/
H A DAdminFilterRepository.php47 public function findByEmployeeAndRouteParams($employeeId, $shopId, $controller, $action)
64 public function findByEmployeeAndFilterId($employeeId, $shopId, $filterId)
84 public function removeByEmployeeAndRouteParams($employeeId, $shopId, $controller, $action)
131 $shopId,
164 $shopId,
H A DModuleRepository.php71 public function findRestrictedCountryIds($moduleId, $shopId)
92 public function findRestrictedCurrencyIds($moduleId, $shopId)
113 public function findRestrictedGroupIds($moduleId, $shopId)
134 public function findRestrictedCarrierReferenceIds($moduleId, $shopId)
H A DSupplierRepository.php47 public $shopId; variable in PrestaShopBundle\\Entity\\Repository\\SupplierRepository
H A DManufacturerRepository.php52 private $shopId; variable in PrestaShopBundle\\Entity\\Repository\\ManufacturerRepository
/dports/finance/prestashop/prestashop/src/Adapter/
H A DStockManager.php102 …public function updatePhysicalProductQuantity($shopId, $errorState, $cancellationState, $idProduct…
134 …private function updateReservedProductQuantity($shopId, $errorState, $cancellationState, $idProduc…
203 …public function getStockAvailableIdByProductId($productId, $productAttributeId = null, $shopId = n…
216 public function outOfStock($productId, $shopId = null)
H A DLegacyContextLoader.php69 ?int $shopId = null,
147 public function loadShopContext(int $shopId = 1): self
/dports/finance/prestashop/prestashop/modules/blockwishlist/src/Grid/Data/
H A DBaseGridDataFactory.php24 protected $shopId; variable in PrestaShop\\Module\\BlockWishList\\Grid\\Data\\BaseGridDataFactory
26 public function __construct(CacheProvider $cache, StatisticsCalculator $calculator, $shopId)
/dports/finance/prestashop/prestashop/src/Adapter/Module/
H A DPaymentModuleListProvider.php54 private $shopId; variable in PrestaShop\\PrestaShop\\Adapter\\Module\\PaymentModuleListProvider
64 $shopId
/dports/finance/prestashop/prestashop/src/Core/Search/Builder/
H A DAbstractRepositoryFiltersBuilder.php49 protected $shopId; variable in PrestaShop\\PrestaShop\\Core\\Search\\Builder\\AbstractRepositoryFiltersBuilder
65 $shopId
/dports/finance/prestashop/prestashop/modules/blockwishlist/src/Controller/
H A DWishlistConfigurationAdminController.php43 private $shopId; variable in PrestaShop\\Module\\BlockWishList\\Controller\\WishlistConfigurationAdminController
45 public function __construct(CacheProvider $cache, $shopId)
/dports/finance/prestashop/prestashop/src/Core/Module/Configuration/
H A DPaymentRestrictionsConfigurator.php50 private $shopId; variable in PrestaShop\\PrestaShop\\Core\\Module\\Configuration\\PaymentRestrictionsConfigurator
66 $shopId,
/dports/finance/prestashop/prestashop/src/Adapter/Currency/
H A DCurrencyDataProvider.php48 private $shopId; variable in PrestaShop\\PrestaShop\\Adapter\\Currency\\CurrencyDataProvider
57 public function __construct(ConfigurationInterface $configuration, $shopId)
/dports/finance/prestashop/prestashop/src/Core/Translation/
H A DEntityTranslatorInterface.php41 public function translate(int $languageId, int $shopId): void;
/dports/finance/prestashop/prestashop/modules/ps_customtext/classes/
H A DCustomText.php64 public static function getCustomTextIdByShop($shopId)
/dports/finance/prestashop/prestashop/src/Core/Domain/CatalogPriceRule/QueryResult/
H A DEditableCatalogPriceRule.php52 private $shopId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\CatalogPriceRule\\QueryResult\\EditableCatalogPriceRule
116 int $shopId,
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Controller/ArgumentResolver/
H A DSearchParametersResolver.php72 private $shopId; variable in PrestaShopBundle\\Controller\\ArgumentResolver\\SearchParametersResolver
88 $shopId
/dports/graphics/jalbum/jAlbum/skins/Turtle/plugins/
H A DSkinModel.java9 public String shopId; field in SkinModel
/dports/finance/prestashop/prestashop/src/Core/Domain/CatalogPriceRule/Command/
H A DAddCatalogPriceRuleCommand.php49 private $shopId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\CatalogPriceRule\\Command\\AddCatalogPriceRuleCommand
118 int $shopId,
H A DEditCatalogPriceRuleCommand.php53 private $shopId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\CatalogPriceRule\\Command\\EditCatalogPriceRuleCommand
145 public function setShopId(int $shopId)
/dports/finance/prestashop/prestashop/src/Core/Domain/Product/SpecificPrice/QueryResult/
H A DSpecificPriceForEditing.php74 private $shopId; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Product\\SpecificPrice\\QueryResult\\SpecificPriceForEditing
132 ?int $shopId,
/dports/finance/prestashop/prestashop/src/Adapter/EntityTranslation/
H A DTabTranslator.php45 public function translate(int $languageId, int $shopId): void
/dports/finance/prestashop/prestashop/src/Core/Search/
H A DSearchParametersInterface.php54 …public function getFiltersFromRepository($employeeId, $shopId, $controller, $action, $filterClass);
H A DSearchParameters.php72 … public function getFiltersFromRepository($employeeId, $shopId, $controller, $action, $filterClass)

12