LocationUpdate
class LocationUpdate extends AbstractLocation
Update an existing location record
Traits
Methods
__construct(string $controlId = null)
Initializes the class with the given parameters.
from AbstractFunction
Details
in AbstractFunction at line line 35
getControlId()
Get control ID
in AbstractFunction at line line 46
setControlId($controlId = null)
Set control ID
in AbstractFunction at line line 67
__construct(string $controlId = null)
Initializes the class with the given parameters.
at line line 35
writeXml(XMLWriter $xml)
Write the function block XML
in CustomFieldsTrait at line line 33
array
getCustomFields()
Get custom fields
in CustomFieldsTrait at line line 43
setCustomFields(array $customFields)
Set custom fields
in AbstractLocation at line line 64
string
getLocationId()
Get location ID
in AbstractLocation at line line 74
setLocationId(string $locationId)
Set location ID
in AbstractLocation at line line 84
string
getLocationName()
Get location name
in AbstractLocation at line line 94
setLocationName(string $locationName)
Set location name
in AbstractLocation at line line 104
string
getParentLocationId()
Get parent location ID
in AbstractLocation at line line 114
setParentLocationId(string $parentLocationId)
Set parent location ID
in AbstractLocation at line line 124
string
getManagerEmployeeId()
Get manager employee ID
in AbstractLocation at line line 134
setManagerEmployeeId(string $managerEmployeeId)
Set manager employee ID
in AbstractLocation at line line 144
string
getLocationContactName()
Get location contact name
in AbstractLocation at line line 154
setLocationContactName(string $locationContactName)
Set location contact name
in AbstractLocation at line line 164
string
getShipToContactName()
Get ship to contact name
in AbstractLocation at line line 174
setShipToContactName(string $shipToContactName)
Set ship to contact name
in AbstractLocation at line line 184
DateType
getStartDate()
Get start date
in AbstractLocation at line line 194
setStartDate(DateType $startDate)
Set start date
in AbstractLocation at line line 204
DateType
getEndDate()
Get end date
in AbstractLocation at line line 214
setEndDate(DateType $endDate)
Set end date
in AbstractLocation at line line 224
string
getLocationTitle()
Get location title
in AbstractLocation at line line 234
setLocationTitle(string $locationTitle)
Set location title
in AbstractLocation at line line 244
boolean
isActive()
Get active
in AbstractLocation at line line 254
setActive(boolean $active)
Set active