|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.openexchange.api.OXObject
com.openexchange.api.OXSqlObject
com.openexchange.api.OXLink
public class OXLink
OXAttachment
Field Summary |
---|
Fields inherited from class com.openexchange.api.OXSqlObject |
---|
DELETED, NEW_AND_MODIFIED |
Fields inherited from class com.openexchange.api.OXObject |
---|
CREATION_TIME, LAST_MODIFIED, OBJECT_ID |
Method Summary | |
---|---|
OXObject |
create(java.lang.Object internalobject)
returns a new instance of the OXObject |
static OXLink |
createOXLink()
|
void |
delete()
delete the OXObject the OXObject have to contain the name "object_id" with the speciefied ID to delete |
OXSearchQuery |
getSearchQuery()
|
void |
load()
load the OXObject |
void |
reset()
set the object to the default values |
void |
save()
saves the OXObject with the specified values if the OXObject not contains the name "object_id" this method tries to perform an insert if the OXObject contains the name "object_id" this methods tries to perform an update |
Methods inherited from class com.openexchange.api.OXSqlObject |
---|
canDelete, canRead, canWrite, clone, destroy, getNext, getSQL_ORDER, getSQL_SELECT, getSQL_WHERE, getSQL, insert, load, setSQL_ORDER, setSQL_WHERE, setSQL |
Methods inherited from class com.openexchange.api.OXObject |
---|
contains, get, getConnection, getCreationTime, getInternalFieldname, getLastModified, getMandatoryFields, getMappedField, getObjectID, getPassword, getReadableFields, getUser, getWriteableFields, isNull, iterator, put, remove, set, setInternalObject, setObjectID, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public OXObject create(java.lang.Object internalobject)
OXObject
public static OXLink createOXLink()
public void load() throws java.lang.Exception, OXConflictException, OXPermissionException
OXObject
load
in class OXSqlObject
java.lang.Exception
OXConflictException
OXPermissionException
public OXSearchQuery getSearchQuery()
getSearchQuery
in class OXSqlObject
public void save() throws java.lang.Exception, OXConflictException, OXMandatoryFieldException
OXObject
save
in class OXSqlObject
java.lang.Exception
OXConflictException
OXMandatoryFieldException
public void delete() throws java.lang.Exception, OXConflictException
OXObject
delete
in class OXObject
java.lang.Exception
OXConflictException
public void reset()
OXSqlObject
reset
in class OXSqlObject
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |