@ProviderType public interface UserGroupGroupRole extends PersistedModel, UserGroupGroupRoleModel
UserGroupGroupRoleModel
Modifier and Type | Field and Description |
---|---|
static Accessor<UserGroupGroupRole,java.lang.Long> |
GROUP_ID_ACCESSOR |
static Accessor<UserGroupGroupRole,java.lang.Long> |
ROLE_ID_ACCESSOR |
static Accessor<UserGroupGroupRole,java.lang.Long> |
USER_GROUP_ID_ACCESSOR
NOTE FOR DEVELOPERS:
Never modify this interface directly.
|
Modifier and Type | Method and Description |
---|---|
Group |
getGroup() |
Role |
getRole() |
UserGroup |
getUserGroup() |
persist
clone, compareTo, getCompanyId, getExpandoBridge, getGroupId, getMvccVersion, getPrimaryKey, getPrimaryKeyObj, getRoleId, getUserGroupId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setMvccVersion, setNew, setPrimaryKey, setPrimaryKeyObj, setRoleId, setUserGroupId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
getModelClass, getModelClassName
static final Accessor<UserGroupGroupRole,java.lang.Long> USER_GROUP_ID_ACCESSOR
com.liferay.portal.model.impl.UserGroupGroupRoleImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.static final Accessor<UserGroupGroupRole,java.lang.Long> GROUP_ID_ACCESSOR
static final Accessor<UserGroupGroupRole,java.lang.Long> ROLE_ID_ACCESSOR
Group getGroup() throws PortalException
PortalException
Role getRole() throws PortalException
PortalException
UserGroup getUserGroup() throws PortalException
PortalException