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

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