@ProviderType public interface UserGroupRole extends PersistedModel, UserGroupRoleModel
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
NOTE FOR DEVELOPERS:
Never modify this interface directly.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
getGroup() |
Role |
getRole() |
User |
getUser() |
persistgetCompanyId, getGroupId, getMvccVersion, getPrimaryKey, getRoleId, getUserId, getUserUuid, setCompanyId, setGroupId, setMvccVersion, setPrimaryKey, setRoleId, setUserId, setUserUuidclone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamestatic final Accessor<UserGroupRole,Long> USER_ID_ACCESSOR
com.liferay.portal.model.impl.UserGroupRoleImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.static final Accessor<UserGroupRole,Long> GROUP_ID_ACCESSOR
static final Accessor<UserGroupRole,Long> ROLE_ID_ACCESSOR
Group getGroup() throws PortalException
PortalExceptionRole getRole() throws PortalException
PortalExceptionUser getUser() throws PortalException
PortalException