Uses of Class
com.echothree.model.data.icon.common.pk.IconDetailPK
Packages that use IconDetailPK
Package
Description
-
Uses of IconDetailPK in com.echothree.model.data.icon.server.entity
Methods in com.echothree.model.data.icon.server.entity that return IconDetailPKModifier and TypeMethodDescriptionIcon.getActiveDetailPK()Icon.getLastDetailPK()IconDetail.getPrimaryKey()Methods in com.echothree.model.data.icon.server.entity with parameters of type IconDetailPKModifier and TypeMethodDescriptionvoidIcon.setActiveDetailPK(IconDetailPK activeDetailPK) voidIcon.setLastDetailPK(IconDetailPK lastDetailPK) -
Uses of IconDetailPK in com.echothree.model.data.icon.server.factory
Methods in com.echothree.model.data.icon.server.factory that return IconDetailPKModifier and TypeMethodDescriptionIconDetailFactory.getNextPK()IconDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) IconDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.icon.server.factory that return types with arguments of type IconDetailPKModifier and TypeMethodDescriptionIconDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) IconDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) IconDetailFactory.getPKsFromResultSetAsList(ResultSet rs) IconDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.icon.server.factory with parameters of type IconDetailPKModifier and TypeMethodDescriptionIconFactory.create(IconDetailPK activeDetailPK, IconDetailPK lastDetailPK) IconDetailFactory.getEntityFromCache(IconDetailPK pk) IconDetailFactory.getEntityFromPK(EntityPermission entityPermission, IconDetailPK pk) IconDetailFactory.getValueFromPK(IconDetailPK pk) voidIconDetailFactory.remove(IconDetailPK pk) booleanIconDetailFactory.validPK(IconDetailPK pk) Method parameters in com.echothree.model.data.icon.server.factory with type arguments of type IconDetailPKModifier and TypeMethodDescriptionIconDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<IconDetailPK> pks) IconDetailFactory.getValuesFromPKs(Collection<IconDetailPK> pks) voidIconDetailFactory.remove(Collection<IconDetailPK> pks) -
Uses of IconDetailPK in com.echothree.model.data.icon.server.value
Methods in com.echothree.model.data.icon.server.value that return IconDetailPKModifier and TypeMethodDescriptionIconValue.getActiveDetailPK()IconValue.getLastDetailPK()IconDetailValue.getPrimaryKey()Methods in com.echothree.model.data.icon.server.value with parameters of type IconDetailPKModifier and TypeMethodDescriptionvoidIconValue.setActiveDetailPK(IconDetailPK activeDetailPK) voidIconValue.setLastDetailPK(IconDetailPK lastDetailPK) Constructors in com.echothree.model.data.icon.server.value with parameters of type IconDetailPKModifierConstructorDescriptionIconDetailValue(IconDetailPK iconDetailPK, IconPK iconPK, String iconName, DocumentPK documentPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of IconDetailValueIconValue(IconDetailPK activeDetailPK, IconDetailPK lastDetailPK) Creates a new instance of IconValueIconValue(IconPK iconPK, IconDetailPK activeDetailPK, IconDetailPK lastDetailPK) Creates a new instance of IconValue