Uses of Interface
com.groupdocs.annotation.data.tables.interfaces.IReply

Packages that use IReply
com.groupdocs.annotation.data.constructor   
com.groupdocs.annotation.data.tables.interfaces   
 

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

Classes in com.groupdocs.annotation.data.constructor with type parameters of type IReply
 class ReplyConstructor<T extends IReply>
          Constructor for create Reply object
 

Methods in com.groupdocs.annotation.data.constructor with type parameters of type IReply
static
<P extends IReply>
ReplyConstructor<IReply>
ReplyConstructor.create(P entity)
          Create entity constructor with provided entity object
 

Methods in com.groupdocs.annotation.data.constructor that return IReply
 IReply ReplyConstructor.select()
          Select entity from database by guid
 

Methods in com.groupdocs.annotation.data.constructor that return types with arguments of type IReply
static
<P extends IReply>
ReplyConstructor<IReply>
ReplyConstructor.create(P entity)
          Create entity constructor with provided entity object
 

Method parameters in com.groupdocs.annotation.data.constructor with type arguments of type IReply
static void ReplyConstructor.setConstructor(IConstructor<IReply> constructor)
          Setter for property 'constructor'.
 AnnotationConstructor AnnotationConstructor.withReplies(List<IReply> replies)
          Set replies to entity object
 

Uses of IReply in com.groupdocs.annotation.data.tables.interfaces
 

Methods in com.groupdocs.annotation.data.tables.interfaces that return types with arguments of type IReply
 List<IReply> IAnnotation.getReplies()
          Getter for property 'replies'.
 

Method parameters in com.groupdocs.annotation.data.tables.interfaces with type arguments of type IReply
 void IAnnotation.setReplies(List<IReply> replies)
          Setter for property 'replies'.
 



Copyright © 2014. All rights reserved.