Uses of Class
com.groupdocs.annotation.data.constructor.UserConstructor

Packages that use UserConstructor
com.groupdocs.annotation.data.constructor   
 

Uses of UserConstructor in com.groupdocs.annotation.data.constructor
 

Methods in com.groupdocs.annotation.data.constructor that return UserConstructor
static UserConstructor UserConstructor.create()
          Create empty constructor with entity object
static
<P extends IUser>
UserConstructor<IUser>
UserConstructor.create(P entity)
          Create entity constructor with provided entity object
 UserConstructor UserConstructor.insert()
          Inset entity to database
 UserConstructor UserConstructor.withAccountId(int accountId)
          Set account id to entity object
 UserConstructor UserConstructor.withFirstName(String firstName)
          Set FirstName to entity object
 UserConstructor UserConstructor.withGuid(String guid)
          Set Guid to entity object
 UserConstructor UserConstructor.withId(int id)
          Set ID to entity object
 UserConstructor UserConstructor.withIsActivated(Boolean isActivated)
          Set IsActivated to entity object
 UserConstructor UserConstructor.withIsPrimary(Boolean isPrimary)
          Set IsPrimary to entity object
 UserConstructor UserConstructor.withLastName(String lastName)
          Set LastName to entity object
 UserConstructor UserConstructor.withNewsletterEnabled(Boolean newsletterEnabled)
          Set NewsletterEnabled to entity object
 UserConstructor UserConstructor.withPassword(String password)
          Set Password to entity object
 UserConstructor UserConstructor.withPhoto(byte[] photo)
          Set Photo to entity object (bytes of png image)
 UserConstructor UserConstructor.withPswdResetToken(String pswdResetToken)
          Set PswdResetToken to entity object
 UserConstructor UserConstructor.withSigninCount(int signinCount)
          Set SigninCount to entity object
 UserConstructor UserConstructor.withSigninDate(Date signinDate)
          Set SigninDate to entity object
 UserConstructor UserConstructor.withSignupDate(Date signupDate)
          Set SignupDate to entity object
 UserConstructor UserConstructor.withUserName(String userName)
          Set UserName to entity object
 UserConstructor UserConstructor.withVerificationToken(String verificationToken)
          Set VerificationToken to entity object
 



Copyright © 2014. All rights reserved.