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

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

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

Methods in com.groupdocs.annotation.data.constructor that return ReplyConstructor
static ReplyConstructor ReplyConstructor.create()
          Create empty constructor with entity object
static
<P extends IReply>
ReplyConstructor<IReply>
ReplyConstructor.create(P entity)
          Create entity constructor with provided entity object
 ReplyConstructor ReplyConstructor.insert()
          Inset entity to database
 ReplyConstructor ReplyConstructor.withAnnotationId(int annotationId)
          Set annotation id to reply object
 ReplyConstructor ReplyConstructor.withGuid(String guid)
          Set guid to reply object
 ReplyConstructor ReplyConstructor.withId(int id)
          Set ID to reply object
 ReplyConstructor ReplyConstructor.withMessage(String messageText)
          Set message text to reply object
 ReplyConstructor ReplyConstructor.withParentReplyId(int parentReplyId)
          Set parent reply id to reply object
 ReplyConstructor ReplyConstructor.withRepliedOn(Date repliedOn)
          Set replied date to reply object
 ReplyConstructor ReplyConstructor.withUserId(int userId)
          Set user id to reply object
 



Copyright © 2014. All rights reserved.