Package DE_EPAGES::ShopConfiguration::API::Object::PagerDomainSearch
Object interface for searching shops by its domains.
Base |
DE_EPAGES::Presentation::API::Object::Pager |
Functions
countItems
Returns the number of sites found by search.
Syntax |
$Count = $Pager->countItems; |
Return |
|
items
Return a list of all found sites on a page.
Syntax |
$aProducts = $Pager->items; |
Input |
|
Return |
|
replaceWildcards
replaces * with %, ? with _ and adds on begin and end a %.
Syntax |
my $SQLString = self->replaceWildcards($SearchString); |
Input |
|
Return |
|