Class UserPortalPersistResult
java.lang.Object
de.xima.fc.gui.model.portal.UserPortalPersistResult
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionWhether the user portal was newly created or an existing entity was updated.portal()The user portal entity that was created or updated.booleanWhether the user portal was newly created.booleanWhether the user portal was updated.
-
Constructor Details
-
UserPortalPersistResult
public UserPortalPersistResult(UserPortal portal, UserPortalPersistResult.EUserPortalPersistType action)
-
-
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
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.
-