Interface AccountEntry

All Superinterfaces:
AccountEntryModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<AccountEntry>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<AccountEntry>, 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, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.StagedModel, com.liferay.portal.kernel.model.WorkflowedModel
All Known Implementing Classes:
AccountEntryWrapper

@ProviderType public interface AccountEntry extends AccountEntryModel, com.liferay.portal.kernel.model.PersistedModel
The extended model interface for the AccountEntry service. Represents a row in the "AccountEntry" database table, with each column mapped to a property of this class.
See Also:
Generated:
  • Field Details

    • ACCOUNT_ENTRY_ID_ACCESSOR

      static final com.liferay.portal.kernel.util.Accessor<AccountEntry,Long> ACCOUNT_ENTRY_ID_ACCESSOR
  • Method Details

    • fetchContact

      com.liferay.portal.kernel.model.Contact fetchContact() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • fetchOrganizations

      List<com.liferay.portal.kernel.model.Organization> fetchOrganizations()
    • fetchUsers

      List<com.liferay.portal.kernel.model.User> fetchUsers()
    • getAccountEntryGroup

      com.liferay.portal.kernel.model.Group getAccountEntryGroup()
    • getAccountEntryGroupId

      long getAccountEntryGroupId()
    • getDefaultBillingAddress

      com.liferay.portal.kernel.model.Address getDefaultBillingAddress()
    • getDefaultShippingAddress

      com.liferay.portal.kernel.model.Address getDefaultShippingAddress()
    • getDomainsArray

      String[] getDomainsArray()
    • getEmailAddresses

      List<com.liferay.portal.kernel.model.EmailAddress> getEmailAddresses() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getListTypeAddresses

      List<com.liferay.portal.kernel.model.Address> getListTypeAddresses(long[] listTypeIds) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getPhones

      List<com.liferay.portal.kernel.model.Phone> getPhones() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWebsites

      List<com.liferay.portal.kernel.model.Website> getWebsites() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • isBusinessAccount

      boolean isBusinessAccount()
    • isGuestAccount

      boolean isGuestAccount()
    • isPersonalAccount

      boolean isPersonalAccount()