Package com.liferay.account.model
Interface AccountRole
- All Superinterfaces:
AccountRoleModel
,com.liferay.portal.kernel.model.BaseModel<AccountRole>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<AccountRole>
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
AccountRoleWrapper
@ProviderType
public interface AccountRole
extends AccountRoleModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the AccountRole service. Represents a row in the "AccountRole" 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<AccountRole,
Long> -
Method Summary
Methods inherited from interface com.liferay.account.model.AccountRoleModel
cloneWithOriginalValues, getAccountEntryId, getAccountRoleId, getCompanyId, getExternalReferenceCode, getMvccVersion, getPrimaryKey, getRoleId, setAccountEntryId, setAccountRoleId, setCompanyId, setExternalReferenceCode, setMvccVersion, setPrimaryKey, setRoleId, 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_ROLE_ID_ACCESSOR
-
-
Method Details
-
getRole
com.liferay.portal.kernel.model.Role getRole() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getRoleName
- Throws:
com.liferay.portal.kernel.exception.PortalException
-