Class UserPortalPersistResult

java.lang.Object
de.xima.fc.gui.model.portal.UserPortalPersistResult

public final class UserPortalPersistResult extends Object
  • Constructor Details

  • Method Details

    • persistType

      Whether the user portal was newly created or an existing entity was updated.
      Returns:
      Whether the user portal was created or updated.
    • portal

      public UserPortal portal()
      The user portal entity that was created or updated.
      Returns:
      The user portal entity.
    • wasCreated

      public boolean wasCreated()
      Whether the user portal was newly created.
      Returns:
      Whether the user portal was created.
    • wasUpdated

      public boolean wasUpdated()
      Whether the user portal was updated.
      Returns:
      Whether the user portal was updated.