Package omero :: Package gateway :: Class _ExperimenterWrapper
[hide private]
[frames] | no frames]

Class _ExperimenterWrapper

source code


omero_model_ExperimenterI class wrapper extends BlitzObjectWrapper.

Instance Methods [hide private]
 
__bstrap__(self) source code
 
simpleMarshal(self, xtra=None, parents=False) source code
 
getRawPreferences(self)
Returns the experiments preferences annotation contents, as a ConfigParser instance
source code
 
setRawPreferences(self, prefs)
Sets the experiments preferences annotation contents, passed in as a ConfigParser instance
source code
 
getPreference(self, key, default='', section=None) source code
 
getPreferences(self, section=None) source code
 
setPreference(self, key, value, section=None) source code
 
getDetails(self) source code
 
getName(self)
Gets this object name
source code
 
getDescription(self)
Gets this object description
source code
 
getFullName(self)
Gets full name of this experimenter.
source code
 
getNameWithInitial(self) source code
 
isAdmin(self) source code
 
isActive(self) source code
 
isGuest(self) source code

Inherited from BlitzObjectWrapper: __eq__, __getattr__, __init__, __loadedHotSwap__, __prepare__, __repr__, canOwnerWrite, canWrite, countChildren, countChildren_cached, creationEventDate, findChildByName, getAncestry, getAnnotation, getDate, getId, getOwner, getOwnerFullName, getOwnerOmeName, isEditable, isLeaded, isOwned, isPrivate, isPublic, isReadOnly, isShared, linkAnnotation, listAnnotations, listChildren, listParents, removeAnnotations, save, saveAs, setDescription, setName, updateEventDate

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from BlitzObjectWrapper: CHILD_WRAPPER_CLASS, LINK_CLASS, OMERO_CLASS, PARENT_WRAPPER_CLASS

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__bstrap__(self)

source code 
Overrides: BlitzObjectWrapper.__bstrap__

simpleMarshal(self, xtra=None, parents=False)

source code 
Overrides: BlitzObjectWrapper.simpleMarshal

getDetails(self)

source code 
Overrides: BlitzObjectWrapper.getDetails

getName(self)

source code 

Gets this object name

Returns:
String or None
Overrides: BlitzObjectWrapper.getName
(inherited documentation)

getDescription(self)

source code 

Gets this object description

Returns:
String
Overrides: BlitzObjectWrapper.getDescription
(inherited documentation)

getFullName(self)

source code 

Gets full name of this experimenter.

Returns:
String or None