public interface UserProfileLocation
| Modifier and Type | Method and Description |
|---|---|
AbsoluteLocation<PrivateResource> |
locatePrivateProfile(UserID ofUser)
Bootstraps location of file with user private profile
|
AbsoluteLocation<PublicResource> |
locatePublicProfile(UserID ofUser)
Bootstraps location of file with user public profile
|
AbsoluteLocation<PrivateResource> locatePrivateProfile(UserID ofUser)
ofUser - user for whom to get profileAbsoluteLocation<PublicResource> locatePublicProfile(UserID ofUser)
ofUser - user for whom to get profileCopyright © 2019. All rights reserved.