|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserProfileTO | |
|---|---|
| org.eclipse.higgins.sync.bean | |
| org.eclipse.higgins.sync.to | |
| org.eclipse.higgins.sync.utilities | |
| Uses of UserProfileTO in org.eclipse.higgins.sync.bean |
|---|
| Methods in org.eclipse.higgins.sync.bean that return UserProfileTO | |
|---|---|
UserProfileTO |
CardSyncFacadeBean.createUserProfile(UserProfileTO userProfileTO)
Create new UserProfile. |
UserProfileTO |
CardSyncFacadeBean.getUserProfile(org.eclipse.higgins.sync.auth.entity.AccessTokenEntity accessTokenEntity)
Return UserProfile by user identifier. |
UserProfileTO |
CardSyncFacadeBean.updateUserProfile(org.eclipse.higgins.sync.auth.entity.AccessTokenEntity accessTokenEntity,
UserProfileTO userProfileTO)
Update UserProfile. |
| Methods in org.eclipse.higgins.sync.bean with parameters of type UserProfileTO | |
|---|---|
UserProfileTO |
CardSyncFacadeBean.createUserProfile(UserProfileTO userProfileTO)
Create new UserProfile. |
UserProfileTO |
CardSyncFacadeBean.updateUserProfile(org.eclipse.higgins.sync.auth.entity.AccessTokenEntity accessTokenEntity,
UserProfileTO userProfileTO)
Update UserProfile. |
| Uses of UserProfileTO in org.eclipse.higgins.sync.to |
|---|
| Methods in org.eclipse.higgins.sync.to that return UserProfileTO | |
|---|---|
UserProfileTO |
UserProfileTO.setAuthCredentialTO(AuthCredentialTO authCredentialTO)
|
UserProfileTO |
UserProfileTO.setCreatedTime(Date createdTime)
|
UserProfileTO |
UserProfileTO.setEmail(String email)
|
UserProfileTO |
UserProfileTO.setFirstName(String firstName)
|
UserProfileTO |
UserProfileTO.setLastName(String lastName)
|
UserProfileTO |
UserProfileTO.setLoginName(String loginName)
|
UserProfileTO |
UserProfileTO.setMobile(String mobile)
|
UserProfileTO |
UserProfileTO.setReferralTracking(String referralTracking)
|
UserProfileTO |
UserProfileTO.setSendMeNews(Boolean sendMeNews)
|
| Uses of UserProfileTO in org.eclipse.higgins.sync.utilities |
|---|
| Methods in org.eclipse.higgins.sync.utilities that return UserProfileTO | |
|---|---|
static UserProfileTO |
ConverterHelper.userProfile2UserProfileTO(org.eclipse.higgins.user.profile.entity.UserProfile userProfile,
org.eclipse.higgins.user.account.Account account,
org.eclipse.higgins.sync.meta.entity.RevisionEntity revisionEntity)
Convert UserProfile to UserProfileTO |
| Methods in org.eclipse.higgins.sync.utilities with parameters of type UserProfileTO | |
|---|---|
static org.eclipse.higgins.user.profile.entity.UserProfile |
ConverterHelper.userProfileTO2UserProfile(UserProfileTO userProfileTO,
org.eclipse.higgins.user.profile.entity.UserProfile userProfile)
Convert UserProfileTO to UserProfile |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||