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 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

      AccountEntry getAccountEntry() throws com.liferay.portal.kernel.exception.PortalException
      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