Package com.liferay.account.model
Interface AccountEntryOrganizationRel
- All Superinterfaces:
AccountEntryOrganizationRelModel
,com.liferay.portal.kernel.model.BaseModel<AccountEntryOrganizationRel>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<AccountEntryOrganizationRel>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
- All Known Implementing Classes:
AccountEntryOrganizationRelWrapper
@ProviderType
public interface AccountEntryOrganizationRel
extends AccountEntryOrganizationRelModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the AccountEntryOrganizationRel service. Represents a row in the "AccountEntryOrganizationRel" 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<AccountEntryOrganizationRel,
Long> -
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.Organization
com.liferay.portal.kernel.model.Organization
Methods inherited from interface com.liferay.account.model.AccountEntryOrganizationRelModel
cloneWithOriginalValues, getAccountEntryId, getAccountEntryOrganizationRelId, getCompanyId, getMvccVersion, getOrganizationId, getPrimaryKey, setAccountEntryId, setAccountEntryOrganizationRelId, setCompanyId, setMvccVersion, setOrganizationId, 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_ORGANIZATION_REL_ID_ACCESSOR
static final com.liferay.portal.kernel.util.Accessor<AccountEntryOrganizationRel,Long> ACCOUNT_ENTRY_ORGANIZATION_REL_ID_ACCESSOR
-
-
Method Details
-
fetchAccountEntry
AccountEntry fetchAccountEntry() -
fetchOrganization
com.liferay.portal.kernel.model.Organization fetchOrganization() -
getAccountEntry
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOrganization
com.liferay.portal.kernel.model.Organization getOrganization() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-