Class UserDTO
java.lang.Object
com.bluebell.greenhouse.platform.models.api.dto.GenericEntityDTO
com.bluebell.greenhouse.platform.models.api.dto.security.UserDTO
- All Implemented Interfaces:
GenericDTO
A DTO representation of a
User.- Version:
- 3.0.4
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of portfolios that are marked as active.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface GenericDTO
getUid, isEmpty
-
Constructor Details
-
UserDTO
public UserDTO()
-
-
Method Details
-
getActivePortfolios
Returns a list of portfolios that are marked as active.- Returns:
ListofPortfolioDTO
-