Package de.xima.fc.gui.bean.portal
Class UserPortalBean
- java.lang.Object
-
- de.xima.fc.gui.bean.portal.UserPortalBean
-
- All Implemented Interfaces:
Serializable
@Named @ViewScoped public class UserPortalBean extends Object implements Serializable
List of user portals, keeping the selected and marked user portal in view, and methods for creating and deleting user portals.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserPortalBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserPortaladdNewUserPortal()voiddeleteUserPortal(UserPortal userPortal)voiddeleteUserPortals(Collection<UserPortal> userPortals)List<UserPortal>getAll()List<UserPortal>getMarked()booleanhasReachedLicenseLimit()booleanisCanAddUserPortal()booleanisCanDeleteUserPortal()intreadLicenseCount()voidrefresh()voidsetMarked(List<UserPortal> marked)
-
-
-
Method Detail
-
getAll
public List<UserPortal> getAll()
-
getMarked
public List<UserPortal> getMarked()
-
setMarked
public void setMarked(List<UserPortal> marked)
-
isCanAddUserPortal
public boolean isCanAddUserPortal()
-
isCanDeleteUserPortal
public boolean isCanDeleteUserPortal()
-
addNewUserPortal
public UserPortal addNewUserPortal()
-
deleteUserPortal
public void deleteUserPortal(UserPortal userPortal)
-
deleteUserPortals
public void deleteUserPortals(Collection<UserPortal> userPortals)
-
refresh
public void refresh()
-
hasReachedLicenseLimit
public boolean hasReachedLicenseLimit()
-
readLicenseCount
public int readLicenseCount()
-
-