Uses of Class
com.echothree.model.data.icon.common.pk.IconUsagePK
Packages that use IconUsagePK
Package
Description
-
Uses of IconUsagePK in com.echothree.model.data.icon.server.entity
Methods in com.echothree.model.data.icon.server.entity that return IconUsagePK -
Uses of IconUsagePK in com.echothree.model.data.icon.server.factory
Methods in com.echothree.model.data.icon.server.factory that return IconUsagePKModifier and TypeMethodDescriptionIconUsageFactory.getNextPK()IconUsageFactory.getPKFromQuery(PreparedStatement ps, Object... params) IconUsageFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.icon.server.factory that return types with arguments of type IconUsagePKModifier and TypeMethodDescriptionIconUsageFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) IconUsageFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) IconUsageFactory.getPKsFromResultSetAsList(ResultSet rs) IconUsageFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.icon.server.factory with parameters of type IconUsagePKModifier and TypeMethodDescriptionIconUsageFactory.getEntityFromCache(IconUsagePK pk) IconUsageFactory.getEntityFromPK(EntityPermission entityPermission, IconUsagePK pk) IconUsageFactory.getValueFromPK(IconUsagePK pk) voidIconUsageFactory.remove(IconUsagePK pk) booleanIconUsageFactory.validPK(IconUsagePK pk) Method parameters in com.echothree.model.data.icon.server.factory with type arguments of type IconUsagePKModifier and TypeMethodDescriptionIconUsageFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<IconUsagePK> pks) IconUsageFactory.getValuesFromPKs(Collection<IconUsagePK> pks) voidIconUsageFactory.remove(Collection<IconUsagePK> pks) -
Uses of IconUsagePK in com.echothree.model.data.icon.server.value
Methods in com.echothree.model.data.icon.server.value that return IconUsagePKConstructors in com.echothree.model.data.icon.server.value with parameters of type IconUsagePKModifierConstructorDescriptionIconUsageValue(IconUsagePK iconUsagePK, IconUsageTypePK iconUsageTypePK, IconPK iconPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of IconUsageValue