Uses of Class
com.echothree.model.data.core.server.entity.FontWeight
Packages that use FontWeight
Package
Description
-
Uses of FontWeight in com.echothree.control.user.core.server.command
Methods in com.echothree.control.user.core.server.command that return FontWeightModifier and TypeMethodDescriptionEditFontWeightCommand.getEntity
(EditFontWeightResult result) protected FontWeight
GetFontWeightCommand.getEntity()
EditFontWeightCommand.getLockEntity
(FontWeight fontWeight) EditFontWeightDescriptionCommand.getLockEntity
(FontWeightDescription fontWeightDescription) Methods in com.echothree.control.user.core.server.command that return types with arguments of type FontWeightModifier and TypeMethodDescriptionprotected Collection<FontWeight>
GetFontWeightsCommand.getEntities()
Methods in com.echothree.control.user.core.server.command with parameters of type FontWeightModifier and TypeMethodDescriptionvoid
EditFontWeightCommand.canUpdate
(FontWeight fontWeight) void
EditFontWeightCommand.doLock
(FontWeightEdit edit, FontWeight fontWeight) void
EditFontWeightCommand.doUpdate
(FontWeight fontWeight) void
EditFontWeightCommand.fillInResult
(EditFontWeightResult result, FontWeight fontWeight) EditFontWeightCommand.getLockEntity
(FontWeight fontWeight) protected BaseResult
GetFontWeightCommand.getResult
(FontWeight fontWeight) Method parameters in com.echothree.control.user.core.server.command with type arguments of type FontWeightModifier and TypeMethodDescriptionprotected BaseResult
GetFontWeightsCommand.getResult
(Collection<FontWeight> entities) -
Uses of FontWeight in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return FontWeightModifier and TypeMethodDescriptionCoreControl.createFontWeight
(String fontWeightName, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.getDefaultFontWeight()
CoreControl.getDefaultFontWeightForUpdate()
CoreControl.getFontWeightByEntityInstance
(EntityInstance entityInstance) CoreControl.getFontWeightByEntityInstance
(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.FontWeightCoreControl.getFontWeightByEntityInstanceForUpdate
(EntityInstance entityInstance) CoreControl.getFontWeightByName
(String fontWeightName) CoreControl.getFontWeightByNameForUpdate
(String fontWeightName) Methods in com.echothree.model.control.core.server.control that return types with arguments of type FontWeightModifier and TypeMethodDescriptionCoreControl.getFontWeights()
CoreControl.getFontWeightsForUpdate()
Methods in com.echothree.model.control.core.server.control with parameters of type FontWeightModifier and TypeMethodDescriptionCoreControl.createAppearance
(String appearanceName, Color textColor, Color backgroundColor, FontStyle fontStyle, FontWeight fontWeight, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.createFontWeightDescription
(FontWeight fontWeight, Language language, String description, BasePK createdBy) void
CoreControl.deleteAppearancesByFontWeight
(FontWeight fontWeight, BasePK deletedBy) void
CoreControl.deleteFontWeight
(FontWeight fontWeight, BasePK deletedBy) void
CoreControl.deleteFontWeightDescriptionsByFontWeight
(FontWeight fontWeight, BasePK deletedBy) CoreControl.getAppearancesByFontWeight
(FontWeight fontWeight) CoreControl.getAppearancesByFontWeightForUpdate
(FontWeight fontWeight) CoreControl.getBestFontWeightDescription
(FontWeight fontWeight, Language language) CoreControl.getFontWeightDescription
(FontWeight fontWeight, Language language) CoreControl.getFontWeightDescriptionForUpdate
(FontWeight fontWeight, Language language) CoreControl.getFontWeightDescriptionsByFontWeight
(FontWeight fontWeight) CoreControl.getFontWeightDescriptionsByFontWeightForUpdate
(FontWeight fontWeight) CoreControl.getFontWeightDescriptionTransfersByFontWeight
(UserVisit userVisit, FontWeight fontWeight) CoreControl.getFontWeightDescriptionValueForUpdate
(FontWeight fontWeight, Language language) CoreControl.getFontWeightDetailValueForUpdate
(FontWeight fontWeight) CoreControl.getFontWeightTransfer
(UserVisit userVisit, FontWeight fontWeight) Method parameters in com.echothree.model.control.core.server.control with type arguments of type FontWeightModifier and TypeMethodDescriptionvoid
CoreControl.deleteFontWeights
(List<FontWeight> fontWeights, BasePK deletedBy) CoreControl.getFontWeightTransfers
(UserVisit userVisit, Collection<FontWeight> entities) -
Uses of FontWeight in com.echothree.model.control.core.server.graphql
Constructors in com.echothree.model.control.core.server.graphql with parameters of type FontWeight -
Uses of FontWeight in com.echothree.model.control.core.server.logic
Methods in com.echothree.model.control.core.server.logic that return FontWeightModifier and TypeMethodDescriptionAppearanceLogic.getFontWeightByName
(ExecutionErrorAccumulator eea, String fontWeightName) -
Uses of FontWeight in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type FontWeightModifier and TypeMethodDescriptionFontWeightTransferCache.getFontWeightTransfer
(FontWeight fontWeight) -
Uses of FontWeight in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return FontWeightModifier and TypeMethodDescriptionAppearanceDetail.getFontWeight()
AppearanceDetail.getFontWeight
(EntityPermission entityPermission) AppearanceDetail.getFontWeight
(Session session) AppearanceDetail.getFontWeight
(Session session, EntityPermission entityPermission) FontWeightDescription.getFontWeight()
FontWeightDescription.getFontWeight
(EntityPermission entityPermission) FontWeightDescription.getFontWeight
(Session session) FontWeightDescription.getFontWeight
(Session session, EntityPermission entityPermission) FontWeightDetail.getFontWeight()
FontWeightDetail.getFontWeight
(EntityPermission entityPermission) FontWeightDetail.getFontWeight
(Session session) FontWeightDetail.getFontWeight
(Session session, EntityPermission entityPermission) AppearanceDetail.getFontWeightForUpdate()
AppearanceDetail.getFontWeightForUpdate
(Session session) FontWeightDescription.getFontWeightForUpdate()
FontWeightDescription.getFontWeightForUpdate
(Session session) FontWeightDetail.getFontWeightForUpdate()
FontWeightDetail.getFontWeightForUpdate
(Session session) Methods in com.echothree.model.data.core.server.entity with parameters of type FontWeightModifier and TypeMethodDescriptionvoid
AppearanceDetail.setFontWeight
(FontWeight entity) void
FontWeightDescription.setFontWeight
(FontWeight entity) void
FontWeightDetail.setFontWeight
(FontWeight entity) -
Uses of FontWeight in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return FontWeightModifier and TypeMethodDescriptionFontWeightFactory.create()
FontWeightFactory.create
(FontWeightDetailPK activeDetailPK, FontWeightDetailPK lastDetailPK) FontWeightFactory.create
(FontWeightDetail activeDetail, FontWeightDetail lastDetail) FontWeightFactory.create
(Session session, FontWeightDetailPK activeDetailPK, FontWeightDetailPK lastDetailPK) FontWeightFactory.create
(Session session, FontWeightDetail activeDetail, FontWeightDetail lastDetail) FontWeightFactory.getEntityFromCache
(Session session, FontWeightPK pk) FontWeightFactory.getEntityFromPK
(EntityPermission entityPermission, FontWeightPK pk) FontWeightFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, FontWeightPK pk) FontWeightFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) FontWeightFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) FontWeightFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FontWeightFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FontWeightFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) FontWeightFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FontWeightFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FontWeightFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) FontWeightFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) FontWeightFactory.getEntityFromValue
(EntityPermission entityPermission, FontWeightValue value) FontWeightFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, FontWeightValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type FontWeightModifier and TypeMethodDescriptionFontWeightFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<FontWeightPK> pks) FontWeightFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<FontWeightPK> pks) FontWeightFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) FontWeightFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) FontWeightFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FontWeightFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FontWeightFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) FontWeightFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FontWeightFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FontWeightFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) FontWeightFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type FontWeightModifier and TypeMethodDescriptionAppearanceDetailFactory.create
(Appearance appearance, String appearanceName, Color textColor, Color backgroundColor, FontStyle fontStyle, FontWeight fontWeight, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) AppearanceDetailFactory.create
(Session session, Appearance appearance, String appearanceName, Color textColor, Color backgroundColor, FontStyle fontStyle, FontWeight fontWeight, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) FontWeightDescriptionFactory.create
(FontWeight fontWeight, Language language, String description, Long fromTime, Long thruTime) FontWeightDescriptionFactory.create
(Session session, FontWeight fontWeight, Language language, String description, Long fromTime, Long thruTime) FontWeightDetailFactory.create
(FontWeight fontWeight, String fontWeightName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) FontWeightDetailFactory.create
(Session session, FontWeight fontWeight, String fontWeightName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) void
FontWeightFactory.remove
(Session session, FontWeight entity) void
FontWeightFactory.store
(Session session, FontWeight entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type FontWeightModifier and TypeMethodDescriptionvoid
FontWeightFactory.store
(Session session, Collection<FontWeight> entities) void
FontWeightFactory.store
(Collection<FontWeight> entities)