|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectAbstractInfoObject
com.businessobjects.sdk.plugin.desktop.servicecommon.ServiceCommon
public abstract class ServiceCommon
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.crystaldecisions.sdk.occa.infostore.IInfoObject |
|---|
IInfoObject.CommitLevel, IInfoObject.Delta, IInfoObject.LocaleOption, IInfoObject.LockStatus, IInfoObject.PropertySet |
| Constructor Summary | |
|---|---|
ServiceCommon()
|
|
| Method Summary | |
|---|---|
IConfigProperties |
addConfigProps()
Returns a new, empty collection of configuration properties for this service/service container or returns the existing configuration properties if they exist. |
IConfigProperties |
getConfigProps()
Returns the configuration properties that are defined for this service/service container, or null if there are no
configuration properties defined. |
java.lang.String |
getDescription(java.util.Locale locale)
Returns the localized description of this service/service container. |
java.lang.String |
getMessageString(int resourceid,
java.util.Locale loc,
java.util.List substrings)
Returns the actual message string based on resource id and locale. |
java.lang.String |
getServerKind()
Returns the server kind that is assigned to servers that use this service/service container. |
IIntegerProps |
getSupportedAuditEvents()
Returns the IDs for the audit events that are supported by this service. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.crystaldecisions.sdk.occa.infostore.IInfoObject |
|---|
applyDelta, applyDelta, clearTenantID, deleteNow, getCommitLevel, getCUID, getDelta, getDelta, getDescription, getDescription, getDescriptionLocales, getFileLocales, getFiles, getFiles, getGUID, getID, getKeyword, getKind, getLockInfo, getOwner, getOwnerID, getParent, getParent, getParentCUID, getParentID, getProcessingInfo, getProgID, getRUID, getSchedulingInfo, getSecurityInfo, getSecurityInfo2, getSourceFiles, getSpecificKind, getSpecificProgID, getTenantID, getTitle, getTitle, getTitle, getTitleLocales, getUpdateTimeStamp, isDirty, isInstance, isLockHeld, isMarkedAsRead, isReadOnly, properties, propertyIDs, releaseLock, removeFiles, removeSourceFiles, retrievePropertySet, save, setCommitLevel, setDescription, setKeyword, setMarkedAsRead, setParentID, setTenantID, setTitle, unlockNow |
| Constructor Detail |
|---|
public ServiceCommon()
| Method Detail |
|---|
public IConfigProperties getConfigProps()
IServiceCommonnull if there are no
configuration properties defined. These configuration properties are used
as the defaults when a server is configured to use this service/service
container.
To read this value, this object must contain the SI_CONFIG
property.
getConfigProps in interface IServiceCommonpublic IConfigProperties addConfigProps()
IServiceCommon
To read this value, this object must contain the SI_CONFIG
property.
addConfigProps in interface IServiceCommonpublic IIntegerProps getSupportedAuditEvents()
IServiceCommonTo read this value, this object must contain the SI_SUPPORTED_AUDIT_EVENTS property.
getSupportedAuditEvents in interface IServiceCommon
public java.lang.String getDescription(java.util.Locale locale)
throws SDKException
IServiceCommon
To read this value, this object must contain the
SI_ML_DESCRIPTION property.
getDescription in interface IServiceCommongetDescription in interface IInfoObjectlocale - The locale for the description.
SDKException - if the process is unsuccessful.public java.lang.String getServerKind()
IServiceCommon
To read this value, this object must contain the
SI_SERVER_KIND property.
getServerKind in interface IServiceCommon
public java.lang.String getMessageString(int resourceid,
java.util.Locale loc,
java.util.List substrings)
IServiceCommon#getResourceID().
getMessageString in interface IServiceCommonresourceid - Resource ID to get the message stringloc - locale of the message stringsubstrings - substrings of the message string
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||