public class WGFakeUserProfile extends WGFakeDocument
| Constructor and Description |
|---|
WGFakeUserProfile(WGDatabase db,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getMetaData(java.lang.String type)
Retrieves various meta data for the document core.
|
WGDatabaseRevision |
remove()
Removes this document from the database
|
WGDatabaseRevision |
save(java.util.Date lastModified)
Called to save modifications to this document core.
|
attachFile, createFileDerivate, dispose, evaluateExpression, getCreated, getExtensionData, getExtensionDataNames, getFastAccessKey, getFileData, getFileDerivateData, getFileDerivateMetaData, getFileDerivates, getFileMetaData, getFileNames, getFileSize, getItemNames, getItemValue, getLastModified, getLastUpdates, getMetaDataDefault, getNativeObject, getOriginDatabase, getRelation, getRelationData, getRelationNames, getRelationNamesOfGroup, getType, hasFile, hasFileMetadata, hasItem, isDataCacheable, isDeleted, isFake, isSaved, isTemporary, markFileMetaDataModified, removeExtensionData, removeFile, removeFileDerivate, removeItem, removeRelation, renameFile, retrieveFileExtensionDataHandler, setCacheable, setDeleted, setItemValue, setMetaData, setRelation, setRelation, setWGDocument, writeExtensionData, writeFileDerivateMetaDatapublic WGFakeUserProfile(WGDatabase db, java.lang.String name)
public java.lang.Object getMetaData(java.lang.String type)
throws WGSystemException,
WGIllegalArgumentException,
WGBackendException
WGDocumentCoregetMetaData in interface WGDocumentCoregetMetaData in class WGFakeDocumenttype - The type of the meta data. See constants META_ of the specific WGDocument subclass for this doc class.WGSystemExceptionWGIllegalArgumentExceptionWGBackendExceptionpublic WGDatabaseRevision remove() throws WGBackendException
WGDocumentCoreremove in interface WGDocumentCoreremove in class WGFakeDocumentWGBackendExceptionpublic WGDatabaseRevision save(java.util.Date lastModified) throws WGBackendException
WGDocumentCoresave in interface WGDocumentCoresave in class WGFakeDocumentWGBackendException