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