Uses of Class
com.echothree.model.data.content.server.entity.ContentWebAddressDetail
Packages that use ContentWebAddressDetail
Package
Description
-
Uses of ContentWebAddressDetail in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentWebAddressDetailModifier and TypeMethodDescriptionContentWebAddress.getActiveDetail()ContentWebAddress.getActiveDetail(EntityPermission entityPermission) ContentWebAddress.getActiveDetailForUpdate()ContentWebAddress.getLastDetail()ContentWebAddress.getLastDetail(EntityPermission entityPermission) ContentWebAddress.getLastDetailForUpdate()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentWebAddressDetailModifier and TypeMethodDescriptionvoidContentWebAddress.setActiveDetail(ContentWebAddressDetail entity) voidContentWebAddress.setLastDetail(ContentWebAddressDetail entity) -
Uses of ContentWebAddressDetail in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentWebAddressDetailModifier and TypeMethodDescriptionContentWebAddressDetailFactory.create(ContentWebAddressPK contentWebAddressPK, String contentWebAddressName, ContentCollectionPK contentCollectionPK, Long fromTime, Long thruTime) ContentWebAddressDetailFactory.create(ContentWebAddress contentWebAddress, String contentWebAddressName, ContentCollection contentCollection, Long fromTime, Long thruTime) ContentWebAddressDetailFactory.getEntityFromCache(ContentWebAddressDetailPK pk) ContentWebAddressDetailFactory.getEntityFromPK(EntityPermission entityPermission, ContentWebAddressDetailPK pk) ContentWebAddressDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentWebAddressDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentWebAddressDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentWebAddressDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ContentWebAddressDetailFactory.getEntityFromValue(EntityPermission entityPermission, ContentWebAddressDetailValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentWebAddressDetailModifier and TypeMethodDescriptionContentWebAddressDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentWebAddressDetailPK> pks) ContentWebAddressDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentWebAddressDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentWebAddressDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentWebAddressDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentWebAddressDetailModifier and TypeMethodDescriptionContentWebAddressFactory.create(ContentWebAddressDetail activeDetail, ContentWebAddressDetail lastDetail) voidContentWebAddressDetailFactory.remove(ContentWebAddressDetail entity) voidContentWebAddressDetailFactory.store(ContentWebAddressDetail entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentWebAddressDetailModifier and TypeMethodDescriptionvoidContentWebAddressDetailFactory.store(Collection<ContentWebAddressDetail> entities)