| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
InStoreService.getDefaultSiteForCurrentUser() |
| Modifier and Type | Method and Description |
|---|---|
List<BaseSiteModel> |
InStoreService.getSitesForCurrentUser() |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<CatalogVersionModel> |
AbstractImpersonationController.getContextCatalogVersions(BaseStoreModel baseStore,
BaseSiteModel baseSite,
EmployeeModel employee)
Computes product catalogVersions for impersonated execution
|
protected LanguageModel |
AbstractImpersonationController.getContextLanguage(EmployeeModel employee,
BaseSiteModel baseSite,
BaseStoreModel baseStore)
Computes language for impersonated execution
|
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
DefaultInStoreService.getDefaultSiteForCurrentUser() |
| Modifier and Type | Method and Description |
|---|---|
List<BaseSiteModel> |
DefaultInStoreService.getSitesForCurrentUser() |
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
InStoreSiteSelectorStrategy.getDefaultSite(Collection<BaseSiteModel> allSites)
Selects one of the passed sites and returns it.
|
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
InStoreSiteSelectorStrategy.getDefaultSite(Collection<BaseSiteModel> allSites)
Selects one of the passed sites and returns it.
|
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
DefaultInStoreSiteSelectorStrategy.getDefaultSite(Collection<BaseSiteModel> allSites)
Chooses the one site by matching its
UID prefix with the injected DefaultInStoreSiteSelectorStrategy.siteUidPrefix. |
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
DefaultInStoreSiteSelectorStrategy.getDefaultSite(Collection<BaseSiteModel> allSites)
Chooses the one site by matching its
UID prefix with the injected DefaultInStoreSiteSelectorStrategy.siteUidPrefix. |
| Modifier and Type | Method and Description |
|---|---|
protected Set<BaseSiteModel> |
DefaultSiteService.createListOfAllAvailableSites() |
protected Set<BaseSiteModel> |
DefaultSiteService.filterSitesWithoutSolrFacetSearchConfiguration(Set<BaseSiteModel> sites) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<SiteData> |
DefaultSiteService.buildSiteData(BaseSiteModel source) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<SiteData> |
DefaultSiteService.convertToSiteData(Set<BaseSiteModel> sites) |
protected Set<BaseSiteModel> |
DefaultSiteService.filterSitesWithoutSolrFacetSearchConfiguration(Set<BaseSiteModel> sites) |
| Modifier and Type | Method and Description |
|---|---|
protected BaseSiteModel |
AbstractImpersonationController.getCurrentBaseSite() |
| Modifier and Type | Method and Description |
|---|---|
Collection<NavigationLinkCollectionViewModel> |
FacetSearchDataService.getFacetQuerySearchNavNodes(BaseSiteModel baseSite,
LanguageModel language,
CurrencyModel currency,
SearchStateData searchStateData)
The same operation as in getFacetCategorySearch, but result converted to collection of
NavigationLinkCollectionViewModel
|
| Modifier and Type | Method and Description |
|---|---|
protected ProductCategorySearchPageData<SolrSearchQueryData,?,?> |
DefaultFacetSearchDataService.executeSearch(BaseSiteModel baseSite,
LanguageModel language,
CurrencyModel currency,
SearchStateData searchStateData,
PageableData pageableData) |
List<FacetData<SolrSearchQueryData>> |
DefaultFacetSearchDataService.getFacetQuerySearch(BaseSiteModel baseSite,
LanguageModel language,
CurrencyModel currency,
SearchStateData searchQuery) |
Collection<NavigationLinkCollectionViewModel> |
DefaultFacetSearchDataService.getFacetQuerySearchNavNodes(BaseSiteModel baseSite,
LanguageModel language,
CurrencyModel currency,
SearchStateData searchStateData) |
| Modifier and Type | Method and Description |
|---|---|
Collection<BaseSiteModel> |
CartRemovalCronJobModel.getSites()
Generated method - Getter of the
CartRemovalCronJob.sites attribute defined at extension acceleratorservices. |
Collection<BaseSiteModel> |
UncollectedOrdersCronJobModel.getSites()
Generated method - Getter of the
UncollectedOrdersCronJob.sites attribute defined at extension acceleratorservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
CartRemovalCronJobModel.setSites(Collection<BaseSiteModel> value)
Generated method - Setter of
CartRemovalCronJob.sites attribute defined at extension acceleratorservices. |
void |
UncollectedOrdersCronJobModel.setSites(Collection<BaseSiteModel> value)
Generated method - Setter of
UncollectedOrdersCronJob.sites attribute defined at extension acceleratorservices. |
| Constructor and Description |
|---|
CartRemovalCronJobModel(JobModel _job,
Collection<BaseSiteModel> _sites)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CartRemovalCronJobModel(JobModel _job,
ItemModel _owner,
Collection<BaseSiteModel> _sites)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
UncollectedOrdersCronJobModel(JobModel _job,
Collection<BaseSiteModel> _sites)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
UncollectedOrdersCronJobModel(JobModel _job,
ItemModel _owner,
Collection<BaseSiteModel> _sites)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
BaseSiteResource.getBaseSiteModel()
Convenience method which just delegates to
#getResourceValue() |
protected BaseSiteModel |
BaseSiteResource.readResource(String resourceId)
Gets the
BaseSiteModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<BaseSiteModel> |
BaseSitesResource.getBaseSitesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseSiteResource.setBaseSiteModel(BaseSiteModel value)
Convenience method which just delegates to
#setResourceValue(BaseSiteModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseSitesResource.setBaseSitesCollection(Collection<BaseSiteModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
BaseSiteDao.findBaseSiteByUID(String siteUid)
Returns BaseSite with given Uid or null when nothing was found.
|
| Modifier and Type | Method and Description |
|---|---|
List<BaseSiteModel> |
BaseSiteDao.findAllBaseSites()
Returns list of all BaseSites or null when nothing was found.
|
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
BaseSiteDaoImpl.findBaseSiteByUID(String siteUid) |
| Modifier and Type | Method and Description |
|---|---|
List<BaseSiteModel> |
BaseSiteDaoImpl.findAllBaseSites() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActivateBaseSiteInSessionStrategy<T extends BaseSiteModel>
Strategy to abstract a session injection from possibly content related logic.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultActivateBaseSiteInSessionStrategy<T extends BaseSiteModel>
Base implementation for the activating attributes in session.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CMSSiteModel
Generated model class for type CMSSite first defined at extension cms2.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCMSActivateBaseSiteInSessionStrategy.activate(BaseSiteModel site) |
protected Set<CatalogModel> |
DefaultCMSActivateBaseSiteInSessionStrategy.collectContentCatalogs(BaseSiteModel site)
Collects a
ContentCatalogModels using additionally a CMSSiteModel.getContentCatalogs() specific
for CMS. |
| Modifier and Type | Field and Description |
|---|---|
protected BaseSiteModel |
AbstractSearchandisingIntegrationTest.site |
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
ImpersonationContext.getSite() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImpersonationContext.setSite(BaseSiteModel site) |
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
StoreFrontProcessModel.getSite()
Generated method - Getter of the
StoreFrontProcess.site attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
StoreFrontProcessModel.setSite(BaseSiteModel value)
Generated method - Setter of
StoreFrontProcess.site attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
CommerceCartParameter.getBaseSite() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommerceCartParameter.setBaseSite(BaseSiteModel baseSite) |
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
AbstractOrderModel.getSite()
Generated method - Getter of the
AbstractOrder.site attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderModel.setSite(BaseSiteModel value)
Generated method - Setter of
AbstractOrder.site attribute defined at extension commerceservices. |
| Modifier and Type | Method and Description |
|---|---|
protected String |
BaseSiteModelLabelProvider.getIconPath(BaseSiteModel item) |
protected String |
BaseSiteModelLabelProvider.getIconPath(BaseSiteModel item,
String languageIso) |
protected String |
BaseSiteModelLabelProvider.getItemDescription(BaseSiteModel item) |
protected String |
BaseSiteModelLabelProvider.getItemDescription(BaseSiteModel item,
String languageIso) |
protected String |
BaseSiteModelLabelProvider.getItemLabel(BaseSiteModel item) |
protected String |
BaseSiteModelLabelProvider.getItemLabel(BaseSiteModel item,
String languageIso) |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends AbstractWidgetModel,U extends WidgetController> |
AsmUtils.getCurrentSite(Widget<T,U> widget)
Extract current site object, depends of ASM_ORDER_ATT_KEY
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DefaultCallContextController.isValidSite(BaseSiteModel baseSite) |
| Modifier and Type | Method and Description |
|---|---|
String |
UrlStrategy.getProductUrl(BaseSiteModel site,
ProductModel product)
Get the URL to the product for a given site.
|
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractProductUrlStrategy.getProductUrl(BaseSiteModel site,
ProductModel product) |
String |
NullProductUrlStrategy.getProductUrl(BaseSiteModel site,
ProductModel product) |
protected abstract String |
AbstractProductUrlStrategy.getProductUrl(BaseSiteModel site,
String productUrlPath) |
protected String |
DefaultProductUrlStrategy.getProductUrl(BaseSiteModel site,
String productUrlPath) |
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
ProductInterestModel.getBaseSite()
Generated method - Getter of the
ProductInterest.baseSite attribute defined at extension customerinterestsservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductInterestModel.setBaseSite(BaseSiteModel value)
Generated method - Setter of
ProductInterest.baseSite attribute defined at extension customerinterestsservices. |
| Constructor and Description |
|---|
ProductInterestModel(BaseSiteModel _baseSite,
BaseStoreModel _baseStore,
Boolean _emailEnabled,
Date _expiryDate,
LanguageModel _language,
NotificationType _notificationType,
Boolean _smsEnabled)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ProductInterestModel(BaseSiteModel _baseSite,
BaseStoreModel _baseStore,
Boolean _emailEnabled,
Date _expiryDate,
LanguageModel _language,
NotificationType _notificationType,
ItemModel _owner,
Boolean _smsEnabled)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
CsCreateTicketForm.getBasesite() |
BaseSiteModel |
CsCreateCustomerForm.getSite() |
| Modifier and Type | Method and Description |
|---|---|
void |
CsCreateTicketForm.setBasesite(BaseSiteModel basesite) |
void |
CsCreateCustomerForm.setSite(BaseSiteModel site) |
| Modifier and Type | Method and Description |
|---|---|
static String |
AsmUtils.getAsmDeepLink(BaseSiteModel currentSite,
SessionContextModel sessionContext)
Method constructs deep link for asm as href
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
CxConfigurationService.getActionResultMaxRepeat(BaseSiteModel baseSiteModel)
Retrieves number of retires in case of action result load error caused by optimistic locking failure
from configuration retrieved with given base site.
|
String |
CxConfigurationService.getCalculationProcessName(BaseSiteModel baseSiteModel)
Retrieves calculation process name for given base site.
|
Optional<CxConfigModel> |
CxConfigurationService.getConfiguration(BaseSiteModel baseSiteModel)
Retrieves configuration with given base site
|
BigDecimal |
CxConfigurationService.getMinAffinity(BaseSiteModel baseSiteModel)
Retrieves minimum affinity for user to segment relation from configuration retrieved with given base site.
|
List<CxUrlVoterConfigModel> |
CxConfigurationService.getUrlVoterConfigurations(BaseSiteModel baseSiteModel)
Retrieves list of url voter configurations with given base site.
|
Set<String> |
CxConfigurationService.getUserChangedActions(BaseSiteModel baseSiteModel)
Retrieves actions which should be called after user changed event from configuration retrieved with given base site.
|
| Modifier and Type | Method and Description |
|---|---|
protected Optional<BaseSiteModel> |
DefaultCxConfigurationService.getDefaultBaseSite() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
DefaultCxConfigurationService.getActionResultMaxRepeat(BaseSiteModel baseSiteModel) |
String |
DefaultCxConfigurationService.getCalculationProcessName(BaseSiteModel baseSiteModel) |
Optional<CxConfigModel> |
DefaultCxConfigurationService.getConfiguration(BaseSiteModel baseSiteModel) |
BigDecimal |
DefaultCxConfigurationService.getMinAffinity(BaseSiteModel baseSiteModel) |
List<CxUrlVoterConfigModel> |
DefaultCxConfigurationService.getUrlVoterConfigurations(BaseSiteModel baseSiteModel) |
Set<String> |
DefaultCxConfigurationService.getUserChangedActions(BaseSiteModel baseSiteModel) |
| Modifier and Type | Method and Description |
|---|---|
Set<BaseSiteModel> |
CxConfigModel.getBaseSites()
Generated method - Getter of the
CxConfig.baseSites attribute defined at extension personalizationservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
CxConfigModel.setBaseSites(Set<BaseSiteModel> value)
Generated method - Setter of
CxConfig.baseSites attribute defined at extension personalizationservices. |
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
BaseSiteService.getBaseSiteForUID(String siteUid)
Returns site for the given site uid.
|
BaseSiteModel |
BaseSiteService.getCurrentBaseSite()
Returns current site from the session for current user.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<BaseSiteModel> |
BaseSiteService.getAllBaseSites()
Returns all
BaseSite instances. |
| Modifier and Type | Method and Description |
|---|---|
List<CatalogModel> |
BaseSiteService.getProductCatalogs(BaseSiteModel site)
Gets the product catalogs for
BaseSiteModel object. |
void |
BaseSiteService.setCurrentBaseSite(BaseSiteModel baseSiteModel,
boolean activateAdditionalSessionAdjustments)
Sets the given site as current and possibly performs an additional
ActivateBaseSiteInSessionStrategy.activate(BaseSiteModel) logic |
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
DefaultBaseSiteService.getBaseSiteForUID(String siteUid) |
BaseSiteModel |
DefaultBaseSiteService.getCurrentBaseSite() |
protected BaseSiteModel |
DefaultBaseSiteService.getCurrentBaseSiteImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected ActivateBaseSiteInSessionStrategy<BaseSiteModel> |
DefaultBaseSiteService.getActivateBaseSiteInSessionStrategy() |
Collection<BaseSiteModel> |
DefaultBaseSiteService.getAllBaseSites() |
| Modifier and Type | Method and Description |
|---|---|
List<CatalogModel> |
DefaultBaseSiteService.getProductCatalogs(BaseSiteModel site) |
void |
DefaultBaseSiteService.setCurrentBaseSite(BaseSiteModel newBaseSite,
boolean activateAdditionalSessionAdjustments) |
protected void |
DefaultBaseSiteService.setCurrentBaseSiteImpl(BaseSiteModel newBaseSite) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBaseSiteService.setActivateBaseSiteInSessionStrategy(ActivateBaseSiteInSessionStrategy<BaseSiteModel> activateBaseSiteInSessionStrategy) |
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
IndexConfig.getBaseSite() |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexConfig.setBaseSite(BaseSiteModel baseSite) |
| Modifier and Type | Method and Description |
|---|---|
Collection<BaseSiteModel> |
BaseStoreModel.getCmsSites()
Generated method - Getter of the
BaseStore.cmsSites attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseStoreModel.setCmsSites(Collection<BaseSiteModel> value)
Generated method - Setter of
BaseStore.cmsSites attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
List<CartModel> |
DefaultSubscriptionCommerceCartDao.getCartsForSiteAndUser(BaseSiteModel site,
UserModel user) |
| Modifier and Type | Method and Description |
|---|---|
SearchPageData<CsTicketModel> |
TicketDao.findTicketsByCustomerOrderByModifiedTime(UserModel user,
BaseSiteModel baseSite,
PageableData pageableData)
Find all tickets that are associated with the customer and current site, in descending and order by Modified date
time.
|
| Modifier and Type | Method and Description |
|---|---|
SearchPageData<CsTicketModel> |
DefaultTicketDao.findTicketsByCustomerOrderByModifiedTime(UserModel user,
BaseSiteModel baseSite,
PageableData pageableData) |
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
CsTicketModel.getBaseSite()
Generated method - Getter of the
CsTicket.baseSite attribute defined at extension ticketsystem. |
| Modifier and Type | Method and Description |
|---|---|
void |
CsTicketModel.setBaseSite(BaseSiteModel value)
Generated method - Setter of
CsTicket.baseSite attribute defined at extension ticketsystem. |
| Modifier and Type | Method and Description |
|---|---|
SearchPageData<CsTicketModel> |
TicketService.getTicketsForCustomerOrderByModifiedTime(UserModel user,
BaseSiteModel baseSite,
PageableData pageableData)
Find all tickets that are associated with the customer in order by Modified date and time.
|
| Modifier and Type | Method and Description |
|---|---|
SearchPageData<CsTicketModel> |
DefaultTicketService.getTicketsForCustomerOrderByModifiedTime(UserModel user,
BaseSiteModel baseSite,
PageableData pageableData) |
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
SessionEvent.getSite() |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionEvent.setSite(BaseSiteModel site) |
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
SessionEventModel.getBaseSite()
Generated method - Getter of the
SessionEvent.baseSite attribute defined at extension ticketsystem. |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionEventModel.setBaseSite(BaseSiteModel value)
Generated method - Setter of
SessionEvent.baseSite attribute defined at extension ticketsystem. |
| Modifier and Type | Method and Description |
|---|---|
protected BaseSiteModel |
CommonReturnDocumentContext.getSite(BusinessProcessModel businessProcessModel) |
protected BaseSiteModel |
CommonPrintLabelContext.getSite(ConsignmentProcessModel consignmentProcessModel) |
protected BaseSiteModel |
ReturnShippingLabelContext.getSite(ReturnProcessModel returnProcessModel) |
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
BaseSiteModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
OrderModelBuilder |
OrderModelBuilder.withBaseSite(BaseSiteModel baseSite) |
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
BaseSites.Americas() |
| Modifier and Type | Method and Description |
|---|---|
BaseSiteModel |
YaasProjectModel.getBaseSite()
Generated method - Getter of the
YaasProject.baseSite attribute defined at extension yaasconfiguration. |
| Modifier and Type | Method and Description |
|---|---|
void |
YaasProjectModel.setBaseSite(BaseSiteModel value)
Generated method - Setter of
YaasProject.baseSite attribute defined at extension yaasconfiguration. |
| Modifier and Type | Method and Description |
|---|---|
Collection<BaseSiteModel> |
OldCartRemovalCronJobModel.getSites()
Generated method - Getter of the
OldCartRemovalCronJob.sites attribute defined at extension ycommercewebservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
OldCartRemovalCronJobModel.setSites(Collection<BaseSiteModel> value)
Generated method - Setter of
OldCartRemovalCronJob.sites attribute defined at extension ycommercewebservices. |
Copyright © 2017 SAP SE. All Rights Reserved.