Uses of Class
com.echothree.model.data.comment.common.pk.CommentStringPK
Packages that use CommentStringPK
Package
Description
-
Uses of CommentStringPK in com.echothree.model.data.comment.server.entity
Methods in com.echothree.model.data.comment.server.entity that return CommentStringPK -
Uses of CommentStringPK in com.echothree.model.data.comment.server.factory
Methods in com.echothree.model.data.comment.server.factory that return CommentStringPKModifier and TypeMethodDescriptionCommentStringFactory.getNextPK()CommentStringFactory.getPKFromQuery(PreparedStatement ps, Object... params) CommentStringFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.comment.server.factory that return types with arguments of type CommentStringPKModifier and TypeMethodDescriptionCommentStringFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) CommentStringFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) CommentStringFactory.getPKsFromResultSetAsList(ResultSet rs) CommentStringFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.comment.server.factory with parameters of type CommentStringPKModifier and TypeMethodDescriptionCommentStringFactory.getEntityFromCache(CommentStringPK pk) CommentStringFactory.getEntityFromPK(EntityPermission entityPermission, CommentStringPK pk) CommentStringFactory.getValueFromPK(CommentStringPK pk) voidCommentStringFactory.remove(CommentStringPK pk) booleanCommentStringFactory.validPK(CommentStringPK pk) Method parameters in com.echothree.model.data.comment.server.factory with type arguments of type CommentStringPKModifier and TypeMethodDescriptionCommentStringFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<CommentStringPK> pks) CommentStringFactory.getValuesFromPKs(Collection<CommentStringPK> pks) voidCommentStringFactory.remove(Collection<CommentStringPK> pks) -
Uses of CommentStringPK in com.echothree.model.data.comment.server.value
Methods in com.echothree.model.data.comment.server.value that return CommentStringPKConstructors in com.echothree.model.data.comment.server.value with parameters of type CommentStringPKModifierConstructorDescriptionCommentStringValue(CommentStringPK commentStringPK, CommentPK commentPK, String string, Long fromTime, Long thruTime) Creates a new instance of CommentStringValue