Uses of Class
com.echothree.model.data.message.common.pk.MessageClobPK
Packages that use MessageClobPK
Package
Description
-
Uses of MessageClobPK in com.echothree.model.data.message.server.entity
Methods in com.echothree.model.data.message.server.entity that return MessageClobPK -
Uses of MessageClobPK in com.echothree.model.data.message.server.factory
Methods in com.echothree.model.data.message.server.factory that return MessageClobPKModifier and TypeMethodDescriptionMessageClobFactory.getNextPK()MessageClobFactory.getPKFromQuery(PreparedStatement ps, Object... params) MessageClobFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.message.server.factory that return types with arguments of type MessageClobPKModifier and TypeMethodDescriptionMessageClobFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) MessageClobFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) MessageClobFactory.getPKsFromResultSetAsList(ResultSet rs) MessageClobFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.message.server.factory with parameters of type MessageClobPKModifier and TypeMethodDescriptionMessageClobFactory.getEntityFromCache(MessageClobPK pk) MessageClobFactory.getEntityFromPK(EntityPermission entityPermission, MessageClobPK pk) MessageClobFactory.getValueFromPK(MessageClobPK pk) voidMessageClobFactory.remove(MessageClobPK pk) booleanMessageClobFactory.validPK(MessageClobPK pk) Method parameters in com.echothree.model.data.message.server.factory with type arguments of type MessageClobPKModifier and TypeMethodDescriptionMessageClobFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<MessageClobPK> pks) MessageClobFactory.getValuesFromPKs(Collection<MessageClobPK> pks) voidMessageClobFactory.remove(Collection<MessageClobPK> pks) -
Uses of MessageClobPK in com.echothree.model.data.message.server.value
Methods in com.echothree.model.data.message.server.value that return MessageClobPKConstructors in com.echothree.model.data.message.server.value with parameters of type MessageClobPKModifierConstructorDescriptionMessageClobValue(MessageClobPK messageClobPK, MessagePK messagePK, LanguagePK languagePK, MimeTypePK mimeTypePK, String clob, Long fromTime, Long thruTime) Creates a new instance of MessageClobValue