|
Open Monograph Press
3.3.0
|
Public Member Functions | |
| getUserGroupId () | |
| getUserId () | |
| setUserGroupId ($userGroupId) | |
| setUserId ($userId) | |
Public Member Functions inherited from DataObject | |
| __construct () | |
| addSupportedMetadataAdapter ($metadataAdapter) | |
| extractMetadata ($metadataSchema) | |
| getAdditionalMetadataFieldNames () | |
| & | getAllData () |
| getDAO () | |
| & | getData ($key, $locale=null) |
| getHasLoadableAdapters () | |
| getId () | |
| getLocaleMetadataFieldNames () | |
| getLocalizedData ($key, $preferredLocale=null) | |
| getMetadataFieldNames ($translated=true) | |
| getSetMetadataFieldNames ($translated=true) | |
| getSupportedExtractionAdapters () | |
| getSupportedInjectionAdapters () | |
| getSupportedMetadataSchemas () | |
| hasData ($key, $locale=null) | |
| injectMetadata ($metadataDescription) | |
| removeSupportedMetadataAdapter ($metadataSchemaName) | |
| setAllData (&$data) | |
| setData ($key, $value, $locale=null) | |
| setHasLoadableAdapters ($hasLoadableAdapters) | |
| setId ($id) | |
| unsetData ($key, $locale=null) | |
| upcastTo ($targetObject) | |
Data Fields | |
| $userGroup | |
Data Fields inherited from DataObject | |
| $_data = array() | |
| $_extractionAdaptersLoaded = false | |
| $_hasLoadableAdapters = false | |
| $_injectionAdaptersLoaded = false | |
| $_metadataExtractionAdapters = array() | |
| $_metadataInjectionAdapters = array() | |
Definition at line 19 of file UserGroupAssignment.inc.php.
| UserGroupAssignment::getUserGroupId | ( | ) |
Get user ID associated with a user group assignment.
Definition at line 35 of file UserGroupAssignment.inc.php.
References DataObject\getData().
| UserGroupAssignment::getUserId | ( | ) |
Get user ID associated with role.
Definition at line 55 of file UserGroupAssignment.inc.php.
References DataObject\getData().
| UserGroupAssignment::setUserGroupId | ( | $userGroupId | ) |
Set user ID associated with a user group assignment. also sets the $userGroup
| $userId | int |
Definition at line 44 of file UserGroupAssignment.inc.php.
References DAORegistry\getDAO(), and DataObject\setData().
| UserGroupAssignment::setUserId | ( | $userId | ) |
Set user ID associated with role.
| $userId | int |
Definition at line 63 of file UserGroupAssignment.inc.php.
References DataObject\setData().
| the UserGroupAssignment::$userGroup |
UserGroup object associated with this assignment *
Definition at line 24 of file UserGroupAssignment.inc.php.