Package DE_EPAGES::WebService::API::Object::WebServiceMethod
object interface for WebServiceMethod.
Base |
DE_EPAGES::Permission::API::Object::Action |
Functions
delete
Deletes this object, therefore the hook 'OBJ_DeleteWebServiceMethod' is triggered.
Syntax |
$WebServiceMethod->delete; |
Hook |
|
deleteSelf
Deletes the object at database tables.
Syntax |
$WebServiceMethod->deleteSelf; |
insert
Insert this info as object, afterwards the hook 'OBJ_InsertWebServiceMethod' is triggered.
Syntax |
$WebServiceMethod = DE_EPAGES::WebService::API::Object::WebServiceMethod->insert($hInfo); |
Example |
my $Class = LoadClassByAlias('WebServiceMethod'); my $WebServiceMethod = $Class->insertObject($hInfo); |
Input |
|
Return |
|
Hook |
|
set
This function triggers hooks 'OBJ_BeforeUpdateWebServiceMethod' and 'OBJ_AfterUpdateWebServiceMethod'.
Syntax |
$WebServiceMethod->set($hValues, $LanguageID); |
Hook |
|