Uses of Class
com.echothree.model.data.style.common.pk.StylePathDescriptionPK
Packages that use StylePathDescriptionPK
Package
Description
-
Uses of StylePathDescriptionPK in com.echothree.model.data.style.server.entity
Methods in com.echothree.model.data.style.server.entity that return StylePathDescriptionPK -
Uses of StylePathDescriptionPK in com.echothree.model.data.style.server.factory
Methods in com.echothree.model.data.style.server.factory that return StylePathDescriptionPKModifier and TypeMethodDescriptionStylePathDescriptionFactory.getNextPK()StylePathDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) StylePathDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.style.server.factory that return types with arguments of type StylePathDescriptionPKModifier and TypeMethodDescriptionStylePathDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) StylePathDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) StylePathDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) StylePathDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.style.server.factory with parameters of type StylePathDescriptionPKModifier and TypeMethodDescriptionStylePathDescriptionFactory.getEntityFromCache(Session session, StylePathDescriptionPK pk) StylePathDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, StylePathDescriptionPK pk) StylePathDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, StylePathDescriptionPK pk) StylePathDescriptionFactory.getValueFromPK(Session session, StylePathDescriptionPK pk) voidStylePathDescriptionFactory.remove(Session session, StylePathDescriptionPK pk) booleanStylePathDescriptionFactory.validPK(Session session, StylePathDescriptionPK pk) Method parameters in com.echothree.model.data.style.server.factory with type arguments of type StylePathDescriptionPKModifier and TypeMethodDescriptionStylePathDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<StylePathDescriptionPK> pks) StylePathDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<StylePathDescriptionPK> pks) StylePathDescriptionFactory.getValuesFromPKs(Session session, Collection<StylePathDescriptionPK> pks) voidStylePathDescriptionFactory.remove(Session session, Collection<StylePathDescriptionPK> pks) voidStylePathDescriptionFactory.remove(Collection<StylePathDescriptionPK> pks) -
Uses of StylePathDescriptionPK in com.echothree.model.data.style.server.value
Methods in com.echothree.model.data.style.server.value that return StylePathDescriptionPKConstructors in com.echothree.model.data.style.server.value with parameters of type StylePathDescriptionPKModifierConstructorDescriptionStylePathDescriptionValue(StylePathDescriptionPK stylePathDescriptionPK, StylePathPK stylePathPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of StylePathDescriptionValue