|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
deleteSoon()
The method to delete all references of an M4Data
object and to remove the tuple(s) representing the object
from the M4 database.
|
java.lang.String |
getDocumentation()
Returns documentation for this object. |
java.lang.String |
getValidName(java.lang.String name,
java.lang.Class typeOfNamedObject)
This method checks if the given name can be used as the name for an object of the given type when this M4Data object is the container object, or if that would result in a name conflict. |
boolean |
isDirty()
Check if this object reflects the state of the database or if the object needs to be written back to the database at the next store command. |
boolean |
isWaitingForDelete()
Indicates if this object's representation will be deleted in the database at the next update operation. |
void |
setDocumentation(java.lang.String text)
Sets documentation for this object. |
Methods inherited from interface edu.udo.cs.miningmart.m4.M4Object |
doPrint, doPrint, equals, executeBusinessSingleValueSqlRead, executeBusinessSingleValueSqlReadL, executeBusinessSqlRead, executeBusinessSqlWrite, executeM4SingleValueSqlRead, executeM4SingleValueSqlReadL, executeM4SqlRead, executeM4SqlWrite, getCasePrintObject, getId, getM4Db, getM4ObjectFromCache, getName, getNextM4SequenceValue, isNew, load, print, putM4ObjectToCache, replaceSpacesInName, setId, setName |
Method Detail |
public java.lang.String getValidName(java.lang.String name, java.lang.Class typeOfNamedObject) throws M4Exception
name
- The name to be checked.typeOfNamedObject
- The type of object for which the name should be valid.
M4Exception
public boolean isDirty()
public void deleteSoon() throws M4Exception
M4Data
object and to remove the tuple(s) representing the object
from the M4 database.
After calling the method removeAllM4References()
this method sets an internal flag indicating that it needs to be
deleted at the next store command. This includes setting the
dirty flag.
M4Exception
public boolean isWaitingForDelete()
public void setDocumentation(java.lang.String text) throws M4Exception
M4Exception
public java.lang.String getDocumentation() throws M4Exception
M4Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |