|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.accpac.sm.SharedDataSet
com.sage.orion.sdata.servlet.accpac.hosting.HostedSharedDataSet
public class HostedSharedDataSet
The HostedSharedDataSet extends the SharedDataSet
by providing a
small number of options applicable to when it is run in a hosted mode.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sage.accpac.sm.SharedDataSet |
---|
com.sage.accpac.sm.SharedDataSet.PasswordStatus |
Constructor Summary | |
---|---|
HostedSharedDataSet(java.lang.String directory,
java.lang.String companyID)
creates an instance of the HostedSharedDataSet class for the given
host company id |
Method Summary | |
---|---|
java.lang.String |
getHostCompanyID()
returns the host company ID corresponding to this SharedDataSet . |
Methods inherited from class com.sage.accpac.sm.SharedDataSet |
---|
changePassword, checkValidLogin, checkValidLogin, getDirectory, getOrganizations, getSysOrg, isSecurityEnabled, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HostedSharedDataSet(@NonNull java.lang.String directory, @NonNull java.lang.String companyID)
HostedSharedDataSet
class for the given
host company id
directory
- the shared data directorycompanyID
- the host company id, which must be a non-null ASCII string (so
that it can easily be used in filenames). Each companyID should
correspond to a different directory.Method Detail |
---|
@NonNull public java.lang.String getHostCompanyID()
SharedDataSet
.
Each shared data directory corresponds to a different host company ID.
This is the value that was provided when the object was
constructed
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |