@ProviderType public interface UserGroupRole extends UserGroupRoleModel, PersistedModel
UserGroupRoleModel
Modifier and Type | Field and Description |
---|---|
static Accessor<UserGroupRole,Long> |
GROUP_ID_ACCESSOR |
static Accessor<UserGroupRole,Long> |
ROLE_ID_ACCESSOR |
static Accessor<UserGroupRole,Long> |
USER_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
Group |
getGroup() |
Role |
getRole() |
User |
getUser() |
getCompanyId, getGroupId, getMvccVersion, getPrimaryKey, getRoleId, getUserId, getUserUuid, setCompanyId, setGroupId, setMvccVersion, setPrimaryKey, setRoleId, setUserId, setUserUuid
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
persist
static final Accessor<UserGroupRole,Long> USER_ID_ACCESSOR
static final Accessor<UserGroupRole,Long> GROUP_ID_ACCESSOR
static final Accessor<UserGroupRole,Long> ROLE_ID_ACCESSOR
Group getGroup() throws PortalException
PortalException
Role getRole() throws PortalException
PortalException
User getUser() throws PortalException
PortalException