Uses of Class
de.narimo.georepo.server.api.comments.CommentOrLinkType
-
Packages that use CommentOrLinkType Package Description de.narimo.georepo.server.api.comments de.narimo.georepo.server.repository -
-
Uses of CommentOrLinkType in de.narimo.georepo.server.api.comments
Methods in de.narimo.georepo.server.api.comments that return CommentOrLinkType Modifier and Type Method Description static CommentOrLinkTypeCommentOrLinkType. valueOf(String name)Returns the enum constant of this type with the specified name.static CommentOrLinkType[]CommentOrLinkType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.narimo.georepo.server.api.comments with parameters of type CommentOrLinkType Modifier and Type Method Description intCommentOrLinkService. addCommentOrWeblink(javax.servlet.ServletContext ctx, de.narimo.commons.dto.User user, String workspace, int layerId, int gfid, CommentOrWeblink commentOrWeblink, CommentOrLinkType commentOrLinkType) -
Uses of CommentOrLinkType in de.narimo.georepo.server.repository
Methods in de.narimo.georepo.server.repository with parameters of type CommentOrLinkType Modifier and Type Method Description static List<Weblink>CommentOrWeblinkRepository. getFeatureCommentsOrWeblinks(de.narimo.commons.dto.User requestingUser, String workspace, int layerId, int gfid, CommentOrLinkType commentOrLinkType)static List<Weblink>CommentOrWeblinkRepository. getUnreviewedCommentsOrWeblinks(de.narimo.commons.dto.User requestingUser, String workspace, int layerId, CommentOrLinkType commentOrLinkType)static intCommentOrWeblinkRepository. insertUnreviewedCommentOrWeblink(int layerId, int userId, int gfid, String commentOrWeblink, CommentOrLinkType commentOrLinkType, String description)Inserts a new comment or weblink and returns its id.
-