This class also used in (click to expand):
ArchiveManager.getArchiveView()
ArchiveManager.getScheduledArchiveView()
BillingEngine.getEvents()
ConsoleManager.getConsoleUsers()
ConsolePacket.getEmailJobs()
DataSetRecord.appendSystem(SystemDataView, String, String)
DataViewBuilder.appendSystem(SystemDataView, String, String)
DataViewRecord.appendSystem(SystemDataView, String, String)
Enterprise.getConnectors()
Enterprise.getDomains()
InternalAuthManager.getAuthLog()
InternalAuthManager.getBlackList()
InternalAuthManager.getWhiteList()
InternalCloud.getDaemonLogs()
InternalCloud.getJobQueue()
InternalCloud.getJobsPending()
InternalCloudSubscriptionManager.getSubscriptions()
InternalCloudSubscriptionService.getSubscribers(String)
InternalConsoleController.getConsolePals()
InternalConsoleController.getUserViewByGroup(String)
InternalDomainManager.getDomains()
InternalDomainManager.getWebAliases()
InternalDomainManager.getWebPals()
InternalEmailManager.getEmailBlockList()
InternalEmailManager.getEmailSettings()
InternalEmailManager.getSystemEmailBlockList()
InternalEmailManager.getSystemEmailJobs(String)
InternalEnterprise.getAcmeServices()
InternalEnterprise.getAffiliateInvites()
InternalEnterprise.getConnectors()
InternalEnterprise.getDomains()
InternalEnterprise.getResellerEnterprises()
InternalEnterprise.getResellerInvites()
InternalEnterprise.getResellerPals(String)
InternalEnterprise.getStatements()
InternalGroupManager.getGroups()
InternalGroupManager.getPalGroups(String)
InternalGroupManager.getProfileGroups(String)
InternalKeyManager.getActivationKeys()
InternalLogoManager.getLogos()
InternalPalChain.getDependentPals()
InternalPalChain.getPotentialPals()
InternalPalManager.getDeployedPalChains()
InternalPalManager.getDeploymentGroups()
InternalPalManager.getPalChains()
InternalPalManager.getPalLog(String)
InternalPalManager.getPalMonitors()
InternalPalManager.getPals()
InternalPalManager.getTxPalLog(String)
InternalPalStore.getDesktopProducts(EnterpriseInfo)
InternalPalStore.getEnterpriseStorePals(EnterpriseInfo)
InternalPalStore.getInstallations(EnterpriseInfo)
InternalPalStore.getModules(PalInfo)
InternalPalStore.getPersonalStorePals(ProfileInfo)
InternalPalStore.getPublishablePals(EnterpriseInfo)
InternalPalStore.getPublishedPals(EnterpriseInfo)
InternalPalStore.getRepositories(EnterpriseInfo)
InternalPalStore.getStoreProducts()
InternalPalStore.getSystemDesktopProducts()
InternalPalStore.getSystemStorePals()
InternalPalStoreItem.getEnterpriseInstallations()
InternalPalStoreItem.getInvitations()
InternalProfile.getEnterpriseSSOList()
InternalProfile.getGroupConsoleApps()
InternalProfile.getProfileConsoleApps()
InternalProfile.getUserSSOList()
InternalProfileManager.getProfiles()
InternalProfileManager.searchProfiles(Data)
InternalSecuritySettings.getOwnedEnterprises()
InternalSecuritySettings.getPWAList()
InternalSecuritySettings.getSecurityLogs()
InternalSecuritySettings.getThirdPartySSOList()
InternalStatement.getAdjustments()
InternalStatement.getDetails()
InternalStatement.getItems()
InternalStatement.getItemsByEnterprise()
InternalStatement.getItemsByKey()
InternalStatement.getPalBillingDetails()
InternalSupportProfile.getPWAList()
InternalSystemManager.getAcmeServices()
InternalSystemManager.getActivationKeyAdjustments(InternalKey)
InternalSystemManager.getActivationKeyChanges(InternalKey)
InternalSystemManager.getActivationKeys()
InternalSystemManager.getBillingHistory()
InternalSystemManager.getCloudDomains()
InternalSystemManager.getModulePals()
InternalSystemManager.getProfiles(String)
InternalSystemManager.getRemoteProviders()
InternalSystemManager.getScanResults()
InternalSystemManager.getStatements()
InternalSystemManager.getSystemDomains(String)
InternalSystemManager.getSystemEnterprises()
InternalSystemManager.getSystemPals(String)
InternalSystemManager.getUsers()
InternalTunnelManager.getInboundTunnels()
InternalTunnelManager.getOutboundTunnels()
InternalZone.getZonePals()
InternalZoneManager.getPalsWithoutZone()
InternalZoneManager.getZones()
JobManager.getJobs()
Message.getChildMessages()
Message.getParentMessages()
MessageManager.getMessageInbox(Profile)
MessageManager.getMessages()
MessageManager.getMessagesSent(Profile)
MessageManager.getTransactionMessages(String)
MobileManager.getMobileAccounts()
Packet.getEmailJobs()
Packet.getEnterpriseRoles(String, EnterpriseInfo)
Packet.getPins()
Packet.getUserRoles(String)
ProfilePalManager.getPalsByGroup(String)
ProfilePalManager.getTransactionPalsByGroup(String)
ProfilePalManager.getTransactionPalsByProfile()
ProfileTxManager.getDeletedTransactionsView()
ProfileTxManager.getTransactionViewByGroup(String, String)
ProfileTxManager.getTransactionViewByRole(String)
ProfileTxManager.getTransactionViewByRoles(String)
ProfileTxManager.getTransactionViewByScheduledDelete(String)
ProfileTxManager.getTransactionViewByUserRemoved()
RuntimePal.getSSOTokens()
ShellPalManager.getActivationKeys()
ShellPalManager.getShellPals()
SmartDocManager.getPalSmartDocs()
SmartDocManager.getPrivateSmartDocs()
SmartDocManager.getSmartDocs()
TransactionPacket.getEmailJobs()
TransactionPacket.getEnterpriseRoles(String, EnterpriseInfo)
TransactionPacket.getPins()
TransactionPacket.getUserRoles(String)
TransactionUtil.getTransactionViewByProfile(String, String)
ZoneAccess.getArchiveGroups(boolean)
ZoneAccess.getConsoleGroups(boolean)
ZoneAccess.getConsoleUsers()
ZoneAccess.getEnterprisePals()
ZoneAccess.getPalTransactions(String)
ZoneAccess.getScanResults(RuntimePal)
ZoneAccess.getTransactionGroups(boolean)
ZoneAccess.getUserViewByGroup(String)
ZoneAccess.getUsers()
ZoneAccess.getZonePals()
Method Detail
SystemDataViewFilter createFilter()
Creates a new DataViewFilter for this DataView.
Returns:
SystemDataViewFilter
Since:
01-19-2009
SystemDataViewFilter createFilter(boolean readOnly)
Creates a new DataViewFilter for this DataView that will query against read-only storage (if readOnly is true). This can result in better performance but sometimes at the expense of retrieving current information. Typically you would use true here. You would use false, for example, if you create or update a transaction (or other record) then immediately display a list that includes that transaction and expect the changes to be visible.
Parameters:
-
boolean
readOnly
Required parameter.
Returns:
SystemDataViewFilter
Since:
06-13-2013
SystemDataViewFilter createReadFilter()
Creates a new DataViewFilter for this DataView that will query against read-only storage. This can result in better performance but sometimes at the expense of retrieving current information.
Returns:
SystemDataViewFilter
Since:
06-13-2013
DataViewRecord findRecord(SystemDataViewFilter filter)
Finds the first record matching the criteria of the filter.
Parameters:
Returns:
DataViewRecord
Since:
04-15-2010
DataList getColumns()
Returns a read-only DataList containing column information.
Returns:
DataList
DataList Name: table identifier
DataList Fields: name
Since:
01-19-2009
String getName()
Returns the name of this DataSet.
Returns:
String
Since:
01-19-2009
DataViewList getRecords(SystemDataViewFilter filter)
Returns records that match the filter criteria.
Parameters:
Returns:
DataViewList
Since:
01-19-2009
DataViewList getRecords(SystemDataViewFilter filter, String name)
Returns records that match the filter criteria and sets the name of the list. Filter can be null
Parameters:
Returns:
DataViewList
Since:
09-02-2009
int getTotalRecordCount(SystemDataViewFilter filter)
Returns the total count of records that match the DataViewFilter
Parameters:
Returns:
int
Since:
02-10-2009
boolean isAppendSupported()
Returns true if this system view can be joined to pal level datasets.
Returns:
boolean
Since:
10-27-2010
setDateFormat(String filter)
Sets the date pattern for displaying dates.
Parameters:
Since:
01-19-2009
setDateTimeFormat(String filter)
Sets the date pattern for displaying dates with time.
Parameters:
Since:
11-10-2011
String toString()
Returns a description of this object.
Returns:
String
Since:
01-19-2009