Package DE_EPAGES::Shop::API::WebService::ChangeLogService
Provides search methods to get information about updated/deleted objects
Functions
findCreatedObjects
find objects (instances of $Class) which where created after given time
Syntax |
$ChangeLogService->findCreatedObjects( $CreatedSince, $ClassName ); |
Input |
|
Return |
|
findDeletedObjects
find objects (instances of $Class) which where deleted since given time
Syntax |
$ChangeLogService->findDeletedObjects( $DeletedSince, $ClassName ); |
Input |
|
Return |
|
findUpdatedObjects
find objects (instances of $Class) which where updated since given time related to a predefined profile (including created object relatd to this profile)
Syntax |
$ChangeLogService->findUpdatedObjects( $UpdatedSince, $ClassName, $ProfileName ); |
Input |
|
Return |
|
new
Creates a new web service object as a blessed hash reference and adds the values from the %Options hash.
Syntax |
$Service = DE_EPAGES::Shop::API::WebService::PageCacheService->new( %Options ); |
Input |
|
Return |
|