Uses of Class
com.echothree.model.data.core.server.entity.FontStyle
Packages that use FontStyle
Package
Description
-
Uses of FontStyle in com.echothree.control.user.core.server.command
Methods in com.echothree.control.user.core.server.command that return FontStyleModifier and TypeMethodDescriptionEditFontStyleCommand.getEntity(EditFontStyleResult result) protected FontStyleGetFontStyleCommand.getEntity()EditFontStyleCommand.getLockEntity(FontStyle fontStyle) EditFontStyleDescriptionCommand.getLockEntity(FontStyleDescription fontStyleDescription) Methods in com.echothree.control.user.core.server.command that return types with arguments of type FontStyleModifier and TypeMethodDescriptionprotected Collection<FontStyle> GetFontStylesCommand.getEntities()Methods in com.echothree.control.user.core.server.command with parameters of type FontStyleModifier and TypeMethodDescriptionvoidvoidEditFontStyleCommand.doLock(FontStyleEdit edit, FontStyle fontStyle) voidvoidEditFontStyleCommand.fillInResult(EditFontStyleResult result, FontStyle fontStyle) EditFontStyleCommand.getLockEntity(FontStyle fontStyle) protected BaseResultMethod parameters in com.echothree.control.user.core.server.command with type arguments of type FontStyleModifier and TypeMethodDescriptionprotected BaseResultGetFontStylesCommand.getResult(Collection<FontStyle> entities) -
Uses of FontStyle in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return FontStyleModifier and TypeMethodDescriptionFontControl.createFontStyle(String fontStyleName, Boolean isDefault, Integer sortOrder, BasePK createdBy) FontControl.getDefaultFontStyle()FontControl.getDefaultFontStyleForUpdate()FontControl.getFontStyleByEntityInstance(EntityInstance entityInstance) FontControl.getFontStyleByEntityInstance(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.FontStyleFontControl.getFontStyleByEntityInstanceForUpdate(EntityInstance entityInstance) FontControl.getFontStyleByName(String fontStyleName) FontControl.getFontStyleByNameForUpdate(String fontStyleName) Methods in com.echothree.model.control.core.server.control that return types with arguments of type FontStyleModifier and TypeMethodDescriptionFontControl.getFontStyles()FontControl.getFontStylesForUpdate()Methods in com.echothree.model.control.core.server.control with parameters of type FontStyleModifier and TypeMethodDescriptionAppearanceControl.createAppearance(String appearanceName, Color textColor, Color backgroundColor, FontStyle fontStyle, FontWeight fontWeight, Boolean isDefault, Integer sortOrder, BasePK createdBy) FontControl.createFontStyleDescription(FontStyle fontStyle, Language language, String description, BasePK createdBy) voidAppearanceControl.deleteAppearancesByFontStyle(FontStyle fontStyle, BasePK deletedBy) voidFontControl.deleteFontStyle(FontStyle fontStyle, BasePK deletedBy) voidFontControl.deleteFontStyleDescriptionsByFontStyle(FontStyle fontStyle, BasePK deletedBy) AppearanceControl.getAppearancesByFontStyle(FontStyle fontStyle) AppearanceControl.getAppearancesByFontStyleForUpdate(FontStyle fontStyle) FontControl.getBestFontStyleDescription(FontStyle fontStyle, Language language) FontControl.getFontStyleDescription(FontStyle fontStyle, Language language) FontControl.getFontStyleDescriptionForUpdate(FontStyle fontStyle, Language language) FontControl.getFontStyleDescriptionsByFontStyle(FontStyle fontStyle) FontControl.getFontStyleDescriptionsByFontStyleForUpdate(FontStyle fontStyle) FontControl.getFontStyleDescriptionTransfersByFontStyle(UserVisit userVisit, FontStyle fontStyle) FontControl.getFontStyleDescriptionValueForUpdate(FontStyle fontStyle, Language language) FontControl.getFontStyleDetailValueForUpdate(FontStyle fontStyle) FontControl.getFontStyleTransfer(UserVisit userVisit, FontStyle fontStyle) Method parameters in com.echothree.model.control.core.server.control with type arguments of type FontStyleModifier and TypeMethodDescriptionvoidFontControl.deleteFontStyles(List<FontStyle> fontStyles, BasePK deletedBy) FontControl.getFontStyleTransfers(UserVisit userVisit, Collection<FontStyle> entities) -
Uses of FontStyle in com.echothree.model.control.core.server.graphql
Constructors in com.echothree.model.control.core.server.graphql with parameters of type FontStyle -
Uses of FontStyle in com.echothree.model.control.core.server.logic
Methods in com.echothree.model.control.core.server.logic that return FontStyleModifier and TypeMethodDescriptionFontLogic.getFontStyleByName(ExecutionErrorAccumulator eea, String fontStyleName) -
Uses of FontStyle in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type FontStyleModifier and TypeMethodDescriptionFontStyleTransferCache.getFontStyleTransfer(UserVisit userVisit, FontStyle fontStyle) -
Uses of FontStyle in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return FontStyleModifier and TypeMethodDescriptionAppearanceDetail.getFontStyle()AppearanceDetail.getFontStyle(EntityPermission entityPermission) AppearanceDetail.getFontStyle(Session session) AppearanceDetail.getFontStyle(Session session, EntityPermission entityPermission) FontStyleDescription.getFontStyle()FontStyleDescription.getFontStyle(EntityPermission entityPermission) FontStyleDescription.getFontStyle(Session session) FontStyleDescription.getFontStyle(Session session, EntityPermission entityPermission) FontStyleDetail.getFontStyle()FontStyleDetail.getFontStyle(EntityPermission entityPermission) FontStyleDetail.getFontStyle(Session session) FontStyleDetail.getFontStyle(Session session, EntityPermission entityPermission) AppearanceDetail.getFontStyleForUpdate()AppearanceDetail.getFontStyleForUpdate(Session session) FontStyleDescription.getFontStyleForUpdate()FontStyleDescription.getFontStyleForUpdate(Session session) FontStyleDetail.getFontStyleForUpdate()FontStyleDetail.getFontStyleForUpdate(Session session) Methods in com.echothree.model.data.core.server.entity with parameters of type FontStyleModifier and TypeMethodDescriptionvoidAppearanceDetail.setFontStyle(FontStyle entity) voidFontStyleDescription.setFontStyle(FontStyle entity) voidFontStyleDetail.setFontStyle(FontStyle entity) -
Uses of FontStyle in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return FontStyleModifier and TypeMethodDescriptionFontStyleFactory.create()FontStyleFactory.create(FontStyleDetailPK activeDetailPK, FontStyleDetailPK lastDetailPK) FontStyleFactory.create(FontStyleDetail activeDetail, FontStyleDetail lastDetail) FontStyleFactory.create(Session session, FontStyleDetailPK activeDetailPK, FontStyleDetailPK lastDetailPK) FontStyleFactory.create(Session session, FontStyleDetail activeDetail, FontStyleDetail lastDetail) FontStyleFactory.getEntityFromCache(Session session, FontStylePK pk) FontStyleFactory.getEntityFromPK(EntityPermission entityPermission, FontStylePK pk) FontStyleFactory.getEntityFromPK(Session session, EntityPermission entityPermission, FontStylePK pk) FontStyleFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) FontStyleFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) FontStyleFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FontStyleFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FontStyleFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) FontStyleFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FontStyleFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FontStyleFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) FontStyleFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) FontStyleFactory.getEntityFromValue(EntityPermission entityPermission, FontStyleValue value) FontStyleFactory.getEntityFromValue(Session session, EntityPermission entityPermission, FontStyleValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type FontStyleModifier and TypeMethodDescriptionFontStyleFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<FontStylePK> pks) FontStyleFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<FontStylePK> pks) FontStyleFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) FontStyleFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) FontStyleFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FontStyleFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FontStyleFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) FontStyleFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) FontStyleFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) FontStyleFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) FontStyleFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type FontStyleModifier 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) FontStyleDescriptionFactory.create(FontStyle fontStyle, Language language, String description, Long fromTime, Long thruTime) FontStyleDescriptionFactory.create(Session session, FontStyle fontStyle, Language language, String description, Long fromTime, Long thruTime) FontStyleDetailFactory.create(FontStyle fontStyle, String fontStyleName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) FontStyleDetailFactory.create(Session session, FontStyle fontStyle, String fontStyleName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) voidvoidMethod parameters in com.echothree.model.data.core.server.factory with type arguments of type FontStyleModifier and TypeMethodDescriptionvoidFontStyleFactory.store(Session session, Collection<FontStyle> entities) voidFontStyleFactory.store(Collection<FontStyle> entities)