Method Detailint attachPals(String[] palIds) Attaches the specified pal(s) to this zone. Warning- this may have a negative impact on the pal(s). Returns the number of pals actually attached.
Parameters:
Returns: int Since: 11-25-2013 int detachPals(String[] palIds) Removes the specified pal(s) from this zone. Warning- this may have a negative impact on the pal(s). Returns the number of pals actually detached.
Parameters:
Returns: int Since: 11-25-2013 Data getData() Returns zone information. Returns: Data Since: 10-26-2010 String getId() Returns the id of this zone. Returns: String Since: 10-26-2010 String getName() Returns the name of this zone. Returns: String Since: 10-26-2010 SystemDataView getZonePals() Returns the pals associated with this zone. Returns: SystemDataView DataList Name: SystemZonePals
Since: 10-26-2010 boolean isDefaultZone() Returns true if this zone is the default zone for the enterprise. Returns: boolean Since: 10-26-2010 boolean isReadonly() Returns true if the zone cannot be changed. Returns: boolean Since: 11-11-2010 boolean isSystem() Returns true if the zone is a system zone. Returns: boolean Since: 11-11-2010 int movePals(String[] palIds, String zoneId) Removes the specified pal from this zone and places it in the specified zone. Warning- this may have a negative impact on the pal.
Parameters:
Returns: int Since: 11-25-2013 boolean setData(Data data) Sets zone information.
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 |