Method DetailInternalZone createZone(Data data) Creates a new Zone. The zone name must be unique for the enterprise.
Parameters:
Returns: InternalZone Since: 10-26-2010 boolean deleteZone(String zoneId) Deletes specified zone.
Parameters:
Returns: boolean Since: 10-26-2010 SystemDataView getPalsWithoutZone() Returns the pals for the specified enterprise that do not belong to a zone. Returns: SystemDataView DataList Name: NoZonePals
Since: 10-26-2010 InternalZone getZone(String zoneId) Returns specified zone.
Parameters:
Returns: InternalZone Since: 10-26-2010 SystemDataView getZones() Returns the zones for the specified enterprise. Returns: SystemDataView DataList Name: SystemZones
Since: 10-26-2010 boolean isZoneNameUnique(String name) Returns true if the zone name is unique for the enterprise.
Parameters:
Returns: boolean Since: 10-26-2010 String toString() Returns a description of this object. Returns: String Since: 10-26-2010 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 22, 2024 11:54 AM |