Package com.liferay.account.model
Interface AccountEntryUserRel
- All Superinterfaces:
AccountEntryUserRelModel
,com.liferay.portal.kernel.model.BaseModel<AccountEntryUserRel>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<AccountEntryUserRel>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
AccountEntryUserRelWrapper
@ProviderType
public interface AccountEntryUserRel
extends AccountEntryUserRelModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the AccountEntryUserRel service. Represents a row in the "AccountEntryUserRel" database table, with each column mapped to a property of this class.
- See Also:
- Generated:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.liferay.portal.kernel.util.Accessor<AccountEntryUserRel,
Long> -
Method Summary
Methods inherited from interface com.liferay.account.model.AccountEntryUserRelModel
cloneWithOriginalValues, getAccountEntryId, getAccountEntryUserRelId, getAccountUserId, getAccountUserUuid, getCompanyId, getMvccVersion, getPrimaryKey, setAccountEntryId, setAccountEntryUserRelId, setAccountUserId, setAccountUserUuid, setCompanyId, setMvccVersion, setPrimaryKey, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
-
Field Details
-
ACCOUNT_ENTRY_USER_REL_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<AccountEntryUserRel,Long> ACCOUNT_ENTRY_USER_REL_ID_ACCESSOR
-
-
Method Details
-
fetchAccountEntry
AccountEntry fetchAccountEntry() -
fetchUser
com.liferay.portal.kernel.model.User fetchUser() -
getAccountEntry
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getUser
com.liferay.portal.kernel.model.User getUser() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getUserGroupRoles
List<com.liferay.portal.kernel.model.UserGroupRole> getUserGroupRoles() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-