Uses of Class
com.echothree.model.data.content.server.entity.ContentWebAddressDescription
Packages that use ContentWebAddressDescription
Package
Description
-
Uses of ContentWebAddressDescription in com.echothree.control.user.content.server.command
Methods in com.echothree.control.user.content.server.command that return ContentWebAddressDescriptionModifier and TypeMethodDescriptionEditContentWebAddressDescriptionCommand.getEntity(EditContentWebAddressDescriptionResult result) Methods in com.echothree.control.user.content.server.command with parameters of type ContentWebAddressDescriptionModifier and TypeMethodDescriptionvoidEditContentWebAddressDescriptionCommand.doLock(ContentWebAddressDescriptionEdit edit, ContentWebAddressDescription contentWebAddressDescription) voidEditContentWebAddressDescriptionCommand.doUpdate(ContentWebAddressDescription contentWebAddressDescription) voidEditContentWebAddressDescriptionCommand.fillInResult(EditContentWebAddressDescriptionResult result, ContentWebAddressDescription contentWebAddressDescription) EditContentWebAddressDescriptionCommand.getLockEntity(ContentWebAddressDescription contentWebAddressDescription) -
Uses of ContentWebAddressDescription in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentWebAddressDescriptionModifier and TypeMethodDescriptionContentControl.createContentWebAddressDescription(ContentWebAddress contentWebAddress, Language language, String description, BasePK createdBy) ContentControl.getContentWebAddressDescription(ContentWebAddress contentWebAddress, Language language) ContentControl.getContentWebAddressDescriptionForUpdate(ContentWebAddress contentWebAddress, Language language) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentWebAddressDescriptionModifier and TypeMethodDescriptionContentControl.getContentWebAddressDescriptionsByContentWebAddress(ContentWebAddress contentWebAddress) ContentControl.getContentWebAddressDescriptionsByContentWebAddressForUpdate(ContentWebAddress contentWebAddress) Methods in com.echothree.model.control.content.server.control with parameters of type ContentWebAddressDescriptionModifier and TypeMethodDescriptionvoidContentControl.deleteContentWebAddressDescription(ContentWebAddressDescription contentWebAddressDescription, BasePK deletedBy) ContentControl.getContentWebAddressDescriptionTransfer(UserVisit userVisit, ContentWebAddressDescription contentWebAddressDescription) ContentControl.getContentWebAddressDescriptionValue(ContentWebAddressDescription contentWebAddressDescription) -
Uses of ContentWebAddressDescription in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer with parameters of type ContentWebAddressDescriptionModifier and TypeMethodDescriptionContentWebAddressDescriptionTransferCache.getContentWebAddressDescriptionTransfer(UserVisit userVisit, ContentWebAddressDescription contentWebAddressDescription) -
Uses of ContentWebAddressDescription in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentWebAddressDescriptionModifier and TypeMethodDescriptionContentWebAddressDescriptionFactory.create(ContentWebAddressPK contentWebAddressPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentWebAddressDescriptionFactory.create(ContentWebAddress contentWebAddress, Language language, String description, Long fromTime, Long thruTime) ContentWebAddressDescriptionFactory.getEntityFromCache(ContentWebAddressDescriptionPK pk) ContentWebAddressDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ContentWebAddressDescriptionPK pk) ContentWebAddressDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentWebAddressDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentWebAddressDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentWebAddressDescriptionFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ContentWebAddressDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, ContentWebAddressDescriptionValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentWebAddressDescriptionModifier and TypeMethodDescriptionContentWebAddressDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentWebAddressDescriptionPK> pks) ContentWebAddressDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentWebAddressDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentWebAddressDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentWebAddressDescriptionFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentWebAddressDescriptionModifier and TypeMethodDescriptionvoidContentWebAddressDescriptionFactory.remove(ContentWebAddressDescription entity) voidContentWebAddressDescriptionFactory.store(ContentWebAddressDescription entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentWebAddressDescriptionModifier and TypeMethodDescriptionvoidContentWebAddressDescriptionFactory.store(Collection<ContentWebAddressDescription> entities)