|
Method DetailString getAddress() Returns the address of the enterprise. Returns: String Since: 07-06-2009 ArchiveManager getArchiveManager(String group) Returns the transaction archive manager for the enterprise. The active user must have manageArchive permission for the group. Do not use * for group.
Parameters:
Returns: ArchiveManager Since: 02-10-2012 int getBillingDay() Returns the day of the month billing occurs for this Enterprise. Returns: int Since: 05-30-2013 String getCity() Returns the city of the enterprise. Returns: String Since: 07-06-2009 SystemDataView getConnectors() Lists connectors for this enterprise. Active user must have manageServices permission. Returns: SystemDataView DataList Name: Connectors
Since: 05-16-2011 String getCountry() Returns the country of the enterprise. Returns: String Since: 07-06-2009 String getCountryCode() Returns the country code of the enterprise. Returns: String Since: 07-06-2009 Data getData() Returns a Data object with information from this enterprise. The amount of information depends on what the enterprise has enabled for public access. Minimum information available is the name of the enterprise. Returns: Data Since: 07-06-2009 SystemDataView getDomains() Returns a list of domains for this enterprise. Returns: SystemDataView DataList Name: Domains
Since: 06-01-2011 String getFax() Returns the fax of the enterprise. Returns: String Since: 07-06-2009 String getGlobalSetting(String name) Returns the global setting identified by name. Returns null if no setting exists with that name.
Parameters:
Returns: String Since: 05-13-2008 String getId() Returns the ID of this enterprise. Storage of this ID should be large enough to handle 70 characters. Returns: String Since: 08-12-2020 String getLanguage() Returns the language of the enterprise. Returns: String Since: 07-06-2009 String getName() Returns the name of this enterprise. Returns: String Since: 07-06-2009 String getPhone() Returns the phone of the enterprise. Returns: String Since: 07-06-2009 String getPostalCode() Returns the postal code of the enterprise. Returns: String Since: 07-06-2009 String getState() Returns the state of the enterprise. Returns: String Since: 07-06-2009 String getStateCode() Returns the state code of the enterprise. Returns: String Since: 07-06-2009 StorageProvider getStorageProvider(String name) Returns storage provider registered for this enterprise.
Parameters:
Returns: StorageProvider Since: 02-10-2012 DataList getStorageProviders() Returns list of storage provider names and types registered for this enterprise. Returns: DataList DataList Name: providers DataList Fields: name, type Since: 02-10-2012 String getTimeZone() Returns the time zone of the enterprise. Returns: String Since: 07-06-2009 String getTimeZoneCode() Returns the time zone code of the enterprise. Returns: String Since: 07-06-2009 boolean hasGroup(String name) Returns whether or not this enterprise has the private group with the specified name.
Parameters:
Returns: boolean Since: 11-11-2009 boolean hasProfile(ProfileInfo profile) Returns true if the Enterprise has a profile for the user associated with the user of the given profile.
Parameters:
Returns: boolean Since: 03-15-2007 boolean hasProfile(String email) Returns true if enterprise has an active profile associated with the email address. This is a utility method that can be used to quickly determine if email is associated with profile
Parameters:
Returns: boolean Since: 12-22-2011 boolean isRegistered(String domain) Returns true if the Enterprise domain has been registered with this enterprise.
Parameters:
Returns: boolean Since: 03-15-2007 boolean isSoftArchiveEnabled() Returns true if the enterprise is enabled and configured for soft archive. Returns: boolean Since: 01-02-2021 boolean isTimeZoneEnabled() Returns true if time zone code of the enterprise is API enabled. Returns: boolean Since: 03-11-2022 String toString() Returns a description of this object. Returns: String Since: 08-29-2007 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |