Uses of Class
com.echothree.model.data.core.server.entity.FontWeightDetail
Packages that use FontWeightDetail
Package
Description
-
Uses of FontWeightDetail in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return FontWeightDetailModifier and TypeMethodDescriptionFontWeight.getActiveDetail()FontWeight.getActiveDetail(EntityPermission entityPermission) FontWeight.getActiveDetailForUpdate()FontWeight.getLastDetail()FontWeight.getLastDetail(EntityPermission entityPermission) FontWeight.getLastDetailForUpdate()Methods in com.echothree.model.data.core.server.entity with parameters of type FontWeightDetailModifier and TypeMethodDescriptionvoidFontWeight.setActiveDetail(FontWeightDetail entity) voidFontWeight.setLastDetail(FontWeightDetail entity) -
Uses of FontWeightDetail in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return FontWeightDetailModifier and TypeMethodDescriptionFontWeightDetailFactory.create(FontWeightPK fontWeightPK, String fontWeightName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) FontWeightDetailFactory.create(FontWeight fontWeight, String fontWeightName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) FontWeightDetailFactory.getEntityFromCache(FontWeightDetailPK pk) FontWeightDetailFactory.getEntityFromPK(EntityPermission entityPermission, FontWeightDetailPK pk) FontWeightDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) FontWeightDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FontWeightDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FontWeightDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) FontWeightDetailFactory.getEntityFromValue(EntityPermission entityPermission, FontWeightDetailValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type FontWeightDetailModifier and TypeMethodDescriptionFontWeightDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<FontWeightDetailPK> pks) FontWeightDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) FontWeightDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FontWeightDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FontWeightDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type FontWeightDetailModifier and TypeMethodDescriptionFontWeightFactory.create(FontWeightDetail activeDetail, FontWeightDetail lastDetail) voidFontWeightDetailFactory.remove(FontWeightDetail entity) voidFontWeightDetailFactory.store(FontWeightDetail entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type FontWeightDetailModifier and TypeMethodDescriptionvoidFontWeightDetailFactory.store(Collection<FontWeightDetail> entities)