|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SDataResourceKindInfo
Contains the information for a particular instance of a loaded resource kind.
Nested Class Summary | |
---|---|
static class |
SDataResourceKindInfo.Status
The status of the resource kind. |
Method Summary | |
---|---|
java.util.Date |
getCreationDate()
Gets the date (and time) the resource kind was created. |
java.util.Date |
getLastUsedDate()
Gets the date (and time) that the resource kind was lasted used. |
java.lang.String |
getResourceInstance()
Gets a unique string value representing this particular instance of the resource kind across the system. |
ResourceKind |
getResourceKind()
|
java.lang.String |
getResourceKindName()
Gets the name of the resource kind |
SDataResourceKindInfo.Status |
getStatus()
Gets the resource kind's status. |
java.lang.String |
getUserID()
Gets the ID of the user that is running this resource. |
java.lang.String |
getUserInstance()
Gets the user instance that is running this resource. |
void |
setLastUsedDate(java.util.Date date)
|
void |
setStatus(SDataResourceKindInfo.Status status)
|
Method Detail |
---|
ResourceKind getResourceKind()
ResourceKind
java.util.Date getCreationDate()
java.util.Date getLastUsedDate()
void setLastUsedDate(java.util.Date date)
SDataResourceKindInfo.Status getStatus()
SDataResourceKindInfo.Status
of the resource kindvoid setStatus(SDataResourceKindInfo.Status status)
java.lang.String getResourceInstance()
java.lang.String getUserID()
Gets the ID of the user that is running this resource.
TODO - This is currently the Sage 300 ERP User - but once Single Signon is implemented this should be changed to the Single Sign On ID.
String
containing the user IDjava.lang.String getUserInstance()
String
containing the instance descriptorjava.lang.String getResourceKindName()
String
containing the name of the resource kind
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |